mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
36
i18n/esn/extensions/notebook/package.i18n.json
Normal file
36
i18n/esn/extensions/notebook/package.i18n.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user