From a4e8ae34edae92e60e44dc7094aedbadc7018473 Mon Sep 17 00:00:00 2001 From: nxtkofi Date: Tue, 21 Apr 2026 21:37:20 +0200 Subject: [PATCH] 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 --- messages/en.json | 15 ++++++++++++++- messages/pl.json | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index e78cbf9..cff59c3 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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", diff --git a/messages/pl.json b/messages/pl.json index 2a606d3..230fa55 100644 --- a/messages/pl.json +++ b/messages/pl.json @@ -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",