1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated i18n

This commit is contained in:
nobody
2020-06-26 19:48:47 +02:00
parent ca140292d9
commit 05a1e30ab4
35 changed files with 862 additions and 86 deletions

View File

@@ -49,11 +49,11 @@
},
"whitelistedDomainsTitle": {
"message": "Ibukod ang mga domain mula sa mga iinspeksyon",
"description": "Whitelisted domains:"
"description": "Deactivate LocalCDN for these domains:"
},
"whitelistedDomainsDescription": {
"message": "Ipasok ang mga domain upang i-whitelist sila. Paghiwalayin ang maramihang mga entry na may tuldok kuwit (;).",
"description": "Whitelisted domains description."
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
},
"advancedLabel": {
"message": "Naka-usad",
@@ -110,5 +110,29 @@
"labelDonate": {
"message": "",
"description": "Donate"
},
"negateHtmlFilterListTitle": {
"message": "",
"description": "Invert HTML-Filter"
},
"negateHtmlFilterListDescription": {
"message": "",
"description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
},
"negateHtmlFilterListWarning": {
"message": "",
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "",
"description": "Do not apply HTML-Filter to these domains:"
},
"htmlFilterDomainsDescription": {
"message": "",
"description": "Enter the domains to be handled or ignored by the HTML-Filter. Separate multiple entries with semi-colons (;). Default: Apply HTML-Filters only for these domains."
},
"htmlFilterDomainsTitleInclude": {
"message": "",
"description": "Apply HTML-Filter for these domains:"
}
}