Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: locales/zh_CN/IAdblockPlus.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « locales/sk/tutorials.json ('k') | locales/zh_CN/IAdblockPlusSubscription.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "title": {
3 "message": "IAdblockPlus"
4 },
5 "property0name": {
6 "message": "subscriptionCount"
7 },
8 "property0type": {
9 "message": "PRInt32"
10 },
11 "property0modifier": {
12 "message": "readonly"
13 },
14 "property0description": {
15 "message": "<p>  列表中订阅组的数目(包含特殊的订阅组)</p>"
16 },
17 "method0name": {
18 "message": "getSubscription"
19 },
20 "method0return_type": {
21 "message": "IAdblockPlusSubscription"
22 },
23 "method0return_description": {
24 "message": "所请求的订阅组或 <tt>null</tt>(如果找不到与所给标识符一致的订阅组)"
25 },
26 "method0argument0name": {
27 "message": "id"
28 },
29 "method0argument0type": {
30 "message": "AString"
31 },
32 "method0argument0description": {
33 "message": "该订阅组的标识符(对于普通订阅组是指它的 URL)"
34 },
35 "method0description": {
36 "message": "<p>  根据 ID 获取一个订阅组</p>"
37 },
38 "method1name": {
39 "message": "getSubscriptionAt"
40 },
41 "method1return_type": {
42 "message": "IAdblockPlusSubscription"
43 },
44 "method1return_description": {
45 "message": "所请求的订阅组或 <tt>null</tt>(如果所给的 index 无效)"
46 },
47 "method1argument0name": {
48 "message": "index"
49 },
50 "method1argument0type": {
51 "message": "PRInt32"
52 },
53 "method1argument0description": {
54 "message": "订阅组在列表中所处的位置,值基于零"
55 },
56 "method1description": {
57 "message": "<p>  根据所处的列表位置获取一个订阅组</p>"
58 },
59 "method2name": {
60 "message": "updateExternalSubscription"
61 },
62 "method2return_type": {
63 "message": "wstring"
64 },
65 "method2return_description": {
66 "message": "有效的订阅组标识符(可能与 id 参数不同)"
67 },
68 "method2argument0name": {
69 "message": "id"
70 },
71 "method2argument0type": {
72 "message": "AString"
73 },
74 "method2argument0description": {
75 "message": "订阅组的标识符(对于外部订阅组标识符可以是任何字符串)"
76 },
77 "method2argument1name": {
78 "message": "title"
79 },
80 "method2argument1type": {
81 "message": "AUTF8String"
82 },
83 "method2argument1description": {
84 "message": "创建新订阅组时所用到的标题。如果订阅组存在则忽略这个参数。"
85 },
86 "method2argument2name": {
87 "message": "patterns"
88 },
89 "method2argument2type": {
90 "message": "arrayof wstring"
91 },
92 "method2argument2description": {
93 "message": "订阅组所要包含的过滤规则 pattern 列表"
94 },
95 "method2description": {
96 "message": "<p>\n  更新一个外部订阅组或当前不存在此类订阅组时创建一个订阅组。这类订阅组 Adblock Plus 不负责更新,而是由 调用这个方法的扩展负责更新并在不需要时负责删除。\n</p>\n\n<p>\n  在 Adblock Plus 1.3 及更高版本中,外部订阅组不再像其他订阅组 一样保存在磁盘。浏览器每次启动并恢复外部订阅组时都需要调用 updateExternalSubscription() 方法,确保在用户卸载管理该外部订阅组的扩展 后及时从列表中移除。\n</p>\n\n<p>\n  此外,在 Adblock Plus 1.3 之前的版本中,这个类函数会返回一个标识是否可创建订阅组的布尔值 。Adblock Plus 1.3 及其更高的版本保证了订阅组的成功创建,但订阅组标识符有可能会被重写并返回一个新的标识符。\n</p>"
97 },
98 "method3name": {
99 "message": "removeExternalSubscription"
100 },
101 "method3return_type": {
102 "message": "boolean"
103 },
104 "method3return_description": {
105 "message": "<tt>true</tt>(成功移除该订阅组) <tt>false</tt>(不存在该订阅组或不是外部订阅组)"
106 },
107 "method3argument0name": {
108 "message": "id"
109 },
110 "method3argument0type": {
111 "message": "AString"
112 },
113 "method3argument0description": {
114 "message": "该订阅组的标识符(对于外部订阅组标识符可以是任意字符串)"
115 },
116 "method3description": {
117 "message": "<p>  移除一个外部的订阅组</p>"
118 },
119 "method4name": {
120 "message": "addPatterns"
121 },
122 "method4return_type": {
123 "message": "void"
124 },
125 "method4argument0name": {
126 "message": "patterns"
127 },
128 "method4argument0type": {
129 "message": "arrayof wstring"
130 },
131 "method4argument0description": {
132 "message": "所要添加的过滤规则列表"
133 },
134 "method4version": {
135 "message": "0.7.2.3"
136 },
137 "method4description": {
138 "message": "<p>  给用户自定义过滤规则列表添加 pattern</p>"
139 },
140 "method5name": {
141 "message": "removePatterns"
142 },
143 "method5return_type": {
144 "message": "void"
145 },
146 "method5argument0name": {
147 "message": "patterns"
148 },
149 "method5argument0type": {
150 "message": "arrayof wstring"
151 },
152 "method5argument0description": {
153 "message": "所要移除的过滤规则 pattern 列表"
154 },
155 "method5version": {
156 "message": "0.7.2.3"
157 },
158 "method5description": {
159 "message": "<p>  从用户自定义过滤规则列表移除 pattern</p>"
160 },
161 "method6name": {
162 "message": "getInstalledVersion"
163 },
164 "method6return_type": {
165 "message": "AString"
166 },
167 "method6return_description": {
168 "message": "Adblock Plus 版本号,例如:<tt>0.7.0.1</tt>"
169 },
170 "method6description": {
171 "message": "<p>  获取所安装的 Adblock Plus 扩展版本号。请注意这个版本号是扩展管理器或 InstallTrigger 所报 告的版本号,且在 Mozilla Suite 或 SeaMonkey 中使用 InstallTrigger 有可能会报告错误的版本号。</p>"
172 },
173 "s1": {
174 "message": "  这个接口可以用来实现其他扩展与 Adblock Plus 相集成。 它允许其他扩展从 Adblock Plus 获取部分信息 或添加可由其他扩展更新的\"特殊\"订阅组。"
175 }
176 }
OLDNEW
« no previous file with comments | « locales/sk/tutorials.json ('k') | locales/zh_CN/IAdblockPlusSubscription.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld