Skip to content

Commit

Permalink
Update koKR (Vanilla)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnarfim committed Dec 2, 2023
1 parent 1bca42b commit 79351fb
Showing 1 changed file with 100 additions and 29 deletions.
129 changes: 100 additions & 29 deletions DBM-Raids-Vanilla/localization.kr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ L:SetMiscLocalization{
}

-------------------
-- 아눕레칸 --
-- Anub'Rekhan --
-------------------
L = DBM:GetModLocalization("Anub'Rekhan")

Expand All @@ -698,9 +698,9 @@ L:SetMiscLocalization({
Pull2 = "어디 맛 좀 볼까..."
})

---------------------
-- 귀부인 펠리나 --
---------------------
----------------------------
-- Grand Widow Faerlina --
----------------------------
L = DBM:GetModLocalization("Faerlina")

L:SetGeneralLocalization({
Expand All @@ -722,7 +722,7 @@ L:SetMiscLocalization({
})

---------------
-- 맥스나 --
-- Maexxna --
---------------
L = DBM:GetModLocalization("Maexxna")

Expand All @@ -749,9 +749,9 @@ L:SetMiscLocalization({
ArachnophobiaTimer = "거미의 공포"
})

---------------------
-- 역병술사 노스 --
---------------------
------------------------------
-- Noth the Plaguebringer --
------------------------------
L = DBM:GetModLocalization("Noth")

L:SetGeneralLocalization({
Expand Down Expand Up @@ -783,7 +783,7 @@ L:SetMiscLocalization({
})

--------------------------
-- 부정의 헤이건 --
-- Heigan the Unclean --
--------------------------
L = DBM:GetModLocalization("Heigan")

Expand All @@ -810,9 +810,9 @@ L:SetMiscLocalization({
Pull = "이제 넌 내 것이다."
})

----------------
-- 로데브 --
----------------
---------------
-- Loatheb --
---------------
L = DBM:GetModLocalization("Loatheb")

L:SetGeneralLocalization({
Expand All @@ -830,7 +830,7 @@ L:SetOptionLocalization({
})

-----------------
-- 패치워크 --
-- Patchwerk --
-----------------
L = DBM:GetModLocalization("Patchwerk")

Expand All @@ -847,7 +847,7 @@ L:SetMiscLocalization({
})

-----------------
-- 그라불루스 --
-- Grobbulus --
-----------------
L = DBM:GetModLocalization("Grobbulus")

Expand All @@ -856,7 +856,7 @@ L:SetGeneralLocalization({
})

-------------
-- 글루스 --
-- Gluth --
-------------
L = DBM:GetModLocalization("Gluth")

Expand All @@ -865,7 +865,7 @@ L:SetGeneralLocalization({
})

----------------
-- 타디우스 --
-- Thaddius --
----------------
L = DBM:GetModLocalization("Thaddius")

Expand Down Expand Up @@ -897,9 +897,9 @@ L:SetWarningLocalization({
WarningChargeNotChanged = "극성 변경 안됨"
})

---------------------------
-- 훈련교관 라주비어스 --
---------------------------
----------------------------
-- Instructor Razuvious --
----------------------------
L = DBM:GetModLocalization("Razuvious")

L:SetGeneralLocalization({
Expand All @@ -921,9 +921,9 @@ L:SetWarningLocalization({
WarningShieldWallSoon = "뼈 보호막 종료 5초 전"
})

------------------------
-- 영혼 착취자 고딕 --
------------------------
----------------------------
-- Gothik the Harvester --
----------------------------
L = DBM:GetModLocalization("Gothik")

L:SetGeneralLocalization({
Expand Down Expand Up @@ -962,9 +962,9 @@ L:SetMiscLocalization({
Rider = "기병"
})

--------------------
-- 4인의 기사단 --
--------------------
---------------------
-- Four Horsemen --
---------------------
L = DBM:GetModLocalization("Horsemen")

L:SetGeneralLocalization({
Expand Down Expand Up @@ -992,9 +992,9 @@ L:SetMiscLocalization({
Zeliek = "젤리에크 경"
})

--------------
-- 사피론 --
--------------
-----------------
-- Sapphiron --
-----------------
L = DBM:GetModLocalization("Sapphiron")

L:SetGeneralLocalization({
Expand Down Expand Up @@ -1029,7 +1029,7 @@ L:SetTimerLocalization({
})

------------------
-- 켈투자드 --
-- Kel'Thuzad --
------------------
L = DBM:GetModLocalization("Kel'Thuzad")

Expand All @@ -1055,3 +1055,74 @@ L:SetWarningLocalization({
L:SetTimerLocalization({
TimerPhase2 = "2단계"
})

---------------------------
-- Season of Discovery --
---------------------------

---------------------------
-- Blackfathom Deeps --
---------------------------

------------------
-- Baron Aquanis --
------------------
L = DBM:GetModLocalization("BaronAuanisSoD")

L:SetGeneralLocalization({
name = "군주 아쿠아니스"
})

------------------
-- Ghamoo-ra --
------------------
L = DBM:GetModLocalization("GhamooraSoD")

L:SetGeneralLocalization({
name = "가무라"
})

------------------
-- Lady Sarevess --
------------------
L = DBM:GetModLocalization("LadySarevessSoD")

L:SetGeneralLocalization({
name = "여왕 사레베스"
})

------------------
-- Gelihast --
------------------
L = DBM:GetModLocalization("GelihastSoD")

L:SetGeneralLocalization({
name = "겔리하스트"
})

------------------
-- Lorgus Jett --
------------------
L = DBM:GetModLocalization("LorgusJettSoD")

L:SetGeneralLocalization({
name = "로구스 제트"
})

------------------
-- Twilight Lord Kelris --
------------------
L = DBM:GetModLocalization("TwilightLordKelrisSoD")

L:SetGeneralLocalization({
name = "황혼의 군주 켈리스"
})

------------------
-- Aku'mai --
------------------
L = DBM:GetModLocalization("AkumaiSoD")

L:SetGeneralLocalization({
name = "아쿠마이"
})

0 comments on commit 79351fb

Please sign in to comment.