Skip to content

Commit

Permalink
add missing Polish translations for PINcode related vocabulary (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
nokacper24 authored Dec 11, 2023
1 parent ed745c1 commit cdd37e1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
21 changes: 21 additions & 0 deletions lib/generated/intl/messages_pl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Wyłączyć aplikację?"),
"confirmNewPassword":
MessageLookupByLibrary.simpleMessage("Potwierdź nowe hasło"),
"confirmNewPin":
MessageLookupByLibrary.simpleMessage("Potwierdź nowy PIN"),
"continueAsGues":
MessageLookupByLibrary.simpleMessage("Kontynuuj jako gość"),
"dailyReminders":
Expand All @@ -76,10 +78,13 @@ class MessageLookup extends MessageLookupByLibrary {
"Włącz codzienne przypomnienia"),
"enableFingerPrintLogin": MessageLookupByLibrary.simpleMessage(
"Logowanie czytnikiem linii papilarnych"),
"enablePINLogin":
MessageLookupByLibrary.simpleMessage("Logowanie kodem PIN"),
"enterCurrentPassword":
MessageLookupByLibrary.simpleMessage("Wprowadź aktualne hasło"),
"enterNewEmail":
MessageLookupByLibrary.simpleMessage("Wprowadź nowy email"),
"enterPin": MessageLookupByLibrary.simpleMessage("Wprowadź PIN"),
"enterRegisteredEmail": MessageLookupByLibrary.simpleMessage(
"Wprowadź zarejestrowany email"),
"exportNotes":
Expand Down Expand Up @@ -145,12 +150,25 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Hasło zweryfikowane"),
"passwordsDontMatch":
MessageLookupByLibrary.simpleMessage("Hasła nie są takie same"),
"pinLoginFailed": MessageLookupByLibrary.simpleMessage(
"Logowanie kodem PIN niepomyślne"),
"pinLoginSetupInstructions": MessageLookupByLibrary.simpleMessage(
"Odblokuj aplikację 4-cyfrowym kodem PIN"),
"pinMustBe4Digit":
MessageLookupByLibrary.simpleMessage("Wprowadź 4-cyfrowy kod PIN"),
"pinResetSuccessful":
MessageLookupByLibrary.simpleMessage("PIN zresetowany pomyślnie"),
"pinsDontMatch":
MessageLookupByLibrary.simpleMessage("PIN się nie zgadza"),
"pleaseSetupYourAccountToUseThisFeature":
MessageLookupByLibrary.simpleMessage(
"Zaloguj się, aby użyć tej funkcji"),
"privacyPolicy":
MessageLookupByLibrary.simpleMessage("Politykę Prywatności"),
"projectOnGithub":
MessageLookupByLibrary.simpleMessage("Projekt na GitHub"),
"resetPassword": MessageLookupByLibrary.simpleMessage("Zmień hasło"),
"resetPin": MessageLookupByLibrary.simpleMessage("Reset PIN"),
"securitySettings":
MessageLookupByLibrary.simpleMessage("Ustawienia bezpieczeństwa"),
"sendFeedback": MessageLookupByLibrary.simpleMessage("Wyślij opinię"),
Expand All @@ -160,6 +178,8 @@ class MessageLookup extends MessageLookupByLibrary {
"shareWithFriends":
MessageLookupByLibrary.simpleMessage("Udostępnij znajomym"),
"signIn": MessageLookupByLibrary.simpleMessage("Zaloguj się"),
"signInWithEmail":
MessageLookupByLibrary.simpleMessage("Zaloguj się używając email"),
"signUp": MessageLookupByLibrary.simpleMessage("Zarejestruj się"),
"signedInAs": MessageLookupByLibrary.simpleMessage("Zalogowany jako"),
"sortByAtoZ":
Expand All @@ -182,6 +202,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Niespodziewany błąd"),
"video": MessageLookupByLibrary.simpleMessage("Kamera"),
"webdavURL": MessageLookupByLibrary.simpleMessage("WebDAV URL"),
"wrongPIN": MessageLookupByLibrary.simpleMessage("Nieprawidłowy PIN"),
"youHaveUnsavedChanges":
MessageLookupByLibrary.simpleMessage("Masz niezapisane zmiany"),
"youWillBeNotifiedAt": m0
Expand Down
14 changes: 13 additions & 1 deletion lib/l10n/intl_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,17 @@
"nextCloud": "NextCloud",
"webdavURL": "WebDAV URL",
"moreInfo": "Więcej informacji",
"fontFamily": "Czcionka"
"resetPin": "Reset PIN",
"enterPin": "Wprowadź PIN",
"pinResetSuccessful": "PIN zresetowany pomyślnie",
"confirmNewPin": "Potwierdź nowy PIN",
"pinsDontMatch": "PIN się nie zgadza",
"pinLoginFailed": "Logowanie kodem PIN niepomyślne",
"enablePINLogin": "Logowanie kodem PIN",
"pinLoginSetupInstructions": "Odblokuj aplikację 4-cyfrowym kodem PIN",
"fontFamily": "Czcionka",
"pinMustBe4Digit": "Wprowadź 4-cyfrowy kod PIN",
"wrongPIN": "Nieprawidłowy PIN",
"signInWithEmail": "Zaloguj się używając email",
"projectOnGithub": "Projekt na GitHub"
}

0 comments on commit cdd37e1

Please sign in to comment.