Updated i18n

This commit is contained in:
nobody 2020-06-25 07:53:13 +02:00
parent 639f4f4820
commit 81b21d35af
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 42 additions and 2 deletions

View File

@ -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 (;)."
}
}

View File

@ -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 (;)."
}
}