vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar")
2 L:RegisterTranslations("zhCN", function() return {
3 ["Action Bars"] = "动作条",
4 ["Auction"] = "拍卖",
5 ["Audio"] = "声音",
6 ["Battlegrounds/PvP"] = "战场/PVP",
7 ["Buffs"] = "增益法术",
8 ["Chat/Communication"] = "聊天/交流",
9 ["Druid"] = "德鲁伊",
10 ["Hunter"] = "猎人",
11 ["Mage"] = "法师",
12 ["Paladin"] = "圣骑士",
13 ["Priest"] = "牧师",
14 ["Rogue"] = "盗贼",
15 ["Shaman"] = "萨满祭司",
16 ["Warlock"] = "术士",
17 ["Warrior"] = "战士",
18 ["Healer"] = "治疗者",
19 ["Tank"] = "坦克",
20 ["Caster"] = "施法者",
21 ["Combat"] = "战斗",
22 ["Compilations"] = "整合",
23 ["Data Export"] = "数据导出",
24 ["Development Tools"] = "开发工具",
25 ["Guild"] = "公会",
26 ["Frame Modification"] = "框体修改",
27 ["Interface Enhancements"] = "界面加强",
28 ["Inventory"] = "背包",
29 ["Library"] = "运行库",
30 ["Map"] = "地图",
31 ["Mail"] = "邮件",
32 ["Miscellaneous"] = "杂项",
33 ["Quest"] = "任务",
34 ["Raid"] = "团队",
35 ["Tradeskill"] = "商业技能",
36 ["UnitFrame"] = "头像",
37 ["Others"] = "其他",
38  
39 ["Default"] = "默认",
40 ["Overflow plugins"] = "溢出插件",
41 ["Let plugins overflow onto another panel"] = "将溢出的插件自动转换到另一面板上",
42 ["Create new panel"] = "创建新面板",
43 ["Auto-adjust frames"] = "自动调整框体",
44 ["Toggle auto-adjustment of blizzard's frames"] = "切换是否自动调整暴雪框体",
45 ["Auto-hide top panels"] = "自动隐藏顶部面板",
46 ["Toggle auto-hiding of the top panels"] = "切换是否自动自动隐藏顶部面板",
47 ["Auto-hide bottom panels"] = "自动隐藏底部面板",
48 ["Toggle auto-hiding of the bottom panels"] = "切换是否自动自动隐藏底部面板",
49 ["Texture"] = "材质",
50 ["Change the texture of the panels"] = "改变面板帖图材质",
51 ["Spacing"] = "间距",
52 ["Spacing between plugins"] = "插件的显示间距",
53 ["Left-aligned spacing"] = "左侧对齐间距",
54 ["Set spacing between left-aligned plugins"] = "设置左侧对齐插件的显示间距",
55 ["Center-aligned spacing"] = "中央对齐间距",
56 ["Set spacing between center-aligned plugins"] = "设置中央对齐插件的显示间距",
57 ["Right-aligned spacing"] = "右侧对齐间距",
58 ["Set spacing between right-aligned plugins"] = "设置右侧对齐插件的显示间距",
59 ["Font size"] = "字体大小",
60 ["Panel font size"] = "面板字体大小",
61 ["Set font size for the plugins on the panel"] = "设置面板上插件的字体显示大小",
62 ["Tooltip font size"] = "信息条字体大小",
63 ["Set font size for the tooltip"] = "设置信息条的字体显示大小",
64 ["Transparency"] = "透明度",
65 -- ["Panel transparency"] = true,
66 ["Set transparency of the panels"] = "设置面板透明度",
67 -- ["Tooltip transparency"] = true,
68 -- ["Set transparency of the tooltip"] = true,
69 ["Thickness"] = "高度",
70 ["Set thickness between the panels"] = "设置面板高度",
71  
72 ChatCommands = { "/fubar" },
73  
74 ["Attach"] = "依附",
75 ["Lock panel"] = "锁定面板",
76 ["Remove panel"] = "移除面板",
77 ["Attach to top"] = "依附于屏幕顶部",
78 ["Attach to bottom"] = "依附于屏幕底部",
79 ["Detach panel"] = "解除面板依附",
80  
81 ["Are you sure you want to remove this panel?"] = "确定要移除此面板吗?",
82 } end)