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