mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
13
i18n/esn/extensions/agent/out/data/alertData.i18n.json
Normal file
13
i18n/esn/extensions/agent/out/data/alertData.i18n.json
Normal 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."
|
||||
],
|
||||
"alertData.saveErrorMessage": "Error de actualización de alerta \"{0}\"",
|
||||
"alertData.DefaultAlertTypString": "Alerta de evento de SQL Server",
|
||||
"alertDialog.PerformanceCondition": "Alerta de condición de rendimiento de SQL Server",
|
||||
"alertDialog.WmiEvent": "Alerta de evento WMI"
|
||||
}
|
||||
17
i18n/esn/extensions/agent/out/data/jobData.i18n.json
Normal file
17
i18n/esn/extensions/agent/out/data/jobData.i18n.json
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."
|
||||
],
|
||||
"jobData.whenJobCompletes": "Cuando termina el trabajo",
|
||||
"jobData.whenJobFails": "Cuando el trabajo falla",
|
||||
"jobData.whenJobSucceeds": "Cuando el trabajo tiene éxito",
|
||||
"jobData.jobNameRequired": "El nombre del trabajo debe ser proporcionado",
|
||||
"jobData.saveErrorMessage": "Error de actualización de trabajo \"{0}\"",
|
||||
"jobData.newJobErrorMessage": "Error de creación de trabajo \"{0}\"",
|
||||
"jobData.saveSucessMessage": "El trabajo \"{0}\" se actualizó correctamente",
|
||||
"jobData.newJobSuccessMessage": "Trabajo \"{0}\" creado correctamente"
|
||||
}
|
||||
12
i18n/esn/extensions/agent/out/data/jobStepData.i18n.json
Normal file
12
i18n/esn/extensions/agent/out/data/jobStepData.i18n.json
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."
|
||||
],
|
||||
"jobStepData.saveErrorMessage": "Error de actualización en el paso \"{0}\"",
|
||||
"stepData.jobNameRequired": "El nombre del trabajo debe ser proporcionado",
|
||||
"stepData.stepNameRequired": "Debe proporcionarse el nombre de paso"
|
||||
}
|
||||
12
i18n/esn/extensions/agent/out/data/proxyData.i18n.json
Normal file
12
i18n/esn/extensions/agent/out/data/proxyData.i18n.json
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."
|
||||
],
|
||||
"proxyData.saveErrorMessage": "Error de la actualización de proxy \"{0}\"",
|
||||
"proxyData.saveSucessMessage": "El proxy \"{0}\" se actualizó correctamente",
|
||||
"proxyData.newJobSuccessMessage": "Proxy \"{0}\" creado correctamente"
|
||||
}
|
||||
11
i18n/esn/extensions/agent/out/dialogs/agentDialog.i18n.json
Normal file
11
i18n/esn/extensions/agent/out/dialogs/agentDialog.i18n.json
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."
|
||||
],
|
||||
"agentDialog.OK": "Aceptar",
|
||||
"agentDialog.Cancel": "Cancelar"
|
||||
}
|
||||
64
i18n/esn/extensions/agent/out/dialogs/alertDialog.i18n.json
Normal file
64
i18n/esn/extensions/agent/out/dialogs/alertDialog.i18n.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"alertDialog.createAlert": "Crear alerta",
|
||||
"alertDialog.editAlert": "Editar alerta",
|
||||
"alertDialog.General": "General",
|
||||
"alertDialog.Response": "Respuesta",
|
||||
"alertDialog.Options": "Opciones",
|
||||
"alertDialog.eventAlert": "Definición de alerta de eventos",
|
||||
"alertDialog.Name": "Nombre",
|
||||
"alertDialog.Type": "Tipo",
|
||||
"alertDialog.Enabled": "Habilitado",
|
||||
"alertDialog.DatabaseName": "Nombre de la base de datos",
|
||||
"alertDialog.ErrorNumber": "Número de error",
|
||||
"alertDialog.Severity": "Gravedad",
|
||||
"alertDialog.RaiseAlertContains": "Generar alerta cuando el mensaje contenga",
|
||||
"alertDialog.MessageText": "Texto del mensaje",
|
||||
"alertDialog.Severity001": "001 - Información diversa del sistema",
|
||||
"alertDialog.Severity002": "002: Reservado",
|
||||
"alertDialog.Severity003": "003 - reservado",
|
||||
"alertDialog.Severity004": "004 - Reservado",
|
||||
"alertDialog.Severity005": "005 - Reservado",
|
||||
"alertDialog.Severity006": "006: Reservado",
|
||||
"alertDialog.Severity007": "007 - notificación: Información del estado",
|
||||
"alertDialog.Severity008": "008: Notificación: Intervención del usuario requerida",
|
||||
"alertDialog.Severity009": "009 - definidos por el usuario",
|
||||
"alertDialog.Severity010": "010 - información",
|
||||
"alertDialog.Severity011": "011 - No se encontró el objeto especificado de la base de datos",
|
||||
"alertDialog.Severity012": "012: Sin utilizar",
|
||||
"alertDialog.Severity013": "013 - Error de sintaxis en una transacción de usuario",
|
||||
"alertDialog.Severity014": "014 - Permiso insuficiente",
|
||||
"alertDialog.Severity015": "015 - Error de sintaxis en las sentencias SQL",
|
||||
"alertDialog.Severity016": "016: Error de usuario del grupo de varios",
|
||||
"alertDialog.Severity017": "017 - Recursos insuficientes",
|
||||
"alertDialog.Severity018": "018: Error interno no crítico",
|
||||
"alertDialog.Severity019": "019 - error fatal en el recurso",
|
||||
"alertDialog.Severity020": "020-error fatal en el proceso actual",
|
||||
"alertDialog.Severity021": "021: Error fatal en los procesos de la base de datos",
|
||||
"alertDialog.Severity022": "022: Error fatal. Integridad de la tabla sospechosa",
|
||||
"alertDialog.Severity023": "023 - Error fatal: Es posible que se presente un problema de integridad de base de datos",
|
||||
"alertDialog.Severity024": "024 - Error fatal: Error de Hardware",
|
||||
"alertDialog.Severity025": "025: Error fatal",
|
||||
"alertDialog.AllDatabases": "<todas las bases de datos>",
|
||||
"alertDialog.ExecuteJob": "Ejecutar trabajo",
|
||||
"alertDialog.ExecuteJobName": "Nombre de tarea",
|
||||
"alertDialog.NotifyOperators": "Notificar a los operadores",
|
||||
"alertDialog.NewJob": "Nuevo trabajo",
|
||||
"alertDialog.OperatorList": "Lista de operadores",
|
||||
"alertDialog.OperatorName": "Operador",
|
||||
"alertDialog.OperatorEmail": "Correo electrónico",
|
||||
"alertDialog.OperatorPager": "Pager",
|
||||
"alertDialog.NewOperator": "Nuevo operador",
|
||||
"alertDialog.IncludeErrorInEmail": "Incluir texto de error de la alerta en el correo electrónico",
|
||||
"alertDialog.IncludeErrorInPager": "Incluir texto de error de la alerta en el buscapersonas",
|
||||
"alertDialog.AdditionalNotification": "Mensaje de notificación adicional para enviar",
|
||||
"alertDialog.DelayBetweenResponse": "Retardo entre las respuestas",
|
||||
"alertDialog.DelayMinutes": "Minutos de retardo",
|
||||
"alertDialog.DelaySeconds": "Segundos de retardo"
|
||||
}
|
||||
46
i18n/esn/extensions/agent/out/dialogs/jobDialog.i18n.json
Normal file
46
i18n/esn/extensions/agent/out/dialogs/jobDialog.i18n.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobDialog.general": "General",
|
||||
"jobDialog.steps": "Pasos",
|
||||
"jobDialog.schedules": "Horarios",
|
||||
"jobDialog.alerts": "Alertas",
|
||||
"jobDialog.notifications": "Notificaciones",
|
||||
"jobDialog.blankJobNameError": "El nombre del trabajo no puede estar en vacío.",
|
||||
"jobDialog.name": "Nombre",
|
||||
"jobDialog.owner": "Propietario",
|
||||
"jobDialog.category": "Categoría",
|
||||
"jobDialog.description": "Descripción",
|
||||
"jobDialog.enabled": "Habilitado",
|
||||
"jobDialog.jobStepList": "Lista de paso de trabajo",
|
||||
"jobDialog.step": "Paso",
|
||||
"jobDialog.type": "Tipo",
|
||||
"jobDialog.onSuccess": "En caso de éxito",
|
||||
"jobDialog.onFailure": "En caso de error",
|
||||
"jobDialog.new": "Nuevo paso",
|
||||
"jobDialog.edit": "Editar paso",
|
||||
"jobDialog.delete": "Eliminar paso",
|
||||
"jobDialog.moveUp": "Subir un paso",
|
||||
"jobDialog.moveDown": "Bajar un paso",
|
||||
"jobDialog.startStepAt": "Iniciar paso",
|
||||
"jobDialog.notificationsTabTop": "Acciones para realizar cuando se completa el trabajo",
|
||||
"jobDialog.email": "Correo electrónico",
|
||||
"jobDialog.page": "Página",
|
||||
"jobDialog.eventLogCheckBoxLabel": "Escribir en el registro de eventos de la aplicación de Windows",
|
||||
"jobDialog.deleteJobLabel": "Eliminar automáticamente el trabajo",
|
||||
"jobDialog.schedulesaLabel": "Lista de programaciones",
|
||||
"jobDialog.pickSchedule": "Elegir programación",
|
||||
"jobDialog.scheduleNameLabel": "Nombre de la programación",
|
||||
"jobDialog.alertsList": "Lista de alertas",
|
||||
"jobDialog.newAlert": "Nueva alerta",
|
||||
"jobDialog.alertNameLabel": "Nombre de alerta",
|
||||
"jobDialog.alertEnabledLabel": "Habilitado",
|
||||
"jobDialog.alertTypeLabel": "Tipo",
|
||||
"jobDialog.newJob": "Nuevo trabajo",
|
||||
"jobDialog.editJob": "Editar trabajo"
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobStepDialog.fileBrowserTitle": "Ubicar archivos de base de datos -",
|
||||
"jobStepDialog.ok": "Aceptar",
|
||||
"jobStepDialog.cancel": "Cancelar",
|
||||
"jobStepDialog.general": "General",
|
||||
"jobStepDialog.advanced": "Opciones avanzadas",
|
||||
"jobStepDialog.open": "Abrir...",
|
||||
"jobStepDialog.parse": "Analizar",
|
||||
"jobStepDialog.successParse": "El comando se analizó correctamente.",
|
||||
"jobStepDialog.failParse": "Error en el comando.",
|
||||
"jobStepDialog.blankStepName": "El nombre de paso no se puede dejar en blanco",
|
||||
"jobStepDialog.processExitCode": "Procesar código de salida para un comando completado correctamente:",
|
||||
"jobStepDialog.stepNameLabel": "Nombre del paso",
|
||||
"jobStepDialog.typeLabel": "Tipo",
|
||||
"jobStepDialog.runAsLabel": "Ejecutar como",
|
||||
"jobStepDialog.databaseLabel": "Base de datos",
|
||||
"jobStepDialog.commandLabel": "Comando",
|
||||
"jobStepDialog.successAction": "Cuando la acción se realice correctamente",
|
||||
"jobStepDialog.failureAction": "En caso de falla",
|
||||
"jobStepDialog.runAsUser": "Ejecutar como usuario",
|
||||
"jobStepDialog.retryAttempts": "Intentos de reintento",
|
||||
"jobStepDialog.retryInterval": "Intervalo de reintentos (minutos)",
|
||||
"jobStepDialog.logToTable": "Registrar en tabla",
|
||||
"jobStepDialog.appendExistingTableEntry": "Agregar salida a entrada existente en la tabla",
|
||||
"jobStepDialog.includeStepOutputHistory": "Incluir salida del paso en el historial",
|
||||
"jobStepDialog.outputFile": "Archivo de salida",
|
||||
"jobStepDialog.appendOutputToFile": "Anexar resultado a archivo existente",
|
||||
"jobStepDialog.selectedPath": "Ruta seleccionada",
|
||||
"jobStepDialog.filesOfType": "Archivos de tipo",
|
||||
"jobStepDialog.fileName": "Nombre de archivo",
|
||||
"jobStepDialog.allFiles": "Todos los archivos (*)",
|
||||
"jobStepDialog.TSQL": "Script de Transact-SQL(T-SQL)",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
"jobStepDialog.CmdExec": "Sistema operativo (CmdExec)",
|
||||
"jobStepDialog.agentServiceAccount": "Cuenta de servicio de Agente SQL Server",
|
||||
"jobStepDialog.nextStep": "Ir al siguiente paso",
|
||||
"jobStepDialog.quitJobSuccess": "Cerrar el trabajo que notifica una realización correcta",
|
||||
"jobStepDialog.quitJobFailure": "Cerrar el trabajo que notifica el error",
|
||||
"jobStepDialog.newJobStep": "Nuevo paso de trabajo",
|
||||
"jobStepDialog.editJobStep": "Modificar paso de trabajo"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"createOperator.createOperator": "Crear operador",
|
||||
"createOperator.editOperator": "Operador de edición",
|
||||
"createOperator.General": "General",
|
||||
"createOperator.Notifications": "Notificaciones",
|
||||
"createOperator.Name": "Nombre",
|
||||
"createOperator.Enabled": "Habilitado",
|
||||
"createOperator.EmailName": "Nombre de correo electrónico",
|
||||
"createOperator.PagerEmailName": "Nombre de correo electrónico del buscapersonas",
|
||||
"createOperator.PagerMondayCheckBox": "Lunes",
|
||||
"createOperator.PagerTuesdayCheckBox": "Martes",
|
||||
"createOperator.PagerWednesdayCheckBox": "Miércoles",
|
||||
"createOperator.PagerThursdayCheckBox": "Jueves",
|
||||
"createOperator.PagerFridayCheckBox": "Viernes ",
|
||||
"createOperator.PagerSaturdayCheckBox": "Sábado",
|
||||
"createOperator.PagerSundayCheckBox": "Domingo",
|
||||
"createOperator.workdayBegin": "Día laborable de inicio",
|
||||
"createOperator.workdayEnd": "Final del día laborable",
|
||||
"createOperator.PagerDutySchedule": "Buscapersonas en horario de trabajo",
|
||||
"createOperator.AlertListHeading": "Lista de alerta",
|
||||
"createOperator.AlertNameColumnLabel": "Nombre de alerta",
|
||||
"createOperator.AlertEmailColumnLabel": "Correo electrónico",
|
||||
"createOperator.AlertPagerColumnLabel": "Pager"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"pickSchedule.jobSchedules": "Programas de trabajos",
|
||||
"pickSchedule.ok": "Aceptar",
|
||||
"pickSchedule.cancel": "Cancelar",
|
||||
"pickSchedule.availableSchedules": "Programaciones disponibles:",
|
||||
"pickSchedule.scheduleName": "Nombre",
|
||||
"pickSchedule.scheduleID": "ID.",
|
||||
"pickSchedule.description": "Descripción"
|
||||
}
|
||||
27
i18n/esn/extensions/agent/out/dialogs/proxyDialog.i18n.json
Normal file
27
i18n/esn/extensions/agent/out/dialogs/proxyDialog.i18n.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"createProxy.createProxy": "Crear proxy",
|
||||
"createProxy.editProxy": "Editar Proxy",
|
||||
"createProxy.General": "General",
|
||||
"createProxy.ProxyName": "Nombre del proxy",
|
||||
"createProxy.CredentialName": "Nombre de credencial",
|
||||
"createProxy.Description": "Descripción",
|
||||
"createProxy.SubsystemName": "Subsistema",
|
||||
"createProxy.OperatingSystem": "Sistema operativo (CmdExec)",
|
||||
"createProxy.ReplicationSnapshot": "Instantánea de replicación",
|
||||
"createProxy.ReplicationTransactionLog": "Lector del registro de transacciones de replicación",
|
||||
"createProxy.ReplicationDistributor": "Distribuidor de replicación",
|
||||
"createProxy.ReplicationMerge": "Fusión de replicación",
|
||||
"createProxy.ReplicationQueueReader": "Lector de cola de replicación",
|
||||
"createProxy.SSASQueryLabel": "Consulta de SQL Server Analysis Services",
|
||||
"createProxy.SSASCommandLabel": "Comando de servicios de análisis de SQL Server",
|
||||
"createProxy.SSISPackage": "Paquete de servicios de integración de SQL Server",
|
||||
"createProxy.PowerShell": "PowerShell",
|
||||
"createProxy.subSystemHeading": "Activar en los subsistemas siguientes"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"scheduleDialog.newSchedule": "Nueva programación",
|
||||
"scheduleDialog.ok": "Aceptar",
|
||||
"scheduleDialog.cancel": "Cancelar",
|
||||
"scheduleDialog.scheduleName": "Nombre de la programación",
|
||||
"scheduleDialog.schedules": "Programaciones"
|
||||
}
|
||||
10
i18n/esn/extensions/agent/out/mainController.i18n.json
Normal file
10
i18n/esn/extensions/agent/out/mainController.i18n.json
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."
|
||||
],
|
||||
"mainController.notImplemented": "Esta característica está en desarrollo. ¡Obtenga la última versión para Insiders si desea probar los cambios más recientes!"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"accountProviderNotInitialized": "El proveedor de la cuenta no se ha inicializado, no se puede realizar la acción",
|
||||
"addAccount": "Agregar cuenta de {0}",
|
||||
"refreshAccount": "Actualizar cuenta de {0}",
|
||||
"azureWorkAccountDisplayName": "Cuenta profesional o educativa",
|
||||
"microsoftAccountDisplayName": "Cuenta de Microsoft"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clearTokenCacheSuccess": "La memoria caché de tokens se ha borrado correctamente",
|
||||
"clearTokenCacheFailure": "No se pudo borrar la memoria caché de tokens"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"publicCloudDisplayName": "Azure"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.selectsubscriptions.credentialError": "No se pudieron obtener las credenciales de la cuenta {0}. Actualice la cuenta."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Base de datos SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Servidores SQL Server"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "No se han encontrado recursos."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Inicie sesión en Azure..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.accountTreeNode.credentialError": "No se pudieron obtener las credenciales de la cuenta {0}. Actualice la cuenta.",
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "No se han encontrado suscripciones."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "No se han encontrado recursos."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "Cargando..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.error": "Error: {0}"
|
||||
}
|
||||
10
i18n/esn/extensions/azurecore/out/constants.i18n.json
Normal file
10
i18n/esn/extensions/azurecore/out/constants.i18n.json
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."
|
||||
],
|
||||
"extensionName": "Cuentas de Azure"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"downloadKubectlFailed": "No se pudo descargar kubectl: {0}",
|
||||
"kubectlVersionCheckFailed": "No se pudo establecer la versión estable de kubectl: {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"installDependenciesAction": "Instalar dependencias",
|
||||
"learnMoreAction": "Más información",
|
||||
"moreInfoMsg": "Agregue el directorio {0} a la ruta de acceso o establezca \"mssql-bdc.{0}-path\" en el valor binario {0}."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"binaryNotFound": "No se encuentra el archivo binario {0}. {1}",
|
||||
"binaryNotInstalled": "{0} no está instalado. {1}",
|
||||
"kubernetesRequired": "El clúster de macrodatos de SQL Server requiere kubernetes.",
|
||||
"cannotExecuteCmd": " No se puede ejecutar el comando.",
|
||||
"kubectlVersionIncompatible": "La versión ${0} de kubectl puede ser incompatible con la versión {1} de Kubernetes",
|
||||
"cannotRunCommand": "No se puede ejecutar el comando ({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."
|
||||
],
|
||||
"runKubectlFailed": "No se puede ejecutar kubectl",
|
||||
"setClusterFailed": "No se pudo establecer \"{0}\" como clúster actual: {1}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bigDataClusterOutputChannel": "Clúster de macrodatos de SQL Server"
|
||||
}
|
||||
13
i18n/esn/extensions/big-data-cluster/out/main.i18n.json
Normal file
13
i18n/esn/extensions/big-data-cluster/out/main.i18n.json
Normal 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."
|
||||
],
|
||||
"done": "hecho",
|
||||
"dependencyInstalled": "{0} ya está instalado...",
|
||||
"installingDependency": "Instalando [0]...",
|
||||
"installingDependencyFailed": "No se puede instalar {0}: {1}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.AKSClusterCardText": "Nuevo clúster de AKS",
|
||||
"bdc-create.AKSClusterFullName": "Nuevo clúster de Azure Kubernetes Service",
|
||||
"bdc-create.AKSClusterDescription": "Esta opción configura el nuevo Azure Kubernetes Service (AKS) para implementaciones de clústeres de macrodatos de SQL Server. AKS simplifica la creación, la configuración y la administración de un clúster de máquinas virtuales preconfiguradas con un clúster de Kubernetes para ejecutar aplicaciones en contenedores.",
|
||||
"bdc-create.ExistingClusterCardText": "Clúster existente",
|
||||
"bdc-create.ExistingClusterFullName": "Clúster de Kubernetes existente",
|
||||
"bdc-create.ExistingClusterDescription": "Esta opción supone que ya tiene instalado un clúster de Kubernetes. Una vez que se realice una comprobación de requisitos previos, asegúrese de seleccionar el contexto de clúster correcto."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.wizardTitle": "Cree un clúster de macrodatos",
|
||||
"bdc-create.generateScriptsButtonText": "Generar scripts",
|
||||
"bdc-create.createClusterButtonText": "Crear"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.clusterProfilePageTitle": "Seleccione un perfil de clúster",
|
||||
"bdc-create.clusterProfilePageDescription": "Seleccione lo que necesita y nosotros le proporcionaremos un escalado predeterminado predefinido. Después, puede ir a la configuración del clúster y personalizarlo.",
|
||||
"bdc-create.TargetClusterOverview": "Información general de la escala del clúster de destino",
|
||||
"bdc-create.clusterProfileLabel": "Perfil de implementación",
|
||||
"bdc-create.HardwareProfileText": "Perfil de hardware",
|
||||
"bdc-create.HardwareLabelColumnName": "Etiqueta",
|
||||
"bdc-create.TotalNodesColumnName": "Nodos",
|
||||
"bdc-create.TotalCoresColumnName": "Núcleos",
|
||||
"bdc-create.TotalMemoryColumnName": "Memoria",
|
||||
"bdc-create.TotalDisksColumnName": "Discos",
|
||||
"bdc-create.ScaleLabel": "Escala",
|
||||
"bdc-create.HardwareProfileLabel": "Etiqueta de Perfil de hardware",
|
||||
"bdc-create.FeatureSetLabel": "Conjunto de características",
|
||||
"bdc-create.EngineOnlyText": "Solo el motor",
|
||||
"bdc-create.EngineWithFeaturesText": "Motor con características opcionales",
|
||||
"bdc-create.SQLServerMasterDisplayName": "Servidor SQL Server maestro",
|
||||
"bdc-create.ComputePoolDisplayName": "Grupo de proceso",
|
||||
"bdc-create.DataPoolDisplayName": "Grupo de datos",
|
||||
"bdc-create.StoragePoolDisplayName": "Grupo de almacenamiento",
|
||||
"bdc-create.SparkPoolDisplayName": "Grupo de Spark",
|
||||
"bdc-create.SQLServerMasterDescription": "La instancia de SQL Server proporciona un punto de conexión TDS accesible desde el exterior para el clúster",
|
||||
"bdc-create.ComputePoolDescription": "TODO: Agregar descripción",
|
||||
"bdc-create.DataPoolDescription": "TODO: Agregar Descripción",
|
||||
"bdc-create.StoragePoolDescription": "TODO: Agregar descripción",
|
||||
"bdc-create.SparkPoolDescription": "TODO: Agregar descripción",
|
||||
"bdc-create.poolLabelTemplate": "{0} ({1})"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.selectTargetClusterPageTitle": "¿Dónde desea implementar este clúster de macrodatos de SQL Server?",
|
||||
"bdc-create.selectTargetClusterPageDescription": "Seleccione el archivo kubeconfig y un contexto de clúster en la lista",
|
||||
"bdc-create.ClusterContextNotSelectedMessage": "Seleccione un contexto de clúster.",
|
||||
"bdc-create.kubeConfigFileLabelText": "Ruta de acceso al archivo de configuración de Kube",
|
||||
"bdc-browseText": "Examinar",
|
||||
"bdc-clusterContextsLabelText": "Contextos de clúster",
|
||||
"bdc-errorLoadingClustersText": "No se ha encontrado información de clúster en el archivo de configuración o se ha producido un error al cargar este archivo",
|
||||
"bdc-selectKubeConfigFileText": "Seleccionar"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.InstallToolsText": "Instalar herramientas",
|
||||
"bdc-create.InstallingButtonText": "Instalando...",
|
||||
"bdc-create.selectTargetClusterTypePageTitle": "¿Cuál es el entorno de clúster de destino?",
|
||||
"bdc-create.selectTargetClusterTypePageDescription": "Elija el entorno de destino y, después, instale las herramientas necesarias para ello.",
|
||||
"bdc-create.RefreshToolsButtonText": "Actualizar estado",
|
||||
"bdc-create.toolNameColumnHeader": "Herramienta",
|
||||
"bdc-create.toolDescriptionColumnHeader": "Descripción",
|
||||
"bdc-create.toolVersionColumnHeader": "Versión",
|
||||
"bdc-create.toolStatusColumnHeader": "Estado",
|
||||
"bdc-create.PickTargetEnvironmentText": "Elegir el entorno de destino",
|
||||
"bdc-create.ToolsRefreshingText": "Espere mientras se se actualiza el estado de las herramientas necesarias.",
|
||||
"bdc-create.TargetClusterTypeNotSelectedText": "Seleccione un tipo de clúster de destino.",
|
||||
"bdc-create.MissingToolsText": "Instale las herramientas necesarias.",
|
||||
"bdc-create.ComingSoonText": "(próximamente)",
|
||||
"bdc-create.RequiredToolsText": "Herramientas necesarias",
|
||||
"bdc-create.InstalledText": "INSTALADO",
|
||||
"bdc-create.NotInstalledText": "No instalado",
|
||||
"bdc-create.InstallingText": "Instalando...",
|
||||
"bdc-create.FailedToInstallText": "No se pudo instalar"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.RestoreDefaultValuesText": "Restaurar valores predeterminados",
|
||||
"bdc-create.settingsPageTitle": "Configuración",
|
||||
"bdc-create.settingsPageDescription": "Configure los valores necesarios para la implementación del clúster de macrodatos de SQL Server",
|
||||
"bdc-create.EulaNotAccepted": "Debe aceptar los términos de servicio y la directiva de privacidad para poder continuar",
|
||||
"bdc-create.ClusterName": "Nombre del clúster",
|
||||
"bdc-create.AdminUsernameText": "Nombre de usuario del administrador",
|
||||
"bdc-create.AdminUserPasswordText": "Contraseña",
|
||||
"bdc-create.SQLPortText": "Servidor SQL Server maestro",
|
||||
"bdc-create.KnoxPortText": "Knox",
|
||||
"bdc-create.ControllerPortText": "Controlador",
|
||||
"bdc-create.ProxyPortText": "Proxy",
|
||||
"bdc-create.GrafanaPortText": "Panel Grafana",
|
||||
"bdc-create.KibanaPortText": "Panel Kibana",
|
||||
"bdc-create.RegistryUserNamePasswordHintText": "solo se requiere para registros privados",
|
||||
"bdc-create.RegistryText": "Registro",
|
||||
"bdc-create.RepositoryText": "Repositorio",
|
||||
"bdc-create.ImageTagText": "Etiqueta de imagen",
|
||||
"bdc-create.RegistryUserNameText": "Nombre de usuario",
|
||||
"bdc-create.RegistryPasswordText": "Contraseña",
|
||||
"bdc-create.BasicSettingsText": "Configuración básica",
|
||||
"bdc-create.ContainerRegistrySettings": "Configuración de Container Registry",
|
||||
"bdc-create.PortSettings": "Configuración de puerto (opcional)",
|
||||
"bdc-create.LicenseTerms": "términos de la licencia",
|
||||
"bdc-create.PrivacyPolicyText": "directiva de privacidad",
|
||||
"bdc-create.AcceptTermsText": "Acepto los {0} y la {1}."
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.summaryPageTitle": "Resumen",
|
||||
"bdc-create.TargetClusterTypeText": "Tipo de clúster",
|
||||
"bdc-create.ClusterContextText": "Contexto del clúster",
|
||||
"bdc-create.ClusterNameText": "Nombre del clúster",
|
||||
"bdc-create.ClusterAdminUsernameText": "Nombre de usuario del administrador del clúster",
|
||||
"bdc-create.AcceptEulaText": "Acepte el contrato de licencia",
|
||||
"bdc-create.DeploymentProfileText": "Perfil de implementación",
|
||||
"bdc-create.SqlServerMasterScaleText": "Escala maestra de SQL Server",
|
||||
"bdc-create.ComputePoolScaleText": "Calcular la escala del grupo",
|
||||
"bdc-create.DataPoolScaleText": "Escala del grupo de datos",
|
||||
"bdc-create.StoragePoolScaleText": "Escala del grupo de almacenamiento",
|
||||
"bdc-create.SparkPoolScaleText": "Escala del grupo de Spark",
|
||||
"bdc-create.TargetClusterGroupTitle": "CLÚSTER DE DESTINO",
|
||||
"bdc-create.BigDataClusterGroupTitle": "CLÚSTER DE MACRODATOS DE SQL SERVER",
|
||||
"bdc-create.YesText": "Sí"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.targetServerDropdownTitle": "Servidor de destino",
|
||||
"dacFx.sourceServerDropdownTitle": "Servidor de origen",
|
||||
"dacFx.databaseNameTextBox": "Base de datos destino",
|
||||
"dacFx.sourceDatabaseDropdownTitle": "Base de datos de origen"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dacfx.needConnection": "Por favor, conectarse a un servidor antes de utilizar a este asistente.",
|
||||
"dacFx.selectOperationPageName": "Seleccione una operación",
|
||||
"dacFx.deployConfigPageName": "Seleccione la configuración de implementación de Dacpac",
|
||||
"dacFx.deployPlanPage": "Revise el plan de implementación",
|
||||
"dacFx.deployActionPageName": "Seleccionar acción",
|
||||
"dacFx.summaryPageName": "Resumen",
|
||||
"dacFx.extractConfigPageName": "Seleccione la configuración de extracción de Dacpac",
|
||||
"dacFx.importConfigPageName": "Seleccione la configuración de importación de Bacpac",
|
||||
"dacFx.exportConfigPageName": "Seleccione la configuración de exportación de Bacpac",
|
||||
"dacFx.deployButton": "Implementar",
|
||||
"dacFx.extractButton": "Extraer",
|
||||
"dacFx.importButton": "Importar",
|
||||
"dacFx.exportButton": "Exportar",
|
||||
"dacFx.generateScriptButton": "Generar secuencia de comandos",
|
||||
"alertData.deployErrorMessage": "No se pudo implementar \"{0}\"",
|
||||
"alertData.extractErrorMessage": "No se pudo extraer \"{0}\"",
|
||||
"alertData.exportErrorMessage": "No se pudo exportar \"{0}\"",
|
||||
"alertData.importErrorMessage": "No se pudo importar \"{0}\"",
|
||||
"dacfx.scriptGeneratingMessage": "Puede ver el estado de generación del script en el Historial de tareas una vez que se cierre el asistente",
|
||||
"alertData.deployPlanErrorMessage": "No se pudo generar el plan de implementación, \"{0}\""
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfx.targetServerName": "Servidor de destino",
|
||||
"dacfx.targetDatabaseName": "Base de datos destino",
|
||||
"dacfx.sourceServerName": "Servidor de origen",
|
||||
"dacfx.sourceDatabaseName": "Base de datos de origen",
|
||||
"dacfx.fileLocation": "Ubicación de archivos",
|
||||
"dacfx.scriptLocation": "Ubicación del script de implementación",
|
||||
"dacfx.action": "Acción",
|
||||
"dacfx.deploy": "Implementar",
|
||||
"dacfx.generateScript": "Generar script de implementación",
|
||||
"dacfxExtract.version": "Versión",
|
||||
"dacfx.settingColumn": "Valor",
|
||||
"dacfx.valueColumn": "Valor"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.deployRadioButtonLabel": "Implementar",
|
||||
"dacFx.deployScriptRadioButtonLabel": "Generar script de implementación e implementar",
|
||||
"dacFx.scriptRadioButtonLabel": "Generar script de implementación",
|
||||
"dacfxDeployScript.saveFile": "Guardar",
|
||||
"dacfx.generatedScriptLocation": "Ubicación del script de implementación"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.databaseNameTextBox": "Nombre de la base de datos",
|
||||
"dacFx.databaseNameDropdown": "Nombre de la base de datos",
|
||||
"dacFxDeploy.openFile": "Abrir",
|
||||
"dacFxDeploy.fileTextboxTitle": "Ubicación de archivos",
|
||||
"dacFx.upgradeRadioButtonLabel": "Actualizar una base de datos existente",
|
||||
"dacFx.newRadioButtonLabel": "Nueva base de datos",
|
||||
"dacFx.targetDatabaseRadioButtonsTitle": "Base de datos destino",
|
||||
"dacFx.targetDatabaseDropdownTitle": "Nombre de la base de datos"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfx.dataLossTextWithCount": "{0} de las acciones de implementación enumeradas pueden dar lugar a la pérdida de datos. Asegúrese de que tiene una copia de seguridad o una instantánea por si hay algún problema con la implementación.",
|
||||
"dacFx.dataLossCheckbox": "Continuar a pesar de la posible pérdida de datos",
|
||||
"dacfx.noDataLossText": "Las acciones de implementación enumeradas no darán lugar a la pérdida de datos.",
|
||||
"dacfx.dataLossText": "Las acciones de implementación pueden dar lugar a la pérdida de datos. Asegúrese de que tiene una copia de seguridad o una instantánea por si hay algún problema con la implementación.",
|
||||
"dacfx.operationColumn": "Operación",
|
||||
"dacfx.operationTooltip": "Operación (Create, Alter, Delete) que tendrá lugar durante la implementación",
|
||||
"dacfx.typeColumn": "Tipo",
|
||||
"dacfx.typeTooltip": "Tipo de objeto que se verá afectado por la implementación",
|
||||
"dacfx.objectColumn": "Objeto",
|
||||
"dacfx.objecTooltip": "Nombre del objeto que se verá afectado por la implementación",
|
||||
"dacfx.dataLossColumn": "Pérdida de datos",
|
||||
"dacfx.dataLossTooltip": "Las operaciones que pueden dar lugar a la pérdida de datos se marcan con un signo de advertencia"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfxExport.saveFile": "Guardar",
|
||||
"dacFxExport.fileTextboxTitle": "Ubicación de archivos"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfxExtract.saveFile": "Guardar",
|
||||
"dacFxExtract.fileTextboxTitle": "Ubicación de archivos",
|
||||
"dacFxExtract.versionTextboxTitle": "Versión (use x.x.x.x, donde x es un número)"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFxImport.openFile": "Abrir",
|
||||
"dacFxImport.fileTextboxTitle": "Ubicación de archivos"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.deployRadioButtonLabel": "Implementa un archivo .dacpa de una aplicación de la capa de datos en una instancia de SQL Server [Implementar Dacpac]",
|
||||
"dacFx.extractRadioButtonLabel": "Extrae una aplicación de la capa de datos de una instancia de SQL Server a un archivo .dacpac [Extraer Dacpac]",
|
||||
"dacFx.importRadioButtonLabel": "Crea una base de datos a partir de un archivo .bacpac [Importar Bacpac]",
|
||||
"dacFx.exportRadioButtonLabel": "Exportar el esquema y los datos de una base de datos al formato de archivo lógico .bacpac [Exportar Bacpac]"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"serviceStarted": "Servicio iniciado",
|
||||
"serviceStarting": "Inicio de servicio",
|
||||
"flatFileImport.serviceStartFailed": "No se pudo iniciar el servicio de importación {0}",
|
||||
"installingServiceDetailed": "Instalando servicio {0} en {1}",
|
||||
"installingService": "Instalando servicio",
|
||||
"serviceInstalled": "INSTALADO",
|
||||
"downloadingService": "Descargando {0}",
|
||||
"downloadingServiceStatus": "Descargando servicio",
|
||||
"downloadingServiceComplete": "¡Listo!"
|
||||
}
|
||||
11
i18n/esn/extensions/import/out/services/telemetry.i18n.json
Normal file
11
i18n/esn/extensions/import/out/services/telemetry.i18n.json
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."
|
||||
],
|
||||
"import.serviceCrashButton": "Ofrecer comentarios",
|
||||
"serviceCrashMessage": "el componente de servicio no se pudo iniciar"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"import.needConnection": "Por favor, conectarse a un servidor antes de utilizar a este asistente.",
|
||||
"flatFileImport.wizardName": "Asistente de importación de archivos sin formato",
|
||||
"flatFileImport.page1Name": "Especificar el archivo de entrada",
|
||||
"flatFileImport.page2Name": "Vista previa de datos",
|
||||
"flatFileImport.page3Name": "Modificar columnas",
|
||||
"flatFileImport.page4Name": "Resumen",
|
||||
"flatFileImport.importNewFile": "Importar nuevo archivo"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.serverDropdownTitle": "El servidor de la base de datos está en",
|
||||
"flatFileImport.databaseDropdownTitle": "La tabla se crea en la base de datos",
|
||||
"flatFileImport.browseFiles": "Examinar",
|
||||
"flatFileImport.openFile": "Abrir",
|
||||
"flatFileImport.fileTextboxTitle": "Ubicación del archivo a importar",
|
||||
"flatFileImport.tableTextboxTitle": "Nuevo nombre de la tabla",
|
||||
"flatFileImport.schemaTextboxTitle": "Esquema de tabla"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.importData": "Importar datos",
|
||||
"flatFileImport.next": "Siguiente",
|
||||
"flatFileImport.columnName": "Nombre de columna",
|
||||
"flatFileImport.dataType": "Tipo de datos",
|
||||
"flatFileImport.primaryKey": "Clave principal",
|
||||
"flatFileImport.allowNulls": "Permitir valores NULL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.refresh": "Actualizar",
|
||||
"flatFileImport.prosePreviewMessage": "Esta operación analizó la estructura de archivo de entrada para generar la vista previa a continuación para hasta las primeras 50 filas."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.importInformation": "Importar información",
|
||||
"flatFileImport.importStatus": "Estado de importación",
|
||||
"flatFileImport.serverName": "Nombre del servidor",
|
||||
"flatFileImport.databaseName": "Nombre de la base de datos",
|
||||
"flatFileImport.tableName": "Nombre de la tabla",
|
||||
"flatFileImport.tableSchema": "Esquema de tabla",
|
||||
"flatFileImport.fileImport": "Archivo para importar",
|
||||
"flatFileImport.success.norows": "✔ Ha insertado correctamente los datos en una tabla."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"createSessionDialog.cancel": "Cancelar",
|
||||
"createSessionDialog.create": "Inicio",
|
||||
"createSessionDialog.title": "Iniciar nueva sesión de Profiler",
|
||||
"createSessionDialog.templatesInvalid": "Lista de plantillas no válida, no se puede abrir el cuadro de diálogo",
|
||||
"createSessionDialog.dialogOwnerInvalid": "Propietario de diálogo no válido, no se puede abrir el diálogo",
|
||||
"createSessionDialog.invalidProviderType": "Tipo de proveedor no válido, no se puede abrir el cuadro de diálogo",
|
||||
"createSessionDialog.selectTemplates": "Seleccione plantilla de sesión:",
|
||||
"createSessionDialog.enterSessionName": "Escriba el nombre de la sesión:"
|
||||
}
|
||||
Reference in New Issue
Block a user