You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.9 KiB

if GetLocale() ~= "koKR" then return end
local L
---------------------------
-- Eranog --
---------------------------
--L= DBM:GetModLocalization(2480)
--L:SetWarningLocalization({
--})
--
--L:SetTimerLocalization{
--}
--
--L:SetOptionLocalization({
--})
--
--L:SetMiscLocalization({
--})
---------------------------
-- Terros --
---------------------------
--L= DBM:GetModLocalization(2500)
---------------------------
-- The Primalist Council --
---------------------------
--L= DBM:GetModLocalization(2486)
---------------------------
-- Sennarth, The Cold Breath --
---------------------------
--L= DBM:GetModLocalization(2482)
---------------------------
-- Dathea, Ascended --
---------------------------
--L= DBM:GetModLocalization(2502)
---------------------------
-- Kurog Grimtotem --
---------------------------
L= DBM:GetModLocalization(2491)
L:SetTimerLocalization({
timerDamageCD = "디버프 (%s)",
timerAvoidCD = "피하기 (%s)",
timerUltimateCD = "궁극기 (%s)"
})
L:SetOptionLocalization({
timerDamageCD = "대상에게 걸리는 디버프 공격 타이머 바 보기: $spell:382563, $spell:373678, $spell:391055, $spell:373487",
timerAvoidCD = "회피 가능한 공격 타이머 바 보기: $spell:373329, $spell:391019, $spell:395893, $spell:390920",
timerUltimateCD = "기력 100 궁극기 타이머 바 보기: $spell:374022, $spell:372456, $spell:374691, $spell:374215"
})
---------------------------
-- Broodkeeper Diurna --
---------------------------
L= DBM:GetModLocalization(2493)
L:SetMiscLocalization({
staff = "지팡이",
eStaff = "강화된 지팡이"
})
---------------------------
-- Raszageth the Storm-Eater --
---------------------------
--L= DBM:GetModLocalization(2499)
-------------
-- Trash --
-------------
L = DBM:GetModLocalization("VaultoftheIncarnatesTrash")
L:SetGeneralLocalization({
name = "현신의 금고 일반몹"
})