加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
localization.en.lua 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
local L
---------------
-- Kurinnaxx --
---------------
L = DBM:GetModLocalization("Kurinnaxx")
L:SetGeneralLocalization{
name = "Kurinnaxx"
}
------------
-- Rajaxx --
------------
L = DBM:GetModLocalization("Rajaxx")
L:SetGeneralLocalization{
name = "General Rajaxx"
}
L:SetWarningLocalization{
WarnWave = "Wave %s"
}
L:SetOptionLocalization{
WarnWave = "Show announce for next incoming wave"
}
L:SetMiscLocalization{
Wave12 = "They come now. Try not to get yourself killed, young blood.",
Wave12Alt = "Remember, Rajaxx, when I said I'd kill you last?",
Wave3 = "The time of our retribution is at hand! Let darkness reign in the hearts of our enemies!",
Wave4 = "No longer will we wait behind barred doors and walls of stone! No longer will our vengeance be denied! The dragons themselves will tremble before our wrath!",
Wave5 = "Fear is for the enemy! Fear and death!",
Wave6 = "Staghelm will whimper and beg for his life, just as his whelp of a son did! One thousand years of injustice will end this day!",
Wave7 = "Fandral! Your time has come! Go and hide in the Emerald Dream and pray we never find you!",
Wave8 = "Impudent fool! I will kill you myself!"
}
----------
-- Moam --
----------
L = DBM:GetModLocalization("Moam")
L:SetGeneralLocalization{
name = "Moam"
}
----------
-- Buru --
----------
L = DBM:GetModLocalization("Buru")
L:SetGeneralLocalization{
name = "Buru the Gorger"
}
L:SetWarningLocalization{
WarnPursue = "Pursue on >%s<",
SpecWarnPursue = "Pursue on you",
WarnDismember = "%s on >%s< (%s)"
}
L:SetOptionLocalization{
WarnPursue = "Announce pursue targets",
SpecWarnPursue = "Show special warning when you are being pursued",
WarnDismember = DBM_CORE_L.AUTO_ANNOUNCE_OPTIONS.spell:format(96)
}
L:SetMiscLocalization{
PursueEmote = "%s sets eyes on"
}
-------------
-- Ayamiss --
-------------
L = DBM:GetModLocalization("Ayamiss")
L:SetGeneralLocalization{
name = "Ayamiss the Hunter"
}
--------------
-- Ossirian --
--------------
L = DBM:GetModLocalization("Ossirian")
L:SetGeneralLocalization{
name = "Ossirian the Unscarred"
}
L:SetWarningLocalization{
WarnVulnerable = "%s"
}
L:SetTimerLocalization{
TimerVulnerable = "%s"
}
L:SetOptionLocalization{
WarnVulnerable = "Announce weaknesses",
TimerVulnerable = "Show timer for weaknesses"
}
----------------
-- AQ20 Trash --
----------------
L = DBM:GetModLocalization("AQ20Trash")
L:SetGeneralLocalization{
name = "AQ20 Trash"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化