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

Unified 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.
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_CN/tutorials.json ('k') | locales/zh_TW/IAdblockPlusSubscription.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locales/zh_TW/IAdblockPlus.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/locales/zh_TW/IAdblockPlus.json
@@ -0,0 +1,176 @@
+{
+ "title": {
+ "message": "IAdblockPlus"
+ },
+ "property0name": {
+ "message": "subscriptionCount"
+ },
+ "property0type": {
+ "message": "PRInt32"
+ },
+ "property0modifier": {
+ "message": "readonly"
+ },
+ "property0description": {
+ "message": "<p>訂閱條件集數量 (包含特殊的條件集)</p>"
+ },
+ "method0name": {
+ "message": "getSubscription"
+ },
+ "method0return_type": {
+ "message": "IAdblockPlusSubscription"
+ },
+ "method0return_description": {
+ "message": "要求的條件集,若沒有給予辨識碼的條件集則回傳<tt>null</tt>"
+ },
+ "method0argument0name": {
+ "message": "id"
+ },
+ "method0argument0type": {
+ "message": "AString"
+ },
+ "method0argument0description": {
+ "message": "該條件集的辨識碼 (對一般的條件集而言就是它的 URL )"
+ },
+ "method0description": {
+ "message": "<p>根據辨識碼取回一個條件集</p>"
+ },
+ "method1name": {
+ "message": "getSubscriptionAt"
+ },
+ "method1return_type": {
+ "message": "IAdblockPlusSubscription"
+ },
+ "method1return_description": {
+ "message": "要求的條件集,若提供的索引無效則回傳 <tt>null</tt>"
+ },
+ "method1argument0name": {
+ "message": "index"
+ },
+ "method1argument0type": {
+ "message": "PRInt32"
+ },
+ "method1argument0description": {
+ "message": "條件集在列表中的位址,從零開始。"
+ },
+ "method1description": {
+ "message": "<p>根據列表中的位址取回一個條件集</p>"
+ },
+ "method2name": {
+ "message": "updateExternalSubscription"
+ },
+ "method2return_type": {
+ "message": "wstring"
+ },
+ "method2return_description": {
+ "message": "有效的條件集識別碼 (可能與 id 參數不一致)"
+ },
+ "method2argument0name": {
+ "message": "id"
+ },
+ "method2argument0type": {
+ "message": "AString"
+ },
+ "method2argument0description": {
+ "message": "條件集的辨識碼 (外部的條件集可以是任何字串)"
+ },
+ "method2argument1name": {
+ "message": "title"
+ },
+ "method2argument1type": {
+ "message": "AUTF8String"
+ },
+ "method2argument1description": {
+ "message": "建立新條件集時用來當作條件集的標題。如果條件集已經存在,這個參數將被忽略。"
+ },
+ "method2argument2name": {
+ "message": "patterns"
+ },
+ "method2argument2type": {
+ "message": "arrayof wstring"
+ },
+ "method2argument2description": {
+ "message": "條件集應包含的過濾條件"
+ },
+ "method2description": {
+ "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 之前的版本,這個方法會回傳一個表示該條件集是否可被建立的布林值。Adblock Plus 1.3 後的版本建立一個條件集不再會失敗,但辨識碼可能會被複寫 -- 並回傳新的辨識碼。\n</p>"
+ },
+ "method3name": {
+ "message": "removeExternalSubscription"
+ },
+ "method3return_type": {
+ "message": "boolean"
+ },
+ "method3return_description": {
+ "message": "<tt> </tt>若該條件集被成功移除則回傳 true,<tt> </tt>若該條件集不存在或條件集並非由外部管理則回傳 false。"
+ },
+ "method3argument0name": {
+ "message": "id"
+ },
+ "method3argument0type": {
+ "message": "AString"
+ },
+ "method3argument0description": {
+ "message": "條件集的識別碼 (外部的條件集可以是任何字串)"
+ },
+ "method3description": {
+ "message": "<p>移除一個外部條件集</p>"
+ },
+ "method4name": {
+ "message": "addPatterns"
+ },
+ "method4return_type": {
+ "message": "void"
+ },
+ "method4argument0name": {
+ "message": "patterns"
+ },
+ "method4argument0type": {
+ "message": "arrayof wstring"
+ },
+ "method4argument0description": {
+ "message": "要加入的過濾條件"
+ },
+ "method4version": {
+ "message": "0.7.2.3"
+ },
+ "method4description": {
+ "message": "<p>要增加到使用者自訂規則列表的過濾條件</p>"
+ },
+ "method5name": {
+ "message": "removePatterns"
+ },
+ "method5return_type": {
+ "message": "void"
+ },
+ "method5argument0name": {
+ "message": "patterns"
+ },
+ "method5argument0type": {
+ "message": "arrayof wstring"
+ },
+ "method5argument0description": {
+ "message": "要移除的過濾條件"
+ },
+ "method5version": {
+ "message": "0.7.2.3"
+ },
+ "method5description": {
+ "message": "<p>要從使用者自訂規則列表中移除的過濾條件</p>"
+ },
+ "method6name": {
+ "message": "getInstalledVersion"
+ },
+ "method6return_type": {
+ "message": "AString"
+ },
+ "method6return_description": {
+ "message": "Adblock Plus 版本編號,如 <tt>0.7.0.1</tt>"
+ },
+ "method6description": {
+ "message": "<p>取回已安裝的 Adblock Plus 套件版本編號。請注意這是由套件管理員或 InstallTrigger 所回報的版本編號,在 Mozilla Suite 或 SeaMonkey 中使用後者可能導致結果不正確。</p>"
+ },
+ "s1": {
+ "message": "本介面可供希望整合 Adblock Plus 的擴充套件使用。 它可以從 Adblock Plus 取得部份資訊,或者加入由其他套件所更新的「額外」條件集。"
+ }
+}
« 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