Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The addition of Polish language #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions src/lang/pl/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?php

return [
'404' => 'Strony nie znaleziono.',
'auth' => [
'title' => 'Logowanie',
'username' => 'Nazwa użytkownika',
'password' => 'Hasło',
'login' => 'Login',
'logout' => 'Wyloguj',
'wrong-username' => 'Zły użytkownik',
'wrong-password' => 'lub hasło'
],
'ckeditor' => [
'upload' => [
'success' => 'Plik został przesłany: \\n- rozmiar: :size kb \\n- szerokość/wysokość: :width x :height',
'error' => [
'common' => 'Nie mogłem wysłać pliku.',
'wrong_extension' => 'plik ":file" ma złe rozszerzenie.',
'filesize_limit' => 'Maksymalny dopuszczalny rozmiar pliku wynosi :size kb.',
'imagesize_max_limit' => 'Szerokość x Wysokość = :width x :height \\n Zdjęcie nie może by większe: :maxwidth x :maxheight',
'imagesize_min_limit' => 'Szerokość x Wysokość = :width x :height \\n Zdjęcie nie może by mniejsze: :minwidth x :minheight',
]
],
'image_browser' => [
'title' => 'Wstaw obraz na serwer',
'subtitle' => 'Zmień obraz',
],
],
'table' => [
'new-entry' => 'Dodaj',
'edit' => 'Edytuj',
'delete' => 'Usuń',
'delete-confirm' => 'Czy jesteś pewny, że chcesz usunąć?',
'delete-error' => 'Błąd podczas usuwania tego wpisu. Musisz usunąć wszystkie wpisy powiązane.',
'moveUp' => 'Przesuń do góry',
'moveDown' => 'Przesuń w dół',
'filter' => 'Pokaż podobne wpisy',
'filter-goto' => 'Pokaż',
'save' => 'Zapisz',
'cancel' => 'Anuluj',
'download' => 'Pobierz',
'all' => 'Wszystko',
'processing' => '<i class="fa fa-5x fa-circle-o-notch fa-spin"></i>',
'loadingRecords' => 'Wczytuje...',
'lengthMenu' => 'Pokaż _MENU_',
'zeroRecords' => 'Nic nie znaleziono.',
'info' => 'Wyświetlam _START_ do _END_ z _TOTAL_ ',
'infoEmpty' => 'nic nie wyświetlam',
'infoFiltered' => '(fultrowane _MAX_)',
'infoThousands' => ',',
'infoPostFix' => '',
'search' => 'Szukaj: ',
'emptyTable' => 'Dane nie dostępne',
'paginate' => [
'first' => '<i class="fa fa-angle-double-left"></i>',
'previous' => '<i class="fa fa-angle-left"></i>',
'next' => '<i class="fa fa-angle-right"></i>',
'last' => '<i class="fa fa-angle-double-right"></i>'
]
],
'select' => [
'nothing' => 'Nic nie zaznaczono',
'selected' => 'zaznaczono'
]
];
68 changes: 68 additions & 0 deletions src/lang/pl/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| Pole following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/

"accepted" => "pole :attribute powinno zostać zaakceptowane.",
"active_url" => "pole :attribute posiada złą wartość URL.",
"after" => "pole :attribute jest datą po :date.",
"alpha" => "pole :attribute powinno zawierać tylko litery.",
"alpha_dash" => "pole :attribute powinno zawierać litery, cyfry i myślniki.",
"alpha_num" => "pole :attribute powinno zawierać litery i cyfry.",
"array" => "pole :attribute powinno być tablicą.",
"before" => "Pole :attribute data powinna być przed :date.",
"confirmed" => "Pola :attribute nie są takie same.",
"date" => "Pole :attribute nie jest datą.",
"date_format" => "Pole :attribute powinno zawierać format :format.",
"different" => "Pole :attribute i :other powinny być różne.",
"digits" => "Pole :attribute powinno mieć :digits cyfr.",
"digits_between" => "Pole :attribute powinno zawierać pomiędzy :min i :max cyfr.",
"email" => "Pole :attribute powinno być adresem email.",
"exists" => "Wartość pola :attribute istnieje.",
"image" => "Pole :attribute powinno być obrazem.",
"in" => "W pole :attribute zaznacz więcej elementów.",
"integer" => "Pole :attribute powinno być liczbą całkowitą.",
"ip" => "Pole :attribute Zawiera błędny adres IP.",
"mimes" => "Plik :attribute powinien być typu: :values.",
"not_in" => "Pole :attribute nie zawiera .",
"not_php" => "Zły typ pliku.",
"numeric" => "Pole :attribute must be a number.",
"regex" => "Pole :attribute jest złego formatu.",
"required" => "Pole :attribute jest wymagane.",
"required_only_on_create" => "Pole :attribute jest wymagane.",
"required_if" => "Pole :attribute jest wymagane gdy :other jest :value.",
"required_with" => "Pole :attribute field is required when :values is present.",
"required_with_all" => "Pole :attribute field is required when :values is present.",
"required_without" => "Pole :attribute field is required when :values is not present.",
"required_without_all" => "Pole :attribute field is required when none of :values are present.",
"same" => "Pole :attribute and :other must match.",
"unique" => "Pole :attribute już istnieje.",
"url" => "Pole :attribute błędny format.",
"url_stub" => "Pole :attribute błędny format.",
"url_stub_full" => "Pole :attribute błędny format.",


/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| Pole following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/

'attributes' => [],

];