vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("FuBar_ToFu") |
2 | |||
3 | L:RegisterTranslations("koKR", function() return { |
||
4 | ["Current Flight"] = "현재 비행", |
||
5 | ["Previous Flight"] = "이전 비행", |
||
6 | |||
7 | ["From"] = "출발지", |
||
8 | ["To"] = "목적지", |
||
9 | ["Cost"] = "비용", |
||
10 | ["Time Taken"] = "소요 시간", |
||
11 | ["Average Time"] = "평균 시간", |
||
12 | |||
13 | ["Not in flight"] = "비행 이력 없음", |
||
14 | ["No previous flight"] = "이전 비행 없음", |
||
15 | |||
16 | ["Click to copy the time remaining in flight to the chatbox."] = "클릭하면 남은 비행 시간을 대화창에 복사합니다.", |
||
17 | |||
18 | ["Takes"] = "소요", |
||
19 | ["Flown %s times"] = "%s 회 비행", |
||
20 | |||
21 | ["Data"] = "자료", |
||
22 | ["Various options to do with saved flight data"] = "저장된 비행 자료에 다양한 설정을 적용합니다", |
||
23 | |||
24 | ['Default Data'] = "기본 자료", |
||
25 | ["Load the default flight-time dataset."] = "기본 비행시간 자료를 불러옵니다.", |
||
26 | |||
27 | ["Delete *ALL* saved flight path data for your faction."] = "현재 진영에서 저장된 비행 경로를 모두 삭제합니다.", |
||
28 | ["Clear Data"] = "자료 삭제", |
||
29 | |||
30 | ["Hooks"] = "외부모듈", |
||
31 | ["Other addons to hook into"] = "외부 애드온을 이용합니다.", |
||
32 | |||
33 | ["estimated"] = "(소요)", |
||
34 | ["reversed"] = "(반대)", |
||
35 | ["So Far"] = "이상", |
||
36 | } end) |