t-convex-nextjs-saas/messages/en.json
nxtkofi a4e8ae34ed 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>
2026-04-21 21:37:20 +02:00

58 lines
2.3 KiB
JSON

{
"HomePage": {
"title": "Hello world!"
},
"AuthPage": {
"SignUpTitle": "Sign up",
"SignInTitle": "Sign in",
"SignUpLink": "Sign in",
"SignInLink": "Sign up",
"NameLabel": "Name",
"NamePlaceholder": "John Doe",
"EmailLabel": "Email",
"EmailPlaceholder": "email@example.com",
"PasswordLabel": "Password",
"PasswordPlaceholder": "******",
"HidePasswordTooltip": "Hide password",
"ShowPasswordTooltip": "Show password",
"Submit": "Submit",
"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",
"SecurityCardDescription": "Update your password and keep your account protected.",
"SecurityCardAction": "Open settings"
},
"SettingsPage": {
"Title": "Change password",
"Description": "Use your current password to set a new one for this account.",
"CurrentPasswordLabel": "Current password",
"CurrentPasswordPlaceholder": "Enter your current password",
"CurrentPasswordRequired": "Enter your current password",
"NewPasswordLabel": "New password",
"NewPasswordPlaceholder": "Enter your new password",
"PasswordTooShort": "Password must be at least 8 characters long",
"ConfirmPasswordLabel": "Confirm new password",
"ConfirmPasswordPlaceholder": "Repeat your new password",
"ConfirmPasswordRequired": "Repeat your new password",
"PasswordsDoNotMatch": "Passwords do not match",
"PasswordMustDiffer": "Your new password must be different from the current password",
"ShowPasswordTooltip": "Show password",
"HidePasswordTooltip": "Hide password",
"Submit": "Save new password",
"PasswordUpdatedSuccessfully": "Password updated successfully"
}
}