From b8cc794eac9d259231240ca45b82b26114b44f91 Mon Sep 17 00:00:00 2001 From: FranekWoW <46614084+franekwow@users.noreply.github.com> Date: Fri, 14 Jun 2019 19:50:16 +0100 Subject: [PATCH] Locale for Traditional Chinese --- CHANGELOG.md | 4 ++++ Localization/zhTW.lua | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635e445..9ba06f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v1.1.2-beta (2019-06-14) + +Locale for Tranditional Chinese added. + ### v1.1.1-beta (2019-06-13) Russian locale is added. diff --git a/Localization/zhTW.lua b/Localization/zhTW.lua index 44fb42e..21f79e1 100644 --- a/Localization/zhTW.lua +++ b/Localization/zhTW.lua @@ -18,24 +18,24 @@ L["Shrine of Storms"] = true L["Owlseye"] = true -- Waypoints -L["Create waypoint"] = true -L["Create all waypoints"] = true -L["Hide node"] = true -L["Close"] = true +L["Create waypoint"] = "創建路徑點" +L["Create all waypoints"] = "創建所有路徑點" +L["Hide node"] = "隱藏節點" +L["Close"] = "關閉" -- Options -L["Icon settings"] = true -L["These settings control the look of the icon."] = true -L["Icon Scale"] = true -L["The scale of the icons"] = true -L["Icon Alpha"] = true -L["The alpha transparency of the icons"] = true -L["World Map"] = true -L["Show icons on world map"] = true -L["Minimap"] = true -L["Show icons on the minimap"] = true -L["What to display"] = true -L["Show Shrines"] = true -L["Show Shrines which Jewelercrafters can use to create gems"] = true -L["Reset hidden nodes"] = true -L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true \ No newline at end of file +L["Icon settings"] = "圖示設定" +L["These settings control the look of the icon."] = "這些設定控制圖示的外觀。" +L["Icon Scale"] = "圖示縮放" +L["The scale of the icons"] = "圖示的縮放大小" +L["Icon Alpha"] = "圖示透明度" +L["The alpha transparency of the icons"] = "圖示的透明程度" +L["World Map"] = "世界地圖" +L["Show icons on world map"] = "在世界地圖上顯示圖示'" +L["Minimap"] = "小地圖" +L["Show icons on the minimap"] = "在小地圖上顯示圖示" +L["What to display"] = "要顯示什麼" +L["Show Shrines"] = "顯示聖壇" +L["Show Shrines which Jewelercrafters can use to create gems"] = "顯示那些珠寶學者可以創造珠寶的聖壇" +L["Reset hidden nodes"] = "重置隱藏的節點" +L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = "顯示所有透過您手動右鍵點擊並選擇\\\"隱藏\\\"的節點。" -- 1.7.9.5