Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-03-22 18:39:52 +09:00
commit aba4cd2ac6
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
10 changed files with 89 additions and 21 deletions

8
locales/index.d.ts vendored
View file

@ -4995,6 +4995,14 @@ export interface Locale extends ILocale {
* 使
*/
"notUsePleaseLeaveBlank": string;
/**
* 使
*/
"useTotp": string;
/**
* 使
*/
"useBackupCode": string;
/**
*
*/

View file

@ -1244,6 +1244,8 @@ loading: "読み込み中"
surrender: "やめる"
gameRetry: "リトライ"
notUsePleaseLeaveBlank: "使用しない場合は空欄にしてください"
useTotp: "ワンタイムパスワードを使う"
useBackupCode: "バックアップコードを使う"
abuseReportCategory: "通報の種類"
selectCategory: "カテゴリを選択"
reportComplete: "通報完了"