solorice/vscode/extensions/ms-python.python-2022.4.1/package.nls.ru.json
2022-04-28 20:54:44 +03:00

27 lines
2.4 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.

{
"python.command.python.sortImports.title": "Отсортировать Imports",
"python.command.python.startREPL.title": "Открыть REPL",
"python.command.python.execInTerminal.title": "Выполнить файл в консоли",
"python.command.python.setInterpreter.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.remindMeLater": "Напомните позже",
"Pylance.pylanceNotInstalledMessage": "Расширение Pylance не установлено.",
"Pylance.pylanceInstalledReloadPromptMessage": "Расширение Pylance установлено. Перезагрузить окно для его активации?",
"LanguageService.reloadAfterLanguageServerChange": "Пожалуйста, перезагрузите окно после смены типа языкового сервера."
}