fix some layout and other junk in the locale files
This commit is contained in:
+21
-19
@@ -1,25 +1,27 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","enUS",true)
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true)
|
||||
if not L then return end
|
||||
|
||||
L["Lock"]="Lock"
|
||||
L["Lock all bars."]="Lock all bars."
|
||||
L["Bars"]="Bars"
|
||||
L["Self-Cast by modifier"]="Self-Cast by modifier"
|
||||
L["Toggle the use of the modifier-based self-cast functionality."]="Toggle the use of the modifier-based self-cast functionality."
|
||||
L["Right-click Self-Cast"]="Right-click Self-Cast"
|
||||
L["Toggle the use of the right-click self-cast functionality."]="Toggle the use of the right-click self-cast functionality."
|
||||
L["Out of Range Indicator"]="Out of Range Indicator"
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."]="Configure how the Out of Range Indicator should display on the buttons."
|
||||
L["Colors"]="Colors"
|
||||
L["Out of Range Indicator"]="Out of Range Indicator"
|
||||
L["Specify the Color of the Out of Range Indicator"]="Specify the Color of the Out of Range Indicator"
|
||||
L["Out of Mana Indicator"]="Out of Mana Indicator"
|
||||
L["Specify the Color of the Out of Mana Indicator"]="Specify the Color of the Out of Mana Indicator"
|
||||
L["Button Tooltip"]="Button Tooltip"
|
||||
L["Configure the Button Tooltip."]="Configure the Button Tooltip."
|
||||
L["FAQ"]="FAQ"
|
||||
L["Frequently Asked Questions"]="Frequently Asked Questions"
|
||||
-- Options.lua
|
||||
L["Lock"] = true
|
||||
L["Lock all bars."] = true
|
||||
L["Bars"] = true
|
||||
L["Self-Cast by modifier"] = true
|
||||
L["Toggle the use of the modifier-based self-cast functionality."] = true
|
||||
L["Right-click Self-Cast"] = true
|
||||
L["Toggle the use of the right-click self-cast functionality."] = true
|
||||
L["Out of Range Indicator"] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
||||
L["Colors"] = true
|
||||
L["Out of Range Indicator"] = true
|
||||
L["Specify the Color of the Out of Range Indicator"] = true
|
||||
L["Out of Mana Indicator"] = true
|
||||
L["Specify the Color of the Out of Mana Indicator"] = true
|
||||
L["Button Tooltip"] = true
|
||||
L["Configure the Button Tooltip."] = true
|
||||
L["FAQ"] = true
|
||||
L["Frequently Asked Questions"] = true
|
||||
|
||||
L["FAQ_TEXT"] = [[
|
||||
|cffffd200
|
||||
I just installed Bartender4, but my keybindings do not show up on the buttons/do not work entirely.
|
||||
|
||||
+22
-20
@@ -1,25 +1,27 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","koKR")
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR")
|
||||
if not L then return end
|
||||
|
||||
L["Lock"]="고정"
|
||||
L["Lock all bars."]="모든 바를 고정합니다."
|
||||
L["Bars"]="바"
|
||||
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["Configure how the Out of Range Indicator should display on the buttons."]="주문이나 기술의 사거리에 따른 버튼의 지시기에 관한 설정입니다."
|
||||
L["Colors"]="색상"
|
||||
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["FAQ"]="FAQ"
|
||||
L["Frequently Asked Questions"]="Frequently Asked Questions"
|
||||
-- Options.lua
|
||||
L["Lock"] = "고정"
|
||||
L["Lock all bars"] = "모든 바를 고정합니다."
|
||||
L["Bars"] = "바"
|
||||
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["Configure how the Out of Range Indicator should display on the buttons"] = "주문이나 기술의 사거리에 따른 버튼의 지시기에 관한 설정입니다."
|
||||
L["Colors"] = "색상"
|
||||
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["FAQ"] = "FAQ"
|
||||
--L["Frequently Asked Questions"] = "Frequently Asked Questions"
|
||||
|
||||
L["FAQ_TEXT"] = [[
|
||||
|cffffd200
|
||||
방금 Bartender4를 설치했습니다. 그런데 단축키가 표시되지 않거나 전부 작동하지 않아요.
|
||||
|
||||
+22
-20
@@ -1,21 +1,23 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","zhCN")
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhCN")
|
||||
if not L then return end
|
||||
L["Lock"]="锁定"
|
||||
L["Lock all bars."]="锁定所有动作条。"
|
||||
L["Bars"]="动作条"
|
||||
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["Configure how the Out of Range Indicator should display on the buttons."]="显示/隐藏 射程基本按钮着色。"
|
||||
L["Colors"]="颜色设置"
|
||||
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["FAQ"]="帮助"
|
||||
L["Frequently Asked Questions"]="帮助信息"
|
||||
|
||||
-- Options.lua
|
||||
L["Lock"] = "锁定"
|
||||
L["Lock all bars."] = "锁定所有动作条。"
|
||||
L["Bars"] = "动作条"
|
||||
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["Configure how the Out of Range Indicator should display on the buttons."] = "显示/隐藏 射程基本按钮着色。"
|
||||
L["Colors"] = "颜色设置"
|
||||
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["FAQ"] = "帮助"
|
||||
L["Frequently Asked Questions"] = "帮助信息"
|
||||
|
||||
Reference in New Issue
Block a user