vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --$Id: locals.lua 8412 2006-08-19 04:47:50Z kaelten $--
2  
3 -- zhCN localization by hk2717
4 -- deDE localization by Gamefaq
5  
6 local L = AceLibrary("AceLocale-2.0"):new("OneBag")
7  
8 if GetLocale() == "zhCN" then
9 ONEBAG_LOCALE_MENU = "菜单"
10 elseif GetLocale() == "deDE" then
11 ONEBAG_LOCALE_MENU = "Menü"
12 else
13 ONEBAG_LOCALE_MENU = "Menu"
14 end
15  
16 L:RegisterTranslations("enUS", function()
17 return {
18 ["Frame"] = true,
19 ["Frame Options"] = true,
20 ["Columns"] = true,
21 ["Sets the number of columns to use"] = true,
22 ["Scale"] = true,
23 ["Sets the scale of the frame"] = true,
24 ["Strata"] = true,
25 ["Sets the strata of the frame"] = true,
26 ["Alpha"] = true,
27 ["Sets the alpha of the frame"] = true,
28 ["Locked"] = true,
29 ["Toggles the ability to move the frame"] = true,
30 ["Clamped"] = true,
31 ["Toggles the ability to drag the frame off screen."] = true,
32 ["Bag Break"] = true,
33 ["Sets wether to start a new row at the beginning of a bag."] = true,
34 ["Vertical Alignment"] = true,
35 ["Sets wether to have the extra spaces on the top or bottom."] = true,
36 ["Top"] = true,
37 ["Bottom"] = true,
38  
39 ["Show"] = true,
40 ["Various Display Options"] = true,
41 ["Counts"] = true,
42 ["Toggles showing the counts for special bags."] = true,
43 ["Direction"] = true,
44 ["Forward"] = true,
45 ["Toggles direction the bags are shown"] = true,
46 ["|cffff0000Reverse|r"] = true,
47 ["|cff00ff00Forward|r"] = true,
48 ["Ammo Bag"] = true,
49 ["Turns display of ammo bags on and off."] = true,
50 ["Soul Bag"] = true,
51 ["Turns display of soul bags on and off."] = true,
52 ["Profession Bag"] = true,
53 ["Turns display of profession bags on and off."] = true,
54 ["Backpack"] = true,
55 ["Turns display of your backpack on and off."] = true,
56 ["First Bag"] = true,
57 ["Turns display of your first bag on and off."] = true,
58 ["Second Bag"] = true,
59 ["Turns display of your second bag on and off."] = true,
60 ["Third Bag"] = true,
61 ["Turns display of your third bag on and off."] = true,
62 ["Fourth Bag"] = true,
63 ["Turns display of your fourth bag on and off."] = true,
64 ["'s Bags"] = true,
65  
66 ["Colors"] = true,
67 ["Different color code settings."] = true,
68 ["Mousover Color"] = true,
69 ["Changes the highlight color for when you mouseover a bag slot."] = true,
70 ["Ammo Bag Color"] = true,
71 ["Changes the highlight color for Ammo Bags."] = true,
72 ["Soul Bag Color"] = true,
73 ["Changes the highlight color for Soul Bags."] = true,
74 ["Profession Bag Color"] = true,
75 ["Changes the highlight color for Profession Bags."] = true,
76 ["Background Color"] = true,
77 ["Changes the background color for the frame."] = true,
78 ["Highlight Glow"] = true,
79 ["Turns hightlight glow on and off."] = true,
80 ["Rarity Coloring"] = true,
81 ["Turns rarity coloring on and off."] = true,
82  
83 ["Reset"] = true,
84 ["Reset the different colors."] = true,
85 ["Mouseover Color"] = true,
86 ["Returns your mouseover color to the default."] = true,
87 ["Ammo Slot Color"] = true,
88 ["Returns your ammo slot color to the default."] = true,
89 ["Soul Slot Color"] = true,
90 ["Returns your soul slot color to the default."] = true,
91 ["Profession Slot Color"] = true,
92 ["Returns your profession slot color to the default."] = true,
93 ["Background"] = true,
94 ["Returns your frame background to the default."] = true,
95 ["Plow!"] = true,
96 ["Organizes your bags."] = true,
97 ["- Note: This option only appears if you have MrPlow installed"] = true,
98  
99 ["%s ran in %s"] = true,
100 ["Checking if bag %s is open"] = true,
101 ["Opening bag %s"] = true,
102 ["Closing bag %s"] = true,
103  
104 ["Quiver"] = true,
105 ["Soul Bag"] = true,
106 ["Container"] = true,
107 ["Bag"] = true,
108  
109 ["Normal used: %s, Soul used: %s, Prof used: %s, Ammo used %s, Ammo quantity %s."] = true,
110 ["%s/%s Slots"] = true,
111 ["%s/%s Ammo"] = true,
112 ["%s/%s Soul Shards"] = true,
113 ["%s/%s Profession Slots"] = true,
114 }
115 end)
116  
117 L:RegisterTranslations("zhCN", function()
118 return {
119 ["Frame"] = "框体",
120 ["Frame Options"] = "框体设置",
121 ["Columns"] = "栏数",
122 ["Sets the number of columns to use"] = "设置每行的背包格子数量",
123 ["Scale"] = "缩放",
124 ["Sets the scale of the frame"] = "设置框体缩放比例",
125 ["Strata"] = "层级",
126 ["Sets the strata of the frame"] = "设置框体显示优先级",
127 ["Alpha"] = "透明度",
128 ["Sets the alpha of the frame"] = "设置框体透明度",
129 ["Locked"] = "锁定",
130 ["Toggles the ability to move the frame"] = "切换是否锁定框体位置",
131 ["Clamped"] = "限制",
132 ["Toggles the ability to drag the frame off screen."] = "切换是否限制框体位置使其不能被拖动到屏幕边缘之外。",
133  
134 ["Show"] = "显示",
135 ["Various Display Options"] = "各种显示设置",
136 ["Counts"] = "计数",
137 ["Toggles showing the counts for special bags."] = "切换是否显示特殊背包的格子计数。",
138 ["Direction"] = "方向",
139 ["Forward"] = "正向",
140 ["Toggles direction the bags are shown"] = "切换背包显示顺序",
141 ["|cffff0000Reverse|r"] = "|cffff0000反向|r",
142 ["|cff00ff00Forward|r"] = "|cff00ff00正向|r",
143 ["Ammo Bag"] = "弹药袋",
144 ["Turns display of ammo bags on and off."] = "切换是否显示弹药袋。",
145 ["Soul Bag"] = "灵魂袋",
146 ["Turns display of soul bags on and off."] = "切换是否显示灵魂袋。",
147 ["Profession Bag"] = "专业袋",
148 ["Turns display of profession bags on and off."] = "切换是否显示专业袋。",
149 ["Backpack"] = "背包",
150 ["Turns display of your backpack on and off."] = "切换是否显示背包。",
151 ["First Bag"] = "第一个包",
152 ["Turns display of your first bag on and off."] = "切换是否显示第一个包。",
153 ["Second Bag"] = "第二个包",
154 ["Turns display of your second bag on and off."] = "切换是否显示第二个包。",
155 ["Third Bag"] = "第三个包",
156 ["Turns display of your third bag on and off."] = "切换是否显示第三个包。",
157 ["Fourth Bag"] = "第四个包",
158 ["Turns display of your fourth bag on and off."] = "切换是否显示第四个包。",
159 ["'s Bags"] = "的背包",
160  
161 ["Colors"] = "颜色",
162 ["Different color code settings."] = "各种颜色设置。",
163 ["Mouseover Color"] = "鼠标悬浮颜色",
164 ["Changes the highlight color for when you mouseover a bag slot."] = "变更鼠标悬浮于背包格子上时的高亮颜色。",
165 ["Ammo Bag Color"] = "弹药袋颜色",
166 ["Changes the highlight color for Ammo Bags."] = "变更弹药袋的高亮颜色。",
167 ["Soul Bag Color"] = "灵魂袋颜色",
168 ["Changes the highlight color for Soul Bags."] = "变更灵魂袋的高亮颜色。",
169 ["Profession Bag Color"] = "专业袋颜色",
170 ["Changes the highlight color for Profession Bags."] = "变更专业袋的高亮颜色。",
171 ["Background Color"] = "背景颜色",
172 ["Changes the background color for the frame."] = "变更框体背景颜色。",
173 ["Highlight Glow"] = "高亮发光",
174 ["Turns hightlight glow on and off."] = "开关高亮发光。",
175 ["Rarity Coloring"] = "品质颜色",
176 ["Turns rarity coloring on and off."] = "开关品质颜色。",
177  
178 ["Reset"] = "重置",
179 ["Reset the different colors."] = "重置各种颜色设置",
180 ["Returns your mouseover color to the default."] = "重置鼠标悬浮颜色为默认设置。",
181 ["Ammo Slot Color"] = "弹药格颜色",
182 ["Returns your ammo slot color to the default."] = "重置弹药格颜色为默认设置。",
183 ["Soul Slot Color"] = "灵魂格颜色",
184 ["Returns your soul slot color to the default."] = "重置灵魂格颜色为默认设置。",
185 ["Profession Slot Color"] = "专业格颜色",
186 ["Returns your profession slot color to the default."] = "重置专业格颜色为默认设置。",
187 ["Background"] = "背景",
188 ["Returns your frame background to the default."] = "重置背景颜色为默认设置。",
189 ["Plow!"] = "整理!",
190 ["Organizes your bags."] = "整理你的背包。",
191 ["- Note: This option only appears if you have MrPlow installed"] = "- 注意:只有当你安装了Mr.Plow插件时才会出现此设置",
192  
193 ["%s ran in %s"] = "%s运行于%s下",
194 ["Checking if bag %s is open"] = "检测背包%s是否是打开状态",
195 ["Opening bag %s"] = "打开背包%s",
196 ["Closing bag %s"] = "关闭背包%s",
197  
198 ["Quiver"] = "箭袋",
199 ["Soul Bag"] = "灵魂袋",
200 ["Container"] = "背包",
201 ["Bag"] = "包裹",
202  
203 ["Normal used: %s, Soul used: %s, Prof used: %s, Ammo used %s, Ammo quantity %s."] = "普通背包已用:%s,灵魂袋已用:%s,专业袋已用:%s,弹药袋已用:%s,弹药品质:%s。",
204 ["%s/%s Slots"] = "%s/%s背包",
205 ["%s/%s Ammo"] = "%s/%s弹药",
206 ["%s/%s Soul Shards"] = "%s/%s灵魂碎片",
207 ["%s/%s Profession Slots"] = "%s/%s专业袋",
208 }
209 end)
210  
211 L:RegisterTranslations("deDE", function()
212 return {
213 ["Frame"] = "Fenster",
214 ["Frame Options"] = "Fenster Optionen.",
215 ["Columns"] = "Spalten",
216 ["Sets the number of columns to use"] = "Stellt die Menge der Spalten ein.",
217 ["Scale"] = "Skalierung",
218 ["Sets the scale of the frame"] = "Stellt die Gr\195\182\195\159e des Fensters ein.",
219 ["Strata"] = "Schichten",
220 ["Sets the strata of the frame"] = "Stellt die Schichth\195\182he des Fensters ein was ein \195\188berblenden von diesem Fenster mit einem anderen verhindert.",
221 ["Alpha"] = "Transparenz",
222 ["Sets the alpha of the frame"] = "Stellt die Transparenz des Fensters ein.",
223 ["Locked"] = "Fixieren",
224 ["Toggles the ability to move the frame"] = "Bestimmt ob das Fenster verschoben werden kann.",
225 ["Clamped"] = "Sichtbereich",
226 ["Toggles the ability to drag the frame off screen."] = "Bestimmt ob das Fenster au\195\159erhalb des sichtbaren Bereichs geschoben werden kann.",
227 ["Bag Break"] = "Taschen Zeilenumbruch",
228 ["Sets wether to start a new row at the beginning of a bag."] = "Stellt ein eine neue Zeile zu benutzen beim Anzeigen einer neuen Tasche.",
229 ["Vertical Alignment"] = "Vertikale Ausrichtung",
230 ["Sets wether to have the extra spaces on the top or bottom."] = "Stellt ein ob die Taschen mit freien fensterplatz oben oder unten ausgerichtet werden.",
231 ["Top"] = "Oben",
232 ["Bottom"] = "Unten",
233  
234 ["Show"] = "Zeige",
235 ["Various Display Options"] = "Verschiedene Anzeige Optionen.",
236 ["Counts"] = "Anzahl",
237 ["Toggles showing the counts for special bags."] = "Bestimmt ob die Anzahl besonderer Taschen angezeigt wird.",
238 ["Direction"] = "Richtung",
239 ["Forward"] = "Vorw\195\164rts",
240 ["Toggles direction the bags are shown"] = "Bestimmt die Richtung in der die Taschen angezeigt werden.",
241 ["|cffff0000Reverse|r"] = "|cffff0000R\195\188ckw\195\164rts|r",
242 ["|cff00ff00Forward|r"] = "|cffff0000Vorw\195\164rts|r",
243 ["Ammo Bag"] = "Munitionstasche",
244 ["Turns display of ammo bags on and off."] = "Schaltet die Munitionstasche an und aus.",
245 ["Soul Bag"] = "Seelentasche",
246 ["Turns display of soul bags on and off."] = "Schaltet die Seelentasche an und aus.",
247 ["Profession Bag"] = "Beruf Taschen",
248 ["Turns display of profession bags on and off."] = "Schaltet die Berufe Taschen an und aus.",
249 ["Backpack"] = "Rucksack",
250 ["Turns display of your backpack on and off."] = "Schaltet den Rucksack an und aus.",
251 ["First Bag"] = "Erste Tasche",
252 ["Turns display of your first bag on and off."] = "Schaltet das Anzeigen der ersten Tasche an und aus.",
253 ["Second Bag"] = "Zweite Tasche",
254 ["Turns display of your second bag on and off."] = "Schaltet das Anzeigen der zweiten Tasche an und aus.",
255 ["Third Bag"] = "Dritte Tasche",
256 ["Turns display of your third bag on and off."] = "Schaltet das Anzeigen der dritten Tasche an und aus.",
257 ["Fourth Bag"] = "Vierte Tasche",
258 ["Turns display of your fourth bag on and off."] = "Schaltet das Anzeigen der vierte Tasche an und aus.",
259 ["'s Bags"] = "'s Taschen",
260  
261 ["Colors"] = "Farben",
262 ["Different color code settings."] = "Verschiedene Farbschema Einstellungen.",
263 ["Mousover Color"] = "Mause\195\188ber Farbe",
264 ["Changes the highlight color for when you mouseover a bag slot."] = "Ver\195\164ndert die Hervorhebungsfarbe wenn du mit dem MAuscurser \195\188ber einen Bankplatz gehst.",
265 ["Ammo Bag Color"] = "Munitionstaschen Farbe",
266 ["Changes the highlight color for Ammo Bags."] = "Ver\195\164ndert die Hervorhebungsfarbe f\195\188r Munitionstaschen.",
267 ["Soul Bag Color"] = "Seelentaschen Farbe",
268 ["Changes the highlight color for Soul Bags."] = "Ver\195\164ndert die Hervorhebungsfarbe f\195\188r Seelentaschen.",
269 ["Profession Bag Color"] = "Berufe Taschen Farbe",
270 ["Changes the highlight color for Profession Bags."] = "Ver\195\164ndert die Hervorhebungsfarbe f\195\188r Berufe Taschen.",
271 ["Background Color"] = "Hintergrundfarbe",
272 ["Changes the background color for the frame."] = "Ver\195\164ndert die Hintergrundfarbe des Fensters.",
273 ["Highlight Glow"] = "Hervorhebungsleuchten",
274 ["Turns hightlight glow on and off."] = "Schaltet das Hervorhebebungsleuchten an und aus.",
275 ["Rarity Coloring"] = "Selteneheits Einf\195\164rbung",
276 ["Turns rarity coloring on and off."] = "Schaltet die Seltenheitseinf\195\164rbung von Items an und aus.",
277  
278 ["Reset"] = "Zur\195\188ckstellen",
279 ["Reset the different colors."] = "Stellt die Einstellungen der Farben wieder zurr\195\188ck.",
280 ["Mouseover Color"] = "Maus\195\188ber Farbe",
281 ["Returns your mouseover color to the default."] = "Setzt deine Maus\195\188ber Farbe wieder auf die Grundeinstellung.",
282 ["Ammo Slot Color"] = "Munitionstaschen Farbe",
283 ["Returns your ammo slot color to the default."] = "Setzt deine Munitionstaschen Farbe wieder auf die Grundeinstellung.",
284 ["Soul Slot Color"] = "Seelenpl\195\164tze Farben",
285 ["Returns your soul slot color to the default."] = "Setzt deine Seelenpl\195\164tze Farbe wieder auf die Grundeinstellung.",
286 ["Profession Slot Color"] = "Berufe Pl\195\164tze Farben",
287 ["Returns your profession slot color to the default."] = "Setzt deine Berufepl\195\164tze Farbe wieder auf die Grundeinstellung.",
288 ["Background"] = "Hintergrund",
289 ["Returns your frame background to the default."] = "Setzt die Hintergrundfarbe wieder auf die Grundeinstellung zurr\195\188ck.",
290 ["Plow!"] = "Plow!",
291 ["Organizes your bags."] = "Sortiert deine Taschen.",
292 ["- Note: This option only appears if you have MrPlow installed"] = "- Hinweis: Diese Option erscheint nur wenn du das Addon MrPlow installiert hast.",
293  
294 ["%s ran in %s"] = "%s lief in %s",
295 ["Checking if bag %s is open"] = "Pr\195\188fe ob Tasche %s ge\195\182ffnet ist.",
296 ["Opening bag %s"] = "\195\182ffne Tasche %s",
297 ["Closing bag %s"] = "Schliesse Tasche %s",
298  
299 ["Quiver"] = "K\195\182cher",
300 ["Soul Bag"] = "Seelentasche",
301 ["Container"] = "Beh\195\164lter",
302 ["Bag"] = "Beh\195\164lter",
303  
304 ["Normal used: %s, Soul used: %s, Prof used: %s, Ammo used %s, Ammo quantity %s."] = "Normal benutzt: %s, Seele benutzt: %s, Berufe benutzt: %s, Munition benutzt %s, Munition quantit\195\164t %s.",
305 ["%s/%s Slots"] = "%s/%s Pl\195\164tze",
306 ["%s/%s Ammo"] = "%s/%s Munition",
307 ["%s/%s Soul Shards"] = "%s/%s Seelensplitter",
308 ["%s/%s Profession Slots"] = "%s/%s Berufe Pl\195\164tze",
309 }
310 end)