mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
New translations
This commit is contained in:
parent
cf6ea64aba
commit
4385d71c6f
@ -23,34 +23,34 @@ return [
|
||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'bic' => 'To nie jest prawidłowy BIC.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'unique_for_user' => 'There already is an entry with this :attribute.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'unique_object_for_user' => 'This name is already in use',
|
||||
'unique_account_for_user' => 'This account name is already in use',
|
||||
'between.numeric' => 'The :attribute must be between :min and :max.',
|
||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'between.string' => 'The :attribute must be between :min and :max characters.',
|
||||
'between.array' => 'The :attribute must have between :min and :max items.',
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||
'after' => ':attribute musi być datą późniejszą od :date.',
|
||||
'alpha' => ':attribute może zawierać tylko litery.',
|
||||
'alpha_dash' => ':attribute może zawierać litery, cyfry oraz myślniki.',
|
||||
'alpha_num' => ':attribute może zawierać jedynie litery oraz cyfry.',
|
||||
'array' => ':attribute musi być tablicą.',
|
||||
'unique_for_user' => 'Istnieje już wpis z tym: attribute.',
|
||||
'before' => ':attribute musi być wcześniejszą datą w stosunku do :date.',
|
||||
'unique_object_for_user' => 'Ta nazwa jest już w użyciu',
|
||||
'unique_account_for_user' => 'Ta nazwa konta jest już w użyciu',
|
||||
'between.numeric' => ':attribute musi się mieścić w zakresie pomiędzy :min a :max.',
|
||||
'between.file' => ':attribute musi się mieścić w zakresie pomiędzy :min oraz :max kilobajtów.',
|
||||
'between.string' => ':attribute musi zawierać pomiędzy :min a :max znaków.',
|
||||
'between.array' => ':attribute musi zawierać pomiędzy :min a :max elementów.',
|
||||
'boolean' => 'Pole :attribute musi być prawdą albo fałszem.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'date' => ':attribute nie jest prawidłową datą.',
|
||||
'date_format' => ':attribute rożni się od formatu :format.',
|
||||
'different' => ':attribute oraz :other muszą się różnić.',
|
||||
'digits' => ':attribute musi składać się z :digits cyfr.',
|
||||
'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
|
||||
'email' => ':attribute musi być prawidłowym adresem email.',
|
||||
'filled' => 'Pole :attribute jest wymagane.',
|
||||
'exists' => 'Wybrane :attribute są nieprawidłowe.',
|
||||
'image' => ':attribute musi być obrazkiem.',
|
||||
'in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'integer' => ':attribute musi być liczbą całkowitą.',
|
||||
'ip' => ':attribute musi być poprawnym adresem IP.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max.numeric' => 'The :attribute may not be greater than :max.',
|
||||
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
|
Loading…
Reference in New Issue
Block a user