Files
azuredatastudio/i18n/rus/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
2021-02-22 19:42:55 -08:00

22 lines
1.6 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"configurePython.dialogName": "Настройка Python для Записных книжек",
"configurePython.okButtonText": "Установить",
"configurePython.cancelButtonText": "Отмена",
"configurePython.browseButtonText": "Обзор",
"configurePython.locationTextBoxText": "Расположение установки Python",
"configurePython.selectFileLabel": "Выбрать",
"configurePython.installNote": "Эта установка может занять некоторое время. Рекомендуется не закрывать приложение до завершения установки.",
"configurePython.invalidLocationMsg": "Указано недопустимое расположение установки.",
"configurePython.pythonNotFoundMsg": "В указанном расположении установка Python не найдена.",
"configurePython.pythonInstallDeclined": "Установка Python была отклонена.",
"configurePython.installationType": "Тип установки",
"configurePython.newInstall": "Новая установка Python",
"configurePython.existingInstall": "Использовать существующую установку Python"
}