add custom-conditional support to visibility driver, does not validate the syntax yet, so take care
This commit is contained in:
@@ -31,6 +31,7 @@ L["Configure the Pet Bar"] = "配置宠物栏"
|
||||
L["Configure the alpha of the bar."] = "设置动作条的透明度。"
|
||||
L["Configure the padding of the buttons."] = "配置按钮之间的距离"
|
||||
L["Configure the scale of the bar."] = "设置动作条缩放。"
|
||||
-- L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = "默认动作条状态"
|
||||
L["Disabled"] = "关闭"
|
||||
L["Disabled in Combat"] = "战斗中关闭"
|
||||
@@ -42,6 +43,7 @@ L["Enable the FadeOut mode"] = "开启淡出模式"
|
||||
L["Enable the Micro Menu"] = "开启微型主菜单"
|
||||
L["Enable the PetBar"] = "开启宠物栏"
|
||||
L["Enable the StanceBar"] = "开启姿态栏"
|
||||
-- L["Enable the use of a custom condition, disabling all of the above."] = true
|
||||
L["Enable/Disable the bar."] = "开启/关闭 该动作条。"
|
||||
L["Enabled"] = "开启"
|
||||
L["FAQ"] = "帮助"
|
||||
@@ -103,6 +105,8 @@ L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"]
|
||||
L["Toggle the button grid."] = "勾选该选项将显示空的按钮。"
|
||||
L["Toggle the use of the modifier-based self-cast functionality."] = "关闭/开启 自我施法功能。"
|
||||
L["Toggle the use of the right-click self-cast functionality."] = "关闭/开启 使用右键点击对自己施法功能。"
|
||||
-- L["Use Custom Condition"] = true
|
||||
-- L["Visibility"] = 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["Zoom"] = "缩放"
|
||||
|
||||
Reference in New Issue
Block a user