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.
27 lines
1.4 KiB
27 lines
1.4 KiB
local L = BigWigs:NewBossLocale("The MOTHERLODE!! Trash", "ruRU")
|
|
if not L then return end
|
|
if L then
|
|
L.tester = "Испытатель экспериментального оружия"
|
|
L.assassin = "Наемный убийца"
|
|
L.jockey = "Механожокей"
|
|
L.earthshaper = "Геомант Торговой компании"
|
|
L.stonefury = "Каменный яростень"
|
|
L.assistant = "Ленивый лаборант"
|
|
L.technician = "Техник-эксперт"
|
|
L.mastermind = "Гений Торговой компании"
|
|
L.alchemist = "Алхимик Торговой компании"
|
|
L.sapper = "Бесшабашная подрывница"
|
|
L.vendor = "Продавщица закусок"
|
|
L.extractor = "Экстрактор азерита"
|
|
L.thug = "Одурманенный вышибала"
|
|
L.specialist = "Артиллерист"
|
|
L.taskmaster = "Надсмотрщик Аскари"
|
|
L.warmachine = "Боевая машина Торговой компании"
|
|
L.peacekeeper = "Механомиротворец"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tik'ali", "ruRU")
|
|
if L then
|
|
-- L.custom_on_fixate_plates = "Raging Gaze icon on Enemy Nameplate"
|
|
-- L.custom_on_fixate_plates_desc = "Show an icon on the target nameplate that is fixating on you.\nRequires the use of Enemy Nameplates. This feature is currently only supported by KuiNameplates."
|
|
end
|
|
|