mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
add es_ES errors translations
This commit is contained in:
parent
4f76207378
commit
8f0af09e78
1 changed files with 4 additions and 0 deletions
|
@ -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.`,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue