mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-06 17:46:23 +00:00
fix(auth): localize reset password confirmation (#4769)
* fix(auth): localize reset password confirmation Wrap reset confirmation page copy in frontend i18n calls and add matching locale entries so the page no longer mixes translated labels with hardcoded English copy. * fix(auth): use semantic reset i18n keys
This commit is contained in:
Vendored
+5
@@ -886,6 +886,8 @@
|
||||
"Confirm New Password": "新しいパスワードの確認",
|
||||
"Confirm password": "パスワードの確認",
|
||||
"Confirm Payment": "支払いの確認",
|
||||
"auth.resetPasswordConfirm.confirm": "パスワードリセットを確認",
|
||||
"auth.resetPasswordConfirm.description": "新しいパスワードを生成するには、リセット要求を確認してください。",
|
||||
"Confirm Selection": "選択の確認",
|
||||
"Confirm settings and finish setup": "設定を確認してセットアップを完了",
|
||||
"confirm that I bear legal responsibility arising from deployment": "confirm that I bear legal responsibility arising from deployment",
|
||||
@@ -3349,6 +3351,7 @@
|
||||
"Retain last N files": "最新N個のファイルを保持",
|
||||
"Retention days": "保持日数",
|
||||
"Retry": "再試行",
|
||||
"auth.resetPasswordConfirm.retry": "再試行 ({{seconds}}秒)",
|
||||
"Retry Chain": "リトライチェーン",
|
||||
"Retry Suggestion": "リトライ提案",
|
||||
"Retry Times": "再試行回数",
|
||||
@@ -3358,6 +3361,7 @@
|
||||
"Return Error": "エラーを返す",
|
||||
"Return per-token log probabilities": "トークンごとの対数確率を返します",
|
||||
"Return to dashboard": "ダッシュボードに戻る",
|
||||
"auth.resetPasswordConfirm.backToLogin": "ログインに戻る",
|
||||
"Return vector embeddings for inputs": "入力に対してベクトル埋め込みを返却",
|
||||
"Reveal API key": "APIキーを表示",
|
||||
"Reveal key": "キーを表示",
|
||||
@@ -4466,6 +4470,7 @@
|
||||
"Your GitHub OAuth Client ID": "あなたのGitHub OAuthクライアントID",
|
||||
"Your GitHub OAuth Client Secret": "あなたのGitHub OAuthクライアントシークレット",
|
||||
"Your new backup codes are ready": "新しいバックアップコードの準備ができました",
|
||||
"auth.resetPasswordConfirm.success": "パスワードが正常にリセットされました",
|
||||
"Your Referral Link": "あなたの紹介リンク",
|
||||
"Your setup guide is collapsed so usage stays in focus.": "利用状況に集中できるよう、セットアップガイドを折りたたみました。",
|
||||
"Your system access token for API authentication. Keep it secure and don't share it with others.": "API認証用のシステムアクセストークンです。安全に保管し、他者と共有しないでください。",
|
||||
|
||||
Reference in New Issue
Block a user