mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 18:33:15 +08:00
1b1ddb6794
1. Changed Book translation from księga => podręcznik (księga is very old word, and thus not fit to the app. Podręcznik is word for book used in school and fits much more to the documentation site) 2. Changed Entity transaltion from encja => obiekt (encja is word used in IT world, common people doesn't know what it is. Obiekt (object) fits better for no IT geeks and explains them more than word encja) 3. Added Shelf/Bookshelf transaltion. Now they are named Półka/Półki 4. Changed Draft translation from szkic => wersja robocza (in every system like wordpress/wiki etc. the word for draft is wersja robocza. Szkic is word for draft of an image) 5. Fixed typos 6. Fixed unfit plural words when they were not needed
69 lines
1.7 KiB
PHP
69 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
|
|
/**
|
|
* Buttons
|
|
*/
|
|
'cancel' => 'Anuluj',
|
|
'confirm' => 'Zatwierdź',
|
|
'back' => 'Wstecz',
|
|
'save' => 'Zapisz',
|
|
'continue' => 'Kontynuuj',
|
|
'select' => 'Wybierz',
|
|
'more' => 'Więcej',
|
|
|
|
/**
|
|
* Form Labels
|
|
*/
|
|
'name' => 'Nazwa',
|
|
'description' => 'Opis',
|
|
'role' => 'Rola',
|
|
'cover_image' => 'Zdjęcie z okładki',
|
|
'cover_image_description' => 'Ten obraz powinien posiadać wymiary około 440x250px.',
|
|
|
|
/**
|
|
* Actions
|
|
*/
|
|
'actions' => 'Akcje',
|
|
'view' => 'Widok',
|
|
'create' => 'Utwórz',
|
|
'update' => 'Zaktualizuj',
|
|
'edit' => 'Edytuj',
|
|
'sort' => 'Sortuj',
|
|
'move' => 'Przenieś',
|
|
'copy' => 'Copy',
|
|
'reply' => 'Reply',
|
|
'delete' => 'Usuń',
|
|
'search' => 'Szukaj',
|
|
'search_clear' => 'Wyczyść wyszukiwanie',
|
|
'reset' => 'Resetuj',
|
|
'remove' => 'Usuń',
|
|
'add' => 'Dodaj',
|
|
|
|
/**
|
|
* 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ę',
|
|
'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',
|
|
|
|
/**
|
|
* Header
|
|
*/
|
|
'view_profile' => 'Zobacz profil',
|
|
'edit_profile' => 'Edytuj profil',
|
|
|
|
/**
|
|
* 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',
|
|
];
|