19 lines
670 B
Lua
19 lines
670 B
Lua
-- yleaf(yaroot@gmail.com)
|
|
if GetLocale() ~= "zhCN" then return end
|
|
local L = DBM_SpellsUsed_Translations
|
|
|
|
L.TabCategory_SpellsUsed = "冷却助手"
|
|
L.AreaGeneral = "常规设置"
|
|
L.Enable = "开启冷却计时"
|
|
L.Show_LocalMessage = "显示本地提示"
|
|
L.Enable_inRaid = "只显示团队成员的冷却信息"
|
|
L.Enable_inBattleground = "战场中同样启用"
|
|
L.Enable_Portals = "显示时间"
|
|
L.Reset = "重置设置"
|
|
L.Local_CastMessage = "检测到施法: %s"
|
|
L.AreaAuras = "技能设置"
|
|
L.SpellID = "法术编号"
|
|
L.BarText = "计时条文字(预设: %spell: %player)"
|
|
L.Cooldown = "冷却时间"
|
|
L.Error_FillUp = "请填写完整"
|