libreredirect/src/_locales/ru/messages.json

104 行
3.4 KiB
JSON
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

{
"extensionName": {
"message": "Libre Redirect",
"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": "О расширении"
}
}