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

Unified Diff: _locales/zh_CN/messages.json

Issue 29335668: Issue 2597 - Begin the switch to adblockpluscore (Closed)
Patch Set: Created Feb. 4, 2016, 7 p.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
Index: _locales/zh_CN/messages.json
diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json
index cd94e1eed7d73043c7cacdceac9288cf13e9ea60..6d49418fbf767ac6133c1a2d15ba17b3728e9ec5 100644
--- a/_locales/zh_CN/messages.json
+++ b/_locales/zh_CN/messages.json
@@ -59,12 +59,72 @@
"filter_must_follow_syntax": {
"message": "您的过滤规则必须遵循 <a> Adblock Plus 过滤规则语法</a>。"
},
+ "filters_acceptableAds2_label": {
+ "message": "允许一些非侵入式广告"
+ },
+ "filters_addSubscriptionAdd_label": {
+ "message": "添加"
+ },
+ "filters_addSubscriptionOther_label": {
+ "message": "添加其他过滤规则订阅组"
+ },
+ "filters_addSubscription_label": {
+ "message": "添加过滤规则订阅组"
+ },
+ "filters_readMore_label": {
+ "message": "深入了解"
+ },
+ "filters_subscription_delete_label": {
+ "message": "删除"
+ },
+ "filters_subscription_enabled_label": {
+ "message": "启用"
+ },
+ "filters_subscription_lastDownload_checksumMismatch": {
+ "message": "失败,检验和不匹配"
+ },
+ "filters_subscription_lastDownload_connectionError": {
+ "message": "失败,下载失败"
+ },
+ "filters_subscription_lastDownload_inProgress": {
+ "message": "正在下载……"
+ },
+ "filters_subscription_lastDownload_invalidData": {
+ "message": "失败,不是有效的过滤规则列表"
+ },
+ "filters_subscription_lastDownload_invalidURL": {
+ "message": "失败,不是有效地址"
+ },
+ "filters_viewList_label": {
+ "message": "查看列表"
+ },
"found_a_bug": {
"message": "发现漏洞?想要帮忙翻译Adblock Plus?请前往<a>此处询问</a>"
},
"general": {
"message": "常规"
},
+ "global_filter_cssproperty_nodomain": {
+ "message": "CSS 属性过滤器没有指定活跃域"
+ },
+ "global_filter_elemhide_duplicate_id": {
+ "message": "仅可以指定一个要隐藏的元素 ID"
+ },
+ "global_filter_elemhide_nocriteria": {
+ "message": "没有指定要隐藏元素的识别标准"
+ },
+ "global_notification_antiadblock_message": {
+ "message": "此网站已知会对 Adblock Plus 用户显示针对性的信息。您想让 Adblock Plus 隐藏针对性的信息吗?"
+ },
+ "global_notification_antiadblock_title": {
+ "message": "隐藏针对性的信息?"
+ },
+ "global_remove_subscription_warning": {
+ "message": "您确定要移除该过滤规则订阅组吗?"
+ },
+ "global_subscription_invalid_location": {
+ "message": "过滤规则列表的位置不是有效的 URL 或有效的文件名。"
+ },
"invalid_css_selector": {
"message": "$selector$ 不是一个有效的 CSS 选择器",
"placeholders": {
@@ -100,6 +160,9 @@
}
}
},
+ "name": {
+ "message": "Adblock Plus"
+ },
"name_devbuild": {
"message": "Adblock Plus 开发版"
},
@@ -124,6 +187,21 @@
"out_of_date_lists": {
"message": "过滤列表会定期自动更新"
},
+ "overlay_notification_button_no": {
+ "message": "否"
+ },
+ "overlay_notification_button_yes": {
+ "message": "是"
+ },
+ "overlay_notification_closing_button_hide": {
+ "message": "关闭此通知"
+ },
+ "overlay_notification_closing_button_optout": {
+ "message": "不再显示通知"
+ },
+ "overlay_shownotifications_label": {
+ "message": "显示有益提示"
+ },
"remove_button": {
"message": "删除所选项"
},
@@ -174,9 +252,15 @@
"stats_title": {
"message": "已拦截广告"
},
+ "subscriptionSelection_location_label": {
+ "message": "过滤规则列表位置:"
+ },
"subscriptionSelection_subscriptionSelector_label": {
"message": "从列表中选择过滤规则订阅组:"
},
+ "subscriptionSelection_title_label": {
+ "message": "订阅组的标题:"
+ },
"unexpected_filter_list_header": {
"message": "这里不允许过滤列表标题"
},

Powered by Google App Engine
This is Rietveld