-
-
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 (Finnish)
- Loading branch information
1 parent
8edcb6e
commit 00c7927
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_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. |