Archived
update localization resource files (#14389)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user