Archived
update localization resource files (#14389)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Solo se admiten los Notebooks de tipo .ipynb",
|
||||
"confirmReinstall": "¿Está seguro de que desea volver a instalar?"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errNotebookUriMissing": "Se requiere una ruta de acceso del cuaderno"
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgInstallPkgProgress": "La instalación de dependencias de Notebook está en curso",
|
||||
"msgPythonDownloadComplete": "La descarga de Python está completa",
|
||||
"msgPythonDownloadError": "Error al descargar la configuración de Python",
|
||||
"msgPythonDownloadPending": "Descargando paquete de Python",
|
||||
"msgPythonUnpackPending": "Desempaquetando paquete de Python",
|
||||
"msgPythonDirectoryError": "Error al crear el directorio de instalación de Python",
|
||||
"msgPythonUnpackError": "Error al desempaquetar el paquete de Python",
|
||||
"msgTaskName": "Instalando dependencias de Notebook",
|
||||
"msgInstallPkgStart": "Instalando dependencias de Notebook, consulte la vista Tareas para obtener más información",
|
||||
"msgInstallPkgFinish": "La instalación de las dependencias de Notebook se ha completado",
|
||||
"msgPythonRunningError": "No se puede sobrescribir una instalación de Python existente mientras Python se está ejecutando. Cierre los cuadernos activos antes de continuar.",
|
||||
"msgSkipPythonInstall": "Python ya existe en la ubicación específica. Omitiendo la instalación.",
|
||||
"msgWaitingForInstall": "Otra instalación de Python está actualmente en curso. Esperando a que se complete.",
|
||||
"msgDependenciesInstallationFailed": "Error al instalar las dependencias de Notebook: {0}",
|
||||
"msgDownloadPython": "Descargando Python local para la plataforma: {0} a {1}",
|
||||
"confirmPackageUpgrade": "Es necesario actualizar algunos paquetes de Python instalados. ¿Quiere hacerlo ahora?",
|
||||
"upgradePackages.pipInstall": "Instalando {0}",
|
||||
"msgInstallStart": "Instalando paquetes necesarios para ejecutar Notebooks...",
|
||||
"msgJupyterInstallDone": "... Instalación de Jupyter completa."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"shutdownError": "Error en el apagado del servidor de Notebook: {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errorStartBeforeReady": "No se puede iniciar una sesión, el administrador aún no está inicializado",
|
||||
"connectionNotValid": "Los kernels de Spark requieren una conexión a una instancia maestra del clúster de macrodatos de SQL Server."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serverStopError": "Error al detener el servidor de Notebook: {0}",
|
||||
"notebookStartProcessExitPremature": "El proceso de Notebook se cerró prematuramente con el error: {0}, resultado de StdErr: {1}",
|
||||
"jupyterError": "Error enviado desde Jupyter: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter se está ejecutando en {0}",
|
||||
"jupyterOutputMsgStart": "... Iniciando el servidor de Notebook"
|
||||
}
|
||||
Reference in New Issue
Block a user