libredirect/src/_locales/ru/messages.json

113 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Расширение для браузера, перенаправляющее популярные сайты на обеспечивающие конфиденциальность альтернативны",
"description": "description of the extension"
},
"switchInstance": {
"message": "Сменить сервер",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Настройки",
"description": "used in the popup"
},
"general": {
"message": "Общее",
"description": "used in the settings page"
},
"theme": {
"message": "Тема",
"description": "used in the settings page"
},
"light": {
"message": "Светлая",
"description": "used in the settings page"
},
"dark": {
"message": "Тёмная",
"description": "used in the settings page"
},
"auto": {
"message": "Автоопределение",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Исключения",
"description": "used in the settings page"
},
"importSettings": {
"message": "Импортировать настройки",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Экспортировать настройки",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Сброс настроек",
"description": "used in the settings page"
},
"enable": {
"message": "Включить",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Показывать во всплывающем окне",
"description": "used in the settings page"
},
"frontend": {
"message": "Интерфейс",
"description": "used in the settings page"
},
"redirectType": {
"message": "Тип перенаправления",
"description": "used in the settings page"
},
"both": {
"message": "оба",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "только встроенные",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "только не встроенные",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Добавить в избранное",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Копировать изначальную"
},
"copied": {
"message": "Скопировано"
},
"redirectToOriginal": {
"message": "Обратно на исходный сайт",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Попытаться перенаправить",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "О расширении"
},
"unsupportedIframesHandling": {
"message": "Обработка неподдерживаемых iframe"
},
"fetchPublicInstances": {
"message": "Получить общедоступные серверы"
},
"disable": {
"message": "Выключить"
}
}