From a23ab99e1cdbadd3858bbcd32ea9c108d57b2cfc Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 3 Feb 2019 21:42:47 -0500 Subject: [PATCH] New translations strings.yml (Estonian) --- src/main/resources/lang/et-EE/strings.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/et-EE/strings.yml b/src/main/resources/lang/et-EE/strings.yml index 55a02674d..349d7f314 100644 --- a/src/main/resources/lang/et-EE/strings.yml +++ b/src/main/resources/lang/et-EE/strings.yml @@ -117,20 +117,22 @@ stageEditorPlaceBlocks: "Place blocks" stageEditorUseBlocks: "Use blocks" stageEditorCutBlocks: "Cut blocks" stageEditorItems: "Items" -stageEditorCatchFish: "Catch fish" -stageEditorFish: "fish" -stageEditorKillPlayers: "Kill players" -stageEditorPlayers: "players" stageEditorEnchantItems: "Enchant items" stageEditorDeliverItems: "Deliver items" +stageEditorNPCs: "NPCs" stageEditorTalkToNPCs: "Talk to NPCs" stageEditorKillNPCs: "Kill NPCs" +stageEditorMobs: "Mobs" stageEditorKillMobs: "Kill mobs" +stageEditorCatchFish: "Catch fish" +stageEditorFish: "fish" stageEditorReachLocs: "Reach locations" stageEditorReachRadii1: "Reach within" stageEditorReachRadii2: "blocks of" stageEditorTameMobs: "Tame mobs" stageEditorShearSheep: "Shear Sheep" +stageEditorKillPlayers: "Kill players" +stageEditorPlayers: "players" stageEditorEvents: "Events" stageEditorStageEvents: "Stage Events" stageEditorStartEvent: "Start Event"