You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Add Polish Translation (#91)
* Create colors.xml * Create themes.xml * Create strings.xml and 1/2 translate * Delete manager/app/src/main/res/values-pl/colors.xml * Delete manager/app/src/main/res/values-pl/themes.xml * Update strings.xml 2/2 translate * Update strings.xml fix
This commit is contained in:
committed by
GitHub
parent
a2976fd926
commit
4ed362bea4
179
manager/app/src/main/res/values-pl/strings.xml
Normal file
179
manager/app/src/main/res/values-pl/strings.xml
Normal file
@@ -0,0 +1,179 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="issue_report_title">Napotkałeś problem?</string>
|
||||
<string name="issue_report_body">Znalazłeś błąd lub chcesz zostawić opinię?</string>
|
||||
<string name="issue_report_body_2">Zgłoś to najszybciej jak to możliwe!</string>
|
||||
<string name="issue_report_github">Zgłoś na GitHubie</string>
|
||||
<string name="issue_report_telegram">Skontaktuj się na Telegramie</string>
|
||||
<string name="issue_report_github_link">https://github.com/rifsxd/KernelSU-Next/issues</string>
|
||||
<string name="issue_report_telegram_link">https://t.me/ksunext</string>
|
||||
<string name="confirm">Potwierdź</string>
|
||||
<string name="app_name" translatable="false">KernelSU Next</string>
|
||||
<string name="home">Strona główna</string>
|
||||
<string name="home_not_installed">Nie zainstalowano</string>
|
||||
<string name="home_click_to_install">Kliknij, aby zainstalować</string>
|
||||
<string name="home_working">Działa</string>
|
||||
<string name="home_working_version">Wersja: %d</string>
|
||||
<string name="home_superuser_count">Superużytkownicy: %d</string>
|
||||
<string name="home_module_count">Moduły: %d</string>
|
||||
<string name="home_failure">Nie znaleziono sygnatury KernelSU Next v2 w jądrze! [ !KSU_NEXT || != size/hash ]</string>
|
||||
<string name="home_failure_tip">Zapytaj swojego dewelopera o integrację z KernelSU Next!</string>
|
||||
<string name="home_kernel">Wersja jądra</string>
|
||||
<string name="home_susfs">SuSFS: %s</string>
|
||||
<string name="home_susfs_version">Wersja SuSFS</string>
|
||||
<string name="home_susfs_sus_su">SuS SU</string>
|
||||
<string name="home_android">Wersja Androida</string>
|
||||
<string name="home_manager_version">Wersja Managera</string>
|
||||
<string name="home_selinux_status">Status SELinux</string>
|
||||
<string name="selinux_status_disabled">Wyłączony</string>
|
||||
<string name="selinux_status_enforcing">Wymuszony</string>
|
||||
<string name="selinux_status_permissive">Dozwolony</string>
|
||||
<string name="selinux_status_unknown">Nieznany</string>
|
||||
<string name="superuser">Superużytkownik</string>
|
||||
<string name="module_failed_to_enable">Nie udało się włączyć modułu: %s</string>
|
||||
<string name="module_failed_to_disable">Nie udało się wyłączyć modułu: %s</string>
|
||||
<string name="module_empty">Nie zainstalowano żadnych modułów</string>
|
||||
<string name="module">Moduły</string>
|
||||
<string name="module_install_prompt_with_name">Zainstalować moduł %1$s?</string>
|
||||
<string name="module_sort_a_to_z">Sortuj (A-Z)</string>
|
||||
<string name="module_sort_z_to_a">Sortuj (Z-A)</string>
|
||||
<string name="uninstall">Odinstaluj</string>
|
||||
<string name="restore">Przywróć</string>
|
||||
<string name="module_install">Zainstaluj</string>
|
||||
<string name="install">Zainstaluj</string>
|
||||
<string name="reboot">Uruchom ponownie</string>
|
||||
<string name="settings">Ustawienia</string>
|
||||
<string name="reboot_userspace">Miękki restart</string>
|
||||
<string name="reboot_recovery">Restart do trybu Recovery</string>
|
||||
<string name="reboot_bootloader">Restart do trybu Bootloadera</string>
|
||||
<string name="reboot_download">Restart do trybu Download</string>
|
||||
<string name="reboot_edl">Restart do trybu EDL</string>
|
||||
<string name="about">Autor</string>
|
||||
<string name="module_uninstall_confirm">Odinstalować moduł %s?</string>
|
||||
<string name="module_uninstall_success">%s odstalowano</string>
|
||||
<string name="module_uninstall_failed">Nie można odinstalować: %s</string>
|
||||
<string name="module_restore_confirm">Przywrócić moduł %s?</string>
|
||||
<string name="module_restore_success">%s przywrócono</string>
|
||||
<string name="module_restore_failed">Nie można przywrócić: %s</string>
|
||||
<string name="module_version">Wersja</string>
|
||||
<string name="module_author">Autor</string>
|
||||
<string name="module_overlay_fs_not_available">Moduły są niedostępne, ponieważ OverlayFS jest wyłączony przez jądro.</string>
|
||||
<string name="refresh">Odśwież</string>
|
||||
<string name="show_system_apps">Pokaż aplikacje systemowe</string>
|
||||
<string name="hide_system_apps">Ukryj aplikacje systemowe</string>
|
||||
<string name="export_log">Eksport logów</string>
|
||||
<string name="safe_mode">Tryb bezpieczny</string>
|
||||
<string name="reboot_to_apply">Zrestartuj, aby zastosować zmiany</string>
|
||||
<string name="module_magisk_conflict">Moduły są niedostępne z powodu konfliku z Magiskiem!</string>
|
||||
<string name="home_module_mount">Moduł montowania</string>
|
||||
<string name="home_magic_mount">Magic Mount</string>
|
||||
<string name="home_overlayfs_mount">OverlayFS</string>
|
||||
<string name="unavailable">Niedostępne</string>
|
||||
<string name="use_overlay_fs">Użyj OverlayFS (Beta)</string>
|
||||
<string name="use_overlay_fs_summary">Przełącz pomiędzy OverlayFS, a Magic Mount dla modułu montowania.</string>
|
||||
<string name="reboot_required">Wymagany restart</string>
|
||||
<string name="reboot_message">Zmiany zostaną zastosowane po restarcie. Uruchomić ponownie?</string>
|
||||
<string name="module_restore">Przywróć moduły</string>
|
||||
<string name="module_restore_message">Przywróć moduły z kopii zapasowej.</string>
|
||||
<string name="module_backup">Kopia zapasowa modułów</string>
|
||||
<string name="module_backup_message">Kopia zapasowa obecnie zainstalowanych modułów.</string>
|
||||
<string name="warning">Uwaga</string>
|
||||
<string name="warning_message">Ta funkcja jest dalej rozwijana. Upewnij się, że utworzyłeś kopię zapasową. Używaj tej opcji tylko, gdy rozumiesz ryzyko. Zachowaj ostrożność.</string>
|
||||
<string name="proceed">Dalej</string>
|
||||
<string name="cancel">Anuluj</string>
|
||||
<string name="later">Później</string>
|
||||
<string name="home_next_kernelsu">🔥 Nowa wersja</string>
|
||||
<string name="home_next_kernelsu_repo">https://github.com/rifsxd/KernelSU-Next</string>
|
||||
<string name="home_next_kernelsu_body">Nowa wersja eksperymentalna. Sprawdź na GitHubie!</string>
|
||||
<string name="home_experimental_kernelsu">⚠️ Uwaga to wersja eksperymentalna!</string>
|
||||
<string name="home_experimental_kernelsu_repo">127.0.0.1</string>
|
||||
<string name="home_experimental_kernelsu_body">KernelSU Next to wersja nieoficjalna, która jest w fazie rozwoju. Nie gwarantujemy stabiności, wydajności, czy niezawodności.</string>
|
||||
<string name="home_experimental_kernelsu_body_point_1"> • Używasz na własne ryzyko: mogą wystąpić problemy.</string>
|
||||
<string name="home_experimental_kernelsu_body_point_2"> • Brak gwarancji: deweloperzy nie biorą odpowiedzialności za utratę danych i inne niespodziewane skutki.</string>
|
||||
<string name="home_experimental_kernelsu_body_point_3"> • Tylko dla testerów: przeznaczone dla użytkowników, którzy rozumieją ryzyko i wiedzą co robią.</string>
|
||||
<string name="about_source_code"><![CDATA[Zobacz kod źródłowy na %1$s]]></string>
|
||||
<string name="profile" translatable="false">Profil aplikacji</string>
|
||||
<string name="profile_default">Domyślny</string>
|
||||
<string name="profile_template">Szablon</string>
|
||||
<string name="profile_custom">Własny</string>
|
||||
<string name="profile_name">Nazwa profilu</string>
|
||||
<string name="profile_namespace">Przestrzeń nazw montowania</string>
|
||||
<string name="profile_namespace_inherited">Odziedziczona</string>
|
||||
<string name="profile_namespace_global">Globalna</string>
|
||||
<string name="profile_namespace_individual">Indywidualna</string>
|
||||
<string name="profile_groups">Grupy</string>
|
||||
<string name="profile_capabilities">Uprawnienia</string>
|
||||
<string name="profile_selinux_context">Kontekst SELinux</string>
|
||||
<string name="profile_umount_modules">Odmontuj moduły</string>
|
||||
<string name="failed_to_update_app_profile">Nie udało się zaktualizować profilu aplikacji dla %s</string>
|
||||
<string name="require_kernel_version">Obecna wersja KernelSU Next %1$d jest za niska, aby manager działał prawidłowo. Zaktualizuj do wersji %2$d lub wyższej!</string>
|
||||
<string name="settings_umount_modules_default">Domyślnie odmontuj moduły</string>
|
||||
<string name="settings_umount_modules_default_summary">Globalna wartość domyślna opcji \"Odmontuj moduły\" w profilu aplikacji. Jeśli jest włączona, wycofuje wszystkie modyfikacje dokonane przez moduły dla aplikacji, które nie mają ustawionego profilu.</string>
|
||||
<string name="settings_susfs_toggle">Ukryj kprobe hooks</string>
|
||||
<string name="settings_susfs_toggle_summary">Wyłącza kprobe hooks tworzone przez ksu i zastępuje je non-kprobe hooks, implementując tę samą funkcjonalność, która byłaby zastosowana w jądrze non-GKI, które nie obsługuje kprobe.</string>
|
||||
<string name="profile_umount_modules_summary">>Włączenie tej opcji umożliwi KernelSU przywrócenie wszelkich zmodyfikowanych plików przez moduły dla tej aplikacji.</string>
|
||||
<string name="profile_selinux_domain">Domena</string>
|
||||
<string name="profile_selinux_rules">Reguły</string>
|
||||
<string name="module_update">Zaktualizuj</string>
|
||||
<string name="module_downloading">Pobieranie modułu: %s</string>
|
||||
<string name="module_start_downloading">Rozpocznij pobieranie: %s</string>
|
||||
<string name="new_version_available">Nowa wersja %s jest dostępna. Kliknij, aby zaktualizować.</string>
|
||||
<string name="launch_app">Uruchom</string>
|
||||
<string name="close">Zamknij</string>
|
||||
<string name="force_stop_app">Wymuś zatrzymanie</string>
|
||||
<string name="restart_app">Restartuj</string>
|
||||
<string name="failed_to_update_sepolicy">Nie udało się zaktualizować reguł SELinux dla: %s</string>
|
||||
<string name="module_changelog">Lista zmian</string>
|
||||
<string name="settings_profile_template">Szablon profilu aplikacji</string>
|
||||
<string name="settings_profile_template_summary">Zarządzaj lokalnym i internetowym szablonem profilu aplikacji</string>
|
||||
<string name="app_profile_template_create">Stwórz szablon</string>
|
||||
<string name="app_profile_template_edit">Edytuj szablon</string>
|
||||
<string name="app_profile_template_id">Identyfikator</string>
|
||||
<string name="app_profile_template_id_invalid">Błędny identyfikator szablonu</string>
|
||||
<string name="app_profile_template_name">Nazwa</string>
|
||||
<string name="app_profile_template_description">Opis</string>
|
||||
<string name="app_profile_template_save">Zapisz</string>
|
||||
<string name="app_profile_template_delete">Usuń</string>
|
||||
<string name="app_profile_template_view">Zobacz szablon</string>
|
||||
<string name="app_profile_template_readonly">Tylko do odczytu</string>
|
||||
<string name="app_profile_template_id_exist">Szablon o takim identyfikatorze już istnieje!</string>
|
||||
<string name="app_profile_import_export">Importuj/Eksportuj</string>
|
||||
<string name="app_profile_import_from_clipboard">Importuj ze schowka</string>
|
||||
<string name="app_profile_export_to_clipboard">Eksportuj do schowka</string>
|
||||
<string name="app_profile_template_export_empty">Nie można znaleźć lokalnego szablonu do eksportu!</string>
|
||||
<string name="app_profile_template_import_success">Zaimportowano pomyślnie</string>
|
||||
<string name="app_profile_template_sync">Synchronizuj internetowe szablony</string>
|
||||
<string name="app_profile_template_save_failed">Nie udało się zapisać szablonu</string>
|
||||
<string name="app_profile_template_import_empty">Schowek jest pusty!</string>
|
||||
<string name="module_changelog_failed">Pobranie dziennika zmian nie powiodło się: %s</string>
|
||||
<string name="settings_check_update">Wyszukaj aktualizacje</string>
|
||||
<string name="settings_check_update_summary">Wyszukuj aktualizacje automatycznie przy otwieraniu aplikacji</string>
|
||||
<string name="grant_root_failed">Nie udało się przyznać roota!</string>
|
||||
<string name="action">Akcja</string>
|
||||
<string name="open">Otwórz</string>
|
||||
<string name="enable_web_debugging">Włącz debugowanie WebView</string>
|
||||
<string name="enable_web_debugging_summary">Może być użyte do debugowania WebUI. Włącz tylko w razie potrzeby.</string>
|
||||
<string name="direct_install">Instalacja bezpośrednia (zalecane)</string>
|
||||
<string name="select_file">Wybierz plik</string>
|
||||
<string name="install_inactive_slot">Zainstaluj do nieaktywnego slotu (po aktualizcji OTA)</string>
|
||||
<string name="install_inactive_slot_warning">Po ponownym uruchomieniu Twoje urządzenie zostanie **ZMUSZONE** do uruchomia się z obecnie nieaktywnego slotu!\nUżyj tej opcji dopiero po zakończeniu aktualizacji OTA.\nCzy chcesz kontynuować?</string>
|
||||
<string name="install_next">Dalej</string>
|
||||
<string name="select_file_tip">Obraz partycji %1$s jest zalecany</string>
|
||||
<string name="select_kmi">Wybierz KMI</string>
|
||||
<string name="shrink_sparse_image">Minimalizuj rozrzedzony (sparse) obraz</string>
|
||||
<string name="shrink_sparse_image_message">Zmienia rozmiar obrazu rozrzedzonego(sparse), w którym znajduje się moduł, do jego rzeczywistego rozmiaru. Należy pamiętać, że może to spowodować nieprawidłowe działanie modułu, więc należy go używać tylko wtedy, gdy jest to konieczne (np. do tworzenia kopii zapasowych).</string>
|
||||
<string name="settings_uninstall">Odinstaluj</string>
|
||||
<string name="settings_uninstall_temporary">Odinstaluj tymczasowo</string>
|
||||
<string name="settings_uninstall_permanent">Odinstaluj zupełnie</string>
|
||||
<string name="settings_restore_stock_image">Przywróć obraz fabryczny</string>
|
||||
<string name="settings_uninstall_temporary_message">Tymczasowo odinstaluj KernelSU, przywróć do oryginalnego stanu po następnym ponownym uruchomieniu.</string>
|
||||
<string name="settings_uninstall_permanent_message">Całkowite i trwałe odinstalowanie KernelSU (Root i wszystkich modułów).</string>
|
||||
<string name="settings_restore_stock_image_message">Przywróć obraz fabryczny (jeśli istnieje kopia zapasowa), zwykle używany przed OTA; jeśli chcesz odinstalować KernelSU, użyj opcji \"Odinstaluj całkowicie\".</string>
|
||||
<string name="flashing">Flashowanie</string>
|
||||
<string name="flash_success">Flashowanie ukończone pomyślnie</string>
|
||||
<string name="flash_failed">Flashowanie nieudane</string>
|
||||
<string name="selected_lkm">Wybrano LKM: %s</string>
|
||||
<string name="save_log">Zapisz logi</string>
|
||||
<string name="log_saved">Logi zapisane</string>
|
||||
<string name="send_log">Udostępnij logi</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user