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

237 lines
10 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": {
2019-04-12 09:29:10 +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": {
2018-06-09 12:58:38 +00:00
"message": "此网址已被转址",
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": {
2019-04-12 09:29:10 +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": {
2018-06-09 12:58:38 +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": {
2018-06-09 12:58:38 +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": {
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 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": {
2019-04-12 09:29:10 +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": {
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 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": {
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 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": {
"message": "回报目前网址",
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": {
"message": "回报该分页目前网址",
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": {
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 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": {
2019-04-12 09:29:10 +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": {
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 settings page."
2018-06-09 11:45:04 +00:00
},
"setting_rule_url_label": {
2019-04-12 09:29:10 +00:00
"message": "data.json档的网址 (规则)",
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": {
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 save&reload button on the settings page."
2018-06-09 11:45:04 +00:00
},
"settings_html_save_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 save&reload button on the settings page."
2018-06-09 11:45:04 +00:00
},
"setting_hash_url_label": {
2019-04-12 09:29:10 +00:00
"message": "rules.hash档的网址 (校验)",
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": {
"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": {
"message": "回报网址",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"success_report_url": {
"message": "该网址已成功回报",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"error_report_url": {
"message": "该网址已被回报过",
2020-01-29 08:31:34 +00:00
"description": "Note: Currently not used."
2019-04-12 09:29:10 +00:00
},
"donate_button": {
"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": {
"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": {
"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
},
"history_listener_enabled": {
2020-01-29 08:31:34 +00:00
"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": {
"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": {
"message": "此工具提供手动清理网址的功能. 在下方贴上网址并按下绿色按钮, ClearURLs将会输出清理后的网址. 若要同时清理多个网址, 请将每个置于不同行.",
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": {
"message": "网址清理工具",
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": {
"message": "清理前的网址:",
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": {
"message": "清理后的网址:",
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": {
"message": "跳过本地主机链接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",
"description": "This string is used as label for the local host skipping switch"
2018-06-09 11:45:04 +00:00
}
2020-01-29 08:31:34 +00:00
}