]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/common.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / pl / common.php
index b979252220bf35d48ba04674c4f59334448c8d36..7bacb698d700730e83b80cc3b9b9cc03695a16b7 100644 (file)
@@ -1,31 +1,30 @@
 <?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
 return [
 
-    /**
-     * Buttons
-     */
+    // Buttons
     'cancel' => 'Anuluj',
     'confirm' => 'Zatwierdź',
     'back' => 'Wstecz',
     'save' => 'Zapisz',
     'continue' => 'Kontynuuj',
     'select' => 'Wybierz',
+    'toggle_all' => 'Przełącz wszystko',
     'more' => 'Więcej',
 
-    /**
-     * Form Labels
-     */
+    // Form Labels
     '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
     'actions' => 'Akcje',
     'view' => 'Widok',
+    'view_all' => 'Zobacz wszystkie',
     'create' => 'Utwórz',
     'update' => 'Zaktualizuj',
     'edit' => 'Edytuj',
@@ -34,35 +33,70 @@ return [
     'copy' => 'Skopiuj',
     'reply' => 'Odpowiedz',
     'delete' => 'Usuń',
+    'delete_confirm' => 'Potwierdź usunięcie',
     'search' => 'Szukaj',
     'search_clear' => 'Wyczyść wyszukiwanie',
     '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',
+    'sort_direction_toggle' => 'Przełącz kierunek sortowania',
+    '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',
 
-    /**
-     * Misc
-     */
+    // Misc
     'deleted_user' => 'Użytkownik usunięty',
     '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',
     'grid_view' => 'Widok kafelkowy',
     '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
+    'header_menu_expand' => 'Rozwiń menu nagłówka',
+    'profile_menu' => 'Menu profilu',
     'view_profile' => 'Zobacz profil',
     'edit_profile' => 'Edytuj profil',
+    'dark_mode' => 'Tryb ciemny',
+    'light_mode' => 'Tryb jasny',
 
-    /**
-     * Email Content
-     */
+    // 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',
 ];