Skip to content

Commit

Permalink
Merge pull request #20895 from washyn/patch-6
Browse files Browse the repository at this point in the history
Update es.json
  • Loading branch information
realLiangshiwei authored Oct 2, 2024
2 parents 55078ed + d5edefa commit cdcec59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"The {0} field is not a valid e-mail address.": "El campo {0} no es una dirección de e-mail valida.",
"The {0} field only accepts files with the following extensions: {1}": "El campo {0} sólo acepta ficheros con la siguientes extensiones: {1}",
"The field {0} must be a string or array type with a maximum length of '{1}'.": "El campo {0} debe ser de tipo cadena o lista con una longitud máxima de '{1}'.",
"The field {0} must be a string or array type with a minimum length of '{1}'.": "El campo {0} debe ser de tipo cadena o lista con una longitud máxima de '{1}'.",
"The field {0} must be a string or array type with a minimum length of '{1}'.": "El campo {0} debe ser de tipo cadena o lista con una longitud mínima de '{1}'.",
"The {0} field is not a valid phone number.": "El campo {0} no tiene un número de teléfono valido.",
"The field {0} must be between {1} and {2}.": "El campo {0} debe estar entre {1} y {2}.",
"The field {0} must match the regular expression '{1}'.": "El campo {0} no coincide con el formato solicitado.",
Expand Down

0 comments on commit cdcec59

Please sign in to comment.