Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 4a9db36

Browse files
author
Takeda-senpai
authored
Merge pull request #161 from Daviteusz/patch-1
Update PL language
2 parents ae8637c + e912bb4 commit 4a9db36

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

app/src/main/res/values-pl/strings.xml

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22
<string name="app_name">Fox - Menedżer modułów Magisk</string>
33
<string name="app_name_short">FoxMmm</string>
44
<string name="fail_root_magisk">Nie udało się uzyskać dostępu do Root lub Magisk</string>
@@ -10,8 +10,9 @@
1010
<string name="failed_download">Nie udało się pobrać pliku.</string>
1111
<string name="slow_modules">Uruchomienie modułów trwało zbyt długo, rozważ wyłączenie niektórych modułów</string>
1212
<string name="fail_internet">Nie udało się nawiązać połączenia z Internetem</string>
13+
<string name="no_web_view">Nie można otworzyć systemowego WebView</string>
1314
<string name="title_activity_settings">SettingsActivity</string>
14-
<string name="app_update_available">Dostępna nowa wersja aplikacji</string>
15+
<string name="app_update_available">Dostępna jest nowa wersja aplikacji</string>
1516
<string name="app_update">Aktualizuj</string>
1617
<string name="no_desc_found">Nie znaleziono opisu.</string>
1718
<string name="download_module">Pobierz</string>
@@ -21,30 +22,51 @@
2122
<string name="website">Strona domowa</string>
2223
<string name="support">Wsparcie</string>
2324
<string name="donate">Przekaż darowiznę</string>
25+
<string name="update">Aktualizuj</string>
26+
<string name="install">Zainstaluj</string>
27+
<string name="description">Opis</string>
28+
<string name="uninstall">Odinstaluj</string>
29+
<string name="config">Konfiguracja</string>
2430
<string name="submit_modules">Prześlij moduł</string>
2531
<string name="require_android_6">Wymaga Androida 6.0+</string>
32+
<string name="require_android_12">Wymaga Androida 12+</string>
33+
<string name="install_terminal_reboot_now">Restart</string>
34+
<string name="language">Język</string>
2635

2736
<!-- Module section translation -->
2837
<string name="module_last_update">Ostatnia aktualizacja:</string>
2938
<string name="module_repo">Repozytorium:</string>
3039
<string name="module_by">autorstwa</string>
3140
<string name="module_downloads">Pobrano:</string>
3241
<string name="module_stars">Gwiazdki:</string>
42+
<string name="module_needs_ramdisk">Potrzebuje ramdysku</string>
43+
<string name="module_needs_ramdisk_desc">Ten moduł potrzebuje zainstalować rozruchowy ramdysk</string>
44+
<string name="module_can_change_boot">Może zmienić rozruch</string>
45+
<string name="module_can_change_boot_desc">Ten moduł może zmienić obraz rozruchowy</string>
46+
<string name="module_min_magisk_chip">Min. Magisk \"%s\"</string>
47+
<string name="module_min_sdk_chip">Min. Android</string>
48+
<string name="module_max_sdk_chip">Maks. Android</string>
3349

3450
<!-- Preference Titles -->
3551
<!-- Note: Lockdown mode used to be called showcase mode -->
3652
<string name="manage_repos_pref">Zarządzaj repozytoriami</string>
3753
<string name="showcase_mode_pref">Tryb blokady</string>
3854
<string name="showcase_mode_desc">Tryb blokady uniemożliwia menedżerowi wykonywanie działań na modułach</string>
55+
<string name="prevent_reboot_pref">Uniemożliwiaj restart</string>
56+
<string name="prevent_reboot_desc">Zapobiega niespodziewanym restartom</string>
3957
<string name="pref_category_settings">Ustawienia</string>
58+
<string name="enable_monet">Włącz Monet</string>
4059
<string name="pref_category_info">Informacje</string>
4160
<string name="show_licenses">Pokaż licencje</string>
4261
<string name="licenses">Licencje</string>
4362
<string name="show_incompatible_pref">Pokaż niekompatybilne moduły</string>
4463
<string name="show_incompatible_desc">Pokaż moduły, które są niekompatybilne z urządzeniem na podstawie ich metadanych</string>
4564
<string name="magisk_outdated">Magisk jest nieaktualny!</string>
4665
<string name="pref_category_repos">Repozytoria</string>
47-
<string name="repo_main_desc">Repozytorium, w którym znajdują się moduły Magisk</string>
66+
<string name="pref_category_security">Zabezpieczenia</string>
67+
<string name="pref_category_appearance">Wygląd</string>
68+
<string name="pref_category_general">Ogólne</string>
69+
<string name="repo_main_desc">Repo, w którym znajdują się moduły Magisk</string>
4870
<string name="repo_main_alt">Alternatywa dla Magisk-Modules-Repo z mniejszymi ograniczeniami.</string>
4971
<string name="master_delete">Usunąć pliki modułu?</string>
5072
<string name="master_delete_no">Zatrzymaj pliki</string>
@@ -55,6 +77,7 @@
5577
<string name="module_id_prefix">ID modułu: </string>
5678
<string name="install_from_storage">Zainstaluj moduł z pamięci</string>
5779
<string name="invalid_format">Wybrany moduł jest w nieprawidłowym formacie</string>
80+
<string name="low_quality_module">Moduł niskiej jakości</string>
5881
<string name="local_install_title">Instalacja lokalna</string>
5982
<string name="source_code">Kod źródłowy</string>
6083
<string name="magisk_builtin_module">Wbudowany moduł Magisk</string>
@@ -63,7 +86,7 @@
6386
<string name="file_picker_failure">Bieżący selektor plików nie umożliwił dostępu do pliku.</string>
6487
<string name="remote_install_title">Zdalna instalacja</string>
6588
<string name="file_picker_wierd">Bieżący selektor plików zwrócił niestandardową odpowiedź.</string>
66-
<string name="use_magisk_install_command_pref">Użyj polecenia instalacji modułu magisk</string>
89+
<string name="use_magisk_install_command_pref" tools:ignore="TypographyDashes">Użyj polecenia \"magisk --install-module\"</string>
6790
<string name="use_magisk_install_command_desc">
6891
Podczas testów powodowało to problemy z narzędziem do diagnozowania błędów instalacji modułów,
6992
dlatego ukryłem tę opcję za trybem deweloperskim, włącz ją na własne ryzyko!
@@ -75,7 +98,7 @@
7598
Niektóre moduły nie deklarują poprawnie swoich metadanych, powodując zakłócenia wizualne,
7699
i/lub wskazują na niską jakość modułu, wyłączaj na własne ryzyko!
77100
</string>
78-
<string name="dns_over_https_pref">DNS over HTTPS</string>
101+
<string name="dns_over_https_pref">DNS przez HTTPS</string>
79102
<string name="dns_over_https_desc">
80103
W niektórych przypadkach może naprawić problemy z połączeniami.
81104
(Nie dotyczy WebView)
@@ -91,7 +114,14 @@
91114
cały tekst w tym samym wierszu podczas instalowania modułu
92115
</string>
93116
<string name="enable_blur_pref">Włącz rozmycie</string>
94-
<string name="repo_enabled">Repozytorium włączone</string>
95-
<string name="repo_disabled">Repozytorium wyłączone</string>
117+
<string name="disable_chips_in_description">Wyłącz chipy w opisie</string>
118+
<string name="repo_enabled">Repo włączone</string>
119+
<string name="repo_disabled">Repo wyłączone</string>
120+
<string name="add_repo">Dodaj repo</string>
121+
<string name="remove_repo">Usuń repo</string>
122+
<string name="custom_url">Niestandardowy URL</string>
96123
<string name="androidacy_repo_info">Repo Androidacy korzysta z reklam i trackerów.</string>
124+
<string name="backup_module_list">Kopia zapasowa modułów</string>
125+
<string name="restore_module_list">Przywracanie modułów</string>
126+
<string name="require_internet">Ta operacja wymaga połączenia internetowego</string>
97127
</resources>

0 commit comments

Comments
 (0)