-
Notifications
You must be signed in to change notification settings - Fork 0
/
localization.zhTW.lua
65 lines (53 loc) · 2.48 KB
/
localization.zhTW.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
if( GetLocale() ~= "zhTW" ) then
return
end
local Nameplates = select(2, ...)
Nameplates.L = setmetatable({
-- Status
["Enemy player/npc name plates are now visible."] = "敵對玩家/NPC姓名板當前為顯示狀態",
["Enemy player/npc name plates are now hidden."] = "敵對玩家/NPC姓名板當前為隱藏狀態",
["Friendly player/npc name plates are now visible."] = "好友玩家/NPC姓名板當前為顯示狀態",
["Friendly player/npc name plates are now hidden."] = "好友玩家/NPC姓名板當前為隱藏狀態",
["All name plates are now visible."] = "所有姓名板當前為顯示狀態",
["All name plates are now hidden."] = "所有姓名板當前為隱藏狀態",
-- GUI
["General"] = "常規設置",
["Bars"] = "Bars",
["Bar texture"] = "姓名板紋理",
["Shadow"] = "陰影",
["Custom texture to use for health and cast bars in name plates."] = "自定義姓名板與施法條的材質",
["Name text"] = "姓名文字設置",
["Cast/Health text"] = "施法條/血量設置",
["Level text"] = "等級文字設置",
["Text"] = "字體設置",
["Font name"] = "字體名稱",
["Font size"] = "字體大小",
["Font border"] = "字體描邊",
["Health text display"] = "血量文字顯示",
["Cast text display"] = "施法文字顯示",
["Style of display for health bar text."] = "更改血量文字顯示的樣式",
["Style of display for cast bar text."] = "更改施法文字顯示的樣式",
["Outline"] = "標準描邊",
["Thick outline"] = "厚描邊",
["Monochrome"] = "單線",
["Font"] = "字體設置",
["Nameplates"] = "姓名板",
["Hide elite indicator"] = "隱藏精英指示器",
["Min / Max"] = "最小值/最大值",
["Deficit"] = "損失血量",
["Percent"] = "百分比",
["None"] = "無",
["Current / Max"] = "當前血量/最大值",
["Current"] = "當前血量",
["Percent"] = "百分比",
["Time left"] = "剩餘時間",
["Enable shadow"] = "開啟陰影",
["Shadow color"] = "陰影顏色",
["Shadow offset X"] = "陰影 X 偏移",
["Shadow offset Y"] = "陰影 Y 偏移",
["Show nameplate visibility status"] = "提示當前姓名板顯示狀態",
["Hide health bar border"] = "隱藏血條邊框",
["Hide cast bar border"] = "隱藏施法條邊框",
["A UI reload is required to make the border show again."] = "只有當你重載界面后才能再次顯示邊框",
["A UI reload is required to make the elite indicator show again."] = "只有當你重載界面后才能再次顯示精英指示器",
}, {__index = Nameplates.L})