Skip to content

Commit

Permalink
Update koKR (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
WetU authored and nebularg committed Jul 24, 2017
1 parent fd4d7dc commit ec61226
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions BigWigs_CommonAuras.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Title-esMX: BigWigs |cffff0000+|r|cffffffffAuras Comunes|r
## Title-frFR: BigWigs |cffff0000+|r|cffffffffAuras Habituelles|r
## Title-itIT: BigWigs |cffff0000+|r|cffffffffAuree Comuni|r
## Title-koKR: BigWigs |cffff0000+|r|cffffffff공통 버프|r
## Title-koKR: BigWigs |cffff0000+|r|cffffffff공용 효과|r
## Title-ptBR: BigWigs |cffff0000+|r|cffffffffAuras Comunes|r
## Title-ruRU: BigWigs |cffff0000+|r|cffffffffОсновные ауры|r
## Title-zhCN: BigWigs |cffff0000+|r|cffffffff普通光环|r
Expand All @@ -18,7 +18,7 @@
## Notes-esMX: Notifies you about common raid cooldowns.
## Notes-frFR: Prévient le raid lors de l'utilisation de certains buffs & débuffs habituels.
## Notes-itIT: Avvisa l'incursione di certi benefici e malefici comuni.
## Notes-koKR: Notifies you about common raid cooldowns.
## Notes-koKR: 당신에게 공용 공격대 생존기에 대해 알립니다.
## Notes-ptBR: Notifies you about common raid cooldowns.
## Notes-ruRU: Предупреждает рейд об основных положительных и отрицательных эффектах.
## Notes-zhCN: 显示团队通用的增益效果与负面影响。
Expand Down
38 changes: 19 additions & 19 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,35 +157,35 @@ elseif locale == "itIT" then
L.rebirth = "Resurrezione"
L.rebirth_desc = "Avvisa quando viene utilizzata un'abilità di Resurrezione in combattimento."
elseif locale == "koKR" then
L.commonAuras = "공통 버프"
L.outOfCombat = "전투 중"
--L.group = "Group"
--L.self = "Self"
--L.healer = "Healer"
--L.TANK_desc = "Some abilities are only important for tanks. Set this option to only see messages and bars for players with their assigned role set to Tank."
--L.barBackground = "Bar background"
--L.barText = "Bar text"
--L.barTextShadow = "Bar text shadow"
L.commonAuras = "공용 효과"
L.outOfCombat = "전투 중"
L.group = "파티"
L.self = "자신"
L.healer = "치유 전담"
L.TANK_desc = "몇몇 능력은 방어 전담에게만 중요합니다. 방어 전담 역할로 설정된 플레이어만 메시지와 바를 볼 수 있게 이 옵션을 설정하세요."
L.barBackground = "바 배경"
L.barText = "바 문자"
L.barTextShadow = "바 문자 그림자"
L.codex = "전서"

L.usedon_cast = "%1$s: %3$s에게 %2$s"
L.used_cast = "%s: %s 사용"
L.ritual_cast = "%s - %s 사용!"
L.used_cast = "%s|1이;가; %s 사용"
L.ritual_cast = "%s|1이;가; %s 사용을 원합니다!"

L.portal = "차원문"
L.portal_desc = "마법사의 차원문 표시합니다."
L.portal_cast = "%s - %s 차원문!"
L.portal_desc = "마법사의 차원문 표시를 전환합니다."
L.portal_cast = "%s|1이;가; %s|1을;를; 열었습니다!" --Player opened a Portal: Destination
L.portal_bar = "%s (%s)"

L.repair = "수리 로봇"
L.repair_desc = "수리 로봇 사용시 표시합니다."
L.repair_desc = "수리 로봇을 사용 가능할 때 표시를 전환합니다."

L.feasts = "음식"
L.feast_desc = "전체 음식 사용시 표시합니다."
L.feast_cast = "%s - %s 사용!"
L.feast = "잔치 음식"
L.feast_desc = "잔치 음식이 준비되면 표시를 전환합니다."
L.feast_cast = "%s|1이;가; %s|1을;를; 준비합니다!"

--L.rebirth = "Rebirth"
--L.rebirth_desc = "Toggle showing combat resurrections."
L.rebirth = "전투 부활"
L.rebirth_desc = "전투 부활 표시를 전환합니다."
elseif locale == "ptBR" then
L.commonAuras = "Auras Comunes"
--L.outOfCombat = "Out of combat"
Expand Down

0 comments on commit ec61226

Please sign in to comment.