forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ru.json
29 lines (29 loc) · 3.36 KB
/
package.nls.ru.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"commentTranslate.displayName": "Комментарий Перевести",
"commentTranslate.description": "Этот плагин использует API Google Translate для перевода комментариев для языка программирования VSCode.",
"commentTranslate.command.select": "Быстрый выбор последней области перевода",
"commentTranslate.command.clipboard": "Перевести буфер обмена",
"commentTranslate.command.selectAllText": "Быстрое выделение всех строк в файле",
"commentTranslate.command.selectAllComment": "Быстрый выбор всех комментариев в файле",
"commentTranslate.command.translateAllText": "Быстрый перевод всех строк в файл",
"commentTranslate.command.translateAllComment": "Быстро перевести все комментарии в файл",
"commentTranslate.command.changeTargetLanguage": "Изменить язык перевода",
"commentTranslate.command.changeTranslateSource": "Изменить источник перевода",
"commentTranslate.command.replaceSelections": "Перевод и замена выделенных фрагментов",
"commentTranslate.command.toggleBrowseMode": "Переключить режим просмотра комментариев",
"commentTranslate.command.toggleDocumentBrowseMode": "Переключить режим просмотра комментариев для текущего документа",
"commentTranslate.command.translateForCopilotChat": "Перевести выделенный текст и отобразить в GitHub Copilot Chat",
"commentTranslate.command.nameVariable": "Назначение переменных из переведенных описаний",
"commentTranslate.configuration.concise": "Лаконичный режим. Если он включен, только нажатие Ctrl или Command вызовет плавающий перевод",
"commentTranslate.configuration.contentHover": "Перевод содержимого наведения",
"commentTranslate.configuration.targetLanguage": "Перевод на целевой язык",
"commentTranslate.configuration.source": "Перевести servcie source. Google, Bing, Baidu были встроены.",
"commentTranslate.configuration.browseEnabled": "Включить перевод при просмотре комментариев",
"commentTranslate.configuration.browseMode": "Режим просмотра комментариев",
"commentTranslate.configuration.openHover": "Открытый перевод наведения",
"commentTranslate.configuration.stringHover": "Строка перевода наведение указателя",
"commentTranslate.configuration.variableHover": "Переменная приведения наведение курсора",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "Выберите TargetLanguage при замене",
"commentTranslate.configuration.maxTranslationLength": "Максимальная длина перевода",
"commentTranslate.configuration.MultilineMerge": "Комментарий Многострочное слияние"
}