From 2e321e1ab3645d31b71ef1e88d83f13e15ba12b9 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 26 Oct 2023 16:40:00 +0200 Subject: [PATCH] Complete polish translation --- src/locales/index.ts | 1 + src/locales/pl.json | 180 +++++++++++++++++++++---------------------- 2 files changed, 91 insertions(+), 90 deletions(-) diff --git a/src/locales/index.ts b/src/locales/index.ts index 22c1934b9..c0f2e2340 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -8,3 +8,4 @@ export { default as fr } from "./fr.json" export { default as nl } from "./nl.json" export { default as se } from "./se.json" export { default as pt } from "./pt.json" +export { default as pl } from "./pl.json" diff --git a/src/locales/pl.json b/src/locales/pl.json index c7fcda0ee..99acc3315 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -52,7 +52,7 @@ "identities.messages.1050016": "Wyłącz tą metodę", "identities.messages.1050017": "To jest sekret twojej aplikacji autentykator. Użyj go jeżeli nie możesz zeskanować kodu QR.", "identities.messages.1050018": "Usuń klucz bezpieczeństwa \"{display_name}\"", - "identities.messages.1060001": "Pomyślnie odzyskałeś swoje konto. Proszę zmienić swoję hasło lub ustanowić alternatywną methodę logowania (np. logowanie socjalne) w ciągu najbliższych {privileged_session_expires_at_unix_until_minutes} minut.", + "identities.messages.1060001": "Pomyślnie odzyskałeś swoje konto. Proszę zmienić swoję hasło lub ustanowić alternatywną methodę logowania (np. logowanie zewnętrzne) w ciągu najbliższych {privileged_session_expires_at_unix_until_minutes} minut.", "identities.messages.1060002": "Email zawierający link odzyskiwania został wysłany na wskazany adres email. Jeżeli nie otrzymano wiadomości to sprawdź pisownię adresu i upewnij się że używasz adresu użytego do rejestracji.", "identities.messages.1060003": "Email zawierający kod odzyskiwania został wysłany na wskazany adres email. Jeżeli nie otrzymano wiadomości to sprawdź pisownię adresu i upewnij się że używasz adresu użytego do rejestracji.", "identities.messages.1070001": "Hasło", @@ -79,94 +79,94 @@ "identities.messages.4000006": "Podane poświadczenia są nieprawidłowe, sprawdź czy nie ma literówek w twoim haśle nazwie użytkownika, adresie email lub numerze telefonu.", "identities.messages.4000007": "Istnieje już konto z takim samym identyfikatorem (email, telefon, nazwa użytkownika, ...).", "identities.messages.4000008": "Podany kod autentykacyjny jest nieprawidłowy, spróbuj ponownie.", - "identities.messages.4000009": "Could not find any login identifiers. Did you forget to set them? This could also be caused by a server misconfiguration.", - "identities.messages.4000010": "Account not active yet. Did you forget to verify your email address?", - "identities.messages.4000011": "You have no TOTP device set up.", - "identities.messages.4000012": "This backup recovery code has already been used.", - "identities.messages.4000013": "You have no WebAuthn device set up.", - "identities.messages.4000014": "You have no backup recovery codes set up.", - "identities.messages.4000015": "This account does not exist or has no security key set up.", - "identities.messages.4000016": "The backup recovery code is not valid.", - "identities.messages.4000017": "length must be <= {max_length}, but got {actual_length}", - "identities.messages.4000018": "must be >= {minimum} but found {actual}", - "identities.messages.4000019": "must be > {minimum} but found {actual}", - "identities.messages.4000020": "must be <= {maximum} but found {actual}", - "identities.messages.4000021": "must be < {maximum} but found {actual}", - "identities.messages.4000022": "{actual} not multipleOf {base}", - "identities.messages.4000023": "maximum {max_items} items allowed, but found {actual_items} items", - "identities.messages.4000024": "minimum {min_items} items allowed, but found {actual_items} items", - "identities.messages.4000025": "items at index {index_a} and {index_b} are equal", - "identities.messages.4000026": "expected {allowed_types_list}, but got {actual_type}", - "identities.messages.4000027": "An account with the same identifier (email, phone, username, ...) exists already. Please sign in to your existing account and link your social profile in the settings page.", - "identities.messages.4000028": "You tried signing in with {credential_identifier_hint} which is already in use by another account. You can sign in using {available_credential_types_list}. You can sign in using one of the following social sign in providers: {Available_oidc_providers_list}.", - "identities.messages.4000029": "must be equal to constant {expected}", - "identities.messages.4000030": "const failed", - "identities.messages.4000031": "The password can not be used because it is too similar to the identifier.", - "identities.messages.4000032": "The password must be at least {min_length} characters long, but got {actual_length}.", - "identities.messages.4000033": "The password must be at most {max_length} characters long, but got {actual_length}.", - "identities.messages.4000034": "The password has been found in data breaches and must no longer be used.", - "identities.messages.4000035": "This account does not exist or has not setup sign in with code.", - "identities.messages.4000036": "The provided traits do not match the traits previously associated with this flow.", - "identities.messages.4010001": "The login flow expired {expired_at_unix_since_minutes} minutes ago, please try again.", - "identities.messages.4010002": "Could not find a strategy to log you in with. Did you fill out the form correctly?", - "identities.messages.4010003": "Could not find a strategy to sign you up with. Did you fill out the form correctly?", - "identities.messages.4010004": "Could not find a strategy to update your settings. Did you fill out the form correctly?", - "identities.messages.4010005": "Could not find a strategy to recover your account with. Did you fill out the form correctly?", - "identities.messages.4010006": "Could not find a strategy to verify your account with. Did you fill out the form correctly?", - "identities.messages.4010007": "The request was already completed successfully and can not be retried.", - "identities.messages.4010008": "The login code is invalid or has already been used. Please try again.", - "identities.messages.4040001": "The registration flow expired {expired_at_unix_since_minutes} minutes ago, please try again.", - "identities.messages.4040002": "The request was already completed successfully and can not be retried.", - "identities.messages.4040003": "The registration code is invalid or has already been used. Please try again.", - "identities.messages.4050001": "The settings flow expired {expired_at_unix_since_minutes} minutes ago, please try again.", - "identities.messages.4060001": "The request was already completed successfully and can not be retried.", - "identities.messages.4060002": "The recovery flow reached a failure state and must be retried.", - "identities.messages.4060004": "The recovery token is invalid or has already been used. Please retry the flow.", - "identities.messages.4060005": "The recovery flow expired {expired_at_unix_since_minutes} minutes ago, please try again.", - "identities.messages.4060006": "The recovery code is invalid or has already been used. Please try again.", - "identities.messages.4070001": "The verification token is invalid or has already been used. Please retry the flow.", - "identities.messages.4070002": "The request was already completed successfully and can not be retried.", - "identities.messages.4070003": "The verification flow reached a failure state and must be retried.", - "identities.messages.4070005": "The verification flow expired {expired_at_unix_since_minutes} minutes ago, please try again.", - "identities.messages.4070006": "The verification code is invalid or has already been used. Please try again.", + "identities.messages.4000009": "Nie odnaleziono żadnych identyfikatorów logowania. Czy zapomniałeś je ustawić? Może też być to spowodowane nieprawidłową konfiguracją serwera.", + "identities.messages.4000010": "Konto nie jest jeszcze aktywne. Czy zapomniałeś zweryfikować swój adres email?", + "identities.messages.4000011": "Nie ustanowiono urządzenia TOTP.", + "identities.messages.4000012": "Ten kod odzyskiwania jest już wykorzystany.", + "identities.messages.4000013": "Nie ustanowiono urządzenia WebAuthn.", + "identities.messages.4000014": "Nie ustanowiono kodów odzyskiwania.", + "identities.messages.4000015": "To konto nie istnieje lub nie zezwala na logowanie kluczem odzyskiwania.", + "identities.messages.4000016": "Kod odzyskiwania jest nieprawidłowy.", + "identities.messages.4000017": "długośc musi być <= {max_length}, otrzymano {actual_length}", + "identities.messages.4000018": "musi być >= {minimum} otrzymano {actual}", + "identities.messages.4000019": "musi być > {minimum} otrzymano {actual}", + "identities.messages.4000020": "musi być <= {maximum} otrzymano {actual}", + "identities.messages.4000021": "musi być < {maximum} otrzymano {actual}", + "identities.messages.4000022": "{actual} nie jest wielokrotnością {base}", + "identities.messages.4000023": "maksymalnie {max_items} wpisów, otrzymano {actual_items} wpisów", + "identities.messages.4000024": "minimum {min_items} wpisów, otrzymano {actual_items} wpisów", + "identities.messages.4000025": "wpisów w indeksie {index_a} i {index_b} są takie same", + "identities.messages.4000026": "spodziewano {allowed_types_list}, otrzymano {actual_type}", + "identities.messages.4000027": "Istnieje już konto z takim samym identyfikatorem (email, telefon, nazwa użytkownika, ...). Zaloguj się do swojego konta i połącz swój profil zewnętrzny na stronie ustawień.", + "identities.messages.4000028": "Próbowano się zalogować za pomocą {credential_identifier_hint} który jest już używany przez inne konto. Możesz się zalogować za pomocą {available_credential_types_list}. Możesz się zalogować za pomocą następujących zewnętrznch dostawców logowania: {Available_oidc_providers_list}.", + "identities.messages.4000029": "musi być równe stałej {expected}", + "identities.messages.4000030": "const nie powiodła się", + "identities.messages.4000031": "Hasło nie może być użytę ponieważ jest zbyt podobne do identyfikatora.", + "identities.messages.4000032": "Hasło musi być długie na co najmniej {min_length} znaków, wprowadzono {actual_length} znaków.", + "identities.messages.4000033": "Hasło musi być nie dłuższe niż {max_length} znaków, wprowadzono {actual_length} znaków.", + "identities.messages.4000034": "Hasło wyciekło w wyniku naruszenia danych i nie może być użyte.", + "identities.messages.4000035": "To konto nie istnieje lub nie pozwala na logowanie kodem.", + "identities.messages.4000036": "Podane cechy nie odpowiadają cechom wcześniej powiązanym z tym przepływem.", + "identities.messages.4010001": "Przepływ logowania wygasł {expired_at_unix_since_minutes} minut temu, spróbuj ponownie.", + "identities.messages.4010002": "Nie odnaleziono strategii do logowania. Czy formularz został poprawnie wypełniony??", + "identities.messages.4010003": "Nie odnaleziono strategii do rejestracji. Czy formularz został poprawnie wypełniony??", + "identities.messages.4010004": "Nie odnaleziono strategii do aktualizacji ustawień. Czy formularz został poprawnie wypełniony??", + "identities.messages.4010005": "Nie odnaleziono strategii do odzyskiwania konta. Czy formularz został poprawnie wypełniony??", + "identities.messages.4010006": "Nie odnaleziono strategii do weryfikacj konta. Czy formularz został poprawnie wypełniony??", + "identities.messages.4010007": "Żądanie zostało poprawnie zakończone i nie może być ponowione.", + "identities.messages.4010008": "Kod logowania jest niepoprawny lub został wykorzystany. Spróbuj ponownie.", + "identities.messages.4040001": "Przepływ rejestracji wygasł {expired_at_unix_since_minutes} minut temu, spróbuj ponownie.", + "identities.messages.4040002": "Żądanie zostało poprawnie zakończone i nie może być ponowione.", + "identities.messages.4040003": "Kod rejestracji jest niepoprawny lub został wykorzystany. Spróbuj ponownie.", + "identities.messages.4050001": "Przepływ ustawień wygasł {expired_at_unix_since_minutes} minut temu, spróbuj ponownie.", + "identities.messages.4060001": "Żądanie zostało poprawnie zakończone i nie może być ponowione.", + "identities.messages.4060002": "Przepły odzyskiwania jest niepoprawny i musi zostać ponowiony.", + "identities.messages.4060004": "Token odzyskiwania jest niepoprawny lub został wykorzystany. Proszę ponowić przepływ.", + "identities.messages.4060005": "Przepływ odzyskiwania wygasł {expired_at_unix_since_minutes} minut temu, spróbuj ponownie.", + "identities.messages.4060006": "Kod odzyskiwania jest nieprawidłowy lub został wykorzystany. Spróbuj ponownie.", + "identities.messages.4070001": "Token weryfikacyjny jest nieprawidłowy lub został wykorzystany. Proszę ponowić przepływ.", + "identities.messages.4070002": "Żądanie zostało poprawnie zakończone i nie może być ponowione.", + "identities.messages.4070003": "Przepływ weryfikacyjny jest nieprawidłowy i musi zostać ponowiony.", + "identities.messages.4070005": "Przepływ weryfikacyjny wygasł {expired_at_unix_since_minutes} minut temu, spróbuj ponownie.", + "identities.messages.4070006": "Kod weryfikacyjny jest nieprawidłowy lub został wykorzystany. Spróbuj ponownie.", "identities.messages.5000001": "{reason}", - "login.forgot-password": "Forgot password?", - "login.logged-in-as-label": "You're logged in as:", - "login.logout-button": "Logout", - "login.logout-label": "Something's not working?", - "login.registration-button": "Sign up", - "login.registration-label": "Don't have an account?", - "login.subtitle-oauth2": "To authenticate {clientName}", - "login.title": "Sign in", - "login.title-aal2": "Two-Factor Authentication", - "login.title-refresh": "Confirm it's you", - "logout.accept-button": "Yes", - "logout.reject-button": "No", - "logout.title": "Do you wish to log out?", - "recovery.login-button": "Sign in", - "recovery.login-label": "Remember your credentials?", - "recovery.title": "Recover your account", - "registration.login-button": "Sign in", - "registration.login-label": "Already have an account?", - "registration.subtitle-oauth2": "To authenticate {clientName}", - "registration.title": "Register an account", - "settings.navigation-backup-codes": "2FA Backup Codes", - "settings.navigation-logout": "Logout", - "settings.navigation-oidc": "Social Sign In", - "settings.navigation-password": "Password", - "settings.navigation-profile": "Profile", - "settings.navigation-totp": "Authenticator App", - "settings.navigation-webauthn": "Hardware Tokens", - "settings.subtitle-instructions": "Here you can manage settings related to your account. Keep in mind that certain actions require you to re-authenticate.", - "settings.title": "Account Settings", - "settings.title-lookup-secret": "Manage 2FA Backup Recovery Codes", - "settings.title-navigation": "Account Settings", - "settings.title-oidc": "Social Sign In", - "settings.title-password": "Change Password", - "settings.title-profile": "Profile Settings", - "settings.title-totp": "Manage 2FA TOTP Authenticator App", - "settings.title-webauthn": "Manage Hardware Tokens", - "verification.registration-button": "Sign up", - "verification.registration-label": "Don't have an account?", - "verification.title": "Verify your account" + "login.forgot-password": "Zapomniałeś hasła?", + "login.logged-in-as-label": "Jesteś zalogowany jako:", + "login.logout-button": "Wyloguj", + "login.logout-label": "Coś nie działa?", + "login.registration-button": "Zarejestruj się", + "login.registration-label": "Nie posiadasz konta?", + "login.subtitle-oauth2": "Do autentykacji {clientName}", + "login.title": "Zaloguj się", + "login.title-aal2": "Autentykacja Dwu-Etapowa", + "login.title-refresh": "Potwierdź że to Ty", + "logout.accept-button": "Tak", + "logout.reject-button": "Nie", + "logout.title": "Czy chcesz się wylogować?", + "recovery.login-button": "Zalogj się", + "recovery.login-label": "Zapamiętać poświadczenia?", + "recovery.title": "Odzyskaj konto", + "registration.login-button": "Zaloguj się", + "registration.login-label": "Posiadasz już konto?", + "registration.subtitle-oauth2": "Do autentykacji {clientName}", + "registration.title": "Zarejestruj konto", + "settings.navigation-backup-codes": "Kody zapasowe 2FA", + "settings.navigation-logout": "Wyloguj", + "settings.navigation-oidc": "Zewnętrzne logowanie", + "settings.navigation-password": "Hasło", + "settings.navigation-profile": "Profil", + "settings.navigation-totp": "Aplikacja Autentykator", + "settings.navigation-webauthn": "Tokeny Sprzętowe", + "settings.subtitle-instructions": "Tutaj możesz zarządzać ustawieniami związnymi z twoim kontem. Miej na uwadze że niektórę akcje mogą wymagać pownownej autentykacji.", + "settings.title": "Ustawienia Konta", + "settings.title-lookup-secret": "Zarządzaj kodami odzyskiwania 2FA", + "settings.title-navigation": "Ustawienia Konta", + "settings.title-oidc": "Zewnętrzne logowanie", + "settings.title-password": "Zmień Hasło", + "settings.title-profile": "Ustawienia Profilu", + "settings.title-totp": "Zarządzaj aplikacją autentykator 2FA TOTP", + "settings.title-webauthn": "Zarządzaj tokenami sprzętowymi", + "verification.registration-button": "Zarejestruj się", + "verification.registration-label": "Nie posiadasz konta?", + "verification.title": "Zweryfikuj konto" }