vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("Buffalo") |
2 | |||
3 | L:RegisterTranslations("koKR", function() |
||
4 | return { |
||
5 | ["Lock"] = "고정", |
||
6 | ["When activated, the buff frames are locked and the reference frames are hidden"] = "활성화하면 버프창이 고정되고 기준창을 숨깁니다", |
||
7 | ["Buffs"] = "버프", |
||
8 | ["Scale"] = "크기", |
||
9 | ["Scale Buff Icons"] = "버프 아이콘의 크기", |
||
10 | ["Rows"] = "열", |
||
11 | ["Number of Rows. Only applies when Growth Precedence is Vertical"] = "수평 우선 확장 기능을 껐을 경우에만 적용될 열의 수", |
||
12 | ["Columns"] = "칸", |
||
13 | ["Number of Columns. Only applies when Growth Precedence is Horizontal"] = "수평 우선 확장 기능을 켰을 경우에만 적용될 칸의 수", |
||
14 | ["X-Padding"] = "가로 간격", |
||
15 | ["Distance between columns"] = "칸 간의 간격", |
||
16 | ["Y-Padding"] = "세로 간격", |
||
17 | ["Distance between rows"] = "열 간의 간격", |
||
18 | ["Horizontal Direction"] = "수평 방향", |
||
19 | ["In which horizontal direction should the display grow?"] = "수평 진행방향을 어떤 방향으로 설정하시겠습니까?", |
||
20 | ["To the left"] = "좌측으로", |
||
21 | ["To the right"]="우측으로", |
||
22 | ["Vertical Direction"] = "수직 방향", |
||
23 | ["In which vertical direction should the display grow?"] = "수직 진행방향을 어떤 방향으로 설정하시겠습니까?", |
||
24 | ["Upwards"] = "위", |
||
25 | ["Downwards"] = "아래", |
||
26 | ["Growth Precedence"] = "진행 우선순위", |
||
27 | ["In which direction should the display grow first (horizontally or vertically)?"] = "진행 방향을 어느 방향(수평/수직) 우선으로 적용하시겠습니까?", |
||
28 | ["Horizontally"] = "수평", |
||
29 | ["Vertically"] = "수직", |
||
30 | ------------------------------------------------------ 15:44 |
||
31 | ["Manipulate Buffs Display"] = "다중 버프 표시", |
||
32 | ["Control the distance between rows/columns"] = "열/칸 간의 거리 조절", |
||
33 | ["Padding"] = "간격", |
||
34 | ["Debuffs"] = "디버프", |
||
35 | ["Manipulate Debuffs Display"] = "다중 디버프 표시", |
||
36 | ["Scale Debuff Icons"] = "디버프 아이콘 표시", |
||
37 | ["Weapon Buffs"] = "무기 마법부여", |
||
38 | ["Manipulate Weapon Buffs Display"] = "자동 무기 마법부여 표시", |
||
39 | ["Reset"] = "초기화", |
||
40 | ---------------------------------------------------- |
||
41 | ["Hide"] = "숨김", |
||
42 | ["Hides these buff frames"] = "버프 프레임을 숨깁니다", |
||
43 | ["Verbose Timers"] = "시간표시 변경", |
||
44 | ["Replaces the default time format for timers with HH:MM or MM:SS"] = "HH:MM 또는 MM:SS 대신에 기본 시간표시 형태를 사용합니다", |
||
45 | ------------------------------------------------------- |
||
46 | ["Flashing"] = "반짝임", |
||
47 | ["Toggle flashing on fading buffs"] = "버프 사라짐에 대한 반짝임 효과를 토글합니다", |
||
48 | ["Timers"] = "타이머", |
||
49 | ["Customize buff timers"] = "사용자 설정 버프 시간표시", |
||
50 | ["White Timers"] = "흰색 시간표시", |
||
51 | ["Use white timers instead of yellow ones"] = "노란색 대신에 흰색 시간표시를 사용합니다", |
||
52 | ---------------------------------------------------- |
||
53 | ["config"] = "설정", |
||
54 | ["Config"] = "환경설정", |
||
55 | ----------------------------------------------------------- |
||
56 | } |
||
57 | end) |