- 'boolean' => 'The :attribute field must be true or false.',
- 'confirmed' => 'The :attribute confirmation does not match.',
- 'date' => 'The :attribute is not a valid date.',
- 'date_format' => 'The :attribute does not match the format :format.',
- 'different' => 'The :attribute and :other must be different.',
- 'digits' => 'The :attribute must be :digits digits.',
- 'digits_between' => 'The :attribute must be between :min and :max digits.',
- 'email' => 'The :attribute must be a valid email address.',
- 'ends_with' => 'The :attribute must end with one of the following: :values',
- 'filled' => 'The :attribute field is required.',
+ 'boolean' => 'Полето :attribute трябва да съдържа булева стойност (true или false).',
+ 'confirmed' => 'Потвърждението на :attribute не съвпада.',
+ 'date' => ':attribute не е валидна дата.',
+ 'date_format' => ':attribute не е в посоченият формат - :format.',
+ 'different' => ':attribute и :other трябва да са различни.',
+ 'digits' => ':attribute трябва да съдържа :digits цифри.',
+ 'digits_between' => ':attribute трябва да бъде с дължина между :min и :max цифри.',
+ 'email' => ':attribute трябва да бъде валиден имейл адрес.',
+ 'ends_with' => ':attribute трябва да свършва с един от следните символи: :values',
+ 'filled' => 'Полето :attribute е задължителен.',