- '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' => ':attribute, :value değerinden küçük veya eşit olmalıdır.',
+ 'file' => ':attribute, :value kilobayttan küçük ya da eşit olmalıdır.',
+ 'string' => ':attribute, :value kilobayttan küçük ya da eşit olmalıdır.',
+ 'array' => ':attribute, :value öğeden daha fazlasına sahip olamaz.',