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."] = "사용자 설정 상태를 적용하면, 위의 모든 것을 사용할 수 없게 됩니다."
|
||||
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"] = "사용자 설정 사용"
|
||||
-- L["Vertical MicroMenu"] = true
|
||||
L["Visibility"] = "보이기"
|
||||
-- L["XP Bar"] = true
|
||||
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와 같이 사용이 가능합니다."
|
||||
-- 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