- 'numeric' => 'The :attribute must be greater than :value.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'string' => 'The :attribute must be greater than :value characters.',
- 'array' => 'The :attribute must have more than :value items.',
+ 'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',
+ 'file' => ':attribute nagyobb kell, hogy legyen, mint :value kilobájt.',
+ 'string' => ':attribute nagyobb kell legyen mint :value karakter.',
+ 'array' => ':attribute több, mint :value elemet kell, hogy tartalmazzon.',