mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/rus/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/rus/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user