enhance(frontend): TOTPの入力ダイアログを改良 (#13607)

* enhance(frontend): TOTPの入力ダイアログを改良

* Update Changelog
This commit is contained in:
かっこかり 2024-03-22 15:03:21 +09:00 committed by GitHub
parent 40bb6069ec
commit c9c6424205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 41 additions and 19 deletions

8
locales/index.d.ts vendored
View file

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

View file

@ -1226,6 +1226,8 @@ loading: "読み込み中"
surrender: "やめる"
gameRetry: "リトライ"
notUsePleaseLeaveBlank: "使用しない場合は空欄にしてください"
useTotp: "ワンタイムパスワードを使う"
useBackupCode: "バックアップコードを使う"
_bubbleGame:
howToPlay: "遊び方"