Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e78ae0d + e8ee5e0 commit b2aa3d2Copy full SHA for b2aa3d2
src/es/validation.php
@@ -34,7 +34,7 @@
34
'different' => ':attribute y :other deben ser diferentes.',
35
'digits' => ':attribute debe tener :digits dígitos.',
36
'digits_between' => ':attribute debe tener entre :min y :max dígitos.',
37
- 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'dimensions' => 'Las dimensiones de la imagen :attribute no son validas.',
38
'distinct' => 'El campo :attribute contiene un valor duplicado.',
39
'email' => ':attribute no es un correo válido',
40
'exists' => ':attribute es inválido.',
0 commit comments