-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations messages.properties (Spanish)
- Loading branch information
1 parent
99f4e61
commit 8edcb6e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...anslations-bukkit/src/main/resources/org/incendo/cloud/bukkit/lang/messages_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |