You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
1.5 KiB

-- See: http://wow.curseforge.com/addons/xloot/localization/ to create or fix translations
local locales = {
enUS = {
anchor = "Group Rolls",
alert_anchor = "Loot Popups",
undecided = "Undecided",
debug_warning = "|c22ff0000XLoot Group: Entering debugging mode. THIS BREAKS LOOTING UNTIL YOU RELOG OR /RELOAD.",
},
-- Possibly localized
ptBR = {
},
frFR = {
},
deDE = {
},
koKR = {
},
esMX = {
},
ruRU = {
},
zhCN = {
},
esES = {
},
zhTW = {
},
}
-- Automatically inserted translations
5 years ago
locales.ptBR["Group"] = {
["alert_anchor"] = "Aparecer Saques",
}
5 years ago
locales.frFR["Group"] = {
}
5 years ago
locales.deDE["Group"] = {
["alert_anchor"] = "Beute Popups",
["anchor"] = "Gruppenwürfe",
["undecided"] = "Unentschlossen",
}
5 years ago
locales.koKR["Group"] = {
["alert_anchor"] = "전리품 팝업",
["anchor"] = "그룹 주사위",
["undecided"] = "미결정",
}
5 years ago
locales.esMX["Group"] = {
["alert_anchor"] = "Ventanas emergentes de botín",
}
5 years ago
locales.ruRU["Group"] = {
["alert_anchor"] = "Всплывающие фреймы добычи.",
["anchor"] = "Броски группы",
["undecided"] = "Не принял решения",
}
5 years ago
locales.zhCN["Group"] = {
["alert_anchor"] = "掷骰弹窗锚点",
["anchor"] = "团队掷骰锚点",
["undecided"] = "未决定的",
}
5 years ago
locales.esES["Group"] = {
}
5 years ago
locales.zhTW["Group"] = {
["alert_anchor"] = "拾取彈出視窗定位",
["anchor"] = "團體擲骰定位",
["undecided"] = "未決",
}
XLoot:Localize("Group", locales)