-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #553 from xGlenor/support-polish-lang
Polish language support added
- Loading branch information
Showing
4 changed files
with
131 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
'sections' => [ | ||
'details' => 'Szczegóły', | ||
'exif' => 'Dane Exif', | ||
'file' => 'Plik', | ||
'meta' => 'Meta', | ||
'preview' => 'Podgląd', | ||
'upload_new' => 'Wyślij nowy', | ||
'upload_new_helper' => 'Jeśli masz jakiekolwiek kuracje dla tego materiału, prawdopodobnie będziesz musiał je odtworzyć, nie stanie się to automatycznie.', | ||
'curation' => 'Kuracja', | ||
], | ||
'fields' => [ | ||
'alt' => 'Tekst alternatywny', | ||
'alt_hint' => 'Tekst alternatywny?', | ||
'caption' => 'Podpis', | ||
'description' => 'Opis', | ||
'file' => 'Plik', | ||
'title' => 'Tytuł', | ||
'name' => 'Nazwa', | ||
], | ||
'notices' => [ | ||
'success' => 'Element został pomyślnie zaktualizowany.', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Utwórz kurację', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Wyślij wiele plików', | ||
'modal_heading' => 'Wyślij wiele plików', | ||
'modal_file_label' => 'Pliki', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'update_success' => 'Rekord został pomyślnie zaktualizowany.', | ||
'update_error' => 'Wystąpił błąd podczas aktualizacji rekordu.', | ||
'delete_success' => 'Rekord został pomyślnie usunięty.', | ||
'delete_error' => 'Wystąpił błąd podczas usuwania rekordu.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nazwa', | ||
'ext' => 'Rozszerzenie', | ||
'disk' => 'Dysk', | ||
'directory' => 'Katalog', | ||
'created_at' => 'Utworzono', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Widok siatki', | ||
'toggle_table_list' => 'Widok listy', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?php | ||
|
||
return [ | ||
'details' => [ | ||
'uploaded_on' => 'Wysłano dnia', | ||
'file_type' => 'Typ pliku', | ||
'file_size' => 'Rozmiar pliku', | ||
'dimensions' => 'Wymiary', | ||
'disk' => 'Dysk', | ||
'directory' => 'Katalog', | ||
'file_url' => 'URL pliku', | ||
'file' => 'Plik', | ||
'ext' => 'Rozszerzenie', | ||
'copy_url' => 'Kopiuj URL', | ||
'url_copied' => 'Skopiowano!', | ||
], | ||
'picker' => [ | ||
'button' => 'Dodaj media', | ||
'reorder' => 'Zmień kolejność', | ||
'view' => 'Podgląd', | ||
'edit' => 'Edytuj', | ||
'download' => 'Pobierz', | ||
'remove' => 'Usuń', | ||
'clear' => 'Usuń wszystko', | ||
], | ||
'panel' => [ | ||
'button' => 'Dodaj media', | ||
'heading' => 'Wybór mediów', | ||
'search_label' => 'Szukaj', | ||
'search_placeholder' => 'Szukaj', | ||
'upload_tab' => 'Prześlij media', | ||
'media_library_tab' => 'Biblioteka mediów', | ||
'deselect' => 'Odznacz', | ||
'load_more' => 'Załaduj więcej', | ||
'empty' => 'Brak plików w bibliotece lub nic nie znaleziono dla twojego zapytania.', | ||
'edit_media' => 'Edytuj media', | ||
'edit_save' => 'Zapisz', | ||
'edit_delete' => 'Usuń', | ||
'edit_cancel' => 'Anuluj', | ||
'use_selected_image' => 'Wstaw', | ||
'add_files' => 'Dodaj pliki', | ||
'view' => 'Podgląd', | ||
'edit' => 'Edytuj', | ||
'download' => 'Pobierz', | ||
'remove' => 'Usuń', | ||
'deselect_all' => 'Odznacz wszystko', | ||
'add_multiple_file' => ':key + Kliknij, aby wybrać wiele plików.', | ||
], | ||
'curation' => [ | ||
'heading' => 'Kuracja', | ||
'preset' => 'Ustawienie wstępne', | ||
'adjustments' => 'Dostosowania', | ||
'cancel' => 'Anuluj', | ||
'custom' => 'Niestandardowe', | ||
'thumbnail' => 'Miniaturka', | ||
'key' => 'Klucz', | ||
'key_helper' => 'Jest to odniesienie używane do pobrania Twojej kuracji do wyświetlenia.', | ||
'zoom_in' => 'Powiększ', | ||
'zoom_out' => 'Pomniejsz', | ||
'flip_horizontally' => 'Odwróć poziomo', | ||
'flip_vertically' => 'Odwróć pionowo', | ||
'drag_mode' => 'Tryb przeciągania', | ||
'crop_mode' => 'Tryb przycinania', | ||
'reset' => 'Resetuj', | ||
'save_curation' => 'Zapisz kurację', | ||
'height' => 'Wysokość', | ||
'width' => 'Szerokość', | ||
'format' => 'Format', | ||
'quality' => 'Jakość', | ||
'rotate' => 'Obróć', | ||
'rotate_deg' => '°', | ||
], | ||
]; |