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
@@ -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": "Configurar Python para Notebooks",
"configurePython.okButtonText": "Instalar",
"configurePython.cancelButtonText": "Cancelar",
"configurePython.browseButtonText": "Examinar",
"configurePython.locationTextBoxText": "Ubicación de instalación de Python",
"configurePython.selectFileLabel": "Seleccionar",
"configurePython.installNote": "Esta instalación llevará algún tiempo. Se recomienda no cerrar la aplicación hasta que se complete la instalación.",
"configurePython.invalidLocationMsg": "La ubicación de instalación especificada no es válida.",
"configurePython.pythonNotFoundMsg": "No se encontró ninguna instalación de Python en la ubicación especificada.",
"configurePython.pythonInstallDeclined": "La instalación de Python se rechazó.",
"configurePython.installationType": "Tipo de instalación",
"configurePython.newInstall": "Nueva instalación de Python",
"configurePython.existingInstall": "Usar la instalación de Python existente"
}