merge: upstream
This commit is contained in:
commit
91969623bd
9 changed files with 326 additions and 47 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -648,6 +648,7 @@ export interface Locale {
|
|||
"small": string;
|
||||
"generateAccessToken": string;
|
||||
"permission": string;
|
||||
"adminPermission": string;
|
||||
"enableAll": string;
|
||||
"disableAll": string;
|
||||
"tokenRequested": string;
|
||||
|
@ -1238,6 +1239,9 @@ export interface Locale {
|
|||
"bubbleGame": string;
|
||||
"sfx": string;
|
||||
"soundWillBePlayed": string;
|
||||
"showReplay": string;
|
||||
"replay": string;
|
||||
"replaying": string;
|
||||
"_announcement": {
|
||||
"forExistingUsers": string;
|
||||
"forExistingUsersDescription": string;
|
||||
|
|
|
@ -645,6 +645,7 @@ medium: "中"
|
|||
small: "小"
|
||||
generateAccessToken: "アクセストークンの発行"
|
||||
permission: "権限"
|
||||
adminPermission: "管理者権限"
|
||||
enableAll: "全て有効にする"
|
||||
disableAll: "全て無効にする"
|
||||
tokenRequested: "アカウントへのアクセス許可"
|
||||
|
@ -1235,6 +1236,9 @@ enableQuickAddMfmFunction: "高度なMFMのピッカーを表示する"
|
|||
bubbleGame: "バブルゲーム"
|
||||
sfx: "効果音"
|
||||
soundWillBePlayed: "サウンドが再生されます"
|
||||
showReplay: "リプレイを見る"
|
||||
replay: "リプレイ"
|
||||
replaying: "リプレイ中"
|
||||
|
||||
_announcement:
|
||||
forExistingUsers: "既存ユーザーのみ"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue