forked from gsnerf/Baud-Bag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Localization.lua
432 lines (430 loc) · 22.1 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
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
--This file is UTF-8
local AddOnName, AddOnTable = ...
local _
local Locale = GetLocale();
if (Locale=="zhTW") then -- Translator: Isler
BaudBagLocalized = {
LockPosition = "鎖定窗口",
UnlockPosition = "解鎖窗口",
ShowBank = "顯示銀行",
Options = "選項",
Free = " 剩餘",
Offline = " (離線銀行)",
AutoOpen = "自動開啟",
AutoOpenTooltip = "勾選後,在交易,使用郵箱和銀行時自動打開背包(如果可用)",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "頂部留空",
BlankOnTopTooltip = "勾選後,剩餘的未使用空間上升到整合背包頂部(開啟背包整合後生效)",
RarityColoring = "品質邊框",
RarityColoringTooltip = "勾選後,物品圖示的邊框按品質著色(開啟背包整合後生效)",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "每行列數 - %d",
ColumnsTooltip = "每行顯示的背包格數.",
Scale = "縮放 - %d%%",
ScaleTooltip = "縮放整合背包.",
AddMessage = "Baud Bag: 已載入. 輸入 /baudbag 打開設置視窗.",
CheckTooltip = "啟用的背包",
Enabled = "啟用整合功能",
EnabledTooltip = "啟用或禁用整合功能",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "鑰匙鏈",
Of = " 的",
Inventory = "背包",
BankBox = "銀行",
ReagentBankBox = "銀行",
BlizInventory = "暴雪背包風格",
BlizBank = "暴雪銀行風格",
BlizKeyring = "暴雪鑰匙鏈風格",
Transparent = "水晶風格",
Transparent2 = "水晶風格 ElvUI",
Solid = "Solid風格",
BagSet = "背包設定",
ContainerName = "背包名稱:",
Background = "風格設定",
FeatureFrameName = "背包設定",
FeatureFrameTooltip = "設定背包整合的各種參數",
SearchBagTooltip = "Search Item In Bag",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
elseif (Locale=="zhCN") then -- Translator: Isler
BaudBagLocalized = {
StandardBag = "容器",
LockPosition = "锁定窗口",
UnlockPosition = "解锁窗口",
ShowBank = "显示银行",
Options = "选项",
Free = " 剩余",
Offline = " (离线银行)",
AutoOpen = "自动开启",
AutoOpenTooltip = "勾选后,在交易,使用邮箱和银行时自动打开背包(如果可用)",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "顶部留空",
BlankOnTopTooltip = "勾选后,剩余的未使用空间上升到整合背包顶部(开启背包整合后生效)",
RarityColoring = "质量边框",
RarityColoringTooltip = "勾选后,物品图标的边框按品质着色(开启背包整合后生效)",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "每行列数 - %d",
ColumnsTooltip = "每行显示的背包格数.",
Scale = "缩放 - %d%%",
ScaleTooltip = "缩放整合背包.",
AddMessage = "Baud Bag: 已载入. 输入 /baudbag 打开设置窗口.",
CheckTooltip = "启用的背包",
Enabled = "启用整合功能",
EnabledTooltip = "启用或禁用整合功能",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "钥匙链",
Of = " 的",
Inventory = "背包",
BankBox = "银行",
ReagentBankBox = "银行",
BlizInventory = "暴雪背包风格",
BlizBank = "暴雪银行风格",
BlizKeyring = "暴雪钥匙链风格",
Transparent = "水晶风格",
Transparent2 = "水晶风格 ElvUI",
Solid = "Solid风格",
BagSet = "背包设定",
ContainerName = "背包名称:",
Background = "风格设定",
FeatureFrameName = "背包设定",
FeatureFrameTooltip = "设定背包整合的各种参数",
SearchBagTooltip = "Search Item In Bag",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
elseif (Locale=="frFR") then -- Translator: Isler
BaudBagLocalized = {
LockPosition = "Bloque position",
UnlockPosition = "Débloque position",
ShowBank = "Sac de Banque",
Options = "Options",
Free = " Libre",
Offline = " (Hors ligne)",
AutoOpen = "Ouverture automatique",
AutoOpenTooltip = "Quand c'est possible, ouvre vos sac à l'ouverture de la boîte aux lettres, au vendeur, ou la banque (si possible)",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "Espace au dessus",
BlankOnTopTooltip = "Quand c'est possible, n'importe quel espace libre sera mis au dessus, au lieu du fond(bas).",
RarityColoring = "Coloration des objets",
RarityColoringTooltip = "Quand permis, les bordures de vos objets seront colorées selon leur rareté (vertes, bleu, etc).",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "Colonnes - %d",
ColumnsTooltip = "Largeur du Sac.",
Scale = "Échelle - %d%%",
ScaleTooltip = "Échelle du sac.",
AddMessage = "Baud Bag: AddOn chargé. Taper /baudbag ou /bb pour les options.",
CheckTooltip = "Sacs Joints",
Enabled = "Activer",
EnabledTooltip = "Permettre ou mettre hors service BaudBag pour vos sac.",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "Trousseau de clef",
Of = "'s ",
Inventory = "votre sac",
BankBox = "Sac de Banque",
ReagentBankBox = "Sac de Banque",
BlizInventory = "Bliz inventaire",
BlizBank = "Bliz Banque",
BlizKeyring = "Bliz clef",
Transparent = "Transparent",
Transparent2 = "Transparent ElvUI",
Solid = "Solide",
BagSet = "Sélection Sac",
ContainerName = "Nom de vos sac:",
Background = "Skin de votre sac",
FeatureFrameName = "BaudBag Options",
FeatureFrameTooltip = "BaudBag Options",
SearchBagTooltip = "Search Item In Bag",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
elseif (Locale == "deDE") then -- Translator: Thurmal
BaudBagLocalized = {
LockPosition = "Fenster fixieren",
UnlockPosition = "Fenster freigeben",
ShowBank = "Bank anzeigen",
Options = "Optionen",
Free = " frei",
Offline = " (Offline)",
AutoOpen = "Automatisch Öffnen",
AutoOpenTooltip = "Öffnet die gewählte Tasche automatisch wenn Post abgeholt wird, ein Verkäufer oder (wenn möglich) die Bank besucht wird.",
AutoClose = "Automatisch Schließen",
AutoCloseTooltip = "Schließt die gewählte Tasche automatisch wenn das Post-, Verkaufs- oder Bankfenster geschlossen wird. (Nur wenn Automatisch Öffnen gewählt ist!)",
BlankOnTop = "Leerplätze oben",
BlankOnTopTooltip = "Nicht von Taschenplätzen belegter Platz im Fenster wird oben angezeigt anstatt unten.",
RarityColoring = "Seltenheitseinfärbung",
RarityColoringTooltip = "Der Rand von Gegenständen wird entsprechend der Seltenheit eingefärbt (grün, blau, etc).",
ShowNewItems = "Hervorhebung für neue Items",
ShowNewItemsTooltip = "Items welche neu im Inventar sind werden durch einen pulsierenden Rand hervorgehoben.",
Columns = "Spalten - %d",
ColumnsTooltip = "Anzahl der angezeigten Taschenplätze (Spalten) pro Zeile in der gewählten Tasche.",
Scale = "Skalierung - %d%%",
ScaleTooltip = "Skalierung des Fensters.",
AddMessage = "Baud Bag: AddOn geladen. Tippe /baudbag oder /bb in den Chat um die Optionen aufzurufen.",
CheckTooltip = "Taschen zusammenfassen",
Enabled = "Aktiviert",
EnabledTooltip = "Aktiviere oder Deaktiviere BaudBag für diesen Taschen-Typ.",
CloseAll = "Alle schließen",
CloseAllTooltip = "Schließt alle Taschen des Sets wenn der erste Container (Rucksack/Bank) geschlossen wird.",
SellJunk = "Unrat verkaufen",
SellJunkTooltip = "Verkauft automatisch alle unnützen items wenn ein Händler besucht wird.",
KeyRing = "Schlüsselbund",
Of = "s ",
Inventory = "Inventar",
BankBox = "Bankfach",
ReagentBankBox = "Materiallager",
BlizInventory = "Bliz Inventar",
BlizBank = "Bliz Bank",
BlizKeyring = "Bliz Schlüsselbund",
Transparent = "Transparent",
Transparent2 = "Transparent ElvUI",
Solid = "Fest",
BagSet = "Taschen-Typ",
ContainerName = "Taschen-Name",
Background = "Hintergrund",
FeatureFrameName = "BaudBag Optionen",
FeatureFrameTooltip = "BaudBag Optionen",
SearchBagTooltip = "Taschen durchsuchen",
MenuCatSpecific = "Taschenspezifisches",
MenuCatGeneral = "Allgemeines",
TooltipScanReagent = "Handwerksmaterial",
OptionsGroupGlobal = "Allgemeines",
OptionsGroupContainer = "Taschen-Typ spezifisches",
UseMasque = "Unterstützung für Masque aktivieren",
UseMasqueTooltip = "Bei Aktivierung werden die Gegenstands-Buttons in den taschen bei Masque registriert, so dass man darüber das Aussehen verändern kann.",
UseMasqueUnavailable = "Masque wurde nicht gefunden",
UseMasqueReloadPopupText = "Scheinbar hast du die Einstellungen für die Masque Unterstützung verändert. Damit die Änderungen wirksam werden muss das UI neugeladen werden, möchtest du das jetzt tun?",
UseMasqueReloadPopupAccept = "ja",
UseMasqueReloadPopupDecline = "nein"
};
elseif (Locale == "koKR") then -- Translator: talkswind
BaudBagLocalized = {
LockPosition = "위치 잠금",
UnlockPosition = "위치 풀음",
ShowBank = "은행 보이기",
Options = "옵션",
Free = "빈 칸",
Offline = " (오프라인)",
AutoOpen = "자동 열기",
AutoOpenTooltip = "활성화시, (가능하다면)우편함, 상점, 혹은 은행에서 이 가방을 자동으로 엽니다.",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "상단 비움",
BlankOnTopTooltip = "활성화시, 하단 대신에 상단에 약간의 나머지 빈공간을 집어 넣습니다.",
RarityColoring = "등급 색 입히기",
RarityColoringTooltip = "활성화시, 아이템의 테두리는 그것의 등급(녹색, 청색 등등..)에 걸맞게 색이 입혀집니다.",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "행 - %d",
ColumnsTooltip = "가방의 너비를 칸으로 조절합니다.",
Scale = "크기 비율 - %d%%",
ScaleTooltip = "보관함의 크기 비율을 설정합니다.",
AddMessage = "Baud Bag: 애드온을 불러들였습니다. 옵션을 위해서는 /baudbag을 입력하십시요.",
CheckTooltip = "가방을 합칩니다.",
Enabled = "활성화",
EnabledTooltip = "이 가방 세트에 대해 BaudBag을 활성화 혹은 비활성화합니다.",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "열쇠 고리",
Of = "'의 ",
Inventory = "소지품",
BankBox = "은행 박스",
ReagentBankBox = "은행 박스",
BlizInventory = "블리즈 소지품",
BlizBank = "블리즈 은행",
BlizKeyring = "블리즈 열쇠고리",
Transparent = "반투명한",
Transparent2 = "반투명한 ElvUI",
Solid = "바탕 무늬 없는",
BagSet = "가방 세트",
ContainerName = "보관함 이름:",
Background = "배경",
FeatureFrameName = "BaudBag 옵션",
FeatureFrameTooltip = "BaudBag 옵션입니다.",
SearchBagTooltip = "Search Item In Bag",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
elseif (Locale == "ruRU") then -- Translator: StingerSoft
BaudBagLocalized = {
LockPosition = "Заблокировать положение",
UnlockPosition = "Разблокировать положение",
ShowBank = "Показать банк",
Options = "Настройки",
Free = " Свободно",
Offline = " (Оффлайн)",
AutoOpen = "Авто открытие",
AutoOpenTooltip = "Когда включено, автоматически открывает эту сумку (если возможно).",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "Пустые сверху",
BlankOnTopTooltip = "Когда включен, любые пустые ячейки будет отсортированы сверху, а не снизу.",
RarityColoring = "Окрасить согласно качеству",
RarityColoringTooltip = "Когда включено, окрашивает границы ячеек вещей согласно их качеству (зеленые, синие, и т.п.).",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "Колонки - %d",
ColumnsTooltip = "Количество колонок по ширине.",
Scale = "Масштаб - %d%%",
ScaleTooltip = "Масштаб ячейки.",
AddMessage = "Baud Bag: Аддон загружен. введите /baudbag для открытия настроек.",
CheckTooltip = "Присоединить сумку",
Enabled = "Включить",
EnabledTooltip = "Включить или отключить BaudBag.",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "Связка ключей",
Of = " ",
Inventory = "Инвентарь",
BankBox = "Банк",
ReagentBankBox = "Банк",
BlizInventory = "Bliz инвентарь",
BlizBank = "Bliz банк",
BlizKeyring = "Bliz ключи",
Transparent = "Прозрачный",
Transparent2 = "Прозрачный ElvUI",
Solid = "Непрозрачный",
BagSet = "Набор сумок",
ContainerName = "Название:",
Background = "Фон",
FeatureFrameName = "BaudBag настройки",
FeatureFrameTooltip = "BaudBag настройки",
SearchBagTooltip = "Search Item In Bag",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
else --enUS or enUK (default)
BaudBagLocalized = {
LockPosition = "Lock Position",
UnlockPosition = "Unlock Position",
ShowBank = "Show Bank",
Options = "Options",
Free = " Free",
Offline = " (Offline)",
AutoOpen = "Auto Open",
AutoOpenTooltip = "When enabled, automaticaly opens this bag at the mailbox, vendor, or bank (if possible).",
AutoClose = "Auto Close",
AutoCloseTooltip = "When enabled, automatically closes this bag when leaving mailbox, vendor or bank. (Only if Auto Open is active!)",
BlankOnTop = "Blank on top",
BlankOnTopTooltip = "When enabled, any leftover blank space will be put on the top, instead of the bottom.",
RarityColoring = "Rarity Coloring",
RarityColoringTooltip = "When enabled, the borders of items will be colored according to their rarity (green, blue, etc).",
ShowNewItems = "New Items Highlight",
ShowNewItemsTooltip = "When enabled, the borders of items will flash to highlight the new item until hovered with the mouse.",
Columns = "Columns - %d",
ColumnsTooltip = "Width of the container in slots.",
Scale = "Scale - %d%%",
ScaleTooltip = "Scale of the container.",
AddMessage = "Baud Bag: AddOn loaded. Type /baudbag or /bb for options.",
CheckTooltip = "Joined bags",
Enabled = "Enabled",
EnabledTooltip = "Enable or disable BaudBag for this bag set.",
CloseAll = "Close all",
CloseAllTooltip = "Close all bags of this set when the first container (bank or backpack) is closed.",
SellJunk = "Sell Junk",
SellJunkTooltip = "Automatically sell all junk in the bag when visiting a merchand.",
KeyRing = "Key Ring",
Of = "'s ",
Inventory = "Inventory",
BankBox = "Bank Box",
ReagentBankBox = "Reagent Bank",
BlizInventory = "Bliz Inventory",
BlizBank = "Bliz Bank",
BlizKeyring = "Bliz Keyring",
Transparent = "Transparent",
Transparent2 = "Transparent ElvUI",
Solid = "Solid",
BagSet = "Bag Set",
ContainerName = "Container Name:",
Background = "Background",
FeatureFrameName = "BaudBag Options",
FeatureFrameTooltip = "BaudBag Options",
SearchBagTooltip = "Search Items",
MenuCatSpecific = "Container Specifics",
MenuCatGeneral = "General",
TooltipScanReagent = "Crafting Reagent",
OptionsGroupGlobal = "Basic Settings",
OptionsGroupContainer = "Container Settings",
UseMasque = "Enable Masque Support",
UseMasqueTooltip = "This will tell Baud Bag to register item buttons with masque, so it can skin those buttons.",
UseMasqueUnavailable = "Masque not found",
UseMasqueReloadPopupText = "You seem to have enabled or disabled Masque support within Baud Bag. For changes to take effect you will need to reload your ui. Do you want to do that now?",
UseMasqueReloadPopupAccept = "yes",
UseMasqueReloadPopupDecline = "no"
};
-- we now overwrite item values for not translated other languages so it at least works!
if (Locale == "esES") then
BaudBagLocalized.TooltipScanReagent = "Crafting Reagent";
elseif (Locale == "esMX") then
BaudBagLocalized.TooltipScanReagent = "Crafting Reagent";
elseif (Locale == "ptBR") then
BaudBagLocalized.TooltipScanReagent = "Crafting Reagent";
elseif (Locale == "itIT") then
BaudBagLocalized.TooltipScanReagent = "Crafting Reagent";
end
end
AddOnTable["Localized"] = BaudBagLocalized