Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

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."
],
"dacFx.targetServerDropdownTitle": "Servidor de destino",
"dacFx.sourceServerDropdownTitle": "Servidor de origen",
"dacFx.databaseNameTextBox": "Base de datos destino",
"dacFx.sourceDatabaseDropdownTitle": "Base de datos de origen"
}

View File

@@ -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}\""
}

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

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

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

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

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."
],
"dacfxExport.saveFile": "Guardar",
"dacFxExport.fileTextboxTitle": "Ubicación de archivos"
}

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."
],
"dacfxExtract.saveFile": "Guardar",
"dacFxExtract.fileTextboxTitle": "Ubicación de archivos",
"dacFxExtract.versionTextboxTitle": "Versión (use x.x.x.x, donde x es un número)"
}

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."
],
"dacFxImport.openFile": "Abrir",
"dacFxImport.fileTextboxTitle": "Ubicación de archivos"
}

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