From ff1382d1d89116642a0ee620251ffde320ad3b65 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 16 Apr 2020 21:33:29 -0400 Subject: [PATCH] New translations strings.yml (Chinese Simplified) --- main/src/main/resources/lang/zh-CN/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/resources/lang/zh-CN/strings.yml b/main/src/main/resources/lang/zh-CN/strings.yml index 4d6a5918a..1084cbaf6 100644 --- a/main/src/main/resources/lang/zh-CN/strings.yml +++ b/main/src/main/resources/lang/zh-CN/strings.yml @@ -92,7 +92,7 @@ questCurrentItem: "当前物品:" questGUICleared: "任务GUI物品显示已清除。" questDeleted: "任务已删除! 任务和事件已经重载。" questEditorNameExists: "已经有任务使用了这个名字!" -questEditorBeingEdited: "Something with that name is already being modified!" +questEditorBeingEdited: "已修改该名称的内容!" questEditorInvalidQuestName: "任务名字中包含非法字符!" questEditorInvalidEventName: "事件名非法!" questEditorInvalidNPC: "NPC不存在!"