-
-
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.
* Update source file messages.properties * Update source file messages.properties * New translations messages.properties (Portuguese, Brazilian) * New translations messages.properties (Swedish) * New translations messages.properties (Swedish) * New translations messages.properties (Swedish) * New translations messages.properties (Portuguese, Brazilian) * New translations messages.properties (German) * New translations messages.properties (Portuguese, Brazilian) * New translations messages.properties (Spanish) * New translations messages.properties (German) * New translations messages.properties (Portuguese, Brazilian) * New translations messages.properties (Hebrew) * New translations messages.properties (Spanish) * New translations messages.properties (Finnish) * New translations messages.properties (Hebrew) * New translations messages.properties (Finnish) * New translations messages.properties (Hebrew) * New translations messages.properties (Hebrew)
- Loading branch information
1 parent
44f2ff9
commit 4b88dad
Showing
17 changed files
with
121 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. |
11 changes: 11 additions & 0 deletions
11
...anslations-bukkit/src/main/resources/org/incendo/cloud/bukkit/lang/messages_fi.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>' ei ole kelvollinen lumous | ||
argument.parse.failure.material='<input>' ei ole kelvollinen materiaalin nimi | ||
argument.parse.failure.offlineplayer=Pelaajaa ei löydy syötteelle '<input>' | ||
argument.parse.failure.player=Pelaajaa ei löydy syötteelle '<input>' | ||
argument.parse.failure.world='<input>' ei ole kelvollinen Minecraft-maailma | ||
argument.parse.failure.selector.unsupported="Entity selector" argumenttityyppi ei ole tuettu Minecraftin 1.13 edeltävissä versioissa. | ||
argument.parse.failure.location.invalid_format='<input>' ei ole kelvollinen sijainti. Vaadittu muoto on '<x> <y> <z>' | ||
argument.parse.failure.location.mixed_local_absolute=Paikallisia ja absoluuttisia koordinaatteja ei voi sekoittaa. (kaikissa koordinaateissa on oltava '^' tai ei mitään) | ||
argument.parse.failure.namespacedkey.namespace=Virheellinen nimitila '<input>'. Täytyy olla [a-z0-9._-] | ||
argument.parse.failure.namespacedkey.key=Virheellinen avain '<input>'. Täytyy olla [a-z0-9/._-] | ||
argument.parse.failure.namespacedkey.need_namespace=Virheellinen syöte '<input>', vaatii selkeän nimitilan. |
11 changes: 11 additions & 0 deletions
11
...anslations-bukkit/src/main/resources/org/incendo/cloud/bukkit/lang/messages_he.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>' אינו כישוף תקין | ||
argument.parse.failure.material='<input>' אינו שם חומר תקין | ||
argument.parse.failure.offlineplayer=לא נמצא שחקן עבור הקלט '<input>' | ||
argument.parse.failure.player=לא נמצא שחקן עבור קלט '<input>' | ||
argument.parse.failure.world='<input>' אינו עולם מיינקראפט תקין | ||
argument.parse.failure.selector.unsupported=סוג פרמטר של בחירת אנטיטי לא נתמך בגרסאות מיינקראפט מתחת ל-1.13. | ||
argument.parse.failure.location.invalid_format='<input>' אינו מיקום תקין. הפורמט הנדרש הוא '<x> <y> <z>' | ||
argument.parse.failure.location.mixed_local_absolute=לא ניתן לערבב קורדינטות מקומיות עם אבסולוטיות. (או שכל הקורדינטות משתמשות ב-'^' או שאף אחת מהן) | ||
argument.parse.failure.namespacedkey.namespace=שם לא תקין '<input>'. חייב להיות [a-z0-9._-] | ||
argument.parse.failure.namespacedkey.key=מפתח לא תקין '<input>'. חייב להיות [a-z0-9/._-] | ||
argument.parse.failure.namespacedkey.need_namespace=קלט לא תקין '<input>', מחייב הגדרת שם. |
11 changes: 11 additions & 0 deletions
11
...anslations-bukkit/src/main/resources/org/incendo/cloud/bukkit/lang/messages_pt.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>' não é um encantamento válido | ||
argument.parse.failure.material='<input>' não é um nome de material válido | ||
argument.parse.failure.offlineplayer=Nenhum jogador foi encontrado com o valor '<input>' | ||
argument.parse.failure.player=Nenhum jogador foi encontrado com o valor '<input>' | ||
argument.parse.failure.world='<input>' não é um mundo de Minecraft válido | ||
argument.parse.failure.selector.unsupported=O tipo de argumento seletor de entidade não é suportado em versões abaixo de Minecraft 1.13. | ||
argument.parse.failure.location.invalid_format='<input>' não é um local válido. O formato obrigatório é '<x> <y> <z>' | ||
argument.parse.failure.location.mixed_local_absolute=Não é possível misturar coordenadas locais e absolutas. (Ou todas as coordenadas usam '^' ou nenhuma usa) | ||
argument.parse.failure.namespacedkey.namespace=Namespace inválido '<input>'. Deve ser [a-z0-9._-] | ||
argument.parse.failure.namespacedkey.key=Chave '<input>' inválida. Deve ser [a-z0-9/._-] | ||
argument.parse.failure.namespacedkey.need_namespace=Entrada inválida '<input>', requer um namespace explícito. |
11 changes: 11 additions & 0 deletions
11
...anslations-bukkit/src/main/resources/org/incendo/cloud/bukkit/lang/messages_sv.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>' är inte en giltig enchantment | ||
argument.parse.failure.material='<input>' är inte ett giltigt materialnamn | ||
argument.parse.failure.offlineplayer=Ingen spelare hittades för inmatning '<input>' | ||
argument.parse.failure.player=Ingen spelare hittades för inmatning '<input>' | ||
argument.parse.failure.world='<input>' är inte en giltig Minecraftvärld | ||
argument.parse.failure.selector.unsupported=Argumenttyp för entitetväljare stöds inte under Minecraft 1.13. | ||
argument.parse.failure.location.invalid_format='<input>' är inte en giltig plats. Obligatoriskt format är '<x> <y> <z>' | ||
argument.parse.failure.location.mixed_local_absolute=Kan inte blanda lokala och absoluta koordinater. (antingen använder alla koordinater '^' eller så gör ingen det) | ||
argument.parse.failure.namespacedkey.namespace=Ogiltig namnrymd '<input>'. Måste vara [a-z0-9._-] | ||
argument.parse.failure.namespacedkey.key=Ogiltig nyckel '<input>'. Måste vara [a-z0-9/._-] | ||
argument.parse.failure.namespacedkey.need_namespace=Ogiltig inmatning '<input>', kräver en explicit namnrymd. |
2 changes: 2 additions & 0 deletions
2
...anslations-bungee/src/main/resources/org/incendo/cloud/bungee/lang/messages_de.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,2 @@ | ||
argument.parse.failure.player='<input>' ist kein gültiger Spieler | ||
argument.parse.failure.server='<input>' ist kein gültiger Server |
2 changes: 2 additions & 0 deletions
2
...anslations-bungee/src/main/resources/org/incendo/cloud/bungee/lang/messages_fi.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,2 @@ | ||
argument.parse.failure.player='<input>' ei ole kelvollinen pelaaja | ||
argument.parse.failure.server='<input>' ei ole kelvollinen palvelin |
2 changes: 2 additions & 0 deletions
2
...anslations-bungee/src/main/resources/org/incendo/cloud/bungee/lang/messages_he.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,2 @@ | ||
argument.parse.failure.player='<input>' אינו שחקן תקין | ||
argument.parse.failure.server='<input>' אינו שחקן תקין |
2 changes: 2 additions & 0 deletions
2
...anslations-bungee/src/main/resources/org/incendo/cloud/bungee/lang/messages_pt.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,2 @@ | ||
argument.parse.failure.player='<input>' não é um jogador válido | ||
argument.parse.failure.server='<input>' Não é um servidor válido |
2 changes: 2 additions & 0 deletions
2
...anslations-bungee/src/main/resources/org/incendo/cloud/bungee/lang/messages_sv.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,2 @@ | ||
argument.parse.failure.player='<input>' är inte en giltig spelare | ||
argument.parse.failure.server='<input>' är inte en giltig server |
23 changes: 23 additions & 0 deletions
23
...d-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_he.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,23 @@ | ||
argument.parse.failure.boolean=לא הוצלח לקרוא בוליאן מ-'<input>' | ||
argument.parse.failure.number='<input>' אינו מספר תקין בתחום המספרים <min> עד <max> | ||
argument.parse.failure.char='<input>' אינו תו תקין | ||
argument.parse.failure.string='<input>' אינו אחד מהבאים\: <acceptableValues> | ||
argument.parse.failure.uuid='<input>' אינו מחרוזת תקינה מהסוג <stringMode> | ||
argument.parse.failure.enum='<input>' אינו UUID תקין | ||
argument.parse.failure.regex='<input>' אינו תואם '<pattern>' | ||
argument.parse.failure.flag.unknown=דגל לא ידוע '<flag>' | ||
argument.parse.failure.flag.duplicate_flag=דגל מופיע מספר פעמים '<flag>' | ||
argument.parse.failure.flag.no_flag_started=אין דגל שהותחל. לא יודע מה לעשות עם '<input>' | ||
argument.parse.failure.flag.missing_argument=חסר פרטמר עבור '<flag>' | ||
argument.parse.failure.flag.no_permission=אין לך הרשאה להשתמש ב-'<flag>' | ||
argument.parse.failure.color='<input>' אינו צבע תקין | ||
argument.parse.failure.duration=<input> אינו פורמט אורך זמן | ||
argument.parse.failure.aggregate.missing=רכיב חסר '<component>' | ||
argument.parse.failure.aggregate.failure=רכיב לא תקין '<component>'\: <failure> | ||
argument.parse.failure.either=לא הוצלח לחלץ <primary> או <fallback> מ-'<input>' | ||
exception.unexpected=שגיאה פנימית קרתה בעת הרצת פקודה זו. | ||
exception.invalid_argument=פרמטר פקודה לא תקין\: <cause>. | ||
exception.no_such_command=פקודה לא ידועה. | ||
exception.no_permission=אני מצטער, אבל אין לך הרשאה להשתמש בפקודה זו. | ||
exception.invalid_sender=<actual> לא רשאי להשתמש בפקודה זו. חייב להיות מסוג <expected>. | ||
exception.invalid_syntax=שימוש בפקודה לא נכון. השימוש הנכון הוא\: <syntax>. |
23 changes: 23 additions & 0 deletions
23
...d-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_pt.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,23 @@ | ||
argument.parse.failure.boolean=Não foi possível analisar o booleano de '<input>' | ||
argument.parse.failure.number='<input>' não é um número válido no intervalo de <min> para <max> | ||
argument.parse.failure.char='<input>' não é um caractere válido | ||
argument.parse.failure.string='<input>' não é um dos seguintes\: <acceptableValues> | ||
argument.parse.failure.uuid='<input>' não é um texto válido do tipo <stringMode> | ||
argument.parse.failure.enum=<input> não é um UUID válido | ||
argument.parse.failure.regex='<input>' não corresponde a '<pattern> ' ' | ||
argument.parse.failure.flag.unknown=Bandeira '<flag> ' desconhecida | ||
argument.parse.failure.flag.duplicate_flag=Bandeira duplicada '<flag>' | ||
argument.parse.failure.flag.no_flag_started=Nenhuma bandeira encontrada. Não sei o que fazer com '<input>' | ||
argument.parse.failure.flag.missing_argument=Argumento para '<flag> ' ausente | ||
argument.parse.failure.flag.no_permission=Você não tem permissão para usar '<flag>' | ||
argument.parse.failure.color='<input>' não é uma cor válida | ||
argument.parse.failure.duration='<input>' não é um formato de duração válido | ||
argument.parse.failure.aggregate.missing=Componente '<component> ' ausente | ||
argument.parse.failure.aggregate.failure=Componente '<component> não é valido\: <failure> | ||
argument.parse.failure.either=Não foi possível resolver <primary> ou <fallback> para '<input>' | ||
exception.unexpected=Um erro interno aconteceu ao executar este comando. | ||
exception.invalid_argument=Argumento de Comando Inválido\: <cause>. | ||
exception.no_such_command=Comando desconhecido. | ||
exception.no_permission=Desculpe, mas você não tem permissão para executar este comando. | ||
exception.invalid_sender=<actual> não tem permissão para executar esse comando. Deve ser do tipo <expected>. | ||
exception.invalid_syntax=Sintaxe de comando inválida. Sintaxe de comando correta é\: <syntax>. |
2 changes: 2 additions & 0 deletions
2
...ations-velocity/src/main/resources/org/incendo/cloud/velocity/lang/messages_de.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,2 @@ | ||
argument.parse.failure.player='<input>' ist kein gültiger Spieler | ||
argument.parse.failure.server='<input>' ist kein gültiger Server |
2 changes: 2 additions & 0 deletions
2
...ations-velocity/src/main/resources/org/incendo/cloud/velocity/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,2 @@ | ||
argument.parse.failure.player='<input>' no es un jugador válido | ||
argument.parse.failure.server='<input>' no es un servidor válido |
2 changes: 2 additions & 0 deletions
2
...ations-velocity/src/main/resources/org/incendo/cloud/velocity/lang/messages_he.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,2 @@ | ||
argument.parse.failure.player='<input>' אינו שחקן תקין | ||
argument.parse.failure.server='<input>' אינו שחקן תקין |
2 changes: 2 additions & 0 deletions
2
...ations-velocity/src/main/resources/org/incendo/cloud/velocity/lang/messages_pt.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,2 @@ | ||
argument.parse.failure.player='<input>' não é um jogador válido | ||
argument.parse.failure.server='<input>' Não é um servidor válido |
2 changes: 2 additions & 0 deletions
2
...ations-velocity/src/main/resources/org/incendo/cloud/velocity/lang/messages_sv.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,2 @@ | ||
argument.parse.failure.player='<input>' är inte en giltig spelare | ||
argument.parse.failure.server='<input>' är inte en giltig server |