OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "添加" | 3 "message": "添加" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "添加域名" | 6 "message": "添加域名" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "添加过滤规则" | 9 "message": "添加过滤规则" |
10 }, | 10 }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 }, | 22 }, |
23 "cancel": { | 23 "cancel": { |
24 "message": "取消" | 24 "message": "取消" |
25 }, | 25 }, |
26 "clickhide_instructions": { | 26 "clickhide_instructions": { |
27 "message": "此消息框关闭后,请点击(或右击)网页上的一个元素。" | 27 "message": "此消息框关闭后,请点击(或右击)网页上的一个元素。" |
28 }, | 28 }, |
29 "continue": { | 29 "continue": { |
30 "message": "继续" | 30 "message": "继续" |
31 }, | 31 }, |
32 "description": { | |
33 "message": "Adblock Plus 已被超过 1 亿台设备使用,是世界上最受欢迎的广告拦截软件。" | |
34 }, | |
35 "disabled_for_site": { | 32 "disabled_for_site": { |
36 "message": "对当前网站<strong>禁用</strong>" | 33 "message": "对当前网站<strong>禁用</strong>" |
37 }, | 34 }, |
38 "disabled_for_these_domains": { | 35 "disabled_for_these_domains": { |
39 "message": "Adblock Plus 将不过滤以下域名。您可以通过点击地址栏的 Adblock Plus 图标进行添加,也可在下面输入域名(
非URL)然后点击“添加过滤规则”。" | 36 "message": "Adblock Plus 将不过滤以下域名。您可以通过点击地址栏的 Adblock Plus 图标进行添加,也可在下面输入域名(
非URL)然后点击“添加过滤规则”。" |
40 }, | 37 }, |
41 "easy_create_filter": { | 38 "easy_create_filter": { |
42 "message": "拦截元素" | 39 "message": "拦截元素" |
43 }, | 40 }, |
44 "edit_filters_raw": { | 41 "edit_filters_raw": { |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "unexpected_filter_list_header": { | 250 "unexpected_filter_list_header": { |
254 "message": "这里不允许过滤列表标题" | 251 "message": "这里不允许过滤列表标题" |
255 }, | 252 }, |
256 "update_now": { | 253 "update_now": { |
257 "message": "立即更新" | 254 "message": "立即更新" |
258 }, | 255 }, |
259 "whitelisted_domains": { | 256 "whitelisted_domains": { |
260 "message": "白名单" | 257 "message": "白名单" |
261 } | 258 } |
262 } | 259 } |
OLD | NEW |