New translations validation.php (Czech)

This commit is contained in:
Cachet Bot
2018-07-12 08:42:41 +01:00
parent fe4954e9fe
commit b40280e0dd
+59 -59
View File
@@ -22,72 +22,72 @@ return [
| |
*/ */
'accepted' => 'Je potřeba potvrdit :attribute.', 'accepted' => 'The :attribute must be accepted.',
'active_url' => ':attribute není platná adresa URL.', 'active_url' => 'The :attribute is not a valid URL.',
'after' => ':attribute musí být datum po :date.', 'after' => 'The :attribute must be a date after :date.',
'alpha' => ':attribute může obsahovat pouze písmena.', 'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla a pomlčky.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => ':attribute může obsahovat pouze písmena a čísla.', 'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => ':attribute musí být textové pole.', 'array' => 'The :attribute must be an array.',
'before' => ':attribute musí být datum před :date.', 'before' => 'The :attribute must be a date before :date.',
'between' => [ 'between' => [
'numeric' => ':attribute musí mít hodnou mezi :min a :max.', 'numeric' => 'The :attribute must be between :min and :max.',
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.', 'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.', 'string' => 'The :attribute must be between :min and :max characters.',
'array' => ':attribute musí mít mezi :min a :max položkami.', 'array' => 'The :attribute must have between :min and :max items.',
], ],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.', 'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'Potvrzení :attribute se neshoduje.', 'confirmed' => 'The :attribute confirmation does not match.',
'date' => ':attribute není platné datum.', 'date' => 'The :attribute is not a valid date.',
'date_format' => ':attribute se neshoduje se správným formátem :format.', 'date_format' => 'The :attribute does not match the format :format.',
'different' => ':attribute a :other se musí lišit.', 'different' => 'The :attribute and :other must be different.',
'digits' => ':attribute musí obsahovat :digits číslice.', 'digits' => 'The :attribute must be :digits digits.',
'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.', 'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => ':attribute musí být platná e-mailová adresa.', 'email' => 'The :attribute must be a valid email address.',
'exists' => 'Vybraný :attribute je neplatný.', 'exists' => 'The selected :attribute is invalid.',
'distinct' => ':attribute má duplicitní hodnotu.', 'distinct' => 'The :attribute field has a duplicate value.',
'filled' => 'Pole :attribute je vyžadováno.', 'filled' => 'The :attribute field is required.',
'image' => ':attribute musí být obrázek.', 'image' => 'The :attribute must be an image.',
'in' => 'Vybraný :attribute je neplatný.', 'in' => 'The selected :attribute is invalid.',
'in_array' => ':attribute není v :other.', 'in_array' => 'The :attribute field does not exist in :other.',
'integer' => ':attribute musí být celé číslo.', 'integer' => 'The :attribute must be an integer.',
'ip' => ':attribute musí být platná IP adresa.', 'ip' => 'The :attribute must be a valid IP address.',
'json' => ': attribute musí být ve formátu JSON.', 'json' => 'The :attribute must be a valid JSON string.',
'max' => [ 'max' => [
'numeric' => ':attribute nesmí být větší než :max.', 'numeric' => 'The :attribute may not be greater than :max.',
'file' => ':attribute nesmí být větší než :max kb.', 'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => ':attribute nesmí být delší než :max znaků.', 'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'Atribut nesmí mít více než :max položek.', 'array' => 'The :attribute may not have more than :max items.',
], ],
'mimes' => ':attribute musí být soubor typu: :values.', 'mimes' => 'The :attribute must be a file of type: :values.',
'min' => [ 'min' => [
'numeric' => ':attribute musí být alespoň :min.', 'numeric' => 'The :attribute must be at least :min.',
'file' => 'Atribut musí mít alespoň :min kB.', 'file' => 'The :attribute must be at least :min kilobytes.',
'string' => ':attribute musí být dlouhý alespoň :min znaků.', 'string' => 'The :attribute must be at least :min characters.',
'array' => ':attribute musí mít alespoň :min položek.', 'array' => 'The :attribute must have at least :min items.',
], ],
'not_in' => 'Vybraný :attribute je neplatný.', 'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'Pole :attribute musí být číslo.', 'numeric' => 'The :attribute must be a number.',
'present' => 'Pole :attribute je vyžadováno.', 'present' => 'The :attribute field must be present.',
'regex' => 'Formát :attribute je neplatný.', 'regex' => 'The :attribute format is invalid.',
'required' => 'Pole :attribute je vyžadováno.', 'required' => 'The :attribute field is required.',
'required_if' => 'Pole :attribute je požadováno, když :other je :value.', 'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.', 'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.', 'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'Pole :attribute je požadováno když :values není k dispozici.', 'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => '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.',
'same' => ':attribute a: :other se musí shodovat.', 'same' => 'The :attribute and :other must match.',
'size' => [ 'size' => [
'numeric' => ':attribute musí mít velikost: :size.', 'numeric' => 'The :attribute must be :size.',
'file' => 'Atribut musí mít :size kB.', 'file' => 'The :attribute must be :size kilobytes.',
'string' => 'Atribut musí mít :size znaků.', 'string' => 'The :attribute must be :size characters.',
'array' => ':attribute musí obsahovat :size položek.', 'array' => 'The :attribute must contain :size items.',
], ],
'string' => ':attribute musí být text.', 'string' => 'The :attribute must be a string.',
'timezone' => ':attribute musí být platná zóna.', 'timezone' => 'The :attribute must be a valid zone.',
'unique' => ':attribute byl už použit.', 'unique' => 'The :attribute has already been taken.',
'url' => 'Formát :attribute je neplatný.', 'url' => 'The :attribute format is invalid.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -102,7 +102,7 @@ return [
'custom' => [ 'custom' => [
'attribute-name' => [ 'attribute-name' => [
'rule-name' => 'vlastní zpráva', 'rule-name' => 'custom-message',
], ],
], ],