Skip to content

Commit

Permalink
Update localization.cn.lua (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Oct 2, 2024
1 parent ec9ad66 commit 24082fd
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions DBM-Party-Vanilla/Classic/localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1537,3 +1537,63 @@ L = DBM:GetModLocalization(489)
L:SetGeneralLocalization{
name = "乌克兹·沙顶"
}

-----------------------------
--Demon Fall Canyon
-----------------------------
-- Grimroot --
-----------------------------
L = DBM:GetModLocalization("Grimroot")

L:SetGeneralLocalization{
name = "晦根"
}

-----------------------------
-- Diathorus the Seeker --
-----------------------------
L = DBM:GetModLocalization("Diathorus")

L:SetGeneralLocalization{
name = "搜寻者迪亚索鲁斯"
}
-----------------------------
-- Destructor's Wraith --
-----------------------------
L = DBM:GetModLocalization("DestructorsWraith")

L:SetGeneralLocalization{
name = "毁灭者的幻影"
}
-----------------------------
-- Zilbagob --
-----------------------------
L = DBM:GetModLocalization("Zilbagob")

L:SetGeneralLocalization{
name = "吉尔巴格布"
}
-----------------------------
-- Azgaloth --
-----------------------------
L = DBM:GetModLocalization("Azgaloth")

L:SetGeneralLocalization{
name = "阿兹加洛斯"
}
-----------------------------
-- Pyranis --
-----------------------------
L = DBM:GetModLocalization("Pyranis")

L:SetGeneralLocalization{
name = "派拉尼斯"
}
-----------------------------
-- Hellscream's Phantom --
-----------------------------
L = DBM:GetModLocalization("HellscreamsPhantom")

L:SetGeneralLocalization{
name = "地狱咆哮的幻灵"
}

0 comments on commit 24082fd

Please sign in to comment.