diff --git a/main/src/main/resources/lang/zh-CN/strings.yml b/main/src/main/resources/lang/zh-CN/strings.yml index 732472313..ad6f547c8 100644 --- a/main/src/main/resources/lang/zh-CN/strings.yml +++ b/main/src/main/resources/lang/zh-CN/strings.yml @@ -165,10 +165,6 @@ stageEditorDelete: "删除阶段" stageEditorSetBlockNames: "设置方块名称" stageEditorSetBlockAmounts: "设置方块数量" stageEditorSetBlockDurability: "设置方块的耐久度" -stageEditorSetDamageAmounts: "设置伤害数量" -stageEditorSetPlaceAmounts: "设置放置数量" -stageEditorSetUseAmounts: "设置使用数量" -stageEditorSetCutAmounts: "设置裁剪数量" stageEditorSetKillAmounts: "设置击杀数量" stageEditorSetEnchantAmounts: "设置附魔数量" stageEditorSetMobAmounts: "设置怪物数量" @@ -197,11 +193,7 @@ stageEditorCustomAlreadyAdded: "自定义目标已经被添加过了!" stageEditorCustomCleared: "自定义目标已清除。" stageEditorCustomDataPrompt: "请输入 值:" stageEditorEnterBlockNames: "请输入方块名," -stageEditorBreakBlocksPrompt: "请输入逾时值 (数字)," -stageEditorDamageBlocksPrompt: "请输入伤害值 (数字)," -stageEditorPlaceBlocksPrompt: "请输入放置值 (数字)," -stageEditorUseBlocksPrompt: "请输入使用值 (数字)," -stageEditorCutBlocksPrompt: "请输入削减值 (数字)," +stageEditorEnterBlockAmounts: "Enter block amounts, , " stageEditorEnterBlockDurability: "请输入方块耐久度 (数字)," stageEditorCatchFishPrompt: "输入需要捕捉鱼的数量," stageEditorKillPlayerPrompt: "输入需要杀死玩家的数量,"