t-convex-nextjs-saas/messages/pl.json
nxtkofi 137ea0287e feat(auth): add password change component and translations
Add PasswordChangeCard with Zod validation, Better Auth integration, and full EN/PL translations for settings page.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-21 20:53:23 +02:00

45 lines
1.7 KiB
JSON

{
"HomePage": {
"title": "Witaj świecie!"
},
"AuthPage": {
"SignUpTitle": "Zarejestruj się",
"SignInTitle": "Zaloguj się",
"SignUpLink": "Zaloguj się",
"SignInLink": "Zarejestruj się",
"NameLabel": "Imię i nazwisko",
"NamePlaceholder": "Jan Kowalski",
"EmailLabel": "Email",
"EmailPlaceholder": "email@example.com",
"PasswordLabel": "Hasło",
"PasswordPlaceholder": "******",
"HidePasswordTooltip": "Ukryj hasło",
"ShowPasswordTooltip": "Pokaż hasło",
"Submit": "Wyślij",
"RegisteredSuccessfully": "Zarejestrowano pomyślnie"
},
"DashboardPage": {
"SecurityCardTitle": "Bezpieczeństwo konta",
"SecurityCardDescription": "Zmień hasło i zadbaj o bezpieczeństwo swojego konta.",
"SecurityCardAction": "Otwórz ustawienia"
},
"SettingsPage": {
"Title": "Zmień hasło",
"Description": "Użyj obecnego hasła, aby ustawić nowe hasło dla tego konta.",
"CurrentPasswordLabel": "Obecne hasło",
"CurrentPasswordPlaceholder": "Wpisz obecne hasło",
"CurrentPasswordRequired": "Wpisz obecne hasło",
"NewPasswordLabel": "Nowe hasło",
"NewPasswordPlaceholder": "Wpisz nowe hasło",
"PasswordTooShort": "Hasło musi mieć co najmniej 8 znaków",
"ConfirmPasswordLabel": "Potwierdź nowe hasło",
"ConfirmPasswordPlaceholder": "Powtórz nowe hasło",
"ConfirmPasswordRequired": "Powtórz nowe hasło",
"PasswordsDoNotMatch": "Hasła nie są takie same",
"PasswordMustDiffer": "Nowe hasło musi różnić się od obecnego hasła",
"ShowPasswordTooltip": "Pokaż hasło",
"HidePasswordTooltip": "Ukryj hasło",
"Submit": "Zapisz nowe hasło",
"PasswordUpdatedSuccessfully": "Hasło zostało zmienione"
}
}