vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
local L = AceLibrary("AceLocale-2.0"):new("FuBar")
L:RegisterTranslations("koKR", function() return {
        ["Action Bars"] = "액션바",
        ["Auction"] = "경매",
        ["Audio"] = "소리",
        ["Battlegrounds/PvP"] = "전장/PvP",
        ["Buffs"] = "버프들",
        ["Chat/Communication"] = "대화/의사소통",
        ["Druid"] = "드루이드",
        ["Hunter"] = "사냥꾼",
        ["Mage"] = "마법사",
        ["Paladin"] = "성기사",
        ["Priest"] = "사제",
        ["Rogue"] = "도적",
        ["Shaman"] = "주술사",
        ["Warlock"] = "흑마법사",
        ["Warrior"] = "전사",
        ["Healer"] = "힐러",
        ["Tank"] = "탱커",
        ["Caster"] = "캐스터",
        ["Combat"] = "전투",
        ["Compilations"] = "편집",
        ["Data Export"] = "데이터 추출",
        ["Development Tools"] = "개발 도구",
        ["Guild"] = "길드",
        ["Frame Modification"] = "프레임 수정",
        ["Interface Enhancements"] = "인터페이스 강화",
        ["Inventory"] = "인벤토리",
        ["Library"] = "라이브러리",
        ["Map"] = "지도",
        ["Mail"] = "우편",
        ["Miscellaneous"] = "다기능",
        ["Quest"] = "퀘스트",
        ["Raid"] = "공격대",
        ["Tradeskill"] = "전문기술",
        ["UnitFrame"] = "유닛프레임",
        ["Others"] = "기타",
        
        ["Default"] = "기본",
        ["Overflow plugins"] = "플러그인 넘침",
        ["Let plugins overflow onto another panel"] = "Let plugins overflow onto another panel",
        ["Create new panel"] = "새 패널 생성",
        ["Auto-adjust frames"] = "프레임 자동 조절",
        ["Toggle auto-adjustment of blizzard's frames"] = "Toggle auto-adjustment of blizzard's frames",
        ["Auto-hide top panels"] = "패널 자동 숨김(상단)",
        ["Toggle auto-hiding of the top panels"] = "Toggle auto-hiding of the top panels",
        ["Auto-hide bottom panels"] = "패널 자동 숨김(하단)",
        ["Toggle auto-hiding of the bottom panels"] = "Toggle auto-hiding of the bottom panels",
        ["Texture"] = "텍스쳐",
        ["Change the texture of the panels"] = "패널의 텍스쳐 변경",
        ["Spacing"] = "간격",
        ["Spacing between plugins"] = "플러그인 사이 간격",
        ["Left-aligned spacing"] = "좌측 정렬된 간격",
        ["Set spacing between left-aligned plugins"] = "Set spacing between left-aligned plugins",
        ["Center-aligned spacing"] = "중앙 정렬된 간격",
        ["Set spacing between center-aligned plugins"] = "Set spacing between center-aligned plugins",
        ["Right-aligned spacing"] = "우측 정렬된 간격",
        ["Set spacing between right-aligned plugins"] = "Set spacing between right-aligned plugins",
        ["Font size"] = "글자 크기",
        ["Panel font size"] = "패널 글자 크기",
        ["Set font size for the plugins on the panel"] = "패널에 플러그인의 글자 크기 설정",
        ["Tooltip font size"] = "툴팁 글자 크기",
        ["Set font size for the tooltip"] = "툴팁 글자 크기 설정",
        ["Transparency"] = "투명도",
        ["Panel transparency"] = "패널 투명도",
        ["Set transparency of the panels"] = "패널의 투명도 설정",
        ["Tooltip transparency"] = "툴팁 투명도",
        ["Set transparency of the tooltip"] = "툴팁의 투명도 설정",
        ["Thickness"] = "굵기",
        ["Set thickness between the panels"] = "패널 사이 굵기 설정",
        
        ChatCommands = { "/fubar" },
        
        ["Attach"] = "붙임",
        ["Lock panel"] = "패널 고정",
        ["Remove panel"] = "패널 제거",
        ["Attach to top"] = "상단에 붙임",
        ["Attach to bottom"] = "하단에 붙임",
        ["Detach panel"] = "패널 분리",
        
        ["Are you sure you want to remove this panel?"] = "정말로 이 패널을 제거 하시겠습니까?",
} end)