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.

35 lines
1.2 KiB

local L = BigWigs:NewBossLocale("Dazar, The First King", "ptBR")
if not L then return end
if L then
L.spears_active = "Lanças de Empalação Ativa"
end
L = BigWigs:NewBossLocale("King's Rest Trash", "ptBR")
if L then
L.guardian = "Guardião Animado"
L.minion = "Lacaio de Zul"
L.champion = "Campeão Umbréreo"
L.shadow_witchdoctor = "Mandingueiro Umbréreo"
L.warrior = "Guerreiro Umbréreo"
L.timalji = "Rei Timalji"
L.wasi = "Rainha Wasi"
L.rahuai = "Rei Rahu'ai"
L.atu = "Capitão da Guarda Atu"
L.mbara = "Senescal M'bara"
L.patla = "Rainha Patlaa"
L.raptor = "Raptor Caçador Descarnado"
L.aakul = "Rei A'akul"
L.agent = "Agente Jurassangue"
L.purification_construct = "Constructo de Purificação"
L.fluid = "Fluido Embalsamador"
L.interment_construct = "Constructo de Inumação"
L.hex_priest = "Sacerdote Bagateiro Espectral"
L.berserker = "Berserker Espectral"
L.spectral_witchdoctor = "Mandingueira Espectral"
L.beastmaster = "Senhora das Feras Espectral"
L.brute = "Brutamontes Espectral"
L.zul = "Sombra de Zul"
L.casting_on_you = "Conjurando %s em VOCÊ"
L.casting_on_other = "Conjurando %s: %s"
end