|
27 | 27 | 'string' => ':attribute musí mať rozsah :min - :max znakov.', |
28 | 28 | 'array' => ':attribute musí mať rozsah :min - :max prvkov.', |
29 | 29 | ], |
30 | | - 'boolean' => 'The :attribute field must be true or false', |
| 30 | + 'boolean' => ':attribute musí byť pravda alebo nepravda.', |
31 | 31 | 'confirmed' => ':attribute konfirmácia sa nezhoduje.', |
32 | 32 | 'date' => ':attribute má neplatný dátum.', |
33 | 33 | 'date_format' => ':attribute sa nezhoduje s formátom :format.', |
34 | 34 | 'different' => ':attribute a :other musia byť odlišné.', |
35 | 35 | 'digits' => ':attribute musí mať :digits číslic.', |
36 | 36 | 'digits_between' => ':attribute musí mať rozsah :min až :max číslic.', |
37 | | - 'distinct' => 'The :attribute field has a duplicate value.', |
| 37 | + 'distinct' => ':attribute je duplicitný.', |
38 | 38 | 'email' => ':attribute má neplatný formát.', |
39 | 39 | 'exists' => 'označený :attribute je neplatný.', |
40 | 40 | 'filled' => ':attribute je požadované.', |
41 | 41 | 'image' => ':attribute musí byť obrázok.', |
42 | 42 | 'in' => 'označený :attribute je neplatný.', |
43 | | - 'in_array' => 'The :attribute field does not exist in :other.', |
| 43 | + 'in_array' => ':attribute sa nenachádza v :other.', |
44 | 44 | 'integer' => ':attribute musí byť celé číslo.', |
45 | 45 | 'ip' => ':attribute musí byť platná IP adresa.', |
46 | 46 | 'json' => ':attribute musí byť platný JSON reťazec.', |
|
57 | 57 | 'string' => ':attribute musí mať aspoň :min znakov.', |
58 | 58 | 'array' => ':attribute musí mať aspoň :min prvkov.', |
59 | 59 | ], |
60 | | - 'not_in' => 'označený:attribute je neplatný.', |
| 60 | + 'not_in' => 'označený :attribute je neplatný.', |
61 | 61 | 'numeric' => ':attribute musí byť číslo.', |
62 | | - 'present' => 'The :attribute field must be present.', |
| 62 | + 'present' => ':attribute musí byť odoslaný.', |
63 | 63 | 'regex' => ':attribute má neplatný formát.', |
64 | 64 | 'required' => ':attribute je požadované.', |
65 | 65 | 'required_if' => ':attribute je požadované keď :other je :value.', |
66 | | - 'required_unless' => 'The :attribute field is required unless :other is in :values.', |
| 66 | + 'required_unless' => ':attribute je požadované, okrem prípadu keď :other je v :values.', |
67 | 67 | 'required_with' => ':attribute je požadované keď :values je prítomné.', |
68 | 68 | 'required_with_all' => ':attribute je požadované ak :values je nastavené.', |
69 | 69 | 'required_without' => ':attribute je požadované keď :values nie je prítomné.', |
|
77 | 77 | ], |
78 | 78 | 'string' => ':attribute musí byť reťazec znakov.', |
79 | 79 | 'timezone' => ':attribute musí byť platné časové pásmo.', |
80 | | - 'unique' => ':attribute je nedostupný.', |
81 | | - 'url' => ':attribute neplatný formát.', |
| 80 | + 'unique' => ':attribute už existuje.', |
| 81 | + 'url' => ':attribute musí mať formát URL.', |
82 | 82 |
|
83 | 83 | /* |
84 | 84 | |-------------------------------------------------------------------------- |
|
0 commit comments