- 'not_in' => 'The selected :attribute is invalid.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => 'The :attribute must be a number.',
- 'regex' => 'The :attribute format is invalid.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
- 'required_with' => 'The :attribute field is required when :values is present.',
- 'required_with_all' => 'The :attribute field is required when :values is present.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
- 'safe_url' => 'The provided link may not be safe.',
+ 'not_in' => 'Избраният :attribute не е валиден.',
+ 'not_regex' => 'Форматът на :attribute не е валиден.',
+ 'numeric' => 'Атрибутът :attribute трябва да бъде число.',
+ 'regex' => 'Форматът на :attribute не е валиден.',
+ 'required' => 'Полето :attribute е задължително.',
+ 'required_if' => 'Полето :attribute е задължително, когато :other е :value.',
+ 'required_with' => 'Полето :attribute е задължително, когато :values е налично.',
+ 'required_with_all' => 'Полето :attribute е задължително, когато :values са налични.',
+ 'required_without' => 'Полето :attribute е задължително, когато :values не е налично.',
+ 'required_without_all' => 'Полето :attribute е задължително, когато никоя стойност от :values не е налична.',
+ 'same' => 'Атрибутът :attribute и :other трябва да си съвпадат.',
+ 'safe_url' => 'Предоставеният линк може да не е сигурен.',