From 12875f67e3d8479585957ec5c759d40555e2180c Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Fri, 9 Feb 2018 14:41:34 -0500 Subject: [PATCH] New translations strings.yml (Chinese Traditional) --- src/main/resources/lang/zh-TW/strings.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/lang/zh-TW/strings.yml b/src/main/resources/lang/zh-TW/strings.yml index 84cf4e2ef..34023a7d6 100644 --- a/src/main/resources/lang/zh-TW/strings.yml +++ b/src/main/resources/lang/zh-TW/strings.yml @@ -85,14 +85,14 @@ questWGRegionCleared: "區域任務已被清除." questCitNotInstalled: "未安裝插件 Citizens" questDenNotInstalled: "未安裝插件 Denizen" questGUIError: "錯誤: 該物品以被用作任務 的GUI顯示畫面." -questCurrentItem: "Current item:" -questSetItem: "Set Item" -questClearItem: "Clear Item" -questGUICleared: "Quest GUI Item Display cleared." -questDeleted: "Quest deleted! Quests and Events have been reloaded." -questEditorNameExists: "A Quest with that name already exists!" -questEditorBeingEdited: "Someone is creating/editing a Quest with that name!" -questEditorInvalidQuestName: "Name may not contain periods or commas!" +questCurrentItem: "當前物品:" +questSetItem: "設定物品" +questClearItem: "清除物品" +questGUICleared: "清除GUI任務顯示畫面." +questDeleted: "任務已刪除! 任務及活動已重新載入." +questEditorNameExists: "具有該名稱的任務已存在!" +questEditorBeingEdited: "有人正在創建/編輯該名稱的任務!" +questEditorInvalidQuestName: "名稱不能包含句點或逗號!" questEditorInvalidEventName: "is not a valid event name!" questEditorInvalidNPC: "No NPC exists with that id!" questEditorNoStartBlockSelected: "You must select a block first."