update locale, now uses a advanced version of cladhaires babelfish script to generate the locale files

This commit is contained in:
Hendrik Leppkes
2008-06-19 07:26:25 +00:00
parent d1ea810244
commit f0a2eded4f
10 changed files with 831 additions and 291 deletions
+93 -45
View File
@@ -1,51 +1,99 @@
--[[ $Id$ ]]
-- Please make sure to save the file as UTF-8, BUT WITHOUT THE UTF-8 BOM HEADER; ¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR")
if not L then return end
-- Options.lua
L["Lock"] = "고정"
L["Lock all bars"] = "모든 바를 고정합니다."
-- L["ALT"] = true
-- L["ActionBar Switching"] = true
-- L["Alignment"] = true
-- L["Alpha"] = true
-- L["Always Hide"] = true
-- L["Always Show"] = true
-- L["Auto-Assist"] = true
-- L["Bag Bar"] = true
-- L["Bar "] = true
-- L["Bar %s"] = true
-- L["Bar Style & Layout"] = true
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 Grid"] = true
-- L["Button Look"] = true
L["Button Tooltip"] = "버튼 툴팁"
L["Configure the Button Tooltip"] = "버튼에 표시되는 툴팁에 관한 설정입니다."
--L["FAQ"] = "FAQ"
--L["Frequently Asked Questions"] = "Frequently Asked Questions"
L["FAQ_TEXT"] = [[
|cffffd200
방금 Bartender4를 설치했습니다. 그런데 단축키가 표시되지 않거나 전부 작동하지 않아요.
|r
Bartender4는 직접적으로 사용할 수 있는 1번 바의 단축키만 적용됩니다. 다른 바는 Bartender4의 단축키에 영향 받습니다. 단축키를 정상적으로 설정했다면 버튼에 단축키가 표시됩니다. 버튼에 단축키가 전부 정상적으로 표시된다면 모든 기능은 정상적으로 작동할 것입니다.
|cffffd200
그러면 어떻게 Bartender4의 단축키를 변경할 수 있나요?
|r
미니맵/FuBar/기타의 빠른 설정이 적용되기 전까지 |cffffff78/kb|r 명령어를 사용해 단축키를 설정할 수 있습니다.
간편하게 단축키를 설정하기 위해서 버튼위에 마우스를 올려 놓고 설정할 키를 누르면 됩니다. 이미 버튼에 단축키가 지정되어 있거나 단축키 지정이 성공적으로 완료되면 keyBound 툴팁과 화면에 이를 표시합니다.
|cffffd200
버그를 발견했습니다! 리포팅 할려면 어떻게 해야 하나요?
|r
버고 보고나 제안은 |cffffff78http://www.wowace.com/forums/index.php?topic=13258.0|r로 하실 수 있습니다.
또한 |cffffff78irc://irc.freenode.org/wowace|r에서 저희를 만나실 수 있습니다.
버그를 리포팅 하실 때 가능하다면 |cffffff78영어 또는 기타|r의 클라이언트를 사용하는지의 상황과 더불어 |cffffff78버그가 어떻게 발생하는지 단계적 내용|r과 어떤 |cffffff78오류 메세지|r가 중복 기록되는지를 발생한 Bartender4의 |cffffff78revision 숫자|r를 포함하여 알려주시기 바랍니다.
|cffffd200
누가 이 멋진 애드온을 만들었나요?
|r
Bartender4는 EU-Antonidas의 Nevcairiel가 만들었습니다. 바로 Bartender3의 제작자입니다!
]]
-- L["Buttons"] = true
-- L["CTRL"] = true
L["Colors"] = "색상"
-- L["Configure the Stance Bar"] = true
-- L["Configure Bar %s"] = true
-- L["Configure actionbar paging when the alt key is down."] = true
-- L["Configure actionbar paging when the ctrl key is down."] = true
-- L["Configure actionbar paging when the shift key is down."] = true
-- L["Configure how the Out of Range Indicator should display on the buttons."] = true
-- L["Configure the Bag Bar"] = true
-- L["Configure the Button Tooltip."] = true
-- L["Configure the Micro Menu"] = true
-- L["Configure the Pet Bar"] = true
-- L["Configure the alpha of the bar."] = true
-- L["Configure the padding of the buttons."] = true
-- L["Configure the scale of the bar."] = true
-- L["Configure when to Show/Hide the bar."] = true
-- L["Default Bar State"] = true
-- L["Disabled"] = true
-- L["Disabled in Combat"] = true
-- L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = true
-- L["Enable Bar Switching based on the actionbar controls provided by the game."] = true
-- L["Enable State-based Button Swaping"] = true
-- L["Enable the Bag Bar"] = true
-- L["Enable the FadeOut mode"] = true
-- L["Enable the Micro Menu"] = true
-- L["Enable the PetBar"] = true
-- L["Enable the StanceBar"] = true
-- L["Enable/Disable the bar."] = true
-- L["Enabled"] = true
-- L["FAQ"] = true
-- L["Fade Out"] = true
-- L["Fade Out Alpha"] = true
-- L["Fade Out Delay"] = true
-- L["Frequently Asked Questions"] = true
-- L["Full Button Mode"] = true
-- L["General Settings"] = true
-- L["Hide Hotkey"] = true
-- L["Hide Macro Text"] = true
-- L["Hide in Combat"] = true
-- L["Hide the Hotkey on the buttons of this bar."] = true
-- L["Hide the Macro Text on the buttons of this bar."] = true
-- L["Hotkey Mode"] = true
-- L["Keyring"] = true
L["Lock"] = "고정"
-- L["Lock all bars."] = true
-- L["Micro Menu"] = true
-- L["Modifier Based Switching"] = true
-- L["No Display"] = true
-- L["Number of buttons."] = true
-- L["Number of rows."] = true
-- L["One Bag"] = true
-- L["Only show one Bag Button in the BagBar."] = true
L["Out of Mana Indicator"] = "마나 표시"
L["Out of Range Indicator"] = "사거리 표시"
-- L["Padding"] = true
-- L["Pet Bar"] = true
-- L["Possess Bar"] = true
L["Right-click Self-Cast"] = "오른쪽 클릭 자신에게 시전"
-- L["Rows"] = true
-- L["SHIFT"] = true
-- L["Scale"] = true
L["Self-Cast by modifier"] = "기능키로 자신에게 시전"
-- L["Show in Combat"] = true
-- L["Show the keyring button."] = true
-- L["Show/Hide"] = true
L["Specify the Color of the Out of Mana Indicator"] = "마나 표시를 색상화 합니다."
L["Specify the Color of the Out of Range Indicator"] = "사거리 표시를 색상화 합니다."
-- L["Stance Bar"] = true
-- L["Stance Configuration"] = true
-- L["State Configuration"] = true
-- L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = true
-- L["The Alignment menu is still on the TODO.\n\nAs a quick preview of whats planned:\n\n\t- Absolute and relative Bar Positioning\n\t- Bars \"snapping\" together and building clusters"] = true
-- L["The default behaviour of this bar when no state-based paging option affects it."] = true
-- L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"] = true
-- L["Toggle the button grid."] = true
-- 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