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("Bartender")
2  
3 L:RegisterTranslations("zhCN", function()
4 return {
5 ["Lock"] = "锁定",
6 ["Toggle locking of the bars."] = "锁定/解锁 动作条",
7 ["Borders"] = "边框",
8 ["Toggle borders of the bars."] = "显示/隐藏 动作条边框",
9 ["Reset current Profile"] = "Reset current Profile",
10 ["*WARNING* Reset ALL Bars to default with this Profile"] = "*WARNING* Reset ALL Bars to default with this Profile",
11 ["Keep bars enabled at login"] = "登录时保持动作条为启用状态",
12 ["Toggle enabling all actionbars on/off at login"] = "登录时 启用/禁用 所有的动作条",
13 ["How may I serve you?"] = "我能为你做些什么么?",
14 ["All ActionBars enabled."] = "所有动作条已启用",
15 ["Please lock your bars first."] = "请先锁定你的动作条",
16 ["Creating new database ..."] = "创建新的数据库 ...",
17 ["*WARNING* Are you sure you want to reset this Profile?"] = "*WARNING* Are you sure you want to reset this Profile?",
18 ["Yes"] = "是",
19 ["No"] = "否",
20 ["Keep bars on screen"] = "Keep bars on screen",
21 ["Keep all the actionbars in the visible area."] = "Keep all the actionbars in the visible area.",
22 ["Sticky Frames"] = "Sticky Frames",
23 ["Enable Sticky Frames when Moving."] = "Enable Sticky Frames when Moving.",
24  
25 ["Bar1"] = "动作条1",
26 ["Bar1 options."] = "动作条1 选项",
27 ["Bar2"] = "动作条2",
28 ["Bar2 options."] = "动作条2 选项",
29 ["Bar3"] = "动作条3",
30 ["Bar3 options."] = "动作条3 选项",
31 ["Bar4"] = "动作条4",
32 ["Bar4 options."] = "动作条4 选项",
33 ["Bar5"] = "动作条5",
34 ["Bar5 options."] = "动作条5 选项",
35 ["Bar6"] = "形态条",
36 ["Bar6 options."] = "形态条 选项.",
37 ["Bar7"] = "宠物动作条",
38 ["Bar7 options."] = "宠物动作条 选项.",
39 ["Bar8"] = "背包条",
40 ["Bar8 options."] = "背包条 选项.",
41 ["Bar9"] = "系统微帮助条",
42 ["Bar9 options."] = "系统微帮助条 选项.",
43  
44 ["Show"] = "显示",
45 ["Toggle bar shown."] = "显示/隐藏 动作条",
46 ["Rows"] = "行数",
47 ["Change the rows of the Bar"] = "改变动作条的行数",
48 ["Scale"] = "缩放",
49 ["Scale of the bar."] = "动作条的缩放",
50 ["Alpha"] = "透明度",
51 ["Alpha of the bar."] = "动作条的透明度",
52 ["Padding"] = "间隙",
53 ["Padding of the bar."] = "动作条的间隙",
54 ["Hotkey"] = "热键",
55 ["Toggle the bar HotKey on/off"] = "显示/隐藏 动作条热键",
56 ["Swap"] = "切换",
57 ["Swap bar horizontally/vertically."] = "切换动作条 水平/垂直 显示",
58 ["Allow Bar1 Stanceswap"] = "Allow Bar1 Stanceswap",
59 ["Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off"] = "Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off",
60  
61 ["Bar6 (Shapebar)"] = "动作条6 (形态条)",
62 ["Bar7 (Petbar)"] = "动作条7 (宠物动作条)",
63 ["Bar8 (Bagbar)"] = "动作条8 (背包条)",
64 ["Bar9 (Microbar)"] = "动作条9 (系统微帮助条)",
65 }
66 end)