Added very basic Reputation/XP Bar modules
Support for the XP and Reputation Bar, Bartender4 hides them so it can show them again. Disabled by default. Note: The XP Bar hides itself when you reach max-level, and the Reputation Bar hides itself if you are not tracking any reputation.
This commit is contained in:
@@ -28,6 +28,8 @@ L["Configure the Bag Bar"] = "设置背包栏。"
|
||||
L["Configure the Button Tooltip."] = "设置按钮的鼠标提示。"
|
||||
L["Configure the Micro Menu"] = "配置微型主菜单"
|
||||
L["Configure the Pet Bar"] = "配置宠物栏"
|
||||
-- L["Configure the Reputation Bar"] = true
|
||||
-- L["Configure the XP Bar"] = true
|
||||
L["Configure the alpha of the bar."] = "设置动作条的透明度。"
|
||||
L["Configure the padding of the buttons."] = "配置按钮之间的距离"
|
||||
L["Configure the scale of the bar."] = "设置动作条缩放。"
|
||||
@@ -44,7 +46,9 @@ L["Enable the Bag Bar"] = "开启背包栏"
|
||||
L["Enable the FadeOut mode"] = "开启淡出模式"
|
||||
L["Enable the Micro Menu"] = "开启微型主菜单"
|
||||
L["Enable the PetBar"] = "开启宠物栏"
|
||||
-- L["Enable the Reputation Bar"] = true
|
||||
L["Enable the StanceBar"] = "开启姿态栏"
|
||||
-- L["Enable the XP Bar"] = true
|
||||
-- L["Enable the use of a custom condition, disabling all of the above."] = true
|
||||
L["Enable/Disable the bar."] = "开启/关闭 该动作条。"
|
||||
L["Enabled"] = "开启"
|
||||
@@ -88,6 +92,7 @@ L["Out of Range Indicator"] = "射程指示"
|
||||
L["Padding"] = "间距"
|
||||
L["Pet Bar"] = "宠物栏"
|
||||
L["Possess Bar"] = "控制栏"
|
||||
-- L["Reputation Bar"] = true
|
||||
L["Right-click Self-Cast"] = "右键自我施法"
|
||||
L["Rows"] = "行"
|
||||
L["SHIFT"] = "按下SHIFT"
|
||||
@@ -114,6 +119,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "关闭/开启
|
||||
-- L["Use Custom Condition"] = true
|
||||
-- L["Vertical MicroMenu"] = true
|
||||
-- L["Visibility"] = true
|
||||
-- L["XP Bar"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
|
||||
Reference in New Issue
Block a user