From 5ef22c3c8b4a359bd2185572c4f941a679b2c389 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 16 Apr 2020 02:27:39 -0400 Subject: [PATCH] New translations strings.yml (Chinese Simplified) --- main/src/main/resources/lang/zh-CN/strings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/src/main/resources/lang/zh-CN/strings.yml b/main/src/main/resources/lang/zh-CN/strings.yml index 823c3c1b0..4d6a5918a 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: "已经有其他管理员正在创建/编辑那个名字的任务了!" +questEditorBeingEdited: "Something with that name is already being modified!" questEditorInvalidQuestName: "任务名字中包含非法字符!" questEditorInvalidEventName: "事件名非法!" questEditorInvalidNPC: "NPC不存在!" @@ -272,7 +272,6 @@ eventEditorNoneToEdit: "目前不存在可编辑的事件!" eventEditorNoneToDelete: "当前没有可删除的事件!" eventEditorNotFound: "找不到事件!" eventEditorExists: "事件已存在!" -eventEditorSomeone: "已经有其他管理员创建/编辑那个名字的事件了!" eventEditorErrorSaving: "保存时出错。" eventEditorDeleted: "事件已删除,任务和事件已经重载。" eventEditorSaved: "事件已保存, 任务和事件已经重载。"