Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View 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."
],
"unknownComponentType": "Tipo de componente desconocido. Debe usar ModelBuilder para crear objetos",
"invalidIndex": "El índice no es válido.",
"unknownConfig": "Configuración del componente desconocida, debe usar ModelBuilder para crear un objeto de configuración"
}

View 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."
],
"dialogDoneLabel": "hecho",
"dialogCancelLabel": "Cancelar",
"generateScriptLabel": "Generar secuencia de comandos",
"dialogNextLabel": "Siguiente",
"dialogPreviousLabel": "Anterior"
}

View 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."
],
"treeView.notRegistered": "No se ha registrado ninguna vista de árbol con el id \"{0}\""
}

View 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."
],
"providerRequired": "Un NotebookProvider con providerId valido se debe pasar a este método",
"errNoProvider": "no se encontró ningún proveedor de cuadernos",
"errNoManager": "No se encontró ningún administrador",
"noServerManager": "La instancia de Notebook Manager para el cuaderno {0} no tiene un administrador de servidores. No puede realizar operaciones en él",
"noContentManager": "Notebook Manager para el cuaderno {0} no tiene un administrador de contenidos. No puede realizar operaciones en él",
"noSessionManager": "La instancia de Notebook Manager para el cuaderno {0} no tiene un administrador de sesión. No se pueden realizar operaciones en él."
}

View 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."
],
"infoAltText": "Información",
"warningAltText": "Advertencia",
"errorAltText": "Fehler",
"showMessageDetails": "Mostrar detalles",
"hideMessageDetails": "Ocultar detalles",
"copyMessage": "Copiar",
"closeMessage": "Cerrar",
"modalBack": "Atrás"
}

View 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."
],
"optionsDialog.ok": "Aceptar",
"optionsDialog.cancel": "Cancelar"
}

View 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."
],
"optionsDialog.missingRequireField": " se requiere.",
"optionsDialog.invalidInput": "Entrada no válida. Se espera un valor numérico."
}

View 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."
],
"no-dataprovider": "No hay ningún proveedor de datos registrado que pueda proporcionar datos de la vista.",
"collapse": "Contraer"
}

View 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."
],
"previewFeatures.configTitle": "Características en versión preliminar",
"previewFeatures.configEnable": "Habilitar las características de la versión preliminar sin publicar",
"showConnectDialogOnStartup": "Mostrar diálogo de conexión al inicio"
}

View File

@@ -7,8 +7,18 @@
"Do not edit this file. It is machine generated."
],
"newQueryAction.newQuery": "Nueva consulta",
"scriptSelect": "Seleccionar el Top 1000",
"scriptExecute": "Secuencia de comandos, ejecutar",
"scriptAlter": "Generar script como Alter",
"editData": "Editar datos",
"scriptCreate": "Escribir como Crear",
"scriptDelete": "Script as Delete",
"manage": "Administrar"
"scriptDelete": "Script como borrar",
"backupAction.backup": "Copia de seguridad",
"backup.isPreviewFeature": "Debe habilitar las características de la versión preliminar para utilizar la copia de seguridad",
"restoreAction.restore": "Restaurar",
"restore.isPreviewFeature": "Debe habilitar las características de versión preliminar para utilizar la restauración",
"manage": "Administrar",
"showDetails": "Mostrar detalles",
"newDatabase": "Nueva base de datos",
"configureDashboard": "Aprenda a configurar el panel"
}

View File

@@ -6,7 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"selectOperationName": "Seleccionar",
"createOperationName": "Crear",
"insertOperationName": "Insertar",
"updateOperationName": "Actualizar",
"deleteOperationName": "Eliminar",
"scriptSelectNotFound": "El script no fue devuelto cuando se llama a seleccionar script en el objeto",
"scriptNotFoundForObject": "No se devolvió ningún script al escribir como {0} en el objeto {1}",
"scriptingFailed": "Error de secuencias de comandos",
"scriptNotFound": "No se devolvió ningún script al interpretado como {0}"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"enablePreviewFeatures.notice": "Las características de versión preliminar se necesitan para que las extensiones sean plenamente compatibles y algunas acciones estén disponibles. ¿Desea habilitar las características de versión preliminar?",
"enablePreviewFeatures.yes": "Sí",
"enablePreviewFeatures.no": "No",
"enablePreviewFeatures.never": "No, no volver a mostrar"
}

View 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."
],
"schema.providerId": "Identificador común para el proveedor",
"schema.displayName": "Nombre para mostrar del proveedor",
"schema.connectionOptions": "Opciones para la conexión"
}

View 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."
],
"Search server names": "Buscar nombres de servidor"
}

View 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."
],
"Search server names": "Buscar nombres de servidor"
}

View 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."
],
"showDataExplorer": "Mostrar el explorador de datos",
"workbench.dataExplorer": "Explorador de datos",
"dataExplorer.view": "Vista",
"databaseConnections": "Conexiones de base de datos",
"datasource.connections": "Conexiones de fuentes de datos",
"datasource.connectionGroups": "grupos de origen de datos",
"startupConfig": "Configuración de inicio",
"startup.alwaysShowServersView": "Verdadero para que la vista de servidores aparezcan en la apertura por defecto de Azure Data Studio; Falso si la último vista abierta debe mostrarse"
}

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"vscode.extension.contributes.view.id": "Identificador de la vista. Úselo para registrar un proveedor de datos mediante la API \"vscode.window.registerTreeDataProviderForView\". También para desencadenar la activación de su extensión al registrar el evento \"onView:${id}\" en \"activationEvents\".",
"vscode.extension.contributes.view.name": "Nombre de la vista en lenguaje natural. Será mostrado",
"vscode.extension.contributes.view.when": "Condición que se debe cumplir para mostrar esta vista",
"extension.contributes.dataExplorer": "Aporta vistas al editor",
"extension.dataExplorer": "Aporta vistas al contenedor del Explorador de datos en la barra de la actividad",
"dataExplorer.contributed": "Contribuye vistas al contenedor de vistas aportadas",
"ViewsContainerDoesnotExist": "El contenedor de vista \"{0}\" no existe y todas las vistas registradas en él se agregarán al \"Explorador de datos\".",
"duplicateView1": "No pueden registrar múltiples vistas con el mismo identificador \"{0}\" en el contenedor de vistas \"{1}\"",
"duplicateView2": "Una vista con el identificador \"{0}\" ya está registrada en el contenedor de vista \"{1}\"",
"requirearray": "Las vistas deben ser una matriz",
"requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"",
"optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\""
}

View 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."
],
"dataExplorer.servers": "Servidores"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"disconnect": "Desconectar",
"newQuery": "Nueva consulta",
"manage": "Administrar",
"refresh": "Actualizar"
}

View 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."
],
"adminService.providerIdNotValidError": "Se necesita la conexión para interactuar con el servicio de administración",
"adminService.noHandlerRegistered": "Ningún controlador registrado"
}

View 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."
],
"connectingLabel": "Conectando:",
"runningCommandLabel": "Comando en ejecución:",
"openingNewQueryLabel": "Abriendo nueva consulta:"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"connectionError": "Error de conexión",
"kerberosErrorStart": "Error en la conexión debido a un error de Kerberos.",
"kerberosHelpLink": "Ayuda para configurar Kerberos está disponible en {0}",
"kerberosKinit": "Si se ha conectado anteriormente puede que necesite volver a ejecutar kinit."
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"connection": "Conexión",
"connectType": "Tipo de conexión",
"recentConnectionTitle": "Conexiones recientes",
"savedConnectionTitle": "Conexiones guardadas",
"connectionDetailsTitle": "Detalles de conexión",
"connectionDialog.connect": "Conectar",
"connectionDialog.cancel": "Cancelar",
"noRecentConnections": "Ninguna conexión reciente",
"noSavedConnections": "Ninguna conexión guardada"
}

View File

@@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"connectionWidget.AddAzureAccount": "Agregar una cuenta...",
"defaultDatabaseOption": "<Predeterminado>",
"loadingDatabaseOption": "Cargando...",
"serverGroup": "Grupo de servidores",
"defaultServerGroup": "<Predeterminado>",
"addNewServerGroup": "Agregar nuevo grupo...",
"noneServerGroup": "<No guardar>",
"connectionWidget.missingRequireField": "{0} es necesario.",
"connectionWidget.fieldWillBeTrimmed": "{0} se recortará.",
"rememberPassword": "Recordar contraseña",
"connection.azureAccountDropdownLabel": "Cuenta",
"connectionWidget.refreshAzureCredentials": "Actualizar credenciales de la cuenta",
"connection.azureTenantDropdownLabel": "Inquilino de Azure AD",
"connectionWidget.toggleDatabaseNameDropdown": "Seleccione el menú desplegable para alternar base de datos",
"advanced": "Avanzado...",
"connectionWidget.invalidAzureAccount": "Debe seleccionar una cuenta"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"newDashboardTab.openDashboardExtensions": "Abrir extensiones de panel",
"newDashboardTab.ok": "Aceptar",
"newDashboardTab.cancel": "Cancelar",
"newdashboardTabDialog.noExtensionLabel": "No hay extensiones de panel instaladas en este momento. Vaya a Extension Manager para explorar las extensiones recomendadas."
}

View 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."
],
"errorMessageDialog.ok": "Aceptar",
"errorMessageDialog.close": "Cerrar",
"copyDetails": "Copiar detalles"
}

View 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."
],
"error": "Fehler",
"warning": "Advertencia",
"info": "Información"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"filebrowser.filepath": "Ruta seleccionada",
"fileFilter": "Archivos de tipo",
"fileBrowser.ok": "Aceptar",
"fileBrowser.discard": "Descartar"
}

View 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."
],
"filebrowser.selectFile": "Seleccione un archivo"
}

View 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."
],
"fileBrowser.regTreeAriaLabel": "Árbol explorador de archivos"
}

View 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."
],
"allFiles": "Todos los archivos"
}

View File

@@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"insights.item": "Artículo",
"insights.value": "Valor",
"property": "Propiedad",
"value": "Valor",
"InsightsDialogTitle": "Puntos de vista",
"insights.dialog.items": "Artículos",
"insights.dialog.itemDetails": "Detalles del artículo"
}

View 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."
],
"workbench.action.insights.copySelection": "Copiar celda"
}

View 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."
],
"insightsDidNotFindResolvedFile": "No se pudo encontrar el archivo de consulta en ninguna de las siguientes rutas:\r\n {0}"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"insightsInputError": "No se pasó ningún perfil de conexión al menú desplegable de información",
"insightsError": "Error de insights",
"insightsFileError": "Hubo un error leyendo el archivo de consulta: ",
"insightsConfigError": "Error al analizar la configuración de la perspectiva; no se pudo encontrar la matriz/cadena de consulta o el archivo de consulta"
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"carbon.extension.contributes.notebook.provider": "Identificador del proveedor del cuaderno.",
"carbon.extension.contributes.notebook.fileExtensions": "Extensiones de archivo que deben estar registradas en este proveedor de cuadernos",
"carbon.extension.contributes.notebook.standardKernels": "Qué núcleos deben ser estándar con este proveedor de cuadernos",
"vscode.extension.contributes.notebook.providers": "Aporta proveedores de cuadernos.",
"carbon.extension.contributes.notebook.magic": "Nombre del magic de la celda, como \"%%sql\".",
"carbon.extension.contributes.notebook.language": "El lenguaje de celda que se usará si este magic de celda se incluye en la celda",
"carbon.extension.contributes.notebook.executionTarget": "Objetivo de ejecución opcional indicado por este magic, por ejemplo Spark vs SQL",
"carbon.extension.contributes.notebook.kernels": "Este conjunto de kernel es válido para, por ejemplo, python3, pyspark3, sql",
"vscode.extension.contributes.notebook.languagemagics": "Aporta el lenguaje del cuaderno."
}

View 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."
],
"notebookUriNotDefined": "No se pasó ninguna URI al crear el administrador de cuadernos",
"notebookServiceNoProvider": "El proveedor de cuadernos no existe"
}

View 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."
],
"noKernel": "Sin kernel",
"runNotebookDisabled": "No se pueden ejecutar las celdas porque no se ha configurado ningún kernel",
"errorName": "Error"
}

View 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."
],
"nbformatNotRecognized": "nbformat v{0}. {1} no reconocido",
"nbNotSupported": "Este archivo no tiene un formato válido de cuaderno",
"unknownCellType": "Celda de tipo {0} desconocido",
"unrecognizedOutput": "Tipo de salida {0} no reconocido",
"invalidMimeData": "Se espera que los datos para {0} sean una cadena o una matriz de cadenas",
"unrecognizedOutputType": "Tipo de salida {0} no reconocido"
}

View 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."
],
"sqlKernelError": "Error del kernel SQL",
"connectionRequired": "Se debe elegir una conexión para ejecutar celdas de cuaderno",
"sqlMaxRowsDisplayed": "Mostrando las primeras {0} filas."
}

View 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."
],
"OeSessionFailedError": "Error al crear la sesión del explorador de objetos",
"nodeExpansionError": "Varios errores:"
}

View 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."
],
"queryEditorServiceChangeUnsupportedError": "El modo de cambio de idioma no está soportado con consultas no guardadas",
"queryEditorServiceChangeError": "Guarde o descarte los cambios antes de cambiar a o desde el modo de lenguaje SQL"
}

View File

@@ -6,5 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"gettingStarted": "Iniciar"
"gettingStarted": "Iniciar",
"showReleaseNotes": "Ver introducción",
"miGettingStarted": "I&&ntroducción"
}