Xiiph@9
|
1 -- koKR.lua
|
Xiiph@9
|
2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "koKR")
|
Xiiph@9
|
3 if not L then return end
|
Xiiph@9
|
4
|
Xiiph@9
|
5 --@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true)@
|
Xiiph@9
|
6 --@do-not-package@
|
Xiiph@9
|
7 L["%(%d+%.*%d* damage per second%)"] = "초당 공격력 %(([%d%.,]+)%)"
|
Xiiph@9
|
8 L["%+?%d+ Agility"] = "민첩 %+?%d+"
|
Xiiph@9
|
9 L["%+?%d+ Arcane Resistance"] = "비전 저항력 %+?(%d+)"
|
Xiiph@9
|
10 L["%+?%d+ Armor"] = "방어도 %+(%d+)"
|
Xiiph@9
|
11 L["%+?%d+ Attack Power"] = "전투력 %+?%d+"
|
Xiiph@9
|
12 -- L["%+?%d+ Block"] = "%+?%d+ Block"
|
Xiiph@9
|
13 L["%+?%d+ Crit Rating"] = "치명타 적중도 %+?%d+"
|
Xiiph@9
|
14 -- L["%+?%d+ Critical Strike Rating"] = "%+?%d+ Critical Strike Rating"
|
Xiiph@9
|
15 L["%+?%d+ Dodge Rating"] = "회피 숙련도 %+?(%d+)"
|
Xiiph@9
|
16 L["%+?%d+ Expertise Rating"] = "숙련도 %+?%d+"
|
Xiiph@9
|
17 L["%+?%d+ Fire Resistance"] = "화염 저항력 %+?(%d+)"
|
Xiiph@9
|
18 L["%+?%d+ Frost Resistance"] = "냉기 저항력 %+?(%d+)"
|
Xiiph@9
|
19 L["%+?%d+ Haste Rating"] = "가속도 %+?%d+"
|
Xiiph@9
|
20 L["%+?%d+ Hit Rating"] = "적중도 %+?%d+"
|
Xiiph@9
|
21 L["%+?%d+ Intellect"] = "지능 %+?%d+"
|
Xiiph@9
|
22 L["%+?%d+ Mastery Rating"] = "특화도 %+?(%d+)"
|
Xiiph@9
|
23 L["%+?%d+ Nature Resistance"] = "자연 저항력 %+?(%d+)"
|
Xiiph@9
|
24 -- L["%+?%d+ Parry"] = "%+?%d+ Parry"
|
Xiiph@9
|
25 L["%+?%d+ Resilience Rating"] = "탄력도 %+?(%d+)"
|
Xiiph@9
|
26 L["%+?%d+ Shadow Resistance"] = "암흑 저항력 %+?(%d+)"
|
Xiiph@9
|
27 L["%+?%d+ Spell Power"] = "주문력 %+(%d+)"
|
Xiiph@9
|
28 L["%+?%d+ Spirit"] = "정신력 %+?%d+"
|
Xiiph@9
|
29 L["%+?%d+ Stamina"] = "체력 %+?%d+"
|
Xiiph@9
|
30 L["%+?%d+ Strength"] = "힘 %+?%d+"
|
Xiiph@9
|
31 -- L["%s*and%s*"] = "%s*and%s*"
|
Xiiph@9
|
32 L["Agility"] = "민첩성"
|
Xiiph@9
|
33 -- L["Alias for /shiny config."] = "Alias for /shiny config."
|
Xiiph@9
|
34 L["Arcane Resistance"] = "비전 저항력"
|
Xiiph@9
|
35 L["Armor"] = "방어도"
|
Xiiph@9
|
36 L["Attack Power"] = "전투력"
|
Xiiph@9
|
37 L["Block Rating"] = "방패 막기 숙련도"
|
Xiiph@9
|
38 L["Colors"] = "색상"
|
Xiiph@9
|
39 L["Critical Strike Rating"] = "치명타 적중도"
|
Xiiph@9
|
40 L["Dodge Rating"] = "회피 숙련도"
|
Xiiph@9
|
41 L["Ench"] = "마부"
|
Xiiph@9
|
42 L["Enchant Color"] = "마법부여 색상"
|
Xiiph@9
|
43 -- L["Enchant Prefixing"] = "Enchant Prefixing"
|
Xiiph@9
|
44 L["Equip: Increases attack power by %d+%.*"] = "착용 효과: 전투력이 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
45 L["Equip: Increases spell power by %d*%.*"] = "착용 효과: 주문력이 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
46 -- L["Equip: Increases your block rating by %d*%.*"] = "Equip: Increases your block rating by %d*%.*"
|
Xiiph@9
|
47 L["Equip: Increases your critical strike rating by %d+%.*"] = "착용 효과: 치명타 적중도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
48 L["Equip: Increases your dodge rating by %d*%.*"] = "착용 효과: 회피 숙련도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
49 L["Equip: Increases your expertise rating by %d+%.*"] = "착용 효과: 숙련도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
50 L["Equip: Increases your haste rating by %d+%.*"] = "착용 효과: 가속도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
51 L["Equip: Increases your hit rating by %d+%.*"] = "착용 효과: 적중도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
52 L["Equip: Increases your mastery rating by %d*%.*"] = "착용 효과: 특화도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
53 L["Equip: Increases your parry rating by %d*%.*"] = "착용 효과: 무기 막기 숙련도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
54 L["Equip: Increases your resilience rating by %d*%.*"] = "착용 효과: 탄력도가 (%d+)%만큼 증가합니다.*"
|
Xiiph@9
|
55 L["Expertise Rating"] = "숙련도"
|
Xiiph@9
|
56 L["Fire Resistance"] = "화염 저항력"
|
Xiiph@9
|
57 L["Frost Resistance"] = "냉기 저항력"
|
Xiiph@9
|
58 L["Haste Rating"] = "가속도"
|
Xiiph@9
|
59 L["Hit Rating"] = "적중도"
|
Xiiph@9
|
60 L["Intellect"] = "지능"
|
Xiiph@9
|
61 L["Item Level"] = "아이템 레벨"
|
Xiiph@9
|
62 L["Item Level %d*"] = "아이템레벨 %d*"
|
Xiiph@9
|
63 L["Mastery Rating"] = "특화도"
|
Xiiph@9
|
64 L["Nature Resistance"] = "자연 저항력"
|
Xiiph@9
|
65 L["Parry Rating"] = "무기 막기 숙련도"
|
Xiiph@9
|
66 L["Reset"] = "초기화"
|
Xiiph@9
|
67 -- L["Reset settings back to defaults."] = "Reset settings back to defaults."
|
Xiiph@9
|
68 L["Resilience Rating"] = "탄력도"
|
Xiiph@9
|
69 -- L["Set the colors of the various item stats."] = "Set the colors of the various item stats."
|
Xiiph@9
|
70 L["Shadow Resistance"] = "암흑 저항력"
|
Xiiph@9
|
71 L["ICU settings"] = "ICU 설정"
|
Xiiph@9
|
72 L["ICU settings (Ace style)"] = "ICU 설정 (Ace 형식)"
|
Xiiph@9
|
73 -- L["Shorten Enchants"] = "Shorten Enchants"
|
Xiiph@9
|
74 -- L["Shorten Equips"] = "Shorten Equips"
|
Xiiph@9
|
75 L["Shorten Separator"] = "구분자"
|
Xiiph@9
|
76 -- L["Shows the Ace configuration dialog for ICU."] = "Shows the Ace configuration dialog for ICU."
|
Xiiph@9
|
77 -- L["Shows the blizzard configuration dialog for ICU."] = "Shows the blizzard configuration dialog for ICU."
|
Xiiph@9
|
78 -- L["Speed %d+%.*%d*"] = "Speed %d+%.*%d*"
|
Xiiph@9
|
79 L["Spell Power"] = "주문력"
|
Xiiph@9
|
80 L["Spirit"] = "정신력"
|
Xiiph@9
|
81 L["Stamina"] = "체력"
|
Xiiph@9
|
82 L["Strength"] = "힘"
|
Xiiph@9
|
83 -- L["The string replacing substituted values. (Does nothing if ShortenEquips and ShortenEnchants are disabled)"] = "The string replacing substituted values. (Does nothing if ShortenEquips and ShortenEnchants are disabled)"
|
Xiiph@9
|
84 L["Weapon DPS"] = "초당 공격력"
|
Xiiph@9
|
85 L["Weapon Damage"] = "피해"
|
Xiiph@9
|
86 L["Weapon Speed"] = "공격 속도"
|
Xiiph@9
|
87 -- L["Whether or not you wish for the addon to prefix enchants."] = "Whether or not you wish for the addon to prefix enchants."
|
Xiiph@9
|
88 -- L["Whether or not you wish for the addon to reduce enchant/socket texts to a minimum."] = "Whether or not you wish for the addon to reduce enchant/socket texts to a minimum."
|
Xiiph@9
|
89 -- L["Whether or not you wish for the addon to reduce equip texts to a minimum."] = "Whether or not you wish for the addon to reduce equip texts to a minimum."
|
Xiiph@9
|
90 -- L["^<Made"] = "^<Made"
|
Xiiph@9
|
91 L["^<Right"] = "^<(.+)오른쪽 클릭>"
|
Xiiph@9
|
92 L["^<Shift"] = "^<보석을"
|
Xiiph@9
|
93 L["^Chance"] = "^발동 효과"
|
Xiiph@9
|
94 L["^Equip"] = "^착용 효과"
|
Xiiph@9
|
95 L["^Set"] = "^세트 효과"
|
Xiiph@9
|
96 L["^Socket"] = "^보석 장착"
|
Xiiph@9
|
97 L["^Socket Bonus"] = "^보석 장착 보너스"
|
Xiiph@9
|
98 L["^Use"] = "^사용 효과"
|
Xiiph@9
|
99 -- L["attack power by %d+%.*"] = "attack power by %d+%.*"
|
Xiiph@9
|
100 -- L["block rating by %d*%.*"] = "block rating by %d*%.*"
|
Xiiph@9
|
101 -- L["critical strike rating by %d+%.*"] = "critical strike rating by %d+%.*"
|
Xiiph@9
|
102 -- L["dodge rating by %d*%.*"] = "dodge rating by %d*%.*"
|
Xiiph@9
|
103 -- L["expertise rating by %d+%.*"] = "expertise rating by %d+%.*"
|
Xiiph@9
|
104 -- L["haste rating by %d+%.*"] = "haste rating by %d+%.*"
|
Xiiph@9
|
105 -- L["hit rating by %d+%.*"] = "hit rating by %d+%.*"
|
Xiiph@9
|
106 -- L["mastery rating by %d*%.*"] = "mastery rating by %d*%.*"
|
Xiiph@9
|
107 -- L["parry rating by %d*%.*"] = "parry rating by %d*%.*"
|
Xiiph@9
|
108 -- L["resilience rating by %d*%.*"] = "resilience rating by %d*%.*"
|
Xiiph@9
|
109 -- L["spell power by %d*%.*"] = "spell power by %d*%.*"
|
Xiiph@9
|
110 --@end-do-not-package@ |