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
4385d71c6f
commit
2ee1fea293
@ -20,8 +20,8 @@ return [
|
||||
'file_attached' => 'Succesfully uploaded file ":name".',
|
||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
||||
'file_too_large' => 'Plik ": nazwa" jest zbyt duży.',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'belongs_to_user' => 'Wartość :attribute jest nieznana',
|
||||
'accepted' => ':attribute musi zostać zaakceptowany.',
|
||||
'bic' => 'To nie jest prawidłowy BIC.',
|
||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||
'after' => ':attribute musi być datą późniejszą od :date.',
|
||||
@ -51,38 +51,38 @@ return [
|
||||
'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.',
|
||||
'max.string' => 'The :attribute may not be greater than :max characters.',
|
||||
'max.array' => 'The :attribute may not have more than :max items.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min.numeric' => 'The :attribute must be at least :min.',
|
||||
'min.file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'min.string' => 'The :attribute must be at least :min characters.',
|
||||
'min.array' => 'The :attribute must have at least :min items.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size.numeric' => 'The :attribute must be :size.',
|
||||
'size.file' => 'The :attribute must be :size kilobytes.',
|
||||
'size.string' => 'The :attribute must be :size characters.',
|
||||
'size.array' => 'The :attribute must contain :size items.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'2fa_code' => 'The :attribute field is invalid.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'json' => ':attribute musi być prawidłowym węzłem JSON.',
|
||||
'max.numeric' => ':attribute nie może być większy niż :max.',
|
||||
'max.file' => ':attribute nie może być większy niż :max kilobajtów.',
|
||||
'max.string' => ':attribute nie może być dłuższy od :max znaków.',
|
||||
'max.array' => ':attribute nie może zawierać więcej niż :max elementów.',
|
||||
'mimes' => ':attribute musi być plikiem typu :values.',
|
||||
'min.numeric' => ':attribute musi być przynajmniej :min.',
|
||||
'min.file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
|
||||
'min.string' => ':attribute musi mieć co najmniej :min znaków.',
|
||||
'min.array' => ':attribute musi zawierać przynajmniej :min elementów.',
|
||||
'not_in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'numeric' => ':attribute musi byc liczbą.',
|
||||
'regex' => 'Format :attribute jest nieprawidłowy.',
|
||||
'required' => 'Pole :attribute jest wymagane.',
|
||||
'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.',
|
||||
'required_unless' => 'Pole :attribute jest wymagane, chyba że :other jest w :values.',
|
||||
'required_with' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest podana.',
|
||||
'required_without_all' => ':attribute jest wymagane, gdy żadna z wartości :values nie jest podana.',
|
||||
'same' => 'Pole :attribute oraz :other muszą się zgadzać.',
|
||||
'size.numeric' => ':attribute musi być wielkości :size.',
|
||||
'size.file' => ':attribute musi mieć :size kilobajtów.',
|
||||
'size.string' => ':attribute musi mieć :size znaków.',
|
||||
'size.array' => ':attribute musi zawierać :size elementów.',
|
||||
'unique' => 'Taki :attribute już występuje.',
|
||||
'string' => ':attribute musi być ciągiem znaków.',
|
||||
'url' => 'Format :attribute jest nieprawidłowy.',
|
||||
'timezone' => ':attribute musi być prawidłową strefą.',
|
||||
'2fa_code' => 'Format :attribute jest nieprawidłowy.',
|
||||
'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.',
|
||||
'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
|
Loading…
Reference in New Issue
Block a user