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: GuideList.lua
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ frame.name = L["Guides"]
12
12
frame.parent="Tour Guide"
13
13
frame:Hide()
14
14
frame:SetScript("OnShow", function()
15
-
localtitle, subtitle=LibStub("tekKonfig-Heading").new(frame, "Tour Guide - Guides", L["This panel lets you choose a guide to load. Upon completion the next guide will load automatically. Completed guides can be reset by shift-clicking."])
15
+
localtitle, subtitle=LibStub("tekKonfig-Heading").new(frame, L["Tour Guide - Guides"], L["This panel lets you choose a guide to load. Upon completion the next guide will load automatically. Completed guides can be reset by shift-clicking."])
["|cffff4500This quest is not listed in your current guide"] ="|cffff4500이 퀘스트는 현재 가이드 목록에 없습니다.",
138
+
["This panel lets you choose a guide to load. Upon completion the next guide will load automatically. Completed guides can be reset by shift-clicking."] ="이 패널에서 가이드를 선택하여 불러오세요. 완료를 하면 다음 가이드를 자동으로 불러 올 것입니다. 완료된 가이드를 초기화 하려면 Shift-클릭을 하세요.",
139
+
["These settings are saved on a per-char basis."] ="이 설정은 기본적으로 캐릭터 마다 따로 저장됩니다.",
["Automatically map questgivers for accept and turnin objectives (requires LightHeaded and TomTom)."] ="퀘스트를 수락하거나 목표 제출을 위해서 자동으로 지도에 퀘스트 제공자를 표시합니다. (LightHeaded와 TomTom 필요).",
167
+
["Always map coords from notes"] ="항상 노트에 지도 좌표 표시",
168
+
["Map note coords even when LightHeaded provides coords."] ="LightHeaded가 제공하는 좌표가 있을 경우 노트에 지도 좌표를 표시합니다.",
169
+
["Help"] ="도움말",
170
+
["Reset"] ="초기화",
171
+
["Reset the status frame to the default position"] ="상태 프레임을 기본 위치로 초기화합니다.",
172
+
["Reset the item button to the default position"] ="아이템 버튼을 기본 위치로 초기화합니다.",
173
+
["Show item button"] ="아이템 버튼 보이기",
174
+
["Display a button when you must use an item to start or complete a quest."] ="퀘스트를 시작 또는 완료를 하기 위해서 반드시 사용해야 하는 아이템을 버튼으로 표시합니다.",
175
+
["Show buttom for 'complete' objectives"] ="'이행' 목표를 위한 버튼 보이기",
176
+
["The advanced quest tracker in the default UI will show these items. Enable this if you would rather have TourGuide's button."] ="기본 UI의 고급 퀘스트 추적에 해당 아이템이 보이도록 합니다. 만약 TourGuide의 버튼을 선호한다면 활성화하세요.",
177
+
["Tour Guide - Guides"] ="Tour Guide - 가이드",
178
+
["K No guide loaded... |N|Click to select a guide|"] ="K 불러온 가이드 없음... |N|가이드를 선택하려면 클릭하세요|",
179
+
[" |cff808080(Optional)"] =" |cff808080(임의 선택)",
180
+
["Cannot find zone %q, using current zone."] ="%q 지역을 찾을 수 없습니다. 현재 지역의 가이드를 사용하세요.",
181
+
["No zone provided, using current zone."] ="제공되는 지역이 없습니다. 현재 지역의 사용하세요.",
182
+
} end
183
+
127
184
-- Metatable majicks... makes localized table fallback to engrish, or fallback to the index requested.
128
185
-- This ensures we ALWAYS get a value back, even if it's the index we requested originally
0 commit comments