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

Unified Diff: locales/zh_TW/IAdblockPlusSubscription.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/zh_TW/IAdblockPlus.json ('k') | locales/zh_TW/abpwatcher.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locales/zh_TW/IAdblockPlusSubscription.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/locales/zh_TW/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>最後一次成功下載時接收的 <tt>Last-Modified</tt> HTTP 標頭。這個值尚未使用,所以始終留空。</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 取得正確的資訊。"
+ }
+}
« no previous file with comments | « locales/zh_TW/IAdblockPlus.json ('k') | locales/zh_TW/abpwatcher.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld