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

Side by Side Diff: _locales/zh_TW/messages.json

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 p.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/messages.json ('k') | background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "新增" 4 "message": "新增"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "新增域名" 7 "message": "新增域名"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "新增過濾規則" 10 "message": "新增過濾規則"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "message": "過濾清單" 57 "message": "過濾清單"
58 }, 58 },
59 "filter_must_follow_syntax": { 59 "filter_must_follow_syntax": {
60 "message": "您的過濾規則必須遵循 <a href='$url$'>Adblock Plus 的語法</a>。特定的過濾類型,像是 objec t-subrequest 不支援。", 60 "message": "您的過濾規則必須遵循 <a href='$url$'>Adblock Plus 的語法</a>。特定的過濾類型,像是 objec t-subrequest 不支援。",
61 "placeholders": { 61 "placeholders": {
62 "url": { 62 "url": {
63 "content": "$1" 63 "content": "$1"
64 } 64 }
65 } 65 }
66 }, 66 },
67 "filters_acceptableAds2_label": {
68 "message": "允許部分的非侵入式廣告"
69 },
67 "filters_addSubscriptionAdd_label": { 70 "filters_addSubscriptionAdd_label": {
68 "message": "加入" 71 "message": "加入"
69 }, 72 },
70 "filters_addSubscriptionOther_label": { 73 "filters_addSubscriptionOther_label": {
71 "message": "新增其他條件集" 74 "message": "新增其他條件集"
72 }, 75 },
73 "filters_addSubscription_label": { 76 "filters_addSubscription_label": {
74 "message": "新增過濾條件集" 77 "message": "新增過濾條件集"
75 }, 78 },
79 "filters_readMore_label": {
80 "message": "詳細內容"
81 },
76 "filters_subscription_delete_label": { 82 "filters_subscription_delete_label": {
77 "message": "刪除" 83 "message": "刪除"
78 }, 84 },
79 "filters_subscription_enabled_label": { 85 "filters_subscription_enabled_label": {
80 "message": "啟用" 86 "message": "啟用"
81 }, 87 },
82 "filters_subscription_lastDownload_checksumMismatch": { 88 "filters_subscription_lastDownload_checksumMismatch": {
83 "message": "失敗,驗證碼不符" 89 "message": "失敗,驗證碼不符"
84 }, 90 },
85 "filters_subscription_lastDownload_connectionError": { 91 "filters_subscription_lastDownload_connectionError": {
86 "message": "失敗,檔案下載失敗" 92 "message": "失敗,檔案下載失敗"
87 }, 93 },
88 "filters_subscription_lastDownload_inProgress": { 94 "filters_subscription_lastDownload_inProgress": {
89 "message": "下載中..." 95 "message": "下載中..."
90 }, 96 },
91 "filters_subscription_lastDownload_invalidData": { 97 "filters_subscription_lastDownload_invalidData": {
92 "message": "失敗,無效的過濾條件列表" 98 "message": "失敗,無效的過濾條件列表"
93 }, 99 },
94 "filters_subscription_lastDownload_invalidURL": { 100 "filters_subscription_lastDownload_invalidURL": {
95 "message": "失敗,無效的位址" 101 "message": "失敗,無效的位址"
96 }, 102 },
103 "filters_viewList_label": {
104 "message": "檢視條件列表"
105 },
97 "found_a_bug": { 106 "found_a_bug": {
98 "message": "發現錯誤?要翻譯 Adblock Plus? 請至 <a href='$url$'>此處詢問</a>。", 107 "message": "發現錯誤?要翻譯 Adblock Plus? 請至 <a href='$url$'>此處詢問</a>。",
99 "placeholders": { 108 "placeholders": {
100 "url": { 109 "url": {
101 "content": "$1" 110 "content": "$1"
102 } 111 }
103 } 112 }
104 }, 113 },
105 "general": { 114 "general": {
106 "description": "This is a tab heading.", 115 "description": "This is a tab heading.",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "message": "訂閱項目名稱:" 177 "message": "訂閱項目名稱:"
169 }, 178 },
170 "update_now": { 179 "update_now": {
171 "message": "立即更新" 180 "message": "立即更新"
172 }, 181 },
173 "whitelisted_domains": { 182 "whitelisted_domains": {
174 "description": "This is a tab heading.", 183 "description": "This is a tab heading.",
175 "message": "白名單" 184 "message": "白名單"
176 } 185 }
177 } 186 }
OLDNEW
« no previous file with comments | « _locales/zh_CN/messages.json ('k') | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld