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