Skip to content

Commit

Permalink
chore: Added ES translation
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Sep 8, 2023
1 parent 26b7166 commit 5af613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
"validation_url_required": "Introduce una dirección web.",
"validation_url_invalid": "Introduce una dirección web válida.",
"validation_field_required_array": "$t({{path}}) {{arrayIndex}} es obligatorio",
"validation_field_max_length": "$t({{path}}) debe tener {{max}} caracteres como máximo.",
"validation_field_max_length": "$t({{path}}) debe tener menos de {{max}} caracteres.",
"validation_array_min_one": "$t({{path}}) debe tener al menos {{min}} elemento.",
"validation_array_min_other": "$t({{path}}) debe tener al menos {{min}} elementos.",
"validation_number_integer": "$t({{path}}) debe ser un número entero.",
Expand Down

0 comments on commit 5af613f

Please sign in to comment.