Skip to content

Commit

Permalink
New translations messages.properties (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 31, 2024
1 parent 99f4e61 commit 8edcb6e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
argument.parse.failure.enchantment='<input>' no es un encantamiento válido
argument.parse.failure.material='<input>' no es un material válido
argument.parse.failure.offlineplayer=No se ha encontrado jugador para la entrada '<input>'
argument.parse.failure.player=No se ha encontrado jugador para la entrada '<input>'
argument.parse.failure.world='<input>' no es un mundo de Minecraft válido
argument.parse.failure.selector.unsupported=El tipo de argumento de selector de entidad no es soportado en versiones inferiores a Minecraft 1.13.
argument.parse.failure.location.invalid_format='<input>' no es una ubicación válida. El formato requerido es '<x> <y> <z>'
argument.parse.failure.location.mixed_local_absolute=No se pueden mezclar coordenadas locales y absolutas. (Todas las coordenadas usan '^' o ninguna)
argument.parse.failure.namespacedkey.namespace=Entrada inválida '<input>'. Se requiere [a-z0-9._-]
argument.parse.failure.namespacedkey.key=Entrada inválida '<input>'. Se requiere [a-z0-9/._-]
argument.parse.failure.namespacedkey.need_namespace=Entrada inválida '<input>', se requiere una entrada explícita.

0 comments on commit 8edcb6e

Please sign in to comment.