clear-urls-browser-extension/_locales/en/messages.json
Kevin Röbert 91d46a7b70 ClearURLs v.1.6
- Added listener to the browser history to prevent tracking with the [history.pushState method](https://developer.mozilla.org/en-US/docs/Web/API/History_API)
- Added webNavigation and tabs permissions, for the new feature
- Added switches in settings to enable and disable the context menu entry and the history listener
- Added tool to clean URLs, that was pasted into a textbox
- Added icon for new tool to clean URLs

- Fixed [#40](https://gitlab.com/KevinRoebert/ClearUrls/issues/40), see also https://curl.kevinroebert.de
- Fixed [#103](https://gitlab.com/KevinRoebert/ClearUrls/issues/103), see also https://curl.kevinroebert.de

- Changed clipboard-helper.js path to be absolute to prevent problems
- Changed rewrite of old GitHub links to the new data.min.json and rules.min.hash
- Config icon is now bigger and above the config label
- Update Traditional Chinese Translation by [@yipinghuang](https://gitlab.com/yipinghuang)

#161 #162 #157 #40 #103 #158
2019-04-11 16:40:48 +02:00

284 lines
6.9 KiB
JSON

{
"hash_status_code_1": {
"message": "up to date",
"description": ""
},
"hash_status_code_2": {
"message": "updated",
"description": ""
},
"hash_status_code_3": {
"message": "update available",
"description": ""
},
"hash_status_code_4": {
"message": "error",
"description": ""
},
"hash_status_code_5": {
"message": "Oops something went wrong!",
"description": ""
},
"log_redirect": {
"message": "This url is redirected",
"description": ""
},
"log_domain_blocked": {
"message": "This domain is blocked",
"description": ""
},
"check_os_log": {
"message": "[ClearURLs]: Log listener is added.",
"description": ""
},
"log_html_page_title": {
"message": "Log from ClearURLs",
"description": ""
},
"log_html_table_head_1": {
"message": "Before processing",
"description": ""
},
"log_html_table_head_2": {
"message": "After processing",
"description": ""
},
"log_html_table_head_3": {
"message": "Rule",
"description": ""
},
"log_html_table_head_4": {
"message": "Time",
"description": ""
},
"log_html_reset_button": {
"message": "Reset",
"description": ""
},
"log_html_reset_button_title": {
"message": "Reset the global log",
"description": ""
},
"popup_html_configs_head": {
"message": "Configs",
"description": ""
},
"popup_html_configs_switch_filter": {
"message": "Filter",
"description": ""
},
"popup_html_configs_switch_filter_title": {
"message": "The filters switch activates the cleaning functionality of ClearURLs. If you disable this option, the whole addon is disabled",
"description": ""
},
"popup_html_configs_switch_log": {
"message": "Logging",
"description": ""
},
"popup_html_configs_switch_log_title": {
"message": "The log is saved only locally. We advise against this feature if you do not need it",
"description": ""
},
"popup_html_configs_switch_badges": {
"message": "Badges",
"description": ""
},
"popup_html_configs_switch_badges_title": {
"message": "Show number of cleaned urls",
"description": ""
},
"popup_html_statistics_head": {
"message": "Statistics",
"description": ""
},
"popup_html_statistics_elements": {
"message": "Elements",
"description": ""
},
"popup_html_statistics_blocked": {
"message": "Blocked",
"description": ""
},
"popup_html_statistics_percentage": {
"message": "Percentage",
"description": ""
},
"popup_html_statistics_reset_button": {
"message": "Reset",
"description": ""
},
"popup_html_statistics_reset_button_title": {
"message": "Reset the global statistics",
"description": ""
},
"popup_html_rules_status_head": {
"message": "Rules-Status",
"description": ""
},
"popup_html_log_head": {
"message": "Log",
"description": ""
},
"popup_html_log_head_title": {
"message": "Open the log",
"description": ""
},
"popup_html_report_button": {
"message": "Report current URL",
"description": ""
},
"popup_html_report_button_title": {
"message": "Report the current URL from this tab.",
"description": ""
},
"core_save_on_disk": {
"message": "[ClearURLs]: Save on disk.",
"description": ""
},
"core_error": {
"message": "[ClearURLs]: The addon could not started.",
"description": ""
},
"configs_switch_statistics": {
"message": "Statistics",
"description": ""
},
"configs_switch_statistics_title": {
"message": "Activate or deactivate the statistics function",
"description": ""
},
"settings_html_page_title": {
"message": "Settings from ClearURLs",
"description": ""
},
"badged_color_label": {
"message": "Badged color",
"description": ""
},
"setting_html_reset_button": {
"message": "Reset",
"description": ""
},
"setting_html_reset_button_title": {
"message": "Reset everything",
"description": ""
},
"setting_rule_url_label": {
"message": "The url to the data.json file (rules)",
"description": ""
},
"settings_html_save_button": {
"message": "Save & reload addon",
"description": ""
},
"settings_html_save_button_title": {
"message": "Saves the settings",
"description": ""
},
"setting_hash_url_label": {
"message": "The url to the rules.hash file (hash)",
"description": ""
},
"setting_types_label": {
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (expert level)",
"description": ""
},
"setting_report_server_label": {
"message": "Report server for URLs",
"description": ""
},
"success_report_url": {
"message": "The URL was successfully reported. We will check this URL soon.",
"description": ""
},
"error_report_url": {
"message": "It seems like this URL has already been reported.",
"description": ""
},
"donate_button": {
"message": "A donation for the ClearURLs creator.",
"description": ""
},
"clipboard_copy_link": {
"message": "Copy Clean Link Location",
"description": ""
},
"context_menu_enabled": {
"message": "Display context menu entry",
"description": ""
},
"history_listener_enabled": {
"message": "Prevent tracking injection over history API (See also: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method' target='_blank'>The pushState() method</a>)",
"description": ""
},
"cleaning_tool_page_title": {
"message": "Cleaning tool from ClearURLs",
"description": ""
},
"cleaning_tool_description": {
"message": "With this tool you can paste in URLs and ClearURLs will cleaned the URLs after a click on the green button. You can paste in multiple URLs at once, but every URL must be in a separate line.",
"description": ""
},
"cleaning_tool_btn": {
"message": "Clean URLs",
"description": ""
},
"cleaning_tool_dirty_urls_label": {
"message": "Here you can paste in the dirty URLs:",
"description": ""
},
"cleaning_tool_clean_urls_label": {
"message": "Here you can find the cleaned URLs:",
"description": ""
}
}