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
35 lines
1.2 KiB
local L = BigWigs:NewBossLocale("Dazar, The First King", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.spears_active = "Durchbohrende Speere aktiv"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King's Rest Trash", "deDE")
|
|
if L then
|
|
L.guardian = "Belebter Wächter"
|
|
L.minion = "Diener von Zul"
|
|
L.champion = "Schattengeborener Champion"
|
|
L.shadow_witchdoctor = "Schattengeborener Hexendoktor"
|
|
L.warrior = "Schattengeborener Krieger"
|
|
L.timalji = "König Timalji"
|
|
L.wasi = "Königin Wasi"
|
|
L.rahuai = "König Rahu'ai"
|
|
L.atu = "Wachoffizier Atu"
|
|
L.mbara = "Seneschall M'bara"
|
|
L.patla = "Königin Patlaa"
|
|
L.raptor = "Skelettjagdraptor"
|
|
L.aakul = "König A'akul"
|
|
L.agent = "Blutverschworener Agent"
|
|
L.purification_construct = "Läuterungskonstrukt"
|
|
L.fluid = "Balsamierungsflüssigkeit"
|
|
L.interment_construct = "Bestattungskonstrukt"
|
|
L.hex_priest = "Spektraler Hexpriester"
|
|
L.berserker = "Spektrale Berserkerin"
|
|
L.spectral_witchdoctor = "Spektrale Hexendoktorin"
|
|
L.beastmaster = "Spektrale Bestienmeisterin"
|
|
L.brute = "Spektraler Schläger"
|
|
L.zul = "Zuls Schatten"
|
|
|
|
L.casting_on_you = "Wirkt %s auf DICH"
|
|
L.casting_on_other = "Wirkt %s: %s"
|
|
end
|
|
|