vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar")
2 L:RegisterTranslations("koKR", function() return {
3 ["Action Bars"] = "액션바",
4 ["Auction"] = "경매",
5 ["Audio"] = "소리",
6 ["Battlegrounds/PvP"] = "전장/PvP",
7 ["Buffs"] = "버프들",
8 ["Chat/Communication"] = "대화/의사소통",
9 ["Druid"] = "드루이드",
10 ["Hunter"] = "사냥꾼",
11 ["Mage"] = "마법사",
12 ["Paladin"] = "성기사",
13 ["Priest"] = "사제",
14 ["Rogue"] = "도적",
15 ["Shaman"] = "주술사",
16 ["Warlock"] = "흑마법사",
17 ["Warrior"] = "전사",
18 ["Healer"] = "힐러",
19 ["Tank"] = "탱커",
20 ["Caster"] = "캐스터",
21 ["Combat"] = "전투",
22 ["Compilations"] = "편집",
23 ["Data Export"] = "데이터 추출",
24 ["Development Tools"] = "개발 도구",
25 ["Guild"] = "길드",
26 ["Frame Modification"] = "프레임 수정",
27 ["Interface Enhancements"] = "인터페이스 강화",
28 ["Inventory"] = "인벤토리",
29 ["Library"] = "라이브러리",
30 ["Map"] = "지도",
31 ["Mail"] = "우편",
32 ["Miscellaneous"] = "다기능",
33 ["Quest"] = "퀘스트",
34 ["Raid"] = "공격대",
35 ["Tradeskill"] = "전문기술",
36 ["UnitFrame"] = "유닛프레임",
37 ["Others"] = "기타",
38  
39 ["Default"] = "기본",
40 ["Overflow plugins"] = "플러그인 넘침",
41 ["Let plugins overflow onto another panel"] = "Let plugins overflow onto another panel",
42 ["Create new panel"] = "새 패널 생성",
43 ["Auto-adjust frames"] = "프레임 자동 조절",
44 ["Toggle auto-adjustment of blizzard's frames"] = "Toggle auto-adjustment of blizzard's frames",
45 ["Auto-hide top panels"] = "패널 자동 숨김(상단)",
46 ["Toggle auto-hiding of the top panels"] = "Toggle auto-hiding of the top panels",
47 ["Auto-hide bottom panels"] = "패널 자동 숨김(하단)",
48 ["Toggle auto-hiding of the bottom panels"] = "Toggle auto-hiding of the bottom panels",
49 ["Texture"] = "텍스쳐",
50 ["Change the texture of the panels"] = "패널의 텍스쳐 변경",
51 ["Spacing"] = "간격",
52 ["Spacing between plugins"] = "플러그인 사이 간격",
53 ["Left-aligned spacing"] = "좌측 정렬된 간격",
54 ["Set spacing between left-aligned plugins"] = "Set spacing between left-aligned plugins",
55 ["Center-aligned spacing"] = "중앙 정렬된 간격",
56 ["Set spacing between center-aligned plugins"] = "Set spacing between center-aligned plugins",
57 ["Right-aligned spacing"] = "우측 정렬된 간격",
58 ["Set spacing between right-aligned plugins"] = "Set spacing between right-aligned plugins",
59 ["Font size"] = "글자 크기",
60 ["Panel font size"] = "패널 글자 크기",
61 ["Set font size for the plugins on the panel"] = "패널에 플러그인의 글자 크기 설정",
62 ["Tooltip font size"] = "툴팁 글자 크기",
63 ["Set font size for the tooltip"] = "툴팁 글자 크기 설정",
64 ["Transparency"] = "투명도",
65 ["Panel transparency"] = "패널 투명도",
66 ["Set transparency of the panels"] = "패널의 투명도 설정",
67 ["Tooltip transparency"] = "툴팁 투명도",
68 ["Set transparency of the tooltip"] = "툴팁의 투명도 설정",
69 ["Thickness"] = "굵기",
70 ["Set thickness between the panels"] = "패널 사이 굵기 설정",
71  
72 ChatCommands = { "/fubar" },
73  
74 ["Attach"] = "붙임",
75 ["Lock panel"] = "패널 고정",
76 ["Remove panel"] = "패널 제거",
77 ["Attach to top"] = "상단에 붙임",
78 ["Attach to bottom"] = "하단에 붙임",
79 ["Detach panel"] = "패널 분리",
80  
81 ["Are you sure you want to remove this panel?"] = "정말로 이 패널을 제거 하시겠습니까?",
82 } end)