vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ $Id: BagFuLocale-zhCN.lua 16228 2006-11-07 11:29:34Z hshh $ ]]--
2 local L = AceLibrary("AceLocale-2.2"):new("FuBar_BagFu")
3  
4 L:RegisterTranslations("zhCN", function() return {
5 ["Ammo/Soul Bags"] = "弹药袋/灵魂袋",
6 ["Profession Bags"] = "专业背包",
7 ["Bag Depletion"] = "背包已使用状态",
8 ["Include ammo/soul bags"] = "包括弹药袋/灵魂袋",
9 ["Include profession bags"] = "包括专业背包",
10 ["Show depletion of bags"] = "显示背包已使用状态",
11 ["Bag Total"] = "背包总容量",
12 ["Show total amount of space in bags"] = "显示背包总容量大小",
13  
14 ["Soul Bag"] = "灵魂袋",
15 ["Enchanting Bag"] = "附魔材料袋",
16 ["Herb Bag"] = "草药袋",
17 ["Engineering Bag"] = "工程学材料袋",
18 ["Quiver"] = "箭袋",
19 ["Ammo Pouch"] = "弹药袋",
20  
21 ["Click to open your bags"] = "点击打开你的背包"
22 } end)