koKR update
@@ -101,7 +101,7 @@
L = DBM:GetModLocalization("Zarithrian")
L:SetGeneralLocalization({
- name = "General Zarithrian"
+ name = "장군 자리스리안"
})
-------------------------------------
@@ -110,5 +110,5 @@
L = DBM:GetModLocalization("Halion")
L:SetGeneralLocalization({
- name = "Halion the Twilight Destroyer"
+ name = "황혼의 파괴자 할리온"
})
@@ -93,6 +93,8 @@
DBM_CORE_BREAK_START = "쉬는 시간 시작 -- %s 분 남았습니다!"
DBM_CORE_BREAK_MIN = "%s 분 후 쉬는 시간이 끝납니다!"
DBM_CORE_BREAK_SEC = "%s 초 후 쉬는 시간이 끝납니다!"
+DBM_CORE_TIMER_BREAK = "쉬는 시간!"
+DBM_CORE_ANNOUNCE_BREAK_OVER = "쉬는 시간이 종료되었습니다."
DBM_CORE_TIMER_PULL = "풀링 중 입니다."
DBM_CORE_ANNOUNCE_PULL = "%d 초 뒤 풀링 합니다."
@@ -121,14 +123,14 @@
DBM_CORE_AUTO_ANNOUNCE_TEXTS.cast = "주문시전 %s : %.1f 초"
DBM_CORE_AUTO_ANNOUNCE_TEXTS.soon = "곧 %s"
DBM_CORE_AUTO_ANNOUNCE_TEXTS.prewarn = "%s : %s"
-DBM_CORE_AUTO_ANNOUNCE_TEXTS.phase = "페이즈 %d"
+DBM_CORE_AUTO_ANNOUNCE_TEXTS.phase = "%d 단계"
DBM_CORE_AUTO_ANNOUNCE_OPTIONS.target = "|cff71d5ff|Hspell:%d|h%s|h|r 대상 알리기"
DBM_CORE_AUTO_ANNOUNCE_OPTIONS.spell = "|cff71d5ff|Hspell:%d|h%s|h|r 경고 보기"
DBM_CORE_AUTO_ANNOUNCE_OPTIONS.cast = "|cff71d5ff|Hspell:%d|h%s|h|r 시전을 시작할 경우 경고 보기"
DBM_CORE_AUTO_ANNOUNCE_OPTIONS.soon = "|cff71d5ff|Hspell:%d|h%s|h|r의 사전 경고 보기(soon)"
DBM_CORE_AUTO_ANNOUNCE_OPTIONS.prewarn = "|cff71d5ff|Hspell:%d|h%s|h|r의 사전 경고 보기(prewarn)"
-DBM_CORE_AUTO_ANNOUNCE_OPTIONS.phase = "페이즈 %d 의 경고 보기"
+DBM_CORE_AUTO_ANNOUNCE_OPTIONS.phase = "%d 단계 경고 보기"
-- Auto-generated Special Warning Localizations
@@ -142,9 +144,7 @@
move = "$spell:%d의 영향을 받을 경우 특수 경고 보기(이동)",
run = "$spell:%d의 특수 경고 보기(빠른이동)",
cast = "$spell:%d의 시전 특수 경고 보기",
--- stack = "Show special warning when you have >=%d stacks of \n $spell:%d"
--- stack = "$spell:%d의 중첩이 %d 이상 쌓일 경우 특수 경고 보기"
- stack = "%d 중첩 이상 쌓일 경우 $spell:%d의 특수 경고 보기"
+ stack = "%d 중첩 이상 쌓일 경우 $spell:%d의 특수 경고 보기"-- stack = "Show special warning when you have >=%d stacks of \n $spell:%d"
}
DBM_CORE_AUTO_SPEC_WARN_TEXTS = {
@@ -462,13 +462,16 @@
specWarnDefileCast = "당신에게 $spell:72762이 시전된 경우 특수 경고 보기",
specWarnDefileNear = "당신 주변에 $spell:72762이 시전된 경우 특수 경고 보기",
YellOnDefile = "$spell:72762의 대상이 됐을 때 외치기",
+ YellOnTrap = "$spell:73539 외치기",
DefileIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(72762),
NecroticPlagueIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(73912),
- RagingSpiritIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(69200)
+ RagingSpiritIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(69200),
+ TrapIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(73539)
}
L:SetMiscLocalization{
LKPull = "그러니까 성스러운 빛이 자랑하던 정의가 마침내 왔다 이건가? 폴드링, 서리한을 내려놓고 자비라도 애걸하라는 건가?",
YellDefile = "저에게 파멸!!!",
- YellKill = "No questions remain unanswered. No doubts linger. You ARE Azeroth's greatest champions. You overcame every challenge I laid before you. My mightiest servants have fallen before your relentless onslaught... your unbridled fury...",
- LKRoleplay = "Is it truly righteousness that drives you? I wonder..."
+ YellTrap = "나에게 암흑의 덫!!!",
+ YellKill = "어떤 의문도 남지 않았다. 어떤 의심도 없다. 너희는 아제로스의 가장 위대한 용사들이다. 너희 앞에 놓아둔 모든 도전을 극복해 내었다. 가장 강력한 종들이 너희의 무자비한 살육 앞에 쓰러졌지... 너희가 억눌렀던 분노 앞에 말이다...",
+ LKRoleplay = "진정으로 정의에 이끌렸단 말이냐? 궁금하구나..."
}
\ No newline at end of file