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