mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +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 New Password",
|
||||
"Confirm password": "Confirm password",
|
||||
"Confirm Payment": "Confirm Payment",
|
||||
"auth.resetPasswordConfirm.confirm": "Confirm reset password",
|
||||
"auth.resetPasswordConfirm.description": "Confirm the reset request to generate a new password.",
|
||||
"Confirm Selection": "Confirm Selection",
|
||||
"Confirm settings and finish setup": "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": "Retain last N files",
|
||||
"Retention days": "Retention days",
|
||||
"Retry": "Retry",
|
||||
"auth.resetPasswordConfirm.retry": "Retry ({{seconds}}s)",
|
||||
"Retry Chain": "Retry Chain",
|
||||
"Retry Suggestion": "Retry Suggestion",
|
||||
"Retry Times": "Retry Times",
|
||||
@@ -3358,6 +3361,7 @@
|
||||
"Return Error": "Return Error",
|
||||
"Return per-token log probabilities": "Return per-token log probabilities",
|
||||
"Return to dashboard": "Return to dashboard",
|
||||
"auth.resetPasswordConfirm.backToLogin": "Return to login",
|
||||
"Return vector embeddings for inputs": "Return vector embeddings for inputs",
|
||||
"Reveal API key": "Reveal API key",
|
||||
"Reveal key": "Reveal key",
|
||||
@@ -4466,6 +4470,7 @@
|
||||
"Your GitHub OAuth Client ID": "Your GitHub OAuth Client ID",
|
||||
"Your GitHub OAuth Client Secret": "Your GitHub OAuth Client Secret",
|
||||
"Your new backup codes are ready": "Your new backup codes are ready",
|
||||
"auth.resetPasswordConfirm.success": "Your password has been reset successfully",
|
||||
"Your Referral Link": "Your Referral Link",
|
||||
"Your setup guide is collapsed so usage stays in focus.": "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.": "Your system access token for API authentication. Keep it secure and don't share it with others.",
|
||||
|
||||
Reference in New Issue
Block a user