From d45a06c287672342a21be63d202ffb249ff964c0 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Thu, 12 Apr 2018 19:40:38 -0400 Subject: [PATCH] New translations strings.yml (Finnish) --- src/main/resources/lang/fi-FI/strings.yml | 42 +++++++++++------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/main/resources/lang/fi-FI/strings.yml b/src/main/resources/lang/fi-FI/strings.yml index 110314d8a..121a9b2b0 100644 --- a/src/main/resources/lang/fi-FI/strings.yml +++ b/src/main/resources/lang/fi-FI/strings.yml @@ -258,18 +258,18 @@ stageEditorNoDelaySet: "You must set a delay first!" stageEditorNoBlockNames: "Aseta ensin palikat!" stageEditorNoEnchantments: "Aseta ensin lumoukset!" stageEditorNoItems: "Aseta ensin tavarat!" -stageEditorNoDeliveryMessage: "You must set at least one delivery message!" +stageEditorNoDeliveryMessage: "Aseta ensin ainakin yksi toimitusviesti!" stageEditorNoNPCs: "Aseta ensin kyläläisen ID!" stageEditorNoMobTypes: "Aseta ensin olennot!" stageEditorNoKillLocations: "Aseta ensin teurastuksen sijainti!" stageEditorNoBlockSelected: "Valitse ensin palikka!" -stageEditorNoColors: "You must set colors first!" -stageEditorNoLocations: "You must set locations first!" -stageEditorNoEnchantmentsSet: "No enchantments set" -stageEditorNoItemsSet: "No items set" -stageEditorNoMobTypesSet: "No mob types set" -stageEditorNoLocationsSet: "No locations set" -stageEditorNoColorsSet: "No colors set" +stageEditorNoColors: "Aseta ensin väri!" +stageEditorNoLocations: "Aseta ensin sijainti!" +stageEditorNoEnchantmentsSet: "Lumouksia ei ole asetettu" +stageEditorNoItemsSet: "Tavaroita ei ole asetettu" +stageEditorNoMobTypesSet: "Olentoja ei ole asetettu" +stageEditorNoLocationsSet: "Sijainteja ei ole asetettu" +stageEditorNoColorsSet: "Värejä ei ole asetettu" stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!" stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!" stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!" @@ -335,30 +335,30 @@ eventEditorListSizeMismatch: "The lists are not the same size!" eventEditorListDuplicates: "List contains duplicates!" eventEditorNotANumberList: "Input was not a list of numbers!" eventEditorInvalidEntry: "Invalid entry" -eventEditorGiveItemsTitle: "- Give Items -" -eventEditorEffectsTitle: "- Effects -" +eventEditorGiveItemsTitle: "- Anna tavara -" +eventEditorEffectsTitle: "- Efektit -" eventEditorStormTitle: "- Event Storm -" eventEditorThunderTitle: "- Event Thunder -" eventEditorMobSpawnsTitle: "- Event Mob Spawns -" -eventEditorMobsTitle: "- Mobs -" -eventEditorAddMobTypesTitle: "- Add Mob -" +eventEditorMobsTitle: "- Monsterit -" +eventEditorAddMobTypesTitle: "- Aseta olento -" eventEditorPotionEffectsTitle: "- Event Potion Effects -" eventEditorPotionTypesTitle: "- Event Potion Types -" -eventEditorWorldsTitle: "- Worlds -" -eventEditorSetName: "Set name" -eventEditorSetMessage: "Set message" -eventEditorClearInv: "Clear player inventory" +eventEditorWorldsTitle: "- Maailmat -" +eventEditorSetName: "Aseta nimi" +eventEditorSetMessage: "Aseta viesti" +eventEditorClearInv: "Tyhjennä pelaajan reppu" eventEditorFailQuest: "Fail the quest" eventEditorSetExplosions: "Aseta räjähdyksen sijainti" eventEditorSetLightning: "Aseta salamoinnin sijainti" -eventEditorSetEffects: "Set effects" +eventEditorSetEffects: "Aseta efekti" eventEditorSetStorm: "Set storm" eventEditorSetThunder: "Set thunder" eventEditorSetMobSpawns: "Set mob spawns" -eventEditorSetPotionEffects: "Set potion effects" -eventEditorSetHunger: "Set player hunger level" -eventEditorSetSaturation: "Set player saturation level" -eventEditorSetHealth: "Set player health level" +eventEditorSetPotionEffects: "Aseta taikajuomaefekti" +eventEditorSetHunger: "Aseta pelaajan nälän taso" +eventEditorSetSaturation: "Aseta pelaajan nälän pysyvyysaste (saturation)" +eventEditorSetHealth: "Aseta pelaajan sydänten määrä" eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)" eventEditorSetTimer: "Set time to fail quest" eventEditorCancelTimer: "Cancel the quest timer"