Files
azuredatastudio/i18n/esn/extensions/notebook/package.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

36 lines
2.5 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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.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.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",
"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.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"
}