X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/pl/common.php diff --git a/resources/lang/pl/common.php b/resources/lang/pl/common.php index c93d0b9e1..7bacb698d 100644 --- a/resources/lang/pl/common.php +++ b/resources/lang/pl/common.php @@ -18,9 +18,9 @@ return [ 'name' => 'Nazwa', 'description' => 'Opis', 'role' => 'Rola', - 'cover_image' => 'Zdjęcie z okładki', + 'cover_image' => 'Okładka', 'cover_image_description' => 'Ten obraz powinien posiadać wymiary około 440x250px.', - + // Actions 'actions' => 'Akcje', 'view' => 'Widok', @@ -39,7 +39,14 @@ return [ 'reset' => 'Resetuj', 'remove' => 'Usuń', 'add' => 'Dodaj', + 'configure' => 'Konfiguruj', 'fullscreen' => 'Pełny ekran', + 'favourite' => 'Ulubione', + 'unfavourite' => 'Usuń z ulubionych', + 'next' => 'Dalej', + 'previous' => 'Wstecz', + 'filter_active' => 'Aktywny filtr:', + 'filter_clear' => 'Wyczyść Filtr', // Sort Options 'sort_options' => 'Opcje sortowania', @@ -47,6 +54,7 @@ return [ 'sort_ascending' => 'Sortuj rosnąco', 'sort_descending' => 'Sortuj malejąco', 'sort_name' => 'Nazwa', + 'sort_default' => 'Domyślne', 'sort_created_at' => 'Data utworzenia', 'sort_updated_at' => 'Data aktualizacji', @@ -55,6 +63,7 @@ return [ 'no_activity' => 'Brak aktywności do wyświetlenia', 'no_items' => 'Brak elementów do wyświetlenia', 'back_to_top' => 'Powrót na górę', + 'skip_to_main_content' => 'Przejdź do treści głównej', 'toggle_details' => 'Włącz/wyłącz szczegóły', 'toggle_thumbnails' => 'Włącz/wyłącz miniatury', 'details' => 'Szczegóły', @@ -62,8 +71,14 @@ return [ 'list_view' => 'Widok listy', 'default' => 'Domyślny', 'breadcrumb' => 'Ścieżka nawigacji', + 'status' => 'Status', + 'status_active' => 'Aktywny', + 'status_inactive' => 'Nieaktywny', + 'never' => 'Nigdy', + 'none' => 'Żaden', // Header + 'header_menu_expand' => 'Rozwiń menu nagłówka', 'profile_menu' => 'Menu profilu', 'view_profile' => 'Zobacz profil', 'edit_profile' => 'Edytuj profil', @@ -72,9 +87,16 @@ return [ // Layout tabs 'tab_info' => 'Informacje', + 'tab_info_label' => 'Zakładka: Pokaż informacje drugorzędne', 'tab_content' => 'Treść', + 'tab_content_label' => 'Zakładka: Pokaż podstawową zawartość', // Email Content 'email_action_help' => 'Jeśli masz problem z kliknięciem przycisku ":actionText", skopiuj i wklej poniższy adres URL w nowej karcie swojej przeglądarki:', 'email_rights' => 'Wszelkie prawa zastrzeżone', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Polityka prywatności', + 'terms_of_service' => 'Warunki usługi', ];