From 81b21d35af638010e0d4280b3772de601ee86a19 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 25 Jun 2020 07:53:13 +0200 Subject: [PATCH] Updated i18n --- _locales/de/messages.json | 20 ++++++++++++++++++++ _locales/en_GB/messages.json | 24 ++++++++++++++++++++++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 807581e4..ae65d0f0 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -110,5 +110,25 @@ "labelDonate": { "message": "Spenden", "description": "Donate" + }, + "negateHtmlFilterListTitle": { + "message": "HTML-Filter umkehren", + "description": "Invert HTML-Filter" + }, + "negateHtmlFilterListDescription": { + "message": "Aktiviere standardmäßig den HTML-Filter.", + "description": "Enable HTML-Filter by default." + }, + "negateHtmlFilterListWarning": { + "message": "Diese Funktion verursacht bei manchen Websites Fehler. Beachte dazu die Hinweise auf der Wiki-Seite.", + "description": "This function can break websites. Please note the information on the Wiki page." + }, + "htmlFilterDomainsTitle": { + "message": "Domains for HTML-Filter:", + "description": "Domains for HTML-Filter:" + }, + "htmlFilterDomainsDescription": { + "message": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;).", + "description": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;)." } } diff --git a/_locales/en_GB/messages.json b/_locales/en_GB/messages.json index ce80729f..ebdbf020 100644 --- a/_locales/en_GB/messages.json +++ b/_locales/en_GB/messages.json @@ -48,8 +48,8 @@ "description": "Strip metadata description." }, "whitelistedDomainsTitle": { - "message": "Exclude domains from inspections:", - "description": "Whitelisted domains:" + "message": "Deactivate LocalCDN for these domains:", + "description": "Deactivate LocalCDN for these domains:" }, "whitelistedDomainsDescription": { "message": "Enter domains to whitelist them. Separate multiple entries with semi-colons (;).", @@ -110,5 +110,25 @@ "labelDonate": { "message": "Donate", "description": "Donate" + }, + "negateHtmlFilterListTitle": { + "message": "Invert HTML-Filter", + "description": "Invert HTML-Filter" + }, + "negateHtmlFilterListDescription": { + "message": "Enable HTML-Filter by default.", + "description": "Enable HTML-Filter by default." + }, + "negateHtmlFilterListWarning": { + "message": "This function can break websites. Please note the information on the Wiki page.", + "description": "This function can break websites. Please note the information on the Wiki page." + }, + "htmlFilterDomainsTitle": { + "message": "Domains for HTML-Filter:", + "description": "Domains for HTML-Filter:" + }, + "htmlFilterDomainsDescription": { + "message": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;).", + "description": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;)." } }