mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 12:44:05 +02:00
wip
This commit is contained in:
26
locales/index.d.ts
vendored
26
locales/index.d.ts
vendored
@@ -9604,6 +9604,32 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"disallowIrregularRules": string;
|
||||
};
|
||||
"_mahjong": {
|
||||
/**
|
||||
* 麻雀
|
||||
*/
|
||||
"mahjong": string;
|
||||
/**
|
||||
* ルームに参加
|
||||
*/
|
||||
"joinRoom": string;
|
||||
/**
|
||||
* ルームを作成
|
||||
*/
|
||||
"createRoom": string;
|
||||
/**
|
||||
* 準備完了
|
||||
*/
|
||||
"ready": string;
|
||||
/**
|
||||
* 準備を再開
|
||||
*/
|
||||
"cancelReady": string;
|
||||
/**
|
||||
* 退室
|
||||
*/
|
||||
"leave": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
* オフライン - サーバーに接続できません
|
||||
|
||||
Reference in New Issue
Block a user