From 2bc512bb68cf2374d7209ab10db6b6609fd47493 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 3 Feb 2019 21:42:30 -0500 Subject: [PATCH] New translations strings.yml (Hindi) --- src/main/resources/lang/hi-IN/strings.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/hi-IN/strings.yml b/src/main/resources/lang/hi-IN/strings.yml index 126892c27..4953a4707 100644 --- a/src/main/resources/lang/hi-IN/strings.yml +++ b/src/main/resources/lang/hi-IN/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"