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

Side by Side Diff: locales/zh_TW/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/zh_CN/tutorials.json ('k') | locales/zh_TW/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>根據辨識碼取回一個條件集</p>"
37 },
38 "method1name": {
39 "message": "getSubscriptionAt"
40 },
41 "method1return_type": {
42 "message": "IAdblockPlusSubscription"
43 },
44 "method1return_description": {
45 "message": "要求的條件集,若提供的索引無效則回傳 <tt>null</tt>"
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": "條件集應包含的過濾條件"
94 },
95 "method2description": {
96 "message": "<p>\n更新一個外部條件集 (若該條件集不存在,則會建立它)。這種條件集不會由 Adblock Plus 更新,而是由該套件負 責呼叫這個方法來更新,或者在不需要此條件集時刪除它。\n</p>\n\n<p>\nAdblock Plus 1.3 或以上版本:外部條件集將不再和其他條件集一起 儲存在硬碟中,每次瀏覽器啟動需要呼叫 updateExternalSubscription() 來還原這個條件集。這是用來避免移除管理該外部條件集的套件時保留過 時的規則。\n</p>\n\n<p>\n另外,在 Adblock Plus 1.3 之前的版本,這個方法會回傳一個表示該條件集是否可被建立的布林值。Adbloc k 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> </tt>若該條件集被成功移除則回傳 true,<tt> </tt>若該條件集不存在或條件集並非由外部管理則回傳 fa lse。"
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>要增加到使用者自訂規則列表的過濾條件</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": "要移除的過濾條件"
154 },
155 "method5version": {
156 "message": "0.7.2.3"
157 },
158 "method5description": {
159 "message": "<p>要從使用者自訂規則列表中移除的過濾條件</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 中使用後者可能導致結果不正確。</p>"
172 },
173 "s1": {
174 "message": "本介面可供希望整合 Adblock Plus 的擴充套件使用。 它可以從 Adblock Plus 取得部份資訊,或者加入由其他 套件所更新的「額外」條件集。"
175 }
176 }
OLDNEW
« no previous file with comments | « locales/zh_CN/tutorials.json ('k') | locales/zh_TW/IAdblockPlusSubscription.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld