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

314 lines
13 KiB
JSON
Raw Normal View History

2018-06-09 11:45:04 +00:00
{
"hash_status_code_1": {
"message": "已是最新版本",
2020-01-29 08:31:36 +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:36 +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:36 +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": {
"message": "錯誤",
2020-01-29 08:31:36 +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-11 14:35:42 +00:00
"message": "發生錯誤",
2020-01-29 08:31:36 +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": {
"message": "此網址已被轉址",
2020-01-29 08:31:36 +00:00
"description": "This string is used on redirections in the ClearURLs log."
2018-06-09 11:45:04 +00:00
},
"log_domain_blocked": {
"message": "已封鎖此網域",
2020-01-29 08:31:36 +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": {
2019-04-11 14:35:42 +00:00
"message": "[ClearURLs]: 已新增記錄監聽器",
2020-01-29 08:31:36 +00:00
"description": "This string is used on ClearURLs log startup."
2018-06-09 11:45:04 +00:00
},
"log_html_page_title": {
"message": "ClearURLs 記錄檔",
2020-01-29 08:31:36 +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": {
"message": "處理前",
2020-01-29 08:31:36 +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": {
"message": "處理後",
2020-01-29 08:31:36 +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": {
"message": "規則",
2020-01-29 08:31:36 +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": {
"message": "時間",
2020-01-29 08:31:36 +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": {
"message": "清除",
2020-01-29 08:31:36 +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": {
"message": "清除全域記錄檔",
2020-01-29 08:31:36 +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:36 +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": {
"message": "過濾器",
2020-01-29 08:31:36 +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": {
"message": "「過濾器」即 ClearURLs 的網址清理功能。若你關閉此選項,則本套件的主要功能將無法作用。",
2020-01-29 08:31:36 +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": {
"message": "錄製記錄",
2020-01-29 08:31:36 +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": {
"message": "記錄檔將儲存於本機。若不需要此功能,建議關閉。",
2020-01-29 08:31:36 +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:36 +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:36 +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": {
"message": "統計資料",
2020-01-29 08:31:36 +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:36 +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": {
"message": "已阻擋",
2020-01-29 08:31:36 +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:36 +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": {
"message": "歸零",
2020-01-29 08:31:36 +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": {
"message": "重置全域統計資料",
2020-01-29 08:31:36 +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": {
"message": "規則狀態",
2020-01-29 08:31:36 +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": {
2019-04-12 09:29:10 +00:00
"message": "記錄",
2020-01-29 08:31:36 +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": {
"message": "檢視記錄檔",
2020-01-29 08:31:36 +00:00
"description": "This string is used as title for the log button on the popup page."
2019-04-11 14:35:42 +00:00
},
"popup_html_report_button": {
"message": "回報目前網址",
2020-01-29 08:31:36 +00:00
"description": "Note: Currently not used."
2019-04-11 14:35:42 +00:00
},
"popup_html_report_button_title": {
"message": "回報目前分頁的網址",
2020-01-29 08:31:36 +00:00
"description": "Currently not used."
2018-06-09 11:45:04 +00:00
},
"core_save_on_disk": {
2019-04-11 14:35:42 +00:00
"message": "[ClearURLs]: 儲存於本機",
2020-01-29 08:31:36 +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": {
"message": "[ClearURLs]: 無法啟動擴充功能",
2020-01-29 08:31:36 +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": {
"message": "統計資料",
2020-01-29 08:31:36 +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": {
"message": "開啟或關閉統計功能",
2020-01-29 08:31:36 +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": {
"message": "ClearURLs 偏好設定",
2020-01-29 08:31:36 +00:00
"description": "This string is used as title on the settings page."
2018-06-09 11:45:04 +00:00
},
"badged_color_label": {
"message": "計數徽章背景顏色",
2020-01-29 08:31:36 +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": {
"message": "重設",
2020-01-29 08:31:36 +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": {
"message": "將所有設定還原為預設值",
2020-01-29 08:31:36 +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": {
"message": "data.json 檔的網址 (規則)",
2020-01-29 08:31:36 +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": {
"message": "儲存並重新啟動擴充功能",
2020-01-29 08:31:36 +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": {
"message": "儲存設定",
2020-01-29 08:31:36 +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": {
"message": "rules.hash 檔的網址 (校驗)",
2020-01-29 08:31:36 +00:00
"description": "This string is used as name for the rule.hash url label."
2019-04-11 14:35:42 +00:00
},
"setting_types_label": {
2019-04-12 09:29:10 +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:36 +00:00
"description": "This string is used as name for the types label."
2019-04-11 14:35:42 +00:00
},
"setting_report_server_label": {
2019-04-12 09:29:10 +00:00
"message": "回報網址",
2020-01-29 08:31:36 +00:00
"description": "Note: Currently not used."
2019-04-11 14:35:42 +00:00
},
"success_report_url": {
"message": "已成功回報網址,我們將儘速對其檢查。",
2020-01-29 08:31:36 +00:00
"description": "Note: Currently not used."
2019-04-11 14:35:42 +00:00
},
"error_report_url": {
"message": "該網址已被回報過",
2020-01-29 08:31:36 +00:00
"description": "Note: Currently not used."
2019-04-11 14:35:42 +00:00
},
"donate_button": {
"message": "給 ClearURLs 的作者一點贊助!",
2020-01-29 08:31:36 +00:00
"description": "This string is used to refer to a donation page."
2019-04-11 14:35:42 +00:00
},
"clipboard_copy_link": {
"message": "複製經過清理的網址",
2020-01-29 08:31:36 +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:36 +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": {
"message": "防止藉由 History API 注入追蹤 (參見:<a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)"
},
2019-04-12 09:29:10 +00:00
"cleaning_tool_page_title": {
"message": "ClearURLs 網址清理工具",
2020-01-29 08:31:36 +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:36 +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:36 +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:36 +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:36 +00:00
"description": "This string is used as title on the cleaning tool page for the clean URLs."
},
"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)"
},
"local_hosts_skipping_title": {
"message": "略過本機網址"
},
"log_html_export_button": {
"message": "匯出"
},
"log_html_export_button_title": {
"message": "匯出全域記錄檔"
},
"log_html_import_button": {
"message": "匯入"
},
"log_html_import_button_title": {
"message": "匯入全域記錄檔"
},
"setting_html_export_button": {
"message": "匯出"
},
"setting_html_export_button_title": {
"message": "將各項設定匯出"
},
"setting_html_import_button": {
"message": "匯入"
},
"setting_html_import_button_title": {
"message": "匯入各項設定"
},
"setting_log_limit_label": {
2021-03-24 11:40:18 +00:00
"message": "最多保存 $LIMIT$ 筆記錄檔",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"blocked_html_title": {
"message": "這個網站已由 <b>ClearURLs</b> 封鎖"
},
"blocked_html_body": {
"message": "由於我們判定這個網站是廣告商或追蹤器的伺服器,因此 <b>ClearURLs</b> 已封鎖此網站。若你仍需造訪此網站,請先暫時停用本擴充功能;或者,至 ClearURLs 的偏好設定中關閉「允許封鎖網域」。完成上述操作後,點擊下方的「繼續前往」即可瀏覽該網站。"
},
"blocked_html_button": {
"message": "繼續前往"
},
"referral_marketing_enabled": {
"message": "允許聯盟行銷"
},
"referral_marketing_enabled_title": {
"message": "允許聯盟行銷"
},
"domain_blocking_enabled": {
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)"
},
"domain_blocking_enabled_title": {
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)"
},
"log_ping_blocked": {
"message": "已阻擋超連結稽核"
},
"ping_blocking_enabled": {
"message": "阻擋超連結稽核 (<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>瞭解詳情</a>)"
},
"ping_blocking_enabled_title": {
"message": "阻擋超連結稽核"
},
"extension_description": {
"message": "將網址中的追蹤元素一掃而空"
},
"eTag_filtering_log": {
"message": "已在這次請求裡移除 ETag 標頭"
},
"eTag_filtering_enabled": {
"message": "濾除請求裡的 ETag 標頭 (<a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>瞭解詳情</a>)"
},
"eTag_filtering_enabled_title": {
"message": "濾除 ETag 標頭 (注意:初次啟用前須先清除快取)"
2018-06-09 11:45:04 +00:00
}
2020-11-21 20:16:38 +00:00
}