- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- 'array' => 'The :attribute must not have more than :value items.',
+ 'numeric' => 'Hodnota :attribute musí byť menšia alebo rovná ako :value.',
+ 'file' => ':attribute musí mať rovnaký alebo menší počet kilobajtov ako :value.',
+ 'string' => ':attribute musí mať rovnaký alebo menší počet znakov ako :value.',
+ 'array' => ':attribute nesmie mať viac ako :value položiek.',