mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-14 16:33:06 +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": "并确认自行承担部署",
|
||||
@@ -3349,6 +3351,7 @@
|
||||
"Retain last N files": "保留最近 N 个文件",
|
||||
"Retention days": "保留天数",
|
||||
"Retry": "重试",
|
||||
"auth.resetPasswordConfirm.retry": "重试 ({{seconds}}s)",
|
||||
"Retry Chain": "重试链路",
|
||||
"Retry Suggestion": "重试建议",
|
||||
"Retry Times": "重试次数",
|
||||
@@ -3358,6 +3361,7 @@
|
||||
"Return Error": "返回错误",
|
||||
"Return per-token log probabilities": "返回每个 token 的对数概率",
|
||||
"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