- '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.',
- 'filled' => 'The :attribute field is required.',
- 'exists' => 'The selected :attribute is invalid.',
- 'image' => 'The :attribute must be an image.',
- 'in' => 'The selected :attribute is invalid.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
+ 'boolean' => 'El campo :attribute debe ser true o false.',
+ 'confirmed' => 'La confirmación de :attribute no concuerda.',
+ 'date' => 'El :attribute no es una fecha válida.',
+ 'date_format' => 'El :attribute no coincide con el formato :format.',
+ 'different' => ':attribute y :other deben ser diferentes.',
+ 'digits' => ':attribute debe ser de :digits dígitos.',
+ 'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.',
+ 'email' => ':attribute debe ser un correo electrónico válido.',
+ 'filled' => 'El campo :attribute es requerido.',
+ 'exists' => 'El :attribute seleccionado es inválido.',
+ 'image' => 'El :attribute debe ser una imagen.',
+ 'image_extension' => 'El :attribute debe tener una extensión de imagen válida y soportada.',
+ 'in' => 'El selected :attribute es inválio.',
+ 'integer' => 'El :attribute debe ser un entero.',
+ 'ip' => 'El :attribute debe ser una dirección IP válida.',