- update babelfish script to work with embeded escape chars (\n, \t, \", etc)
- bar creation now takes a name to avoid translation issues - re-run babelfish script - If you find missing translations, just add the L[] wrapping around it and run the babelfish script!
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR")
|
||||
if not L then return end
|
||||
|
||||
L["%s Bar"] = "%s 바"
|
||||
L["ALT"] = "알트"
|
||||
-- L["ActionBar Switching"] = true
|
||||
L["Alignment"] = "정렬"
|
||||
@@ -11,7 +10,6 @@ L["Alpha"] = "투명도"
|
||||
L["Always Hide"] = "항상 숨기기"
|
||||
L["Always Show"] = "항상 보이기"
|
||||
-- L["Auto-Assist"] = true
|
||||
L["Bag"] = "소지품"
|
||||
L["Bag Bar"] = "가방 바"
|
||||
-- L["Bar %s"] = true
|
||||
-- L["Bar Style & Layout"] = true
|
||||
@@ -50,7 +48,6 @@ L["Colors"] = "색상"
|
||||
-- L["Enable/Disable the bar."] = true
|
||||
-- L["Enabled"] = true
|
||||
-- L["FAQ"] = true
|
||||
-- L["FAQ_TEXT"] = true
|
||||
-- L["Fade Out"] = true
|
||||
-- L["Fade Out Alpha"] = true
|
||||
-- L["Fade Out Delay"] = true
|
||||
@@ -66,7 +63,6 @@ L["Colors"] = "색상"
|
||||
-- L["Keyring"] = true
|
||||
L["Lock"] = "고정"
|
||||
L["Lock all bars."] = "모든 바를 고정합니다."
|
||||
L["MicroMenu"] = "메뉴 바"
|
||||
-- L["Micro Menu"] = true
|
||||
-- L["Modifier Based Switching"] = true
|
||||
-- L["No Display"] = true
|
||||
@@ -77,7 +73,6 @@ L["MicroMenu"] = "메뉴 바"
|
||||
-- L["Out of Mana Indicator"] = true
|
||||
L["Out of Range Indicator"] = "사거리 표시"
|
||||
L["Padding"] = "간격"
|
||||
L["Pet"] = "소환수"
|
||||
L["Pet Bar"] = "소환수 바"
|
||||
L["Possess Bar"] = "지배 바"
|
||||
L["Right-click Self-Cast"] = "오른쪽 클릭 자신에게 시전"
|
||||
@@ -90,7 +85,6 @@ L["Scale"] = "크기"
|
||||
-- L["Show/Hide"] = true
|
||||
-- L["Specify the Color of the Out of Mana Indicator"] = true
|
||||
L["Specify the Color of the Out of Range Indicator"] = "사거리 표시를 색상화 합니다."
|
||||
L["Stance"] = "태세"
|
||||
L["Stance Bar"] = "태세 바"
|
||||
-- L["Stance Configuration"] = true
|
||||
-- L["State Configuration"] = true
|
||||
@@ -102,4 +96,3 @@ L["Stance Bar"] = "태세 바"
|
||||
-- L["Toggle the use of the modifier-based self-cast functionality."] = true
|
||||
-- L["Toggle the use of the right-click self-cast functionality."] = true
|
||||
-- L["Zoom"] = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user