diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json
index cb02d56..0abb5c0 100644
--- a/_locales/pt_BR/messages.json
+++ b/_locales/pt_BR/messages.json
@@ -230,5 +230,121 @@
"cleaning_tool_clean_urls_label": {
"message": "Aqui você pode encontrar as urls limpas:",
"description": "This string is used as title on the cleaning tool page for the clean URLs."
+ },
+ "local_hosts_skipping": {
+ "message": "Skip URLs on local hosts (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"
+ },
+ "local_hosts_skipping_title": {
+ "message": "Skips URLs on local hosts",
+ "description": "This string is used as title for the local host skipping switch"
+ },
+ "log_html_export_button": {
+ "message": "Export",
+ "description": "This string is used for the export button on the log page."
+ },
+ "log_html_export_button_title": {
+ "message": "Exports the global log",
+ "description": "This string is used as title for the export button on the log page."
+ },
+ "log_html_import_button": {
+ "message": "Import",
+ "description": "This string is used for the import button on the log page."
+ },
+ "log_html_import_button_title": {
+ "message": "Import the global log",
+ "description": "This string is used as title for the import button on the log page."
+ },
+ "setting_html_export_button": {
+ "message": "Export",
+ "description": "This string is used as name for the export button on the settings page."
+ },
+ "setting_html_export_button_title": {
+ "message": "Exports everything",
+ "description": "This string is used as title for the export button on the settings page."
+ },
+ "setting_html_import_button": {
+ "message": "Import",
+ "description": "This string is used as name for the reset button on the settings page."
+ },
+ "setting_html_import_button_title": {
+ "message": "Imports everything",
+ "description": "This string is used as title for the import button on the settings page."
+ },
+ "setting_log_limit_label": {
+ "message": "Limit the log to $LIMIT$ entries. (-1 := ∞)",
+ "description": "This string is used as name for the log limit label.",
+ "placeholders": {
+ "limit": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
+ },
+ "blocked_html_title": {
+ "message": "This site was blocked by ClearURLs",
+ "description": "This string is used as title on the blocked site page."
+ },
+ "blocked_html_body": {
+ "message": "This site was blocked by the ClearURLs Add-on, because we identify this site as an advertising and/or tracking service. To visit this site, you must temporarily deactivate the Add-on or disable domain blocking in the ClearURLs settings. After this you can click on the button below to load the page.",
+ "description": "This string is used as body on the blocked site page."
+ },
+ "blocked_html_button": {
+ "message": "Visit page",
+ "description": "This string is used as button on the blocked site page."
+ },
+ "referral_marketing_enabled": {
+ "message": "Allow referral marketing",
+ "description": "This string is used as label for the referral marketing switch"
+ },
+ "referral_marketing_enabled_title": {
+ "message": "Allows referral marketing",
+ "description": "This string is used as title for the referral marketing switch"
+ },
+ "watchdog": {
+ "message": "[ClearURLs]: The watchdog has detected a problem and has already failed $TIMES$ times.",
+ "description": "This string is used as text for the watchdog",
+ "placeholders": {
+ "times": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "domain_blocking_enabled": {
+ "message": "Allow domain blocking (Can lead to problems on pages that do not allow AdBlockers)",
+ "description": "This string is used as label for the domain blocking switch"
+ },
+ "domain_blocking_enabled_title": {
+ "message": "Allow domain blocking (Can lead to problems on pages that do not allow AdBlockers)",
+ "description": "This string is used as title for the domain blocking switch"
+ },
+ "log_ping_blocked": {
+ "message": "This hyperlink auditing was blocked",
+ "description": "This string is used on hyperlink auditing in the ClearURLs log."
+ },
+ "ping_blocking_enabled": {
+ "message": "Block hyperlink auditing (See also this article)",
+ "description": "This string is used as label for the hyperlink auditing blocking switch"
+ },
+ "ping_blocking_enabled_title": {
+ "message": "Block hyperlink auditing",
+ "description": "This string is used as title for the hyperlink auditing blocking switch"
+ },
+ "extension_description": {
+ "message": "Remove tracking elements from URLs.",
+ "description": "Extension description (max. 132 characters)"
+ },
+ "eTag_filtering_log": {
+ "message": "ETag header was removed from this request",
+ "description": "This string is used on ETag header filtering in the ClearURLs log."
+ },
+ "eTag_filtering_enabled": {
+ "message": "Filters ETag headers from requests (See also this article)",
+ "description": "This string is used as label for the ETag header filtering switch"
+ },
+ "eTag_filtering_enabled_title": {
+ "message": "Filters ETag headers. Hint: Cache must be cleared before first use.",
+ "description": "This string is used as title for the ETag header filtering switch"
}
}
\ No newline at end of file