Update messages.json (POEditor.com)

This commit is contained in:
Kevin Röbert 2020-01-29 08:32:00 +00:00
parent 6954ad2eef
commit 523b52d34a

View File

@ -59,22 +59,6 @@
"message": "Återställ den globala loggen",
"description": "This string is used as title for the reset button on the log page."
},
"log_html_export_button": {
"message": "Exportera",
"description": "This string is used for the export button on the log page."
},
"log_html_export_button_title": {
"message": "Exportera den globala loggen",
"description": "This string is used as title for the export button on the log page."
},
"log_html_import_button": {
"message": "Importera",
"description": "This string is used for the import button on the log page."
},
"log_html_import_button_title": {
"message": "Importera den globala loggen",
"description": "This string is used as title for the import button on the log page."
},
"popup_html_configs_head": {
"message": "Konfiguration",
"description": "This string is used as title for the configs on the popup page."
@ -179,36 +163,10 @@
"message": "Återställer allt",
"description": "This string is used as title for the reset button on the settings page."
},
"setting_html_export_button": {
"message": "Exportera",
"description": "This string is used as name for the export button on the settings page."
},
"setting_html_export_button_title": {
"message": "Exportera allt",
"description": "This string is used as title for the export button on the settings page."
},
"setting_html_import_button": {
"message": "Importera",
"description": "This string is used as name for the reset button on the settings page."
},
"setting_html_import_button_title": {
"message": "Importera allt",
"description": "This string is used as title for the import button on the settings page."
},
"setting_rule_url_label": {
"message": "Webbadressen till filen data.json (regler)",
"description": "This string is used as name for the rule url label."
},
"setting_log_limit_label": {
"message": "Begränsa loggfilen till $LIMIT$ poster. (-1 := ∞)",
"description": "This string is used as name for the log limit label.",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"settings_html_save_button": {
"message": "Spara och ladda om tillägget",
"description": "This string is used as name for the save&reload button on the settings page."
@ -281,6 +239,48 @@
"message": "Hoppa över webbadresser på lokala värdar",
"description": "This string is used as title for the local host skipping switch"
},
"log_html_export_button": {
"message": "Exportera",
"description": "This string is used for the export button on the log page."
},
"log_html_export_button_title": {
"message": "Exportera den globala loggen",
"description": "This string is used as title for the export button on the log page."
},
"log_html_import_button": {
"message": "Importera",
"description": "This string is used for the import button on the log page."
},
"log_html_import_button_title": {
"message": "Importera den globala loggen",
"description": "This string is used as title for the import button on the log page."
},
"setting_html_export_button": {
"message": "Exportera",
"description": "This string is used as name for the export button on the settings page."
},
"setting_html_export_button_title": {
"message": "Exportera allt",
"description": "This string is used as title for the export button on the settings page."
},
"setting_html_import_button": {
"message": "Importera",
"description": "This string is used as name for the reset button on the settings page."
},
"setting_html_import_button_title": {
"message": "Importera allt",
"description": "This string is used as title for the import button on the settings page."
},
"setting_log_limit_label": {
"message": "Begränsa loggfilen till $LIMIT$ poster. (-1 := ∞)",
"description": "This string is used as name for the log limit label.",
"placeholders": {
"limit": {
"content": "$1",
"example": "100"
}
}
},
"blocked_html_title": {
"message": "Den här webbplatsen blockerades av <b>ClearURLs</b>",
"description": "This string is used as title on the blocked site page."
@ -312,5 +312,17 @@
"domain_blocking_enabled_title": {
"message": "Tillåt domänblockering (Kan leda till problem på sidor som inte tillåter 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 <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>this article</a>)",
"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"
}
}