New translations validation.php (Czech)

This commit is contained in:
Cachet Bot 2020-02-18 13:00:22 +00:00
parent d369082748
commit 59652741a6

View File

@ -33,58 +33,58 @@ return [
'between' => [ 'between' => [
'numeric' => ':attribute musí mít hodnou mezi :min a :max.', 'numeric' => ':attribute musí mít hodnou mezi :min a :max.',
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.', 'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
'array' => ':attribute musí mít mezi :min a :max položkami.', 'array' => ':attribute musí mít mezi :min a :max položkami.',
], ],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.', 'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
'confirmed' => 'Potvrzení :attribute se neshoduje.', 'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.', 'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.', 'date_format' => ':attribute se neshoduje se správným formátem :format.',
'different' => 'The :attribute and :other must be different.', 'different' => ':attribute a :other se musí lišit.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => ':attribute musí obsahovat :digits číslice.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute musí být platná e-mailová adresa.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'Vybraný :attribute je neplatný.',
'distinct' => ':attribute má duplicitní hodnotu.', 'distinct' => ':attribute má duplicitní hodnotu.',
'filled' => 'The :attribute field is required.', 'filled' => 'Pole :attribute je vyžadováno.',
'image' => ':attribute musí být obrázek.', 'image' => ':attribute musí být obrázek.',
'in' => 'The selected :attribute is invalid.', 'in' => 'Vybraný :attribute je neplatný.',
'in_array' => ':attribute není v :other.', 'in_array' => ':attribute není v :other.',
'integer' => 'The :attribute must be an integer.', 'integer' => ':attribute musí být celé číslo.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => ':attribute musí být platná IP adresa.',
'json' => ': attribute musí být ve formátu JSON.', 'json' => ': attribute musí být ve formátu JSON.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => ':attribute nesmí být větší než :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => ':attribute nesmí být větší než :max kb.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => ':attribute nesmí být delší než :max znaků.',
'array' => 'Atribut nesmí mít více než :max položek.', 'array' => 'Atribut nesmí mít více než :max položek.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => ':attribute musí být soubor typu: :values.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => ':attribute musí být alespoň :min.',
'file' => 'Atribut musí mít alespoň :min kB.', 'file' => 'Atribut musí mít alespoň :min kB.',
'string' => 'The :attribute must be at least :min characters.', 'string' => ':attribute musí být dlouhý alespoň :min znaků.',
'array' => 'The :attribute must have at least :min items.', 'array' => ':attribute musí mít alespoň :min položek.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'Vybraný :attribute je neplatný.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'Pole :attribute musí být číslo.',
'present' => 'Pole :attribute je vyžadováno.', 'present' => 'Pole :attribute je vyžadováno.',
'regex' => 'Formát :attribute je neplatný.', 'regex' => 'Formát :attribute je neplatný.',
'required' => 'The :attribute field is required.', 'required' => 'Pole :attribute je vyžadováno.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'Pole :attribute je požadováno, když :other je :value.',
'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.', 'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.',
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.', 'required_with' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.', 'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'Pole :attribute je požadováno když :values není k dispozici.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'Pole :attribute je požadováno když :values není k dispozici.',
'same' => 'The :attribute and :other must match.', 'same' => ':attribute a: :other se musí shodovat.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => ':attribute musí mít velikost: :size.',
'file' => 'Atribut musí mít :size kB.', 'file' => 'Atribut musí mít :size kB.',
'string' => 'Atribut musí mít :size znaků.', 'string' => 'Atribut musí mít :size znaků.',
'array' => 'The :attribute must contain :size items.', 'array' => ':attribute musí obsahovat :size položek.',
], ],
'string' => 'The :attribute must be a string.', 'string' => ':attribute musí být text.',
'timezone' => ':attribute musí být platná zóna.', 'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl už použit.', 'unique' => ':attribute byl už použit.',
'url' => 'Formát :attribute je neplatný.', 'url' => 'Formát :attribute je neplatný.',