diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index 6574a9c42..ef2b593ba 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -117,20 +117,22 @@ stageEditorPlaceBlocks: "放置方块" stageEditorUseBlocks: "使用方块" stageEditorCutBlocks: "剪切方块" stageEditorItems: "Items" -stageEditorCatchFish: "捕鱼" -stageEditorFish: "鱼" -stageEditorKillPlayers: "击杀玩家" -stageEditorPlayers: "玩家" stageEditorEnchantItems: "附魔物品" stageEditorDeliverItems: "转交物品" +stageEditorNPCs: "NPCs" stageEditorTalkToNPCs: "与NPC交谈" stageEditorKillNPCs: "杀死NPC" +stageEditorMobs: "Mobs" stageEditorKillMobs: "杀死怪物" +stageEditorCatchFish: "捕鱼" +stageEditorFish: "鱼" stageEditorReachLocs: "到达地点" stageEditorReachRadii1: "到达位置半径" stageEditorReachRadii2: "方块内的点" stageEditorTameMobs: "驯服怪物" stageEditorShearSheep: "剪羊毛" +stageEditorKillPlayers: "击杀玩家" +stageEditorPlayers: "玩家" stageEditorEvents: "事件" stageEditorStageEvents: "\n阶段事件" stageEditorStartEvent: "开始事件"