LocalCDN-Firefox-Chrome-Brave/_locales/ru/messages.json

115 lines
4.6 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
"extensionDescription": {
"message": "Защищает Вас от отслеживания через «бесплатные», централизованные CDN.",
"description": "Extension description."
},
"amountInjectedTitle": {
"message": "Счётчик файлов «доставленных» локально",
2020-06-15 07:37:35 +02:00
"description": "Amount injected title"
2020-02-27 13:45:29 +01:00
},
"amountInjectedDescription": {
"message": "Количество локально «доставленных» файлов с момента установки.",
"description": "Amount injected description."
},
"optionsTitle": {
"message": "Настройки",
2020-06-15 07:37:35 +02:00
"description": "Options title"
2020-02-27 13:45:29 +01:00
},
"showIconBadgeTitle": {
"message": "Показывать количество инъекций на значке",
2020-06-15 07:37:35 +02:00
"description": "Show icon badge title"
2020-02-27 13:45:29 +01:00
},
"showIconBadgeDescription": {
"message": "Показывать количество «доставленных» локально ресурсов на значке расширения.",
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "Блокировать запросы недостающих ресурсов",
2020-06-15 07:37:35 +02:00
"description": "Block requests for missing resources title"
2020-02-27 13:45:29 +01:00
},
"blockMissingDescription": {
"message": "Отменить перехваченный запрос, если требуемый ресурс не доступен локально (может «ломать» сайты).",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "Отключить предвыборку ссылок",
2020-06-15 07:37:35 +02:00
"description": "Disable prefetch title"
2020-02-27 13:45:29 +01:00
},
"disablePrefetchDescription": {
"message": "Не давать запрещенным запросам выходить за сети доставки.",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "Удалить метаданные из допущенных запросов",
2020-06-15 07:37:35 +02:00
"description": "Strip metadata title"
2020-02-27 13:45:29 +01:00
},
"stripMetadataDescription": {
"message": "Очистить дополнительные данные из разрешенных CDN запросов, для усиления приватности.",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
"message": "Исключить домены из проверки",
2020-06-15 07:50:08 +02:00
"description": "Whitelisted domains:"
2020-02-27 13:45:29 +01:00
},
"whitelistedDomainsDescription": {
"message": "«Белый список» доменов. Контент, расположенный на них не будет фильтроваться. Записи (при количестве более одной) разделяются точкой с запятой (;).",
"description": "Whitelisted domains description."
},
"advancedLabel": {
"message": "Дополнительно",
2020-06-15 07:37:35 +02:00
"description": "Advanced label"
2020-03-04 17:52:49 +01:00
},
"generateRuleSetTitle": {
"message": "Генерация наборов правил для uBlock или uMatrix",
2020-06-15 07:37:35 +02:00
"description": "Generate rule set title"
2020-04-07 12:19:32 +02:00
},
"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": {
2020-06-15 07:58:28 +02:00
"message": "",
2020-06-15 07:37:35 +02:00
"description": "Last update:"
2020-04-07 12:19:32 +02:00
},
"copyRuleSet": {
"message": "",
2020-06-15 07:37:35 +02:00
"description": "Text of button to copy ruleset"
2020-04-07 12:19:32 +02:00
},
"loggingTitle": {
"message": "",
2020-06-15 07:37:35 +02:00
"description": "Enable logging in browser console"
2020-04-07 12:19:32 +02:00
},
"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"
2020-05-27 06:19:46 +02:00
},
"labelManipulateDOM": {
"message": "",
2020-06-03 17:50:24 +02:00
"description": "Filters HTML source code"
},
"labelShowMoreInjections": {
"message": "",
"description": "Show more Injections"
2020-06-05 06:22:09 +02:00
},
"labelDonate": {
"message": "",
"description": "Donate"
2020-02-27 13:45:29 +01:00
}
2020-03-04 17:52:49 +01:00
}