X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e9831a75073dca2358cc94d9cbf1c61c46110ace..refs/pull/1755/head:/resources/lang/pl/common.php diff --git a/resources/lang/pl/common.php b/resources/lang/pl/common.php index 1c8963653..d5bf0f199 100644 --- a/resources/lang/pl/common.php +++ b/resources/lang/pl/common.php @@ -1,33 +1,37 @@ 'Anuluj', 'confirm' => 'Zatwierdź', 'back' => 'Wstecz', 'save' => 'Zapisz', 'continue' => 'Kontynuuj', 'select' => 'Wybierz', + 'toggle_all' => 'Toggle All', + 'more' => 'Więcej', - /** - * Form Labels - */ + // Form Labels 'name' => 'Nazwa', 'description' => 'Opis', 'role' => 'Rola', - - /** - * Actions - */ + 'cover_image' => 'Zdjęcie z okładki', + 'cover_image_description' => 'Ten obraz powinien posiadać wymiary około 440x250px.', + + // Actions 'actions' => 'Akcje', 'view' => 'Widok', + 'view_all' => 'View All', 'create' => 'Utwórz', 'update' => 'Zaktualizuj', 'edit' => 'Edytuj', 'sort' => 'Sortuj', 'move' => 'Przenieś', + 'copy' => 'Skopiuj', + 'reply' => 'Odpowiedz', 'delete' => 'Usuń', 'search' => 'Szukaj', 'search_clear' => 'Wyczyść wyszukiwanie', @@ -35,25 +39,38 @@ return [ 'remove' => 'Usuń', 'add' => 'Dodaj', + // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', + 'sort_name' => 'Name', + 'sort_created_at' => 'Created Date', + 'sort_updated_at' => 'Updated Date', - /** - * Misc - */ + // Misc 'deleted_user' => 'Użytkownik usunięty', - 'no_activity' => 'Brak aktywności do pokazania', + 'no_activity' => 'Brak aktywności do wyświetlenia', 'no_items' => 'Brak elementów do wyświetlenia', 'back_to_top' => 'Powrót na górę', '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' => 'Breadcrumb', - /** - * Header - */ + // Header + 'profile_menu' => 'Profile Menu', 'view_profile' => 'Zobacz profil', 'edit_profile' => 'Edytuj profil', - /** - * Email Content - */ + // Layout tabs + 'tab_info' => 'Info', + 'tab_content' => 'Content', + + // 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', -]; \ No newline at end of file +];