Bartender4:
Fixed missing locals
This commit is contained in:
+2
-2
@@ -81,7 +81,7 @@ local function getOptions()
|
||||
Bartender4.db.profile.outofrange = value
|
||||
Bartender4.Bar:ForAll("ApplyConfig")
|
||||
end,
|
||||
values = { none = "No Display", button = "Full Button Mode", hotkey = "Hotkey Mode" },
|
||||
values = { none = L["No Display"], button = L["Full Button Mode"], hotkey = L["Hotkey Mode"] },
|
||||
},
|
||||
colors = {
|
||||
order = 13,
|
||||
@@ -117,7 +117,7 @@ local function getOptions()
|
||||
name = L["Button Tooltip"],
|
||||
type = "select",
|
||||
desc = L["Configure the Button Tooltip."],
|
||||
values = { ["disabled"] = "Disabled", ["nocombat"] = "Disabled in Combat", ["enabled"] = "Enabled" },
|
||||
values = { ["disabled"] = L["Disabled"], ["nocombat"] = L["Disabled in Combat"], ["enabled"] = L["Enabled"] },
|
||||
get = function() return Bartender4.db.profile.tooltip end,
|
||||
set = function(info, value) Bartender4.db.profile.tooltip = value end,
|
||||
},
|
||||
|
||||
@@ -23,6 +23,11 @@ L["Button Tooltip"] = true
|
||||
L["Configure the Button Tooltip."] = true
|
||||
L["FAQ"] = true
|
||||
L["Frequently Asked Questions"] = true
|
||||
L["Disabled"] = true
|
||||
L["Disabled in Combat"] = true
|
||||
L["No Display"] = true
|
||||
L["Full Button Mode"] = true
|
||||
L["Hotkey Mode"] =true
|
||||
--ActionBarPrototype.lua
|
||||
L["Enable/Disable the bar."] = true
|
||||
L["Button Grid"] = true
|
||||
|
||||
+10
-5
@@ -8,28 +8,33 @@ L["General Settings"] = "一般设置"
|
||||
L["Lock"] = "锁定"
|
||||
L["Lock all bars."] = "锁定所有动作条。"
|
||||
L["Bars"] = "动作条"
|
||||
L["Self-Cast by modifier"] = "修改自我施法"
|
||||
L["Self-Cast by modifier"] = "自我施法"
|
||||
L["Toggle the use of the modifier-based self-cast functionality."] = "关闭/开启 自我施法功能。"
|
||||
L["Right-click Self-Cast"] = "右键自我施法"
|
||||
L["Toggle the use of the right-click self-cast functionality."] = "关闭/开启 使用右键点击对自己施法功能。"
|
||||
L["Out of Range Indicator"] = "射程指示器"
|
||||
L["Out of Range Indicator"] = "射程指示"
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = "显示/隐藏 射程基本按钮着色。"
|
||||
L["Colors"] = "颜色设置"
|
||||
L["Out of Range Indicator"] = "射程指示器"
|
||||
L["Out of Range Indicator"] = "射程指示"
|
||||
L["Specify the Color of the Out of Range Indicator"] = "设置射程之外的标识颜色"
|
||||
L["Out of Mana Indicator"] = "低法力指示器"
|
||||
L["Specify the Color of the Out of Mana Indicator"] = "设置法力不足的标识颜色"
|
||||
L["Button Tooltip"] = "按钮鼠标提示"
|
||||
L["Configure the Button Tooltip"] = "设置按钮的鼠标提示。"
|
||||
L["Configure the Button Tooltip."] = "设置按钮的鼠标提示。"
|
||||
L["FAQ"] = "帮助"
|
||||
L["Frequently Asked Questions"] = "帮助信息"
|
||||
L["Disabled"] = "关闭"
|
||||
L["Disabled in Combat"] = "战斗中关闭"
|
||||
L["No Display"] = "不显示"
|
||||
L["Full Button Mode"] = "整个按钮"
|
||||
L["Hotkey Mode"] = "快捷键模式"
|
||||
--ActionBarPrototype.lua
|
||||
L["Enable/Disable the bar."] = "开启/关闭 该动作条"
|
||||
L["Button Grid"] = "显示空按钮"
|
||||
L["Toggle the button grid."] = "勾选该选项将显示空的按钮。"
|
||||
L["Buttons"] = "按钮"
|
||||
L["Number of buttons."] = "设置按钮的数量。"
|
||||
L["Button Look"] = "锁定按键"
|
||||
L["Button Look"] = "按钮外观"
|
||||
L["Hide Macro Text"] = "隐藏宏名称"
|
||||
L["Hide the Macro Text on the buttons of this bar."] = "在该动作条上不显示宏的名称。"
|
||||
L["Hide Hotkey"] = "隐藏快捷键"
|
||||
|
||||
Reference in New Issue
Block a user