clear-urls-browser-extension/_locales/zh_CN/messages.json

379 lines
16 KiB
JSON
Raw Normal View History

2018-06-09 11:45:04 +00:00
{
"hash_status_code_1": {
"message": "已是最新的",
2020-01-29 08:31:34 +00:00
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
2018-06-09 11:45:04 +00:00
},
"hash_status_code_2": {
"message": "已更新",
2020-01-29 08:31:34 +00:00
"description": "This status code says, that the ClearURLs rules are successfully updated."
2018-06-09 11:45:04 +00:00
},
"hash_status_code_3": {
"message": "有可用的更新",
2020-01-29 08:31:34 +00:00
"description": "This status code says, that an update is available for the ClearURLs rules."
2018-06-09 11:45:04 +00:00
},
"hash_status_code_4": {
2018-06-09 12:58:38 +00:00
"message": "错误",
2020-01-29 08:31:34 +00:00
"description": "This status code says, that the ClearURLs could not be started correctly."
2018-06-09 11:45:04 +00:00
},
"hash_status_code_5": {
2020-07-31 12:34:19 +00:00
"message": "出错了!",
2020-01-29 08:31:34 +00:00
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
2018-06-09 11:45:04 +00:00
},
"log_redirect": {
2020-07-31 12:34:19 +00:00
"message": "此 URL 已被重定向",
2020-01-29 08:31:34 +00:00
"description": "This string is used on redirections in the ClearURLs log."
2018-06-09 11:45:04 +00:00
},
"log_domain_blocked": {
2020-07-31 12:34:19 +00:00
"message": "此域名已被屏蔽",
2020-01-29 08:31:34 +00:00
"description": "This string is used on blocked domains in the ClearURLs log."
2018-06-09 11:45:04 +00:00
},
"check_os_log": {
2020-07-31 12:34:19 +00:00
"message": "[ClearURLs]: 日志监听器已添加",
2020-01-29 08:31:34 +00:00
"description": "This string is used on ClearURLs log startup."
2018-06-09 11:45:04 +00:00
},
"log_html_page_title": {
2020-07-31 12:34:19 +00:00
"message": "ClearURLs 日志",
2020-01-29 08:31:34 +00:00
"description": "This string is used as header on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_table_head_1": {
2018-06-09 12:58:38 +00:00
"message": "处理前",
2020-01-29 08:31:34 +00:00
"description": "This string is used as table title on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_table_head_2": {
2018-06-09 12:58:38 +00:00
"message": "处理后",
2020-01-29 08:31:34 +00:00
"description": "This string is used as table title on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_table_head_3": {
2018-06-09 12:58:38 +00:00
"message": "规则",
2020-01-29 08:31:34 +00:00
"description": "This string is used as table title on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_table_head_4": {
2018-06-09 12:58:38 +00:00
"message": "时间",
2020-01-29 08:31:34 +00:00
"description": "This string is used as table title on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_reset_button": {
2019-04-12 09:29:10 +00:00
"message": "重置",
2020-01-29 08:31:34 +00:00
"description": "This string is used for the reset button on the log page."
2018-06-09 11:45:04 +00:00
},
"log_html_reset_button_title": {
2019-04-12 09:29:10 +00:00
"message": "重置全局日志",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the reset button on the log page."
2018-06-09 11:45:04 +00:00
},
"popup_html_configs_head": {
2020-07-31 12:34:19 +00:00
"message": "设置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the configs on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_configs_switch_filter": {
2018-06-09 12:58:38 +00:00
"message": "过滤器",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the filter switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
2018-07-03 15:21:43 +00:00
"popup_html_configs_switch_filter_title": {
2020-07-31 12:34:19 +00:00
"message": "此过滤器开关启用 ClearURLs 的清理功能。关闭此开关将禁用此插件",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the filter switch button on the popup page."
2018-07-03 15:21:43 +00:00
},
2018-06-09 11:45:04 +00:00
"popup_html_configs_switch_log": {
2018-06-09 12:58:38 +00:00
"message": "日志",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the logging switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_configs_switch_log_title": {
2020-07-31 12:34:19 +00:00
"message": "日志仅会储存于本地。若不需要此功能建议关闭",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the logging switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_configs_switch_badges": {
"message": "徽章",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the badges switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
2018-07-03 15:21:43 +00:00
"popup_html_configs_switch_badges_title": {
"message": "显示已清理数量",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the badges switch button on the popup page."
2018-07-03 15:21:43 +00:00
},
2018-06-09 11:45:04 +00:00
"popup_html_statistics_head": {
2018-06-09 12:58:38 +00:00
"message": "统计",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the statistics on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_statistics_elements": {
"message": "元件",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the elements on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_statistics_blocked": {
2020-07-31 12:34:19 +00:00
"message": "已屏蔽",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the blocked elements on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_statistics_percentage": {
"message": "比例",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the percentage of blocked elements on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_statistics_reset_button": {
2019-04-12 09:29:10 +00:00
"message": "重置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the statistics reset button on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_statistics_reset_button_title": {
2019-04-12 09:29:10 +00:00
"message": "重置全局统计",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the statistics reset button on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_rules_status_head": {
2019-04-12 09:29:10 +00:00
"message": "规则-状态",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the rules-status section on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_log_head": {
2018-06-09 12:58:38 +00:00
"message": "日志",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the log button on the popup page."
2018-06-09 11:45:04 +00:00
},
"popup_html_log_head_title": {
2018-06-09 12:58:38 +00:00
"message": "开启日志",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the log button on the popup page."
2018-06-09 11:45:04 +00:00
},
2019-04-12 09:29:10 +00:00
"popup_html_report_button": {
2020-07-31 12:34:19 +00:00
"message": "报告当前 URL",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"popup_html_report_button_title": {
2020-07-31 12:34:19 +00:00
"message": "报告此标签页当前 URL",
2020-01-29 08:31:34 +00:00
"description": "Currently not used."
2019-04-12 09:29:10 +00:00
},
2018-06-09 11:45:04 +00:00
"core_save_on_disk": {
2020-07-31 12:34:19 +00:00
"message": "[ClearURLs]: 储存于本地。",
2020-01-29 08:31:34 +00:00
"description": "This string is used to tell the user, that ClearURLs saved the settings on disk."
2018-06-09 11:45:04 +00:00
},
"core_error": {
2019-04-12 09:29:10 +00:00
"message": "[ClearURLs]: 插件无法启动",
2020-01-29 08:31:34 +00:00
"description": "This string is used to tell the user, that ClearURLs could not be started."
2018-06-09 11:45:04 +00:00
},
"configs_switch_statistics": {
2018-06-09 12:58:38 +00:00
"message": "统计",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the statistics switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
"configs_switch_statistics_title": {
2018-06-09 12:58:38 +00:00
"message": "开启或关闭统计功能",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the statistics switch button on the popup page."
2018-06-09 11:45:04 +00:00
},
"settings_html_page_title": {
2020-07-31 12:34:19 +00:00
"message": "ClearURLs 设置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title on the settings page."
2018-06-09 11:45:04 +00:00
},
"badged_color_label": {
2018-06-09 12:58:38 +00:00
"message": "徽章颜色",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the badged color label."
2018-06-09 11:45:04 +00:00
},
"setting_html_reset_button": {
2019-04-12 09:29:10 +00:00
"message": "重置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the reset button on the settings page."
2018-06-09 11:45:04 +00:00
},
"setting_html_reset_button_title": {
2020-07-31 12:34:19 +00:00
"message": "重置所有设置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the reset button on the settings page."
2018-06-09 11:45:04 +00:00
},
"setting_rule_url_label": {
2020-07-31 12:34:19 +00:00
"message": "data.json 文件规则url",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the rule url label."
2018-06-09 11:45:04 +00:00
},
"settings_html_save_button": {
2020-07-31 12:34:19 +00:00
"message": "保存并重启插件",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the save&reload button on the settings page."
2018-06-09 11:45:04 +00:00
},
"settings_html_save_button_title": {
2020-07-31 12:34:19 +00:00
"message": "保存设置",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title for the save&reload button on the settings page."
2018-06-09 11:45:04 +00:00
},
"setting_hash_url_label": {
2020-07-31 12:34:19 +00:00
"message": "rules.hash 文件哈希值url",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the rule.hash url label."
2019-04-12 09:29:10 +00:00
},
"setting_types_label": {
2020-07-31 12:34:19 +00:00
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>请求类型</a>(高级设置)",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the types label."
2019-04-12 09:29:10 +00:00
},
"setting_report_server_label": {
2020-07-31 12:34:19 +00:00
"message": "向服务器报告 URL",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"success_report_url": {
2020-07-31 12:34:19 +00:00
"message": "已成功报告 URL。我们将尽快检查此 URL。",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"error_report_url": {
2020-07-31 12:34:19 +00:00
"message": "此 URL 已报告。",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"donate_button": {
2020-07-31 12:34:19 +00:00
"message": "捐赠 ClearURLs 的作者",
2020-01-29 08:31:34 +00:00
"description": "This string is used to refer to a donation page."
2019-04-12 09:29:10 +00:00
},
"clipboard_copy_link": {
2020-07-31 12:34:19 +00:00
"message": "复制清理后链接位置",
2020-01-29 08:31:34 +00:00
"description": "This string is used in the context menu to copy clean links."
2019-04-12 09:29:10 +00:00
},
"context_menu_enabled": {
2020-07-31 12:34:19 +00:00
"message": "显示上下文菜单项",
2020-01-29 08:31:34 +00:00
"description": "This string is used toggle the context menu entry to copy clean links."
2019-04-12 09:29:10 +00:00
},
2020-07-31 12:34:19 +00:00
"history_listener_enabled": {
"message": "阻止历史 API 耿总注入(参见:<a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>",
"description": "This string is used as name for the history API listener label."
},
2019-04-12 09:29:10 +00:00
"cleaning_tool_page_title": {
2020-07-31 12:34:19 +00:00
"message": "ClearURLs 清理工具",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title on the cleaning tool page."
2019-04-12 09:29:10 +00:00
},
"cleaning_tool_description": {
2020-07-31 12:34:19 +00:00
"message": "使用此工具您可以粘贴 URLClearURLs 将在点击绿色按钮后清理 URL。您可以粘贴多个 URL 但每个 URL 必须独占一行。",
2020-01-29 08:31:34 +00:00
"description": "This string is used as description of the cleaning tool."
2019-04-12 09:29:10 +00:00
},
"cleaning_tool_btn": {
2020-07-31 12:34:19 +00:00
"message": "清理 URL",
2020-01-29 08:31:34 +00:00
"description": "This string is used as name for the clean url button."
2019-04-12 09:29:10 +00:00
},
"cleaning_tool_dirty_urls_label": {
2020-07-31 12:34:19 +00:00
"message": "请将待清理 URL 粘贴于此:",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title on the cleaning tool page for the dirty URLs."
2019-04-12 09:29:10 +00:00
},
"cleaning_tool_clean_urls_label": {
2020-07-31 12:34:19 +00:00
"message": "清理后的 URL",
2020-01-29 08:31:34 +00:00
"description": "This string is used as title on the cleaning tool page for the clean URLs."
2020-04-14 21:01:06 +00:00
},
"local_hosts_skipping": {
2020-07-31 12:34:19 +00:00
"message": "跳过本地主机 URL (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
2020-04-14 21:01:06 +00:00
"description": "This string is used as label for the local host skipping switch"
2020-07-31 12:34:19 +00:00
},
"local_hosts_skipping_title": {
"message": "跳过本地主机 URL",
"description": "This string is used as title for the local host skipping switch"
},
"log_html_export_button": {
"message": "导出",
"description": "This string is used for the export button on the log page."
},
"log_html_export_button_title": {
"message": "导出全局日志",
"description": "This string is used as title for the export button on the log page."
},
"log_html_import_button": {
"message": "导入",
"description": "This string is used for the import button on the log page."
},
"log_html_import_button_title": {
"message": "导入全局日志",
"description": "This string is used as title for the import button on the log page."
},
"setting_html_export_button": {
"message": "导出",
"description": "This string is used as name for the export button on the settings page."
},
"setting_html_export_button_title": {
"message": "导出全部设置",
"description": "This string is used as title for the export button on the settings page."
},
"setting_html_import_button": {
"message": "导入",
"description": "This string is used as name for the reset button on the settings page."
},
"setting_html_import_button_title": {
"message": "导入全部设置",
"description": "This string is used as title for the import button on the settings page."
},
"setting_log_limit_label": {
"message": "限制为 $LIMIT$ 条日志。",
"description": "This string is used as name for the log limit label.",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"blocked_html_title": {
"message": "此站点被 <b>ClearURLs</b> 屏蔽",
"description": "This string is used as title on the blocked site page."
},
"blocked_html_body": {
"message": "此站点被 <b>ClearURLs</b> 插件屏蔽,因为我们识别出此站点为广告和/或跟踪服务。为访问此站点,您必须暂时禁用此插件或在 ClearURLs 设置中禁用域名屏蔽禁用。之后您可以点击下方按钮载入此页面。",
"description": "This string is used as body on the blocked site page."
},
"blocked_html_button": {
"message": "访问页面",
"description": "This string is used as button on the blocked site page."
},
"referral_marketing_enabled": {
"message": "允许跳转营销",
"description": "This string is used as label for the referral marketing switch"
},
"referral_marketing_enabled_title": {
"message": "允许跳转营销",
"description": "This string is used as title for the referral marketing switch"
},
"watchdog": {
"message": "[ClearURLs]: 看门狗检测到一个问题并已失败 $TIMES$ 次。",
"description": "This string is used as text for the watchdog",
"placeholders": {
"times": {
"content": "$1",
"example": "3"
}
}
},
"domain_blocking_enabled": {
"message": "允许域名屏蔽(在不允许广告拦截器的页面上会导致问题)",
"description": "This string is used as label for the domain blocking switch"
},
"domain_blocking_enabled_title": {
"message": "允许域名屏蔽(在不允许广告拦截器的页面上会导致问题)",
"description": "This string is used as title for the domain blocking switch"
},
"log_ping_blocked": {
"message": "此超链接审计已屏蔽",
"description": "This string is used on hyperlink auditing in the ClearURLs log."
},
"ping_blocking_enabled": {
"message": "屏蔽超链接审计(参见<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>此文章</a>",
"description": "This string is used as label for the hyperlink auditing blocking switch"
},
"ping_blocking_enabled_title": {
"message": "屏蔽超链接审计",
"description": "This string is used as title for the hyperlink auditing blocking switch"
},
"extension_description": {
"message": "从 URL 中移除跟踪元素。",
"description": "Extension description (max. 132 characters)"
},
"eTag_filtering_log": {
"message": "ETag 头已从此请求移除",
"description": "This string is used on ETag header filtering in the ClearURLs log."
},
"eTag_filtering_enabled": {
"message": "从请求中过滤 ETag 头(参见<a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>此文章</a>",
"description": "This string is used as label for the ETag header filtering switch"
},
"eTag_filtering_enabled_title": {
"message": "过滤 ETag 头。提示:第一次使用前必须清除缓存。",
"description": "This string is used as title for the ETag header filtering switch"
},
"popup_html_rules_status_head_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"popup_html_statistics_percentage_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"popup_html_statistics_blocked_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"popup_html_statistics_elements_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"popup_html_statistics_head_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"popup_html_configs_head_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
},
"context_menu_enabled_title": {
"message": "",
"description": "not needed, only to prevent exceptions"
2018-06-09 11:45:04 +00:00
}
2020-07-31 12:34:19 +00:00
}