mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51: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."
|
||||
],
|
||||
"schema.providerId": "Identificador común para el proveedor",
|
||||
"schema.displayName": "Nombre para mostrar del proveedor",
|
||||
"schema.connectionOptions": "Opciones para la conexión"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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\""
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user