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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 }, | 52 }, |
53 "enabled_for_site": { | 53 "enabled_for_site": { |
54 "message": "对当前网站<strong>启用</strong>" | 54 "message": "对当前网站<strong>启用</strong>" |
55 }, | 55 }, |
56 "filter_lists": { | 56 "filter_lists": { |
57 "message": "过滤规则列表" | 57 "message": "过滤规则列表" |
58 }, | 58 }, |
59 "filter_must_follow_syntax": { | 59 "filter_must_follow_syntax": { |
60 "message": "您的过滤规则必须遵循 <a> Adblock Plus 过滤规则语法</a>。" | 60 "message": "您的过滤规则必须遵循 <a> Adblock Plus 过滤规则语法</a>。" |
61 }, | 61 }, |
| 62 "filters_acceptableAds2_label": { |
| 63 "message": "允许一些非侵入式广告" |
| 64 }, |
| 65 "filters_addSubscriptionAdd_label": { |
| 66 "message": "添加" |
| 67 }, |
| 68 "filters_addSubscriptionOther_label": { |
| 69 "message": "添加其他过滤规则订阅组" |
| 70 }, |
| 71 "filters_addSubscription_label": { |
| 72 "message": "添加过滤规则订阅组" |
| 73 }, |
| 74 "filters_readMore_label": { |
| 75 "message": "深入了解" |
| 76 }, |
| 77 "filters_subscription_delete_label": { |
| 78 "message": "删除" |
| 79 }, |
| 80 "filters_subscription_enabled_label": { |
| 81 "message": "启用" |
| 82 }, |
| 83 "filters_subscription_lastDownload_checksumMismatch": { |
| 84 "message": "失败,检验和不匹配" |
| 85 }, |
| 86 "filters_subscription_lastDownload_connectionError": { |
| 87 "message": "失败,下载失败" |
| 88 }, |
| 89 "filters_subscription_lastDownload_inProgress": { |
| 90 "message": "正在下载……" |
| 91 }, |
| 92 "filters_subscription_lastDownload_invalidData": { |
| 93 "message": "失败,不是有效的过滤规则列表" |
| 94 }, |
| 95 "filters_subscription_lastDownload_invalidURL": { |
| 96 "message": "失败,不是有效地址" |
| 97 }, |
| 98 "filters_viewList_label": { |
| 99 "message": "查看列表" |
| 100 }, |
62 "found_a_bug": { | 101 "found_a_bug": { |
63 "message": "发现漏洞?想要帮忙翻译Adblock Plus?请前往<a>此处询问</a>" | 102 "message": "发现漏洞?想要帮忙翻译Adblock Plus?请前往<a>此处询问</a>" |
64 }, | 103 }, |
65 "general": { | 104 "general": { |
66 "message": "常规" | 105 "message": "常规" |
67 }, | 106 }, |
| 107 "global_filter_cssproperty_nodomain": { |
| 108 "message": "CSS 属性过滤器没有指定活跃域" |
| 109 }, |
| 110 "global_filter_elemhide_duplicate_id": { |
| 111 "message": "仅可以指定一个要隐藏的元素 ID" |
| 112 }, |
| 113 "global_filter_elemhide_nocriteria": { |
| 114 "message": "没有指定要隐藏元素的识别标准" |
| 115 }, |
| 116 "global_notification_antiadblock_message": { |
| 117 "message": "此网站已知会对 Adblock Plus 用户显示针对性的信息。您想让 Adblock Plus 隐藏针对性的信息吗?" |
| 118 }, |
| 119 "global_notification_antiadblock_title": { |
| 120 "message": "隐藏针对性的信息?" |
| 121 }, |
| 122 "global_remove_subscription_warning": { |
| 123 "message": "您确定要移除该过滤规则订阅组吗?" |
| 124 }, |
| 125 "global_subscription_invalid_location": { |
| 126 "message": "过滤规则列表的位置不是有效的 URL 或有效的文件名。" |
| 127 }, |
68 "invalid_css_selector": { | 128 "invalid_css_selector": { |
69 "message": "$selector$ 不是一个有效的 CSS 选择器", | 129 "message": "$selector$ 不是一个有效的 CSS 选择器", |
70 "placeholders": { | 130 "placeholders": { |
71 "selector": { | 131 "selector": { |
72 "content": "$1" | 132 "content": "$1" |
73 } | 133 } |
74 } | 134 } |
75 }, | 135 }, |
76 "last_updated_at": { | 136 "last_updated_at": { |
77 "message": "最后更新于$time$ $date$", | 137 "message": "最后更新于$time$ $date$", |
(...skipping 15 matching lines...) Expand all Loading... |
93 } | 153 } |
94 }, | 154 }, |
95 "line": { | 155 "line": { |
96 "message": "第 $number$ 行", | 156 "message": "第 $number$ 行", |
97 "placeholders": { | 157 "placeholders": { |
98 "number": { | 158 "number": { |
99 "content": "$1" | 159 "content": "$1" |
100 } | 160 } |
101 } | 161 } |
102 }, | 162 }, |
| 163 "name": { |
| 164 "message": "Adblock Plus" |
| 165 }, |
103 "name_devbuild": { | 166 "name_devbuild": { |
104 "message": "Adblock Plus 开发版" | 167 "message": "Adblock Plus 开发版" |
105 }, | 168 }, |
106 "notification_configure": { | 169 "notification_configure": { |
107 "message": "配置通知设置" | 170 "message": "配置通知设置" |
108 }, | 171 }, |
109 "notification_open_all": { | 172 "notification_open_all": { |
110 "message": "打开这则通知中的所有链接" | 173 "message": "打开这则通知中的所有链接" |
111 }, | 174 }, |
112 "notification_with_buttons": { | 175 "notification_with_buttons": { |
113 "message": "点击“确定”打开此通知中的所有链接。" | 176 "message": "点击“确定”打开此通知中的所有链接。" |
114 }, | 177 }, |
115 "notification_without_buttons": { | 178 "notification_without_buttons": { |
116 "message": "点击通知打开它上面的所有链接。" | 179 "message": "点击通知打开它上面的所有链接。" |
117 }, | 180 }, |
118 "options": { | 181 "options": { |
119 "message": "Adblock Plus 选项" | 182 "message": "Adblock Plus 选项" |
120 }, | 183 }, |
121 "options_short": { | 184 "options_short": { |
122 "message": "设置" | 185 "message": "设置" |
123 }, | 186 }, |
124 "out_of_date_lists": { | 187 "out_of_date_lists": { |
125 "message": "过滤列表会定期自动更新" | 188 "message": "过滤列表会定期自动更新" |
126 }, | 189 }, |
| 190 "overlay_notification_button_no": { |
| 191 "message": "否" |
| 192 }, |
| 193 "overlay_notification_button_yes": { |
| 194 "message": "是" |
| 195 }, |
| 196 "overlay_notification_closing_button_hide": { |
| 197 "message": "关闭此通知" |
| 198 }, |
| 199 "overlay_notification_closing_button_optout": { |
| 200 "message": "不再显示通知" |
| 201 }, |
| 202 "overlay_shownotifications_label": { |
| 203 "message": "显示有益提示" |
| 204 }, |
127 "remove_button": { | 205 "remove_button": { |
128 "message": "删除所选项" | 206 "message": "删除所选项" |
129 }, | 207 }, |
130 "show_block_element_menu": { | 208 "show_block_element_menu": { |
131 "message": "添加‘拦截元素’到右鍵菜单" | 209 "message": "添加‘拦截元素’到右鍵菜单" |
132 }, | 210 }, |
133 "stats_label_page": { | 211 "stats_label_page": { |
134 "message": "<strong>$number$</strong> 在此页上", | 212 "message": "<strong>$number$</strong> 在此页上", |
135 "placeholders": { | 213 "placeholders": { |
136 "number": { | 214 "number": { |
(...skipping 30 matching lines...) Expand all Loading... |
167 }, | 245 }, |
168 "stats_share_title": { | 246 "stats_share_title": { |
169 "message": "分享屏蔽广告总数" | 247 "message": "分享屏蔽广告总数" |
170 }, | 248 }, |
171 "stats_show_iconnumber": { | 249 "stats_show_iconnumber": { |
172 "message": "在图标上显示数量" | 250 "message": "在图标上显示数量" |
173 }, | 251 }, |
174 "stats_title": { | 252 "stats_title": { |
175 "message": "已拦截广告" | 253 "message": "已拦截广告" |
176 }, | 254 }, |
| 255 "subscriptionSelection_location_label": { |
| 256 "message": "过滤规则列表位置:" |
| 257 }, |
177 "subscriptionSelection_subscriptionSelector_label": { | 258 "subscriptionSelection_subscriptionSelector_label": { |
178 "message": "从列表中选择过滤规则订阅组:" | 259 "message": "从列表中选择过滤规则订阅组:" |
179 }, | 260 }, |
| 261 "subscriptionSelection_title_label": { |
| 262 "message": "订阅组的标题:" |
| 263 }, |
180 "unexpected_filter_list_header": { | 264 "unexpected_filter_list_header": { |
181 "message": "这里不允许过滤列表标题" | 265 "message": "这里不允许过滤列表标题" |
182 }, | 266 }, |
183 "update_now": { | 267 "update_now": { |
184 "message": "立即更新" | 268 "message": "立即更新" |
185 }, | 269 }, |
186 "whitelisted_domains": { | 270 "whitelisted_domains": { |
187 "message": "白名单" | 271 "message": "白名单" |
188 } | 272 } |
189 } | 273 } |
OLD | NEW |