forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ru.json
40 lines (40 loc) · 3.82 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
30
31
32
33
34
35
36
37
38
39
40
{
"python.command.python.sortImports.title": "Отсортировать Imports",
"python.command.python.startREPL.title": "Открыть REPL",
"python.command.python.buildWorkspaceSymbols.title": "Собрать символы рабочего пространства",
"python.command.python.runtests.title": "Запустить все тесты",
"python.command.python.debugtests.title": "Запустить все тесты под отладчиком",
"python.command.python.execInTerminal.title": "Выполнить файл в консоли",
"python.command.python.setInterpreter.title": "Выбрать интерпретатор",
"python.command.python.refactorExtractVariable.title": "Извлечь в переменную",
"python.command.python.refactorExtractMethod.title": "Извлечь в метод",
"python.command.python.viewTestOutput.title": "Показать вывод теста",
"python.command.python.selectAndRunTestMethod.title": "Запусть тестовый метод...",
"python.command.python.selectAndDebugTestMethod.title": "Отладить тестовый метод...",
"python.command.python.selectAndRunTestFile.title": "Запустить тестовый файл...",
"python.command.python.runCurrentTestFile.title": "Запустить текущий тестовый файл",
"python.command.python.runFailedTests.title": "Запустить непрошедшие тесты",
"python.command.python.discoverTests.title": "Обнаружить тесты",
"python.command.python.execSelectionInTerminal.title": "Выполнить выбранный текст или текущую строку в консоли",
"python.command.python.execSelectionInDjangoShell.title": "Выполнить выбранный текст или текущую строку в оболочке Django",
"python.command.python.goToPythonObject.title": "Перейти к объекту Python",
"python.command.python.setLinter.title": "Выбрать анализатор кода",
"python.command.python.enableLinting.title": "Включить анализатор кода",
"python.command.python.runLinting.title": "Выполнить анализ кода",
"python.snippet.launch.standard.label": "Python: Текущий файл",
"python.snippet.launch.module.label": "Python: Модуль",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.flask.label": "Python: Flask",
"python.snippet.launch.pyramid.label": "Python: Приложение Pyramid",
"python.snippet.launch.attach.label": "Python: Подключить отладчик",
"ExtensionSurveyBanner.bannerLabelYes": "Да, открыть опрос сейчас",
"ExtensionSurveyBanner.bannerLabelNo": "Нет, спасибо",
"ExtensionSurveyBanner.maybeLater": "Может быть, позже",
"ExtensionSurveyBanner.bannerMessage": "Не могли бы вы потратить пару минут на опрос о языковом сервере Pylance?",
"Pylance.proposePylanceMessage": "Попробуйте новый языковый сервер для Python от Microsoft: Pylance! Установите расширение Pylance.",
"Pylance.tryItNow": "Да, хочу",
"Pylance.remindMeLater": "Напомните позже",
"Pylance.pylanceNotInstalledMessage": "Расширение Pylance не установлено.",
"Pylance.pylanceInstalledReloadPromptMessage": "Расширение Pylance установлено. Перезагрузить окно для его активации?",
"LanguageService.reloadAfterLanguageServerChange": "Пожалуйста, перезагрузите окно после смены типа языкового сервера."
}