Added translation using Weblate (English (Canada))
This commit is contained in:
parent
50967a8673
commit
dce6041a1c
|
@ -0,0 +1,142 @@
|
|||
{
|
||||
"extensionDescription": {
|
||||
"message": "",
|
||||
"description": "Extension description."
|
||||
},
|
||||
"amountInjectedDescription": {
|
||||
"message": "",
|
||||
"description": "Amount injected description."
|
||||
},
|
||||
"optionsTitle": {
|
||||
"message": "",
|
||||
"description": "Options title"
|
||||
},
|
||||
"showIconBadgeTitle": {
|
||||
"message": "",
|
||||
"description": "Show icon badge title"
|
||||
},
|
||||
"showIconBadgeDescription": {
|
||||
"message": "",
|
||||
"description": "Show icon badge description."
|
||||
},
|
||||
"blockMissingTitle": {
|
||||
"message": "",
|
||||
"description": "Block requests for missing resources title"
|
||||
},
|
||||
"blockMissingDescription": {
|
||||
"message": "",
|
||||
"description": "Block requests for missing resources description."
|
||||
},
|
||||
"disablePrefetchTitle": {
|
||||
"message": "",
|
||||
"description": "Disable prefetch title"
|
||||
},
|
||||
"disablePrefetchDescription": {
|
||||
"message": "",
|
||||
"description": "Disable prefetch description."
|
||||
},
|
||||
"stripMetadataTitle": {
|
||||
"message": "",
|
||||
"description": "Strip metadata title"
|
||||
},
|
||||
"stripMetadataDescription": {
|
||||
"message": "",
|
||||
"description": "Strip metadata description."
|
||||
},
|
||||
"whitelistedDomainsTitle": {
|
||||
"message": "",
|
||||
"description": "Deactivate LocalCDN for these domains:"
|
||||
},
|
||||
"whitelistedDomainsDescription": {
|
||||
"message": "",
|
||||
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
|
||||
},
|
||||
"advancedLabel": {
|
||||
"message": "",
|
||||
"description": "Advanced label"
|
||||
},
|
||||
"generateRuleSetTitle": {
|
||||
"message": "",
|
||||
"description": "Generate rule set title"
|
||||
},
|
||||
"generateRuleSetDescription": {
|
||||
"message": "",
|
||||
"description": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix."
|
||||
},
|
||||
"lastUpdate": {
|
||||
"message": "",
|
||||
"description": "Last update:"
|
||||
},
|
||||
"copyRuleSet": {
|
||||
"message": "",
|
||||
"description": "Text of button to copy ruleset"
|
||||
},
|
||||
"loggingTitle": {
|
||||
"message": "",
|
||||
"description": "Enable logging in browser console"
|
||||
},
|
||||
"loggingDescription": {
|
||||
"message": "",
|
||||
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
|
||||
},
|
||||
"hideReleaseNotesTitle": {
|
||||
"message": "",
|
||||
"description": "Disable release notes"
|
||||
},
|
||||
"hideReleaseNotesDescription": {
|
||||
"message": "",
|
||||
"description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules."
|
||||
},
|
||||
"featureBreaksWebsitesDescription": {
|
||||
"message": "",
|
||||
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains."
|
||||
},
|
||||
"featureBreaksWebsitesButton": {
|
||||
"message": "",
|
||||
"description": "Disable"
|
||||
},
|
||||
"labelManipulateDOM": {
|
||||
"message": "",
|
||||
"description": "Filter HTML source code"
|
||||
},
|
||||
"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 (;)."
|
||||
},
|
||||
"htmlFilterDomainsTitleInclude": {
|
||||
"message": "",
|
||||
"description": "Apply HTML filter for these domains:"
|
||||
},
|
||||
"blockGoogleFontsTitle": {
|
||||
"message": "",
|
||||
"description": "Block Google Fonts"
|
||||
},
|
||||
"blockGoogleFontsDescription": {
|
||||
"message": "",
|
||||
"description": "If requests for missing resources are allowed, connections to \"fonts.googleapis.com\" are not blocked. Enable this option to block these requests."
|
||||
},
|
||||
"chooseIconStyle": {
|
||||
"message": "",
|
||||
"description": "Choose an icon for this extension"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue