-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLocalization.lua
More file actions
308 lines (264 loc) · 16.2 KB
/
Localization.lua
File metadata and controls
308 lines (264 loc) · 16.2 KB
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
--[[--------------------------------------------------------------------
Bugger
Shows the errors captured by !BugGrabber.
Copyright 2015-2018 Phanx <addons@phanx.net>
All rights reserved. See LICENSE.txt for details.
https://github.com/Phanx/Bugger
----------------------------------------------------------------------]]
local BUGGER, Bugger = ...
local L = Bugger.L
-- THE REST OF THIS FILE IS AUTOMATICALLY GENERATED. SEE:
-- https://wow.curseforge.com/addons/bugger/localization/
------------------------------------------------------------------------
-- English
------------------------------------------------------------------------
local CURRENT_LOCALE = GetLocale()
if CURRENT_LOCALE == "enUS" then return end
------------------------------------------------------------------------
-- German
------------------------------------------------------------------------
if CURRENT_LOCALE == "deDE" then
L["/bugger"] = "/fehler"
L["All Errors"] = "Alle Fehler"
L["All saved errors have been deleted."] = "Alle gespeicherten Fehler wurden gelöscht."
L["Alt-click to clear all saved errors."] = "Alt-Klick, um alle gespeicherten Fehler zu löschen."
L["An error has been captured!"] = "Ein Fehler wurde aufgezeichnet!"
L["Automatic"] = "Automatisch"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger kann ohne !BugGrabber nicht funktionieren. !BugGrabber ist bei Curse oder WoWInterface zu finden."
L["Chat frame alerts"] = "Warnmeldungen im Chatfenster"
L["Click to open the error window."] = "Klick, um das Fehler-Fenster anzuzeigen."
L["Click to show or hide the local variables captured with this error."] = "Klicken, um die lokalen Variablen, die mit diesem Fehler aufgezeichnet wurden, anzuzeigen oder zu verbergen."
L["Current Session"] = "Aktuelle Session"
L["Errors"] = "Fehler"
L["Locals"] = "Lokale"
L["Minimap icon"] = "Minikartensymbol anzeigen"
L["Previous Session"] = "Vorherige Session"
L["Right-click for options."] = "Rechtsklick für Optionen."
L["Shift-click to reload the UI."] = "Shift-Klick, um die UI neu zu laden."
L["Shows the errors captured by !BugGrabber."] = "Zeigt die von !BugGrabber aufgezeichneten Fehler."
L["Sound alerts"] = "Warnsounds abspielen"
L["There are no errors to display."] = "Es gibt keine Fehler anzuzeigen."
return end
------------------------------------------------------------------------
-- Spanish
------------------------------------------------------------------------
if CURRENT_LOCALE == "esES" then
L["/bugger"] = "/errores"
L["All Errors"] = "Todos errores"
L["All saved errors have been deleted."] = "Todos los errores guardados se han borrados."
L["Alt-click to clear all saved errors."] = "Alt-clic para borrar todos errores guardados."
L["An error has been captured!"] = "Un error se ha capturado!"
L["Automatic"] = "Automático"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger no puede funcionar sin !BugGrabber. Encuentralo en Curse o WoWInterface."
L["Chat frame alerts"] = "Mensajes de alerta en chat"
L["Click to open the error window."] = "Clic para mostrar la ventana de errores."
L["Click to show or hide the local variables captured with this error."] = "Clic para mostrar o ocultar las variables locales que fueron capturados con este error."
L["Current Session"] = "Sesión actual"
L["Errors"] = "Errores"
L["Locals"] = "Locales"
L["Minimap icon"] = "Icono en minimapa"
L["Previous Session"] = "Sesión anterior"
L["Right-click for options."] = "Clic derecho para opciones."
L["Shift-click to reload the UI."] = "Mayús-clic para volver a cargar la IU."
L["Shows the errors captured by !BugGrabber."] = "Muestra los errors capturados por !BugGrabber."
L["Sound alerts"] = "Sonidos de alerta"
L["There are no errors to display."] = "No hay errores para mostrar."
return end
------------------------------------------------------------------------
-- Latin American Spanish
------------------------------------------------------------------------
if CURRENT_LOCALE == "esMX" then
L["/bugger"] = "/errores"
L["All Errors"] = "Todos errores"
L["All saved errors have been deleted."] = "Todos los errores guardados se han borrados."
L["Alt-click to clear all saved errors."] = "Alt-clic para borrar todos errores guardados."
L["An error has been captured!"] = "Un error se ha capturado!"
L["Automatic"] = "Automático"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger no puede funcionar sin !BugGrabber. Encuentralo en Curse o WoWInterface."
L["Chat frame alerts"] = "Mensajes de alerta en chat"
L["Click to open the error window."] = "Clic para mostrar la ventana de errores."
L["Click to show or hide the local variables captured with this error."] = "Clic para mostrar o ocultar las variables locales que fueron capturados con este error."
L["Current Session"] = "Sesión actual"
L["Errors"] = "Errores"
L["Locals"] = "Locales"
L["Minimap icon"] = "Icono en minimapa"
L["Previous Session"] = "Sesión anterior"
L["Right-click for options."] = "Clic derecho para opciones."
L["Shift-click to reload the UI."] = "Mayús-clic para volver a cargar la IU."
L["Shows the errors captured by !BugGrabber."] = "Muestra los errors capturados por !BugGrabber."
L["Sound alerts"] = "Sonidos de alerta"
L["There are no errors to display."] = "No hay errores para mostrar."
return end
------------------------------------------------------------------------
-- French
------------------------------------------------------------------------
if CURRENT_LOCALE == "frFR" then
L["/bugger"] = "/erreurs"
L["All Errors"] = "Toutes erreures"
L["All saved errors have been deleted."] = "Toutes les erreurs enregistrées ont été supprimées."
L["Alt-click to clear all saved errors."] = "Alt-clic pour effacer toutes les erreurs."
L["An error has been captured!"] = "Une erreur a été capturée !"
L["Automatic"] = "Automatique"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger ne peut pas fonctionner sans !BugGrabber. Trouvez-le sur Curse ou WoWInterface."
L["Chat frame alerts"] = "Messages d'alerte dans la discussion"
L["Click to open the error window."] = "Cliquez pour ouvrir la fenêtre d'erreurs."
L["Click to show or hide the local variables captured with this error."] = "Cliquez pour afficher ou masquer les variables locales capturées avec cette erreur."
L["Current Session"] = "Session en cours"
L["Errors"] = "Erreurs"
L["Locals"] = "Locales"
L["Minimap icon"] = "Icône sur la minicarte"
L["Previous Session"] = "Session précédente"
L["Right-click for options."] = "Clic droit pour les options."
L["Shift-click to reload the UI."] = "Maj-clic pour recharger l'IU."
L["Shows the errors captured by !BugGrabber."] = "Affiche les erreurs capturés par !BugGrabber."
L["Sound alerts"] = "Sons d'alerte"
L["There are no errors to display."] = "Il n'y a pas d'erreur à afficher."
return end
------------------------------------------------------------------------
-- Italian
------------------------------------------------------------------------
if CURRENT_LOCALE == "itIT" then
L["/bugger"] = "/errori"
L["All Errors"] = "Tutti errori"
L["All saved errors have been deleted."] = "Tutti gli errori salvati sono stati cancellari."
L["Alt-click to clear all saved errors."] = "Alt-clic per cancellare tutti gli errori salvati."
L["An error has been captured!"] = "Un errore è stato catturato!"
L["Automatic"] = "Automatico"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger non può funzionare senza !BugGrabber. Lo si può trovare su Curse o WoWInterface."
L["Chat frame alerts"] = "Messaggi di avviso nel chat"
L["Click to open the error window."] = "Clicca per mostrare la finestra di errori."
L["Click to show or hide the local variables captured with this error."] = "Fare clic per visualizzare o nascondere le variabili locali catturate con questo errore."
L["Current Session"] = "Sessione corrente"
L["Errors"] = "Errori"
L["Locals"] = "Locali"
L["Minimap icon"] = "Icona sulla minimappa"
L["Previous Session"] = "Sessione precedente"
L["Right-click for options."] = "Clic destro per le opzioni."
L["Shift-click to reload the UI."] = "Maiusc-clic per ricaricare l'interfaccia utente."
L["Shows the errors captured by !BugGrabber."] = "Mostra gli errori catturati da !BugGrabber."
L["Sound alerts"] = "Suoni di avviso"
L["There are no errors to display."] = "Non ci sono errori da mostrare."
return end
------------------------------------------------------------------------
-- Brazilian Portuguese
------------------------------------------------------------------------
if CURRENT_LOCALE == "ptBR" then
L["/bugger"] = "/erros"
L["All Errors"] = "Todos erros"
L["All saved errors have been deleted."] = "Todos os erros guardados foram apogados."
L["Alt-click to clear all saved errors."] = "Alt-clique para apagar todos os erros guardados."
L["An error has been captured!"] = "Um erro foi capturado!"
L["Automatic"] = "Automático"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger não pode funcionar sem !BugGrabber. Procurar no Curse ou WoWInterface."
L["Chat frame alerts"] = "Mensagens de alerta no chat"
L["Click to open the error window."] = "Clique para mostrar a janela de erros."
L["Click to show or hide the local variables captured with this error."] = "Clique para mostrar ou ocultar as variáveis locais capturadas com este erro."
L["Current Session"] = "Sessão atual"
L["Errors"] = "Erros"
L["Locals"] = "Locais"
L["Minimap icon"] = "Ícone no minimapa"
L["Previous Session"] = "Sessão anterior"
L["Right-click for options."] = "Clique direito para opções."
L["Shift-click to reload the UI."] = "Shift-clique para recarregar a IU."
L["Shows the errors captured by !BugGrabber."] = "Mostra glos erros capturados por !BugGrabber."
L["Sound alerts"] = "Sons de alerta"
L["There are no errors to display."] = "Não há erros para mostrar."
return end
------------------------------------------------------------------------
-- Russian
------------------------------------------------------------------------
if CURRENT_LOCALE == "ruRU" then
L["All Errors"] = "Все ошибки"
L["All saved errors have been deleted."] = "Все сохраненные ошибки удалены."
L["Alt-click to clear all saved errors."] = "<Alt+ЛКМ> для очистки сохраненных ошибок."
L["An error has been captured!"] = "Ошибка поймана!"
L["Automatic"] = "Автоматически"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger не работает без !BugGrabber. Найдите данный плагин на Curse или WoWInterface."
L["Chat frame alerts"] = "Оповещения в чате"
L["Click to open the error window."] = "<ЛКМ> для отображения окна ошибки."
L["Click to show or hide the local variables captured with this error."] = "<ЛКМ> для отображения/скрытия локальных переменных пойманной ошибки."
L["Current Session"] = "Текущая сессия"
L["Errors"] = "Ошибки"
L["Minimap icon"] = "Значок у миникарты"
L["Previous Session"] = "Предыдущая сессия"
L["Right-click for options."] = "<ПКМ> открывает настройки."
L["Shift-click to reload the UI."] = "<Shift+ЛКМ> для перезагрузки интерфейса."
L["Shows the errors captured by !BugGrabber."] = "Отображает ошибки отловленные !BugGrabber'ом."
L["Sound alerts"] = "Звуковые оповещения"
L["There are no errors to display."] = "Нет ошибок для отображения."
return end
------------------------------------------------------------------------
-- Korean
------------------------------------------------------------------------
if CURRENT_LOCALE == "koKR" then
L["/bugger"] = "/버거"
L["All Errors"] = "모든 오류"
L["All saved errors have been deleted."] = "모든 저장된 오류가 삭제되었습니다."
L["Alt-click to clear all saved errors."] = "Alt-클릭으로 모든 오류를 초기화 합니다."
L["An error has been captured!"] = "모든 오류를 찾았습니다."
L["Automatic"] = "자동"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "!BugGrabber 애드온 없이 사용할 수 없습니다. 애드온 사이트에서 다운로드 하세요."
L["Chat frame alerts"] = "대화창에 알림"
L["Click to open the error window."] = "클릭하여 오류 창을 엽니다."
L["Click to show or hide the local variables captured with this error."] = "클릭하여 오류와 함께 찾은 변수값을 표시하거나 숨깁니다."
L["Current Session"] = "현재 접속"
L["Errors"] = "오류"
L["Locals"] = "변수"
L["Minimap icon"] = "미니맵 아이콘"
L["Previous Session"] = "이전 접속"
L["Right-click for options."] = "오른쪽 클릭으로 애드온 설정을 변경합니다."
L["Shift-click to reload the UI."] = "Shift-클릭으로 UI를 재시작합니다."
L["Shows the errors captured by !BugGrabber."] = "!BugGrabber 에서 찾은 오류를 표시합니다."
L["Sound alerts"] = "소리 알림"
L["There are no errors to display."] = "여기에 표시된 오류는 없습니다."
return end
------------------------------------------------------------------------
-- Simplified Chinese
------------------------------------------------------------------------
if CURRENT_LOCALE == "zhCN" then
L["/bugger"] = "/出错"
L["All Errors"] = "所有出错"
L["All saved errors have been deleted."] = "所有保存出错已经删除。"
L["Alt-click to clear all saved errors."] = "按住Alt点击清除所有保存的出错。"
L["An error has been captured!"] = "已捕做到一个出错!"
L["Automatic"] = "自动"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger基于!BugGrabber运作。请到Curse或WoWInterface搜寻它。"
L["Chat frame alerts"] = "聊天框警报"
L["Click to open the error window."] = "点击打开出错窗口。"
L["Click to show or hide the local variables captured with this error."] = "点击显示或隐藏与此出错捕获的局部变量。"
L["Current Session"] = "当前会话"
L["Errors"] = "出错"
L["Locals"] = "本地"
L["Minimap icon"] = "迷你地图图标"
L["Previous Session"] = "之前会话"
L["Right-click for options."] = "右键单击选项。"
L["Shift-click to reload the UI."] = "按住Shift键单击重新加载UI。"
L["Shows the errors captured by !BugGrabber."] = "显示 !BugGrabber捕获的出错。"
L["Sound alerts"] = "声音警报"
L["There are no errors to display."] = "没有出错显示。"
return end
------------------------------------------------------------------------
-- Traditional Chinese
------------------------------------------------------------------------
if CURRENT_LOCALE == "zhTW" then
L["/bugger"] = "/錯誤"
L["All Errors"] = "所有錯誤"
L["All saved errors have been deleted."] = "所有儲存的錯誤已被刪除。"
L["Alt-click to clear all saved errors."] = "Alt-點擊以清除所有儲存的錯誤。"
L["An error has been captured!"] = "一個錯誤已被捕捉!"
L["Automatic"] = "自動"
L["Bugger can't function without !BugGrabber. Find it on Curse or WoWInterface."] = "Bugger沒有!BugGrabber將無法運作。請在Curse或WoWInterface尋找它。"
L["Chat frame alerts"] = "聊天框架警告"
L["Click to open the error window."] = "點擊開啟錯誤視窗。"
L["Click to show or hide the local variables captured with this error."] = "按一下以顯示或隱藏此錯誤捕捉的本地變數。"
L["Current Session"] = "目前階段"
L["Errors"] = "錯誤"
L["Locals"] = "本地"
L["Minimap icon"] = "小地圖圖標"
L["Previous Session"] = "之前階段"
L["Right-click for options."] = "右鍵點擊開啟選項。"
L["Shift-click to reload the UI."] = "Shift-點擊重載UI。"
L["Shows the errors captured by !BugGrabber."] = "顯示經由!BugGrabber捕捉的錯誤。"
L["Sound alerts"] = "聲音警告"
L["There are no errors to display."] = "沒有錯誤可顯示。"
return end