From ab37d2299dfd3e5f75fa9450afb6410f78be1f82 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 3 Feb 2019 21:41:50 -0500 Subject: [PATCH] New translations strings.yml (Serbian (Cyrillic)) --- src/main/resources/lang/sr-SP/strings.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/sr-SP/strings.yml b/src/main/resources/lang/sr-SP/strings.yml index 6c9f929b8..e6d2b9e3c 100644 --- a/src/main/resources/lang/sr-SP/strings.yml +++ b/src/main/resources/lang/sr-SP/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"