Skip to content

Commit 12c6d51

Browse files
authored
Update koKR (#1936)
1 parent d501b07 commit 12c6d51

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Diff for: LiberationOfUndermine/Locales/koKR.lua

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ local L = BigWigs:NewBossLocale("Vexie and the Geargrinders", "koKR")
22
if not L then return end
33
if L then
44
L.plating_removed = "남은 방호 장갑 %d 개"
5-
L.exhaust_fumes = "전체 데미지"
5+
L.exhaust_fumes = "공대 피해"
66
end
77

88
L = BigWigs:NewBossLocale("Cauldron of Carnage", "koKR")
99
if L then
1010
L.custom_on_fade_out_bars = "바 투명도 감소"
11-
L.custom_on_fade_out_bars_desc = "거리가 닿지 않는 보스 관련 바의 투명도를 낮춥니다."
11+
L.custom_on_fade_out_bars_desc = "범위를 벗어난 보스 관련 바의 투명도를 낮춥니다."
1212

1313
L.bomb_explosion = "폭탄 폭발"
1414
L.bomb_explosion_desc = "폭탄이 폭파되기까지의 타이머 표시."
1515
end
1616

1717
L = BigWigs:NewBossLocale("Rik Reverb", "koKR")
1818
if L then
19-
L.amplification = "증폭기 소환"
19+
L.amplification = "증폭기"
2020
L.echoing_chant = "메아리"
2121
L.faulty_zap = "감전"
22-
L.sparkblast_ignition = "배럴 소환"
22+
L.sparkblast_ignition = "배럴"
2323
end
2424

2525
L = BigWigs:NewBossLocale("Stix Bunkjunker", "koKR")
@@ -45,12 +45,12 @@ if L then
4545

4646
L.polarization_soon = "%s 초 후 극성바뀜"
4747

48-
--L.activate_inventions = "Activate: %s"
49-
--L.blazing_beam = "Beams"
50-
--L.rocket_barrage = "Rockets"
51-
--L.mega_magnetize = "Magnets"
52-
--L.jumbo_void_beam = "Big Beams"
53-
--L.void_barrage = "Balls"
48+
L.activate_inventions = "활성화: %s"
49+
L.blazing_beam = "광선"
50+
L.rocket_barrage = "로켓"
51+
L.mega_magnetize = "자석"
52+
L.jumbo_void_beam = "강력 광선"
53+
L.void_barrage = "공허 구슬"
5454
end
5555

5656
L = BigWigs:NewBossLocale("The One-Armed Bandit", "koKR")
@@ -59,23 +59,23 @@ if L then
5959
L.rewards_desc = "두개의 토큰이 정해지면, \"환상적인 경품\" 이 나옵니다. \n어떤 경품이 나왔는지 메시지로 알려줍니다.\n정보박스로 어떤 경품이 아직 남았는지 보여줍니다."
6060
L.deposit_time = "토큰 주입 마무리" -- Timer that indicates how long you have left to deposit the tokens.
6161

62-
L.pay_line = "칩 소환"
63-
--L.shock = "Shock"
64-
--L.flame = "Flame"
65-
L.coin = ""
62+
L.pay_line = "당첨선"
63+
L.shock = "전격"
64+
L.flame = "불꽃"
65+
L.coin = "동전"
6666
end
6767

6868
L = BigWigs:NewBossLocale("Mug'Zee, Heads of Security", "koKR")
6969
if L then
70-
--L.earthshaker_gaol = "감옥"
70+
L.earthshaker_gaol = "감옥"
7171
L.frostshatter_boots = "냉기 장화" -- Short for Frostshatter Boots
7272
L.frostshatter_spear = "냉기 창" -- Short for Frostshatter Spears
73-
L.stormfury_finger_gun = "지건" -- Short for Stormfury Finger Gun
73+
L.stormfury_finger_gun = "손가락총" -- Short for Stormfury Finger Gun
7474
L.molten_gold_knuckles = "탱커 전방기"
7575
L.unstable_crawler_mines = "지뢰"
7676
L.goblin_guided_rocket = "로켓"
77-
L.double_whammy_shot = "탱 가로막기"
78-
--L.electro_shocker = "Shocker"
77+
L.double_whammy_shot = "광선"
78+
L.electro_shocker = "충격기"
7979
end
8080

8181
L = BigWigs:NewBossLocale("Chrome King Gallywix", "koKR")

Diff for: Plugins/Locales/koKR.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ L.fixate_test = "고정 테스트" -- Text that displays to test on the frame
350350
L.resetNameplateTextDesc = "이름표 텍스트와 관련된 모든 옵션을 초기화합니다."
351351
L.glowAt = "반짝임 시작 (초)"
352352
L.glowAt_desc = "반짝임이 시작될 때 재사용 대기시간이 몇 초 남았는지 선택합니다."
353-
--L.headerIconSizeTarget = "Icon size of your current target"
354-
--L.headerIconSizeOthers = "Icon size of all other targets"
353+
L.headerIconSizeTarget = "현재 대상의 아이콘 크기"
354+
L.headerIconSizeOthers = "다른 모든 대상의 아이콘 크기"
355355

356356
-- Glow types as part of LibCustomGlow
357357
L.pixelGlow = "픽셀 반짝임"

0 commit comments

Comments
 (0)