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",