mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-05 03:58:35 +01:00
139 lines
6.1 KiB
JSON
139 lines
6.1 KiB
JSON
{
|
||
"extensionDescription": {
|
||
"message": "Защищает Вас от отслеживания через «бесплатные», централизованные CDN.",
|
||
"description": "Extension description."
|
||
},
|
||
"amountInjectedTitle": {
|
||
"message": "Счётчик файлов «доставленных» локально",
|
||
"description": "Amount injected title"
|
||
},
|
||
"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": "Очистить дополнительные данные из разрешенных CDN запросов, для усиления приватности.",
|
||
"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": "Генерация наборов правил для uBlock или uMatrix",
|
||
"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": "Filters HTML source code"
|
||
},
|
||
"labelShowMoreInjections": {
|
||
"message": "",
|
||
"description": "Show more Injections"
|
||
},
|
||
"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:"
|
||
}
|
||
}
|