Added a Vertical MicroMenu option
The MicroMenu can once again be vertical again, however it does not have a full-blown Rows configuration like the actionbars do, due to some issues with the non-square micromenu buttons. As a result of that, padding between the buttons is currently not available either. Its planned to make the MicroMenu use the default ButtonBar template too in the future.
This commit is contained in:
@@ -93,6 +93,7 @@ L["Rows"] = "열"
|
||||
L["SHIFT"] = "SHIFT"
|
||||
L["Scale"] = "크기"
|
||||
L["Self-Cast by modifier"] = "기능키에 의한 자신-시전"
|
||||
-- L["Show the MicroMenu vertically."] = true
|
||||
L["Show the keyring button."] = "열쇠 고리 버튼을 표시합니다."
|
||||
L["Specify the Color of the Out of Mana Indicator"] = "마나 부족 지시기의 색상을 지정합니다."
|
||||
L["Specify the Color of the Out of Range Indicator"] = "사정 거리밖 지시기의 색상을 지정합니다."
|
||||
@@ -111,6 +112,7 @@ 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"] = "사용자 설정 사용"
|
||||
-- L["Vertical MicroMenu"] = true
|
||||
L["Visibility"] = "보이기"
|
||||
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "단축키로 지정해서 사용한다면 모든 바를 숨길 수 있습니다."
|
||||
L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = "매크로 조건을 통해 바의 상태를 변경할 수 있습니다. 예를 들어 '보기', '숨기기' 등은 [combat]hide;show와 같이 사용이 가능합니다."
|
||||
|
||||
Reference in New Issue
Block a user