Skip to content

Commit

Permalink
New translations strings.xml (Polish)
Browse files Browse the repository at this point in the history
  • Loading branch information
hegocre committed Jan 9, 2024
1 parent a04dd79 commit da6bdfd
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions app/src/main/res/values-pl-rPL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,70 @@
<string name="secret">Sekret</string>
<string name="field_cannot_be_empty">To pole nie może być puste</string>
<string name="enter_valid_url">Wprowadź poprawny adres URL</string>
<string name="enter_valid_email">Wprowadź poprawny adres e-mail</string>
<string name="could_not_generate_password">Nie można wygenerować hasła</string>
<string name="could_not_open_url">Nie można otworzyć adresu URL</string>
<string name="about">O aplikacji</string>
<string name="back">Wstecz</string>
<string name="version">Wersja</string>
<string name="source_code">Kod źródłowy</string>
<string name="privacy_policy">Polityka prywatności</string>
<string name="licenses">Licencje</string>
<string name="help_suggestions">Pomoc i sugestie</string>
<string name="authors">Autor</string>
<string name="website">Strona internetowa</string>
<string name="security_status">Status bezpieczeństwa</string>
<string name="folder_icon">Ikona folderu</string>
<string name="new_password">Nowe hasło</string>
<string name="menu">Menu</string>
<string name="clear_query">Wyczyść wyszukiwanie</string>
<string name="generate_password">Generuj hasło</string>
<string name="copy_value">Kopiuj wartość</string>
<string name="home">Strona główna</string>
<string name="folder">Folder</string>
<string name="select">Wybierz</string>
<string name="create">Utwórz</string>
<string name="edit_folder">Edytuj folder</string>
<string name="folder_saving_failed">Zapisywanie folderu nie powiodło się. Spróbuj ponownie</string>
<string name="folder_deleting_failed">Usuwanie folderu nie powiodło się. Spróbuj ponownie</string>
<string name="delete_folder">Usuń folder</string>
<string name="parent_folder">Folder nadrzędny</string>
<string name="security">Bezpieczeństwo</string>
<string name="app_lock_settings_title">Blokada aplikacji</string>
<string name="app_lock_settings_subtitle">Zablokuj dostęp do aplikacji kodem PIN</string>
<string name="biometric_unlock_settings_title">Odblokowanie biometryczne</string>
<string name="biometric_unlock_settings_subtitle">Zezwalaj na odblokowanie aplikacji za pomocą biometrii urządzenia</string>
<string name="incorrect_code">Nieprawidłowy kod</string>
<string name="passcode">Kod PIN</string>
<string name="input_passcode">Wprowadź kod PIN</string>
<string name="confirm_passcode">Potwierdź kod PIN</string>
<string name="passcodes_dont_match">Kody PIN nie pasują</string>
<string name="biometric_prompt_description">Proszę zweryfikować swoją tożsamość, aby uzyskać dostęp do haseł</string>
<string name="biometric_prompt_title">Uwierzytelnianie biometryczne</string>
<string name="cannot_connect_to_server">Nie można połączyć się z serwerem. Dotknij, aby ponowić.</string>
<string name="invalid_certificate">Niepoprawny certyfikat</string>
<string name="invalid_certificate_dialog_text">Certyfikat HTTPS jest nieprawidłowy. Czy chcesz kontynuować?</string>
<string name="ultra">Ultra</string>
<string name="high">Wysoki</string>
<string name="medium">Średni</string>
<string name="standard">Standardowy</string>
<string name="low">Niski</string>
<string name="include_numbers">Uwzględnij numery</string>
<string name="include_special_characters">Uwzględnij znaki specjalne</string>
<string name="strength">Siła</string>
<string name="appearance">Wygląd</string>
<string name="system">System</string>
<string name="light">Jasny</string>
<string name="dark">Ciemny</string>
<string name="black">Czarny</string>
<string name="app_theme">Motyw aplikacji</string>
<string name="use_nextcloud_color">Użyj kolorów Nextcloud</string>
<string name="use_nextcloud_color_msg">Użyj koloru instancji jako koloru akcentu</string>
<string name="use_dynamic_color">Użyj kolorów dynamicznych</string>
<string name="use_dynamic_color_msg">Użyj kolorów dynamicznych z systemu</string>
<string name="changelog">Lista zmian</string>
<string name="no_content_here">Brak treści</string>
<string name="no_results_found">Nie znaleziono żadnych wyników</string>
<string name="search_everywhere">Szukaj wszędzie</string>
<string name="contribute">Wspomóż</string>
</resources>

0 comments on commit da6bdfd

Please sign in to comment.