|
3 | 3 | <string name="app_name_short">FoxMmm</string> |
4 | 4 | <string name="fail_root_magisk">Nie udało się uzyskać dostępu do Root lub Magisk</string> |
5 | 5 | <string name="loading">Wczytywanie…</string> |
6 | | - <string name="updatable">Aktualizowalne</string> |
| 6 | + <string name="updatable">Aktualizacje modułów</string> |
7 | 7 | <string name="installed">Zainstalowane</string> |
8 | 8 | <string name="online_repo">Repozytorium online</string> |
9 | 9 | <string name="showcase_mode">Aplikacja jest w trybie blokady</string> |
|
27 | 27 | <string name="description">Opis</string> |
28 | 28 | <string name="uninstall">Odinstaluj</string> |
29 | 29 | <string name="config">Konfiguracja</string> |
| 30 | + <string name="favourite">Ulubione</string> |
| 31 | + <string name="report_bugs">Zgłoś błędy</string> |
| 32 | + <string name="sniffed_modules">Wywęszone moduły</string> |
| 33 | + <string name="sniffing_modules">Węszenie modułów</string> |
30 | 34 | <string name="submit_modules">Prześlij moduł</string> |
31 | 35 | <string name="require_android_6">Wymaga Androida 6.0+</string> |
32 | 36 | <string name="require_android_12">Wymaga Androida 12+</string> |
33 | 37 | <string name="install_terminal_reboot_now">Restart</string> |
34 | 38 | <string name="language">Język</string> |
35 | | - |
| 39 | + |
36 | 40 | <!-- Module section translation --> |
37 | 41 | <string name="module_last_update">Ostatnia aktualizacja:</string> |
38 | 42 | <string name="module_repo">Repozytorium:</string> |
|
115 | 119 | </string> |
116 | 120 | <string name="enable_blur_pref">Włącz rozmycie</string> |
117 | 121 | <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="repo_enabled">Repozytorium włączone</string> |
| 123 | + <string name="repo_disabled">Repozytorium wyłączone</string> |
| 124 | + <string name="add_repo">Dodaj repozytorium</string> |
| 125 | + <string name="remove_repo">Usuń repozytorium</string> |
122 | 126 | <string name="custom_url">Niestandardowy URL</string> |
123 | 127 | <string name="androidacy_repo_info">Repo Androidacy korzysta z reklam i trackerów.</string> |
124 | 128 | <string name="backup_module_list">Kopia zapasowa modułów</string> |
125 | 129 | <string name="restore_module_list">Przywracanie modułów</string> |
126 | 130 | <string name="require_internet">Ta operacja wymaga połączenia internetowego</string> |
| 131 | + <string name="androidacy_test_mode_pref">Tryb testowy Androidacy</string> |
| 132 | + <string name="androidacy_test_mode_desc">Użyj punktu końcowego Androidacy staging zamiast punktu końcowego release. (Wymagaj ponownego uruchomienia procesu aplikacji)</string> |
| 133 | + |
| 134 | + <!-- Background Notification translation --> |
| 135 | + <string name="notification_update_title">Znaleziono %i aktualizacji modułów</string> |
| 136 | + <string name="notification_update_title_easter_egg">Wywęszono %i aktualizacji modułów</string> |
| 137 | + <string name="notification_update_subtitle">Kliknij, aby otworzyć aplikację</string> |
| 138 | + <string name="notification_update_pref">Sprawdzanie aktualizacji modułów w tle</string> |
| 139 | + <string name="notification_update_desc">Może zwiększyć użycie baterii</string> |
| 140 | + <string name="notification_update_debug_pref">Powiadomienie testowe</string> |
| 141 | + |
| 142 | + <!-- Set to true in translation file if your language is right to left --> |
| 143 | + <bool name="lang_support_rtl">false</bool> |
| 144 | + <!-- Always copy language_support_level when translating --> |
| 145 | + <integer name="language_support_level">1</integer> |
| 146 | + <string name="language_support_outdated">Niektóre tłumaczenia dla bieżącego języka nie są aktualne, |
| 147 | + prosimy o rozważenie uzupełnienia tłumaczeń aplikacji na GitHubie.</string> |
| 148 | + <!-- Replace with your own username when translating --> |
| 149 | + <string name="language_translated_by">Tłumaczenie: Daviteusz</string> |
127 | 150 | </resources> |
0 commit comments