mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 16:20:29 -04:00
* 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
82 lines
4.3 KiB
JSON
82 lines
4.3 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": "Parcourir et utiliser des ressources Azure",
|
||
"azure.title": "Azure",
|
||
"azure.resource.config.title": "Configuration des ressources Azure",
|
||
"azure.resource.config.filter.description": "Filtre de ressources, chaque élément est un ID de compte, un ID d'abonnement et un nom séparés par une barre oblique",
|
||
"azure.resource.explorer.title": "Azure",
|
||
"azure.resource.refreshall.title": "Azure : Actualiser tous les comptes",
|
||
"azure.resource.refresh.title": "Actualiser",
|
||
"azure.resource.signin.title": "Azure : Se connecter",
|
||
"azure.resource.selectsubscriptions.title": "Sélectionner des abonnements",
|
||
"azure.resource.connectsqlserver.title": "Connecter",
|
||
"azure.resource.connectsqldb.title": "Ajouter aux serveurs",
|
||
"accounts.clearTokenCache": "Effacer le cache de jetons du compte Azure",
|
||
"config.enablePublicCloudDescription": "Spécifie si l'intégration du cloud Azure public doit être activée",
|
||
"config.enableUsGovCloudDescription": "Spécifie si l'intégration du cloud Azure US Government (Fairfax) doit être activée",
|
||
"config.enableChinaCloudDescription": "Spécifie si l'intégration d'Azure Chine doit être activée",
|
||
"config.enableGermanyCloudDescription": "Spécifie si l'intégration d'Azure Allemagne doit être activée"
|
||
},
|
||
"dist/azureResource/utils": {
|
||
"azure.resource.error": "Erreur : {0}"
|
||
},
|
||
"dist/constants": {
|
||
"extensionName": "Comptes Azure"
|
||
},
|
||
"dist/azureResource/tree/accountTreeNode": {
|
||
"azure.resource.tree.accountTreeNode.credentialError": "L'obtention des informations d'identification du compte {0} a échoué. Actualisez le compte.",
|
||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "Aucun abonnement."
|
||
},
|
||
"dist/account-provider/azureAccountProviderService": {
|
||
"clearTokenCacheSuccess": "Cache de jetons effacé",
|
||
"clearTokenCacheFailure": "L'effacement du cache de jetons a échoué"
|
||
},
|
||
"dist/account-provider/providerSettings": {
|
||
"publicCloudDisplayName": "Azure"
|
||
},
|
||
"dist/account-provider/azureAccountProvider": {
|
||
"accountProviderNotInitialized": "Fournisseur de compte non initialisé, impossible d'effectuer l'action",
|
||
"addAccount": "Ajouter le compte {0}",
|
||
"refreshAccount": "Actualiser le compte {0}",
|
||
"azureWorkAccountDisplayName": "Compte professionnel ou scolaire",
|
||
"microsoftAccountDisplayName": "Compte Microsoft"
|
||
},
|
||
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
|
||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Serveurs SQL"
|
||
},
|
||
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Bases de données SQL"
|
||
},
|
||
"dist/azureResource/commands": {
|
||
"azure.resource.selectsubscriptions.credentialError": "L'obtention des informations d'identification du compte {0} a échoué. Actualisez le compte."
|
||
},
|
||
"dist/azureResource/tree/subscriptionTreeNode": {
|
||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "Aucune ressource."
|
||
},
|
||
"dist/azureResource/resourceTreeNode": {
|
||
"azure.resource.resourceTreeNode.noResourcesLabel": "Aucune ressource"
|
||
},
|
||
"dist/azureResource/tree/treeProvider": {
|
||
"azure.resource.tree.treeProvider.loadingLabel": "Chargement..."
|
||
},
|
||
"dist/azureResource/tree/accountNotSignedInTreeNode": {
|
||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Connectez-vous à Azure..."
|
||
},
|
||
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
|
||
"azure.resource.providers.sqlInstanceContainerLabel": "Instances managées SQL"
|
||
},
|
||
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
|
||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Serveurs Azure Database pour PostgreSQL"
|
||
}
|
||
}
|
||
} |