Index: locales/zh_CN/IAdblockPlusSubscription.json |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/locales/zh_CN/IAdblockPlusSubscription.json |
@@ -0,0 +1,131 @@ |
+{ |
+ "title": { |
+ "message": "IAdblockPlusSubscription" |
+ }, |
+ "property0name": { |
+ "message": "url" |
+ }, |
+ "property0type": { |
+ "message": "AString" |
+ }, |
+ "property0modifier": { |
+ "message": "readonly" |
+ }, |
+ "property0description": { |
+ "message": "<p>订阅标识符。对于外部管理的订阅以及特殊分组这个标识符可以是任意字符串,而对于其他订阅这个标识符表示其更新的 URL。</p>" |
+ }, |
+ "property1name": { |
+ "message": "special" |
+ }, |
+ "property1type": { |
+ "message": "boolean" |
+ }, |
+ "property1modifier": { |
+ "message": "readonly" |
+ }, |
+ "property1description": { |
+ "message": "<p>用来表示订阅是否属于一个包含用户自定义规则的特殊分组。目前支持四类的特殊分组,它们是 <tt><sub>fl</sub></tt>(普通规则)、<tt><sub>wl</sub></tt>(例外规则)、<tt><sub>eh</sub></tt>(元素隐藏规则)以及 <tt><sub>il</sub></tt>(无效规则)。</p>" |
+ }, |
+ "property2name": { |
+ "message": "title" |
+ }, |
+ "property2type": { |
+ "message": "AString" |
+ }, |
+ "property2modifier": { |
+ "message": "readonly" |
+ }, |
+ "property2description": { |
+ "message": "<p>在首选项对话框中显示的订阅列表标题</p>" |
+ }, |
+ "property3name": { |
+ "message": "autoDownload" |
+ }, |
+ "property3type": { |
+ "message": "boolean" |
+ }, |
+ "property3modifier": { |
+ "message": "readonly" |
+ }, |
+ "property3description": { |
+ "message": "<p>用来表示订阅是否会自动更新。请注意对于外部管理的订阅以及特殊分组,这个属性无实际意义。</p>" |
+ }, |
+ "property4name": { |
+ "message": "disabled" |
+ }, |
+ "property4type": { |
+ "message": "boolean" |
+ }, |
+ "property4modifier": { |
+ "message": "readonly" |
+ }, |
+ "property4description": { |
+ "message": "<p>用来表示订阅是否已禁用。如果将这个属性设为 <tt>true</tt>,则所有订阅的过滤规则都无法生效。</p>" |
+ }, |
+ "property5name": { |
+ "message": "external" |
+ }, |
+ "property5type": { |
+ "message": "boolean" |
+ }, |
+ "property5modifier": { |
+ "message": "readonly" |
+ }, |
+ "property5description": { |
+ "message": "<p>用来表示是否是一个外部管理的订阅。如果将这个属性设为 <tt>true</tt>,则只有某个扩展调用 <a href=\"/en/IAdblockPlus#method_updateExternalSubscription\">IAdblockPlus.updateExternalSubscription</a> 后才能更新这个订阅。</p>" |
+ }, |
+ "property6name": { |
+ "message": "lastDownload" |
+ }, |
+ "property6type": { |
+ "message": "long" |
+ }, |
+ "property6modifier": { |
+ "message": "readonly" |
+ }, |
+ "property6description": { |
+ "message": "<p>表示最近一次尝试下载订阅的时间戳(返回的格式为<tt>new Date().getTime()</tt>)。值为 0 表示该订阅从未下载。</p>" |
+ }, |
+ "property7name": { |
+ "message": "downloadStatus" |
+ }, |
+ "property7type": { |
+ "message": "AString" |
+ }, |
+ "property7modifier": { |
+ "message": "readonly" |
+ }, |
+ "property7description": { |
+ "message": "<p>最近一次尝试下载的结果代码,主要有以下几个值:</p>\n\n\t<ul>\n\t\t<li><tt>ok</tt> -- 下载成功</li>\n\t\t<li><tt>invalid_url</tt> -- 订阅地址无效</li>\n\t\t<li><tt>connection_error</tt> -- 无法下载订阅</li>\n\t\t<li><tt>invalid_data</tt> -- 已成功下载订阅,但第一行不是<tt>[Adblock]</tt></li>\n\t</ul>" |
+ }, |
+ "property8name": { |
+ "message": "lastModified" |
+ }, |
+ "property8type": { |
+ "message": "AString" |
+ }, |
+ "property8modifier": { |
+ "message": "readonly" |
+ }, |
+ "property8description": { |
+ "message": "<p>最近一次成功下载时接收到的 HTTP 标头的 <tt>Last-Modified</tt> 属性值。这个值目前尚未使用,因此始终留空。</p>" |
+ }, |
+ "method0name": { |
+ "message": "getPatterns" |
+ }, |
+ "method0return_type": { |
+ "message": "arrayof wstring" |
+ }, |
+ "method0return_description": { |
+ "message": "订阅的过滤规则数组" |
+ }, |
+ "method0description": { |
+ "message": "<p>获取一个订阅列表中的过滤规则。请注意这个类函数所返回的内容不适用于特殊分组。</p>" |
+ }, |
+ "s1": { |
+ "message": "这个接口代表 Adblock Plus 首选项对话框中一个从 <a>IAdblockPlus</a> 返回的分组。对于这个接口的所有接入都是只读的。" |
+ }, |
+ "s2": { |
+ "message": "<em>注意</em>:请勿保持一个指向该对象的引用。如果您需要在以后的某个时刻获取这个订阅列表的状态,请重新请求 IAdblockPlus 获取正确的信息。" |
+ } |
+} |