update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View 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"
}