feat(i18n): add EN/PL translations for email auth flows
Add translations for forgot password, reset password, email verification, and forgot password link in both en.json and pl.json. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
8c6c13e02a
commit
a4e8ae34ed
2 changed files with 28 additions and 2 deletions
|
|
@ -16,7 +16,20 @@
|
|||
"HidePasswordTooltip": "Hide password",
|
||||
"ShowPasswordTooltip": "Show password",
|
||||
"Submit": "Submit",
|
||||
"RegisteredSuccessfully": "Registered successfully"
|
||||
"RegisteredSuccessfully": "Registered successfully",
|
||||
"ForgotPasswordLink": "Forgot password?",
|
||||
"ForgotPasswordTitle": "Forgot password",
|
||||
"SendResetLink": "Send reset link",
|
||||
"ResetEmailSent": "Reset link sent to your email",
|
||||
"ResetPasswordTitle": "Reset password",
|
||||
"NewPasswordLabel": "New password",
|
||||
"ConfirmPasswordLabel": "Confirm password",
|
||||
"ConfirmPasswordPlaceholder": "Confirm your new password",
|
||||
"ResetPasswordSubmit": "Reset password",
|
||||
"PasswordResetSuccess": "Password reset successfully",
|
||||
"VerifyingEmail": "Verifying your email...",
|
||||
"EmailVerified": "Email verified successfully",
|
||||
"EmailVerificationFailed": "Email verification failed"
|
||||
},
|
||||
"DashboardPage": {
|
||||
"SecurityCardTitle": "Account security",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,20 @@
|
|||
"HidePasswordTooltip": "Ukryj hasło",
|
||||
"ShowPasswordTooltip": "Pokaż hasło",
|
||||
"Submit": "Wyślij",
|
||||
"RegisteredSuccessfully": "Zarejestrowano pomyślnie"
|
||||
"RegisteredSuccessfully": "Zarejestrowano pomyślnie",
|
||||
"ForgotPasswordLink": "Nie pamiętasz hasła?",
|
||||
"ForgotPasswordTitle": "Nie pamiętasz hasła",
|
||||
"SendResetLink": "Wyślij link resetujący",
|
||||
"ResetEmailSent": "Link resetujący został wysłany na Twój email",
|
||||
"ResetPasswordTitle": "Zresetuj hasło",
|
||||
"NewPasswordLabel": "Nowe hasło",
|
||||
"ConfirmPasswordLabel": "Potwierdź hasło",
|
||||
"ConfirmPasswordPlaceholder": "Potwierdź nowe hasło",
|
||||
"ResetPasswordSubmit": "Zresetuj hasło",
|
||||
"PasswordResetSuccess": "Hasło zostało zresetowane",
|
||||
"VerifyingEmail": "Weryfikowanie adresu email...",
|
||||
"EmailVerified": "Adres email zweryfikowany",
|
||||
"EmailVerificationFailed": "Weryfikacja emaila nie powiodła się"
|
||||
},
|
||||
"DashboardPage": {
|
||||
"SecurityCardTitle": "Bezpieczeństwo konta",
|
||||
|
|
|
|||
Loading…
Reference in a new issue