mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user