-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocalization.lua
248 lines (247 loc) · 8.36 KB
/
localization.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
local locale = GetLocale()
if locale == "deDE" then -- translated by dejaspeed
LOSECONTROL = {
["CC"] = "CC",
["Silence"] = "Stille",
["Disarm"] = "Entwaffnen",
["Root"] = "Wurzeln",
["Snare"] = "Bewegungseinschränkende Effekte",
["Immune"] = "Immun",
["PvE"] = "PvE Überwachen",
["player"] = "Spieler",
["pet"] = "Haustier",
["target"] = "Ziel",
["focus"] = "Fokus",
["party1"] = "Gruppenmitglied 1",
["party2"] = "Gruppenmitglied 2",
["party3"] = "Gruppenmitglied 3",
["party4"] = "Gruppenmitglied 4",
["arena1"] = "Arena-Feind 1",
["arena2"] = "Arena-Feind 2",
["arena3"] = "Arena-Feind 3",
["arena4"] = "Arena-Feind 4",
["arena5"] = "Arena-Feind 5",
["None"] = "Kein",
["Unit Configuration"] = "Maßeinheits-Konfiguration",
["Enabled"] = "Aktivieren",
["Anchor"] = "Anker",
["Strata"] = "Strata",
["Icon Size"] = "Symbolgröße",
["Opacity"] = "Transparenz",
["Unlock"] = "Symbole entriegeln",
[" (drag an icon to move)"] = " (Ziehen um Symbole zu bewegen)",
["Disable OmniCC/CooldownCount Support"] = "Sperre OmniCC/CooldownCount",
["Tracking"] = "Überwachte Effekte",
["LoseControl reset."] = "LoseControl zurücksetzen.",
}
elseif locale == "esES" or locale == "esMX" then -- translated by Babelfish :(
LOSECONTROL = {
["CC"] = "CC",
["Silence"] = "Silencio",
["Disarm"] = "Desarme",
["Root"] = "Inmovilice",
["Snare"] = "Trampa",
["Immune"] = "Immune",
["PvE"] = "PvE",
["player"] = "Jugador",
["pet"] = "Mascotas",
["target"] = "Blanco",
["focus"] = "Foco",
["party1"] = "Partido 1",
["party2"] = "Partido 2",
["party3"] = "Partido 3",
["party4"] = "Partido 4",
["arena1"] = "Enemigo de la arena 1",
["arena2"] = "Enemigo de la arena 2",
["arena3"] = "Enemigo de la arena 3",
["arena4"] = "Enemigo de la arena 4",
["arena5"] = "Enemigo de la arena 5",
["None"] = "Ninguno",
["Unit Configuration"] = "Configuración de la unidad",
["Enabled"] = "Permitido",
["Anchor"] = "Ancla",
["Strata"] = "Strata",
["Icon Size"] = "Tamaño del icono",
["Opacity"] = "Opacidad",
["Unlock"] = "Abra",
[" (drag an icon to move)"] = " (arrastre el icono para moverse)",
["Disable OmniCC/CooldownCount Support"] = "Neutralización OmniCC/CooldownCount",
["Tracking"] = "Seguimiento",
["LoseControl reset."] = "LoseControl reajuste.",
}
elseif locale == "frFR" then -- translated by Adirelle
LOSECONTROL = {
["CC"] = "CC",
["Silence"] = "Silence",
["Disarm"] = "Désarmement",
["Root"] = "Immobilisation",
["Snare"] = "Ralentissement",
["Immune"] = "Immunisé",
["PvE"] = "PvE",
["player"] = "Joueur",
["pet"] = "Animal",
["target"] = "Cible",
["focus"] = "Focalisation",
["party1"] = "Membre du groupe n°1",
["party2"] = "Membre du groupe n°2",
["party3"] = "Membre du groupe n°3",
["party4"] = "Membre du groupe n°4",
["arena1"] = "Ennemi d'arène n°1",
["arena2"] = "Ennemi d'arène n°2",
["arena3"] = "Ennemi d'arène n°3",
["arena4"] = "Ennemi d'arène n°4",
["arena5"] = "Ennemi d'arène n°5",
["None"] = "Aucun",
["Unit Configuration"] = "Configuration d'unité",
["Enabled"] = "Activé",
["Anchor"] = "Ancre",
["Strata"] = "Strata",
["Icon Size"] = "Taille d'icône",
["Opacity"] = "Opacité",
["Unlock"] = "Déverrouiller",
[" (drag an icon to move)"] = " (déplacez un icône par glisser/traînez l'icône pour le)",
["Disable OmniCC/CooldownCount Support"] = "Désactiver OmniCC/CooldownCount",
["Tracking"] = "Surveillance",
["LoseControl reset."] = "Remettre à zéro.",
}
elseif locale == "koKR" then -- translated by zuximus
LOSECONTROL = {
["CC"] = "군중제어",
["Silence"] = "침묵",
["Disarm"] = "무장 해제",
["Root"] = "뿌리묶기",
["Snare"] = "덫",
["Immune"] = "면역성이 있는",
["PvE"] = "PvE",
["player"] = "플레이어",
["pet"] = "애완 동물",
["target"] = "대상",
["focus"] = "주시대상",
["party1"] = "파티원 1",
["party2"] = "파티원 2",
["party3"] = "파티원 3",
["party4"] = "파티원 4",
["arena1"] = "투기장 1",
["arena2"] = "투기장 2",
["arena3"] = "투기장 3",
["arena4"] = "투기장 4",
["arena5"] = "투기장 5",
["None"] = "없음",
["Unit Configuration"] = "유닛 설정",
["Enabled"] = "활성화",
["Anchor"] = "기준",
["Strata"] = "프레임 우선순위",
["Icon Size"] = "아이콘 크기",
["Opacity"] = "불투명도",
["Unlock"] = "잠금 해제",
[" (drag an icon to move)"] = " (마우스로 아이콘을 끌면 이동함)",
["Disable OmniCC/CooldownCount Support"] = "OmniCC/CooldownCount 비활성",
["Tracking"] = "추적",
["LoseControl reset."] = "LoseControl 초기화.",
}
elseif locale == "ruRU" then -- translated by Termoshpuntik
LOSECONTROL = {
["CC"] = "Потеря контроля",
["Silence"] = "Немота",
["Disarm"] = "Разоружение",
["Root"] = "Удержание на месте",
["Snare"] = "Замедление",
["Immune"] = "Иммун",
["PvE"] = "PvE",
["player"] = "Игрок",
["pet"] = "Домашнее Животное",
["target"] = "Цель",
["focus"] = "Фокус",
["party1"] = "1-й член группы",
["party2"] = "2-й член группы",
["party3"] = "3-й член группы",
["party4"] = "4-й член группы",
["arena1"] = "Противник арены 1",
["arena2"] = "Противник арены 2",
["arena3"] = "Противник арены 3",
["arena4"] = "Противник арены 4",
["arena5"] = "Противник арены 5",
["None"] = "Никакие",
["Unit Configuration"] = "Конфигурация блока",
["Enabled"] = "Включить",
["Anchor"] = "Анкер",
["Strata"] = "Strata",
["Icon Size"] = "Размер значка",
["Opacity"] = "Прозрачность",
["Unlock"] = "Разблокировать",
[" (drag an icon to move)"] = " (перемещайте значок с помошью курсора мыши)",
["Disable OmniCC/CooldownCount Support"] = "Отключить OmniCC/CooldownCount",
["Tracking"] = "Отслеживать",
["LoseControl reset."] = "Сброс настроек LoseControl.",
}
elseif locale == "zhCN" or locale == "zhTW" then -- translated by 饺子
LOSECONTROL = {
["CC"] = "控制类技能(e.g. 变形术,制裁之锤,致盲...)",
["Silence"] = "沉默类技能",
["Disarm"] = "缴械类技能",
["Root"] = "定身类技能",
["Snare"] = "减速类技能",
["Immune"] = "免疫",
["PvE"] = "PvE",
["player"] = "球员",
["pet"] = "宠物",
["target"] = "目标",
["focus"] = "焦点",
["party1"] = "党 1",
["party2"] = "党 2",
["party3"] = "党 3",
["party4"] = "党 4",
["arena1"] = "竞技场敌人 1",
["arena2"] = "竞技场敌人 2",
["arena3"] = "竞技场敌人 3",
["arena4"] = "竞技场敌人 4",
["arena5"] = "竞技场敌人 5",
["None"] = "无",
["Unit Configuration"] = "单位配置",
["Enabled"] = "使能",
["Anchor"] = "船锚",
["Strata"] = "Strata",
["Icon Size"] = "大小",
["Opacity"] = "透明度",
["Unlock"] = "解除锁定",
[" (drag an icon to move)"] = " (拖动图标移动)",
["Disable OmniCC/CooldownCount Support"] = "屏蔽对 OmniCC/CooldownCount 的支持",
["Tracking"] = "监视",
["LoseControl reset."] = "LoseControl 已重置.",
}
else
LOSECONTROL = {
["CC"] = "CC",
["Silence"] = "Silence",
["Disarm"] = "Disarm",
["Root"] = "Root",
["Snare"] = "Snare",
["Immune"] = "Immune",
["PvE"] = "PvE",
["player"] = "Player",
["pet"] = "Pet",
["target"] = "Target",
["focus"] = "Focus",
["party1"] = "Party 1",
["party2"] = "Party 2",
["party3"] = "Party 3",
["party4"] = "Party 4",
["arena1"] = "Arena Enemy 1",
["arena2"] = "Arena Enemy 2",
["arena3"] = "Arena Enemy 3",
["arena4"] = "Arena Enemy 4",
["arena5"] = "Arena Enemy 5",
["None"] = "None",
["Unit Configuration"] = "Unit Configuration",
["Enabled"] = "Enabled",
["Anchor"] = "Anchor",
["Strata"] = "Strata",
["Icon Size"] = "Icon Size",
["Opacity"] = "Opacity",
["Unlock"] = "Unlock",
[" (drag an icon to move)"] = " (drag an icon to move)",
["Disable OmniCC/CooldownCount Support"] = "Disable OmniCC/CooldownCount Support",
["Tracking"] = "Tracking",
["LoseControl reset."] = "LoseControl reset.",
}
end