|
27 | 27 | 'string' => ':attribute musí být delší než :min a kratší než :max znaků.',
|
28 | 28 | 'array' => ':attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků.',
|
29 | 29 | ],
|
30 |
| - 'boolean' => 'The :attribute field must be true or false', |
| 30 | + 'boolean' => ':attribute musí být true nebo false', |
31 | 31 | 'confirmed' => ':attribute nebylo odsouhlaseno.',
|
32 | 32 | 'date' => ':attribute musí být platné datum.',
|
33 | 33 | 'date_format' => ':attribute není platný formát data podle :format.',
|
|
41 | 41 | 'in' => 'Zvolená hodnota pro :attribute není platná.',
|
42 | 42 | 'integer' => ':attribute musí být celé číslo.',
|
43 | 43 | 'ip' => ':attribute musí být platnou IP adresou.',
|
44 |
| - 'json' => 'The :attribute must be a valid JSON string.', |
| 44 | + 'json' => ':attribute musí být platný JSON řetězec.', |
45 | 45 | 'max' => [
|
46 | 46 | 'numeric' => ':attribute musí být nižší než :max.',
|
47 | 47 | 'file' => ':attribute musí být menší než :max Kilobytů.',
|
|
61 | 61 | 'required' => ':attribute musí být vyplněno.',
|
62 | 62 | 'required_if' => ':attribute musí být vyplněno pokud :other je :value.',
|
63 | 63 | 'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
64 |
| - 'required_with' => ':attribute musí být vyplněno pokud :values je zvoleno.', |
65 |
| - 'required_with_all' => 'The :attribute field is required when :values is present.', |
| 64 | + 'required_with' => ':attribute musí být vyplněno pokud :values je vyplněno.', |
| 65 | + 'required_with_all' => ':attribute musí být vyplněno pokud :values je zvoleno.', |
66 | 66 | 'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.',
|
67 |
| - 'required_without_all' => 'The :attribute field is required when none of :values are present.', |
| 67 | + 'required_without_all' => ':attribute musí být vyplněno pokud není žádné z :values zvoleno.', |
68 | 68 | 'same' => ':attribute a :other se musí shodovat.',
|
69 | 69 | 'size' => [
|
70 | 70 | 'numeric' => ':attribute musí být přesně :size.',
|
71 | 71 | 'file' => ':attribute musí mít přesně :size Kilobytů.',
|
72 | 72 | 'string' => ':attribute musí být přesně :size znaků dlouhý.',
|
73 | 73 | 'array' => ':attribute musí obsahovat právě :size prvků.',
|
74 | 74 | ],
|
75 |
| - 'string' => 'The :attribute must be a string.', |
76 |
| - 'timezone' => 'The :attribute must be a valid zone.', |
| 75 | + 'string' => ':attribute musí být řetězec znaků.', |
| 76 | + 'timezone' => ':attribute musí být platná časová zóna.', |
77 | 77 | 'unique' => ':attribute musí být unikátní.',
|
78 | 78 | 'url' => 'Formát :attribute je neplatný.',
|
79 | 79 |
|
|
0 commit comments