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.

62 lines
1.3 KiB

-- Mini Dragon(projecteurs@gmail.com)
-- 夏一可
-- Blizzard Entertainment
-- Last update: 2017/07/03
if GetLocale() ~= "zhCN" then return end
local L
-----------------------
-- Inquisitor Meto --
-----------------------
L= DBM:GetModLocalization(2012)
L:SetMiscLocalization({
Pull = "Your fate is only death!"--Needs Translation
})
-----------------------
-- Occularus --
-----------------------
L= DBM:GetModLocalization(2013)
L:SetMiscLocalization({
Pull = "I see the weakness in your soul!"--Needs Translation
})
-----------------------
-- Sotanathor --
-----------------------
L= DBM:GetModLocalization(2014)
L:SetMiscLocalization({
Pull = "Come, small ones. Die by my hand!"--Needs Translation
})
-----------------------
-- Mistress Alluradel --
-----------------------
L= DBM:GetModLocalization(2011)
L:SetMiscLocalization({
Pull = "New playthings? How irresistible!"--Needs Translation
})
-----------------------
-- Matron Folnuna --
-----------------------
L= DBM:GetModLocalization(2010)
L:SetMiscLocalization({
Pull = "Yes... come closer, little ones!"--Needs Translation
})
-----------------------
-- Pit Lord Vilemus --
-----------------------
L= DBM:GetModLocalization(2015)
L:SetMiscLocalization({
Pull = "All worlds will burn in felfire!"--Needs Translation
})