add es_ES errors translations

This commit is contained in:
ochicf 2018-06-28 09:30:52 +02:00
parent 4f76207378
commit 8f0af09e78

View file

@ -136,4 +136,8 @@ addStrings('es', {
"admin": "Administrador",
"notifications": "Notificaciones",
"errors.expectedType": `Se esperaba un campo “{label}” de tipo {dataType}, se ha recibido “{value}” en su lugar.`,
"errors.required": `El campo “{label}” es obligatorio.`,
"errors.maxString": `El campo “{label}” está limitado a {max} carácteres.`,
});