From 5b04e9ca2f99c606b6bb80e0ca12d9f6a40dad0c Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sat, 3 Feb 2018 20:20:32 -0500 Subject: [PATCH] New translations strings.yml (Chinese Simplified) --- src/main/resources/lang/zh-CN/strings.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index 3fab53806..d9e89107d 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -61,19 +61,19 @@ questEditorName: "设置名称" questEditorAskMessage: "设置询问信息" questEditorFinishMessage: "设置完成消息" questEditorRedoDelay: "设置重复的间隔时间" -questEditorNPCStart: "Set NPC start" -questEditorBlockStart: "Set Block start" -questEditorInitialEvent: "Set initial Event" +questEditorNPCStart: "设置NPC启动" +questEditorBlockStart: "设置Block启动" +questEditorInitialEvent: "设置初始事件" questEditorSetGUI: "设置GUI物品显示" questEditorReqs: "编辑需求" -questEditorStages: "Edit Stages" +questEditorStages: "编辑阶段" questEditorRews: "编辑奖励" questEditorEnterQuestName: "输入任务名称 (或 \"cancel\" 返回)" -questEditorEditEnterQuestName: "Enter Quest name to edit ()" -questEditorEnterAskMessage: "Enter ask message ()" -questEditorEnterFinishMessage: "Enter finish message ()" -questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel" -questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel" +questEditorEditEnterQuestName: "输入任务名称进行编辑()" +questEditorEnterAskMessage: "输入询问信息()" +questEditorEnterFinishMessage: "输入结束信息()" +questEditorEnterRedoDelay: "输入时间(以秒为单位),0以清除延迟或-1取消。" +questEditorEnterNPCStart: "输入NPC ID, -1清除NPC启动 或-2取消。" questEditorEnterBlockStart: "Right-click on a block to use as a start point, , , " questEditorEnterInitialEvent: "Enter an Event name, , " questRequiredNoneSet: "必需, 未设置"