- '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.',
+ 'required' => ':attribute es requerido.',
+ 'required_if' => ':attribute es requerido cuando :other vale :value.',
+ 'required_with' => 'El campo :attribute es requerido cuando se encuentre entre los valores :values.',
+ 'required_with_all' => 'El campo :attribute es requerido cuando los valores sean :values.',
+ 'required_without' => ':attribute es requerido cuando no se encuentre entre los valores :values.',
+ 'required_without_all' => ':attribute es requerido cuando ninguno de los valores :values estÃn presentes.',
+ 'same' => ':attribute y :other deben coincidir.',