mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/esn/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/esn/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"missingFileError": "Falta el archivo: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Error: {0} tiene un archivo toc.yml incorrecto"
|
||||
}
|
||||
12
i18n/esn/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/esn/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"openNotebookCommand": "Abrir Notebook",
|
||||
"openMarkdownCommand": "Abrir Markdown",
|
||||
"openExternalLinkCommand": "Abrir vínculo externo"
|
||||
}
|
||||
17
i18n/esn/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/esn/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openBookError": "Error al abrir el libro {0}: {1}",
|
||||
"openNotebookError": "Error al abrir el cuaderno {0}: {1}",
|
||||
"openMarkdownError": "Error en la apertura de Markdown {0}: {1}",
|
||||
"openUntitledNotebookError": "Error al abrir el cuaderno sin título {0} como sin título: {1}",
|
||||
"allFiles": "Todos los archivos",
|
||||
"labelPickFolder": "Seleccionar carpeta",
|
||||
"openExternalLinkError": "Error al abrir el vínculo {0}: {1}",
|
||||
"confirmReplace": "La carpeta ya existe. ¿Seguro que desea eliminar y reemplazar esta carpeta?"
|
||||
}
|
||||
12
i18n/esn/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/esn/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"msgYes": "Sí",
|
||||
"msgNo": "No",
|
||||
"msgSampleCodeDataFrame": "Este código de ejemplo carga el archivo en un marco de datos y muestra los primeros 10 resultados."
|
||||
}
|
||||
11
i18n/esn/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/esn/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"mkdirOutputMsg": "... Creando {0}",
|
||||
"executeCommandProcessExited": "Proceso cerrado con el código {0}"
|
||||
}
|
||||
22
i18n/esn/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/esn/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": "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"
|
||||
}
|
||||
23
i18n/esn/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/esn/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.invalidTextPlaceholder": "N/D",
|
||||
"managePackages.packageNotFound": "No se pudo encontrar el paquete especificado",
|
||||
"managePackages.searchBarPlaceholder": "Buscar {0} paquetes",
|
||||
"managePackages.addNewTabTitle": "Añadir nuevos",
|
||||
"managePackages.searchButtonLabel": "Buscar",
|
||||
"managePackages.installButtonText": "Instalar",
|
||||
"managePackages.packageNameTitle": "Nombre del paquete",
|
||||
"managePackages.packageVersionTitle": "Versión de paquete",
|
||||
"managePackages.packageSummaryTitle": "Resumen del paquete",
|
||||
"managePackages.noVersionsFound": "No se pudo encontrar ninguna versión válida para el paquete especificado",
|
||||
"managePackages.packageRequestError": "Error en la solicitud de información del paquete: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "Instalando {0} {1}",
|
||||
"managePackages.backgroundInstallComplete": "Instalación completada para {0} {1}",
|
||||
"managePackages.backgroundInstallFailed": "No se pudo instalar {0} {1}. Error: {2}"
|
||||
}
|
||||
19
i18n/esn/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/esn/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.installedTabTitle": "Instalado",
|
||||
"managePackages.pkgNameColumn": "Nombre",
|
||||
"managePackages.newPkgVersionColumn": "Versión",
|
||||
"managePackages.uninstallButtonText": "Desinstalar los paquetes seleccionados",
|
||||
"managePackages.packageType": "Tipo de paquete",
|
||||
"managePackages.packageCount": "Se han encontrado {0} {1} paquetes",
|
||||
"managePackages.confirmUninstall": "¿Está seguro de que desea desinstalar los paquetes especificados?",
|
||||
"managePackages.backgroundUninstallStarted": "Desinstalando {0}",
|
||||
"managePackages.backgroundUninstallComplete": "Desinstalación completada para {0}",
|
||||
"managePackages.backgroundUninstallFailed": "No se ha podido desinstalar {0}. Error: {1}"
|
||||
}
|
||||
11
i18n/esn/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/esn/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"managePackages.dialogName": "Administrar paquetes",
|
||||
"managePackages.cancelButtonText": "Cerrar"
|
||||
}
|
||||
15
i18n/esn/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/esn/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Este código de ejemplo carga el archivo en un marco de datos y muestra los primeros 10 resultados.",
|
||||
"noNotebookVisible": "Ningún editor de cuadernos está activo",
|
||||
"codeCellName": "Código",
|
||||
"textCellName": "Texto",
|
||||
"selectCellType": "¿Qué tipo de celda desea agregar?",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
12
i18n/esn/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/esn/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
@@ -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?"
|
||||
}
|
||||
10
i18n/esn/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/esn/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
@@ -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
i18n/esn/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/esn/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
@@ -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."
|
||||
}
|
||||
10
i18n/esn/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/esn/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
@@ -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}"
|
||||
}
|
||||
11
i18n/esn/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/esn/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
@@ -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."
|
||||
}
|
||||
14
i18n/esn/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/esn/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
@@ -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"
|
||||
}
|
||||
14
i18n/esn/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/esn/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"notebook.unsupportedAction": "No se admite la acción {0} para este controlador",
|
||||
"unsupportedScheme": "No se puede abrir el vínculo {0} porque solo se admiten los vínculos HTTP y HTTPS",
|
||||
"notebook.confirmOpen": "¿Descargar y abrir \"{0}\"?",
|
||||
"notebook.fileNotFound": "No se pudo encontrar el archivo especificado",
|
||||
"notebook.fileDownloadError": "Error en la solicitud de apertura de archivo: {0} {1}"
|
||||
}
|
||||
@@ -8,29 +8,36 @@
|
||||
],
|
||||
"displayName": "Extensiones principales de Notebook",
|
||||
"description": "Define la contribución de Notebook basada en el protocolo de datos y muchos comandos y contribuciones de Notebook.",
|
||||
"notebook.configuration.title": "Configuración del Notebook",
|
||||
"notebook.configuration.title": "Configuración de Notebook",
|
||||
"notebook.pythonPath.description": "Ruta de acceso local a la instalación de Python utilizada por Notebooks.",
|
||||
"notebook.useExistingPython.description": "Ruta de acceso local a una instalación de Python preexistente utilizada por Notebooks.",
|
||||
"notebook.overrideEditorTheming.description": "Invalide la configuración predeterminada del editor en el editor de Notebook. Los ajustes incluyen el color de fondo, el color de la línea actual y el borde",
|
||||
"notebook.maxTableRows.description": "Número máximo de filas devueltas por tabla en el editor de Notebook",
|
||||
"notebook.maxBookSearchDepth.description": "Profundidad máxima de subdirectorios para buscar Books (especifique 0 para infinito)",
|
||||
"notebook.command.new": "Nuevo Notebook",
|
||||
"notebook.command.open": "Abrir Notebook",
|
||||
"notebook.analyzeJupyterNotebook": "Analizar en Notebook",
|
||||
"notebook.command.runactivecell": "Ejecutar celda",
|
||||
"notebook.command.clearactivecellresult": "Borrar resultado de la celda",
|
||||
"notebook.command.runallcells": "Ejecutar celdas",
|
||||
"notebook.command.addcode": "Añadir celda de código",
|
||||
"notebook.command.addtext": "Añadir celda de texto",
|
||||
"notebook.command.addcell": "Añadir celda",
|
||||
"notebook.command.addcode": "Agregar celda de código",
|
||||
"notebook.command.addtext": "Agregar celda de texto",
|
||||
"notebook.command.addcell": "Agregar celda",
|
||||
"title.analyzeJupyterNotebook": "Analizar en Notebook",
|
||||
"title.newJupyterNotebook": "Nuevo Notebook",
|
||||
"title.openJupyterNotebook": "Abrir Notebook",
|
||||
"title.jupyter.setContext": "Establecer contexto para Notebook",
|
||||
"title.jupyter.setKernel": "Establecer kernel para Notebook",
|
||||
"config.jupyter.extraKernelsTitle": "Kernels adicionales",
|
||||
"config.jupyter.extraKernelsDescription": "ID de los kernels adicionales para habilitar",
|
||||
"config.jupyter.extraKernelsDescription": "Id. de los kernels adicionales para habilitar",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Opciones de configuración para kernels de Jupyter. Se administra automáticamente y no se recomienda la edición manual.",
|
||||
"title.reinstallNotebookDependencies": "Reinstalar dependencias de Notebook",
|
||||
"title.configurePython": "Configurar Python para Notebooks",
|
||||
"title.managePackages": "Administrar paquetes"
|
||||
"title.managePackages": "Administrar paquetes",
|
||||
"title.SQL19PreviewBook": "Guía de SQL Server 2019",
|
||||
"books-preview-category": "Jupyter Books",
|
||||
"title.saveJupyterBook": "Guardar libro",
|
||||
"title.searchJupyterBook": "Buscar libro",
|
||||
"title.SavedBooks": "Libros guardados",
|
||||
"title.UntitledBooks": "Libros sin título"
|
||||
}
|
||||
Reference in New Issue
Block a user