Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
aba4cd2ac6
10 changed files with 89 additions and 21 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -4995,6 +4995,14 @@ export interface Locale extends ILocale {
|
|||
* 使用しない場合は空欄にしてください
|
||||
*/
|
||||
"notUsePleaseLeaveBlank": string;
|
||||
/**
|
||||
* ワンタイムパスワードを使う
|
||||
*/
|
||||
"useTotp": string;
|
||||
/**
|
||||
* バックアップコードを使う
|
||||
*/
|
||||
"useBackupCode": string;
|
||||
/**
|
||||
* 通報の種類
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1244,6 +1244,8 @@ loading: "読み込み中"
|
|||
surrender: "やめる"
|
||||
gameRetry: "リトライ"
|
||||
notUsePleaseLeaveBlank: "使用しない場合は空欄にしてください"
|
||||
useTotp: "ワンタイムパスワードを使う"
|
||||
useBackupCode: "バックアップコードを使う"
|
||||
abuseReportCategory: "通報の種類"
|
||||
selectCategory: "カテゴリを選択"
|
||||
reportComplete: "通報完了"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue