You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Options/Locales/koKR.lua
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ local _, mod = ...
4
4
localL=mod.L
5
5
6
6
--- Options
7
-
--L.introduction = "The options below can always be accessed by typing the following command in chat: /capping"
8
-
--L.general = "General"
9
-
--L.test = "Test"
7
+
L.introduction="아래 옵션들은 항상 다음 명령어를 채팅창에 입력하여 접근할 수 있습니다: /capping"
8
+
L.general="일반"
9
+
L.test="테스트"
10
10
L.lock="고정시키기"
11
-
--L.lockDesc = "Enable the lock to hide the bar moving anchor, preventing the bars from being moved."
11
+
L.lockDesc="잠금을 활성화하여 바 이동 앵커를 숨기고, 바가 이동되지 않도록 합니다."
12
12
L.barIcon="바 아이콘"
13
13
L.showTime="시간 표시"
14
14
L.fillBar="바 채우기"
@@ -23,31 +23,31 @@ L.texture = "텍스쳐"
23
23
L.barSpacing="바 간격"
24
24
L.barWidth="바 너비"
25
25
L.barHeight="바 높이"
26
-
--L.alignText = "Align Text"
26
+
L.alignText="텍스트 정렬"
27
27
L.alignTime="시간 정렬"
28
-
--L.alignIcon = "Align Bar Icon"
28
+
L.alignIcon="바 아이콘 정렬"
29
29
L.left="왼쪽"
30
30
L.center="중앙"
31
31
L.right="오른쪽"
32
32
L.growUpwards="위쪽으로 성장"
33
33
L.textColor="문자 색상"
34
-
--L.allianceBars = "Alliance Bars"
35
-
--L.hordeBars = "Horde Bars"
36
-
--L.queueBars = "Queue Bars"
37
-
--L.otherBars = "Other Bars"
34
+
L.allianceBars="얼라이언스 바"
35
+
L.hordeBars="호드 바"
36
+
L.queueBars="대기열 바"
37
+
L.otherBars="기타 바"
38
38
L.barBackground="바 배경"
39
39
40
40
--- Features
41
-
--L.features = "Features"
42
-
--L.queueBarsDesc = "Enable the bars showing which queues you have joined and the estimated time you will be in the queue for."
43
-
--L.barClickDesc = "Configure the keyboard modifier you wish to use for specific chat output when clicking on a bar. Setting all 3 to 'None' will disable clickable bars, allowing you to click through them."
44
-
--L.shiftClick = "Shift-Click"
45
-
--L.controlClick = "Control-Click"
46
-
--L.altClick = "Alt-Click"
47
-
--L.sayChat = "Say Chat"
48
-
--L.raidChat = "Group Chat"
49
-
--L.clickableBars = "Clickable Bars"
50
-
--L.loudQueue = "Loud Queue"
51
-
--L.loudQueueDesc = "When the queue is ready the sound notification will be forced to play over the 'Master' sound channel."
52
-
--L.autoTurnIn = "Auto Turn-In"
53
-
--L.autoTurnInDesc = "Automatically turn in quest items in zones like Alterac Valley and Ashran."
41
+
L.features="기능"
42
+
L.queueBarsDesc="대기열과 예상 대기 시간을 보여주는 바를 활성화합니다."
43
+
L.barClickDesc="바를 클릭할 때 특정 채팅 출력을 위한 키보드 수정자를 설정합니다. 세 가지 모두 '없음'으로 설정하면 클릭 가능한 바가 비활성화되어 바를 통과하여 클릭할 수 있습니다."
44
+
L.shiftClick="Shift-Click"
45
+
L.controlClick="Ctrl-Click"
46
+
L.altClick="Alt-Click"
47
+
L.sayChat="일반 채팅"
48
+
L.raidChat="파티/공격대 채팅"
49
+
L.clickableBars="클릭 가능한 바"
50
+
L.loudQueue="대기열 알림"
51
+
L.loudQueueDesc="대기열이 준비되면 알림이 '주 음량' 사운드 채널을 통해 강제로 재생됩니다."
52
+
L.autoTurnIn="자동 반납"
53
+
L.autoTurnInDesc="알터랙 계곡이나 아쉬란과 같은 지역에서 퀘스트 아이템을 자동으로 반납합니다."
0 commit comments