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
--[[Notes for Translators: In many locations throughout Key Master, line space is limited. This can cause
8
+
overlapping or strange text display. Where possible, try to keep the overall length of the string comparable or shorter
9
+
than the English version. If that is not possible, development adjustments may need made.
10
+
If you are not comfortable setting up your own local testing to check for these issues, make sure you let a dev know
11
+
so they can go over a screen-share with you.]]--
12
+
13
+
-- Translation issue? Assist us in correcting it! Visit: https://discord.gg/bbMaUpfgn8
14
+
15
+
L.LANGUAGE="한국어 (KR)"
16
+
L.TRANSLATOR="Key Master" -- Translator display name
17
+
18
+
L.TOCNOTES= {} -- these are manaually copied to the TOC so they show up in the appropriate language in the AddOns list. Please translate them both but let a dev know if you update them later.
19
+
L.TOCNOTES["ADDONDESC"] ="쐐기돌 정보"
20
+
L.TOCNOTES["ADDONNAME"] ="Key Master"
21
+
22
+
L.MAPNAMES= {} -- Note: Map abbrevations should be a max of 4 characters and be commonly known. Map names come directly from Blizzard already translated.
L.XPAC[10] = { enum="LE_EXPANSION_11_0", desc="내부 전쟁" } -- enum will need updated when available
55
+
56
+
L.MPLUSSEASON= {}
57
+
L.MPLUSSEASON[11] = { name="시즌 3" }
58
+
L.MPLUSSEASON[12] = { name="시즌 4" }
59
+
L.MPLUSSEASON[13] = { name="시즌 1" } -- expecting season 13 to be TWW S1
60
+
L.MPLUSSEASON[14] = { name="시즌 2" } -- expecting season 14 to be TWW S2
61
+
62
+
L.DISPLAYVERSION="버전"
63
+
L.WELCOMEMESSAGE="돌아오신걸 환영합니다."
64
+
L.ON="켜짐"
65
+
L.OFF="꺼짐"
66
+
L.ENABLED="활성화"
67
+
L.DISABLED="비활성화"
68
+
L.CLICK="클릭"
69
+
L.CLICKDRAG="클릭 + 드래그"
70
+
L.TOOPEN="하여 설정창 열기"
71
+
L.TOREPOSITION="하여 위치 이동"
72
+
L.EXCLIMATIONPOINT="!"
73
+
L.THISWEEKSAFFIXES="이번주..."
74
+
L.YOURRATING="당신의 점수"
75
+
L.ERRORMESSAGES="오류 메세지는 다음과 같습니다."
76
+
L.ERRORMESSAGESNOTIFY="알림: 오류메시지 활성화."
77
+
L.DEBUGMESSAGES="디버깅 메세지는 다음과 같습니다."
78
+
L.DEBUGMESSAGESNOTIFY="알림: 오류메시지 비활성화."
79
+
L.COMMANDERROR1="잘못된 명령"
80
+
L.COMMANDERROR2="입력"
81
+
L.COMMANDERROR3="명령"
82
+
L.YOURCURRENTKEY="쐐기돌 보유"
83
+
L.ADDONOUTOFDATE="Key Master 플러그인이 만료 되었습니다!"
84
+
L.INSTANCETIMER="던전 정보"
85
+
L.VAULTINFORMATION="쐐기 주간보상(금고)"
86
+
L.TIMELIMIT="제한 시간"
87
+
L.SEASON="시즌"
88
+
L.COMBATMESSAGE= { errormsg="Key Master는 전투중 사용할 수 없습니다.", chatmsg="The interface will open once you exit combat."}
89
+
90
+
L.COMMANDLINE= {} -- translate whatever in this section would be standard of an addon in the language. i.e. /km show, /km XXXX, or /XX XXXX It will work just fine.
L.TOOLTIPS["TeamRatingGain"] = { name="파티 예상 점수", text="이것은 Key Master 내부적으로 예상하는 추정치입니다. 이 수치는 현재 파티의 최소 점수 획득 가능성을 나타냅니다. 100% 정확하지 않을 수 있으며, 추정 목적으로만 제공됩니다"}
0 commit comments