Files
azuredatastudio/i18n/ads-language-pack-es/translations/extensions/azurecore.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

82 lines
4.4 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"azure.displayName": "Azure (Core)",
"azure.description": "Examinar y trabajar con recursos de Azure",
"azure.title": "Azure",
"azure.resource.config.title": "Configuración de recursos de Azure",
"azure.resource.config.filter.description": "Filtro de recursos. Cada elemento es un id. de cuenta, un id. de suscripción y un nombre separados por una barra diagonal",
"azure.resource.explorer.title": "Azure",
"azure.resource.refreshall.title": "Azure: actualizar todas las cuentas",
"azure.resource.refresh.title": "Actualizar",
"azure.resource.signin.title": "Azure: iniciar sesión",
"azure.resource.selectsubscriptions.title": "Seleccionar suscripciones",
"azure.resource.connectsqlserver.title": "Conectar",
"azure.resource.connectsqldb.title": "Añadir a servidores",
"accounts.clearTokenCache": "Borrar la memoria caché de tokens de cuentas de Azure",
"config.enablePublicCloudDescription": "Si debería habilitarse la integración de la nube pública de Azure",
"config.enableUsGovCloudDescription": "Si debería habilitarse la integración de la nube de US Government Azure",
"config.enableChinaCloudDescription": "Si debería habilitarse la integración de Azure China",
"config.enableGermanyCloudDescription": "Si debería habilitarse la integración de Azure Alemania"
},
"dist/azureResource/utils": {
"azure.resource.error": "Error: {0}"
},
"dist/constants": {
"extensionName": "Cuentas de Azure"
},
"dist/azureResource/tree/accountTreeNode": {
"azure.resource.tree.accountTreeNode.credentialError": "No se pudieron obtener las credenciales de la cuenta {0}. Actualice la cuenta.",
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "No se han encontrado suscripciones."
},
"dist/account-provider/azureAccountProviderService": {
"clearTokenCacheSuccess": "La memoria caché de tokens se ha borrado correctamente",
"clearTokenCacheFailure": "No se pudo borrar la memoria caché de tokens"
},
"dist/account-provider/providerSettings": {
"publicCloudDisplayName": "Azure"
},
"dist/account-provider/azureAccountProvider": {
"accountProviderNotInitialized": "El proveedor de la cuenta no se ha inicializado, no se puede realizar la acción",
"addAccount": "Agregar cuenta de {0}",
"refreshAccount": "Actualizar cuenta de {0}",
"azureWorkAccountDisplayName": "Cuenta profesional o educativa",
"microsoftAccountDisplayName": "Cuenta Microsoft"
},
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Servidores SQL Server"
},
"dist/azureResource/providers/database/databaseTreeDataProvider": {
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Bases de datos SQL"
},
"dist/azureResource/commands": {
"azure.resource.selectsubscriptions.credentialError": "No se pudieron obtener las credenciales de la cuenta {0}. Actualice la cuenta."
},
"dist/azureResource/tree/subscriptionTreeNode": {
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "No se han encontrado recursos."
},
"dist/azureResource/resourceTreeNode": {
"azure.resource.resourceTreeNode.noResourcesLabel": "No se han encontrado recursos"
},
"dist/azureResource/tree/treeProvider": {
"azure.resource.tree.treeProvider.loadingLabel": "Cargando..."
},
"dist/azureResource/tree/accountNotSignedInTreeNode": {
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Inicie sesión en Azure..."
},
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
"azure.resource.providers.sqlInstanceContainerLabel": "Instancias administradas de SQL"
},
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Servidores de Azure Database for PostgreSQL"
}
}
}