mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
13
i18n/fra/extensions/agent/out/data/alertData.i18n.json
Normal file
13
i18n/fra/extensions/agent/out/data/alertData.i18n.json
Normal 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."
|
||||
],
|
||||
"alertData.saveErrorMessage": "Alerte, échec de la mise à jour '{0}'",
|
||||
"alertData.DefaultAlertTypString": "Alerte d'événement SQL Server",
|
||||
"alertDialog.PerformanceCondition": "Alerte de condition de performances SQL Server",
|
||||
"alertDialog.WmiEvent": "Alerte d'événement WMI"
|
||||
}
|
||||
17
i18n/fra/extensions/agent/out/data/jobData.i18n.json
Normal file
17
i18n/fra/extensions/agent/out/data/jobData.i18n.json
Normal 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."
|
||||
],
|
||||
"jobData.whenJobCompletes": "Lorsque le travail est terminé",
|
||||
"jobData.whenJobFails": "Lors de l'échec du travail",
|
||||
"jobData.whenJobSucceeds": "Lors de la réussite du travail",
|
||||
"jobData.jobNameRequired": "Le nom du travail doit être fourni",
|
||||
"jobData.saveErrorMessage": "Échec de la mise à jour du travail '{0}'",
|
||||
"jobData.newJobErrorMessage": "La création du travail '{0}' a échoué",
|
||||
"jobData.saveSucessMessage": "Le travail '{0}' a été mis à jour",
|
||||
"jobData.newJobSuccessMessage": "Le travail '{0}' a été créé"
|
||||
}
|
||||
12
i18n/fra/extensions/agent/out/data/jobStepData.i18n.json
Normal file
12
i18n/fra/extensions/agent/out/data/jobStepData.i18n.json
Normal 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."
|
||||
],
|
||||
"jobStepData.saveErrorMessage": "La mise à jour d'étape a échoué '{0}'",
|
||||
"stepData.jobNameRequired": "Le nom du travail doit être fourni",
|
||||
"stepData.stepNameRequired": "Le nom d'étape doit être fourni"
|
||||
}
|
||||
12
i18n/fra/extensions/agent/out/data/proxyData.i18n.json
Normal file
12
i18n/fra/extensions/agent/out/data/proxyData.i18n.json
Normal 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."
|
||||
],
|
||||
"proxyData.saveErrorMessage": "La mise à jour du proxy a échoué '{0}'",
|
||||
"proxyData.saveSucessMessage": "Proxy '{0}' mis à jour",
|
||||
"proxyData.newJobSuccessMessage": "Proxy '{0}' créé"
|
||||
}
|
||||
11
i18n/fra/extensions/agent/out/dialogs/agentDialog.i18n.json
Normal file
11
i18n/fra/extensions/agent/out/dialogs/agentDialog.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"agentDialog.OK": "OK",
|
||||
"agentDialog.Cancel": "Annuler"
|
||||
}
|
||||
64
i18n/fra/extensions/agent/out/dialogs/alertDialog.i18n.json
Normal file
64
i18n/fra/extensions/agent/out/dialogs/alertDialog.i18n.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"alertDialog.createAlert": "Créer une alerte",
|
||||
"alertDialog.editAlert": "Modifier l'alerte",
|
||||
"alertDialog.General": "Général",
|
||||
"alertDialog.Response": "Réponse",
|
||||
"alertDialog.Options": "Options",
|
||||
"alertDialog.eventAlert": "Définition d'une alerte d'événement",
|
||||
"alertDialog.Name": "Nom ",
|
||||
"alertDialog.Type": "Type",
|
||||
"alertDialog.Enabled": "Activé",
|
||||
"alertDialog.DatabaseName": "Nom de la base de données",
|
||||
"alertDialog.ErrorNumber": "Numéro d'erreur",
|
||||
"alertDialog.Severity": "Gravité",
|
||||
"alertDialog.RaiseAlertContains": "Déclencher une alerte quand le message contient",
|
||||
"alertDialog.MessageText": "Texte du message",
|
||||
"alertDialog.Severity001": "001 - Informations système diverses",
|
||||
"alertDialog.Severity002": "002 - Réservée",
|
||||
"alertDialog.Severity003": "003 - Réservée",
|
||||
"alertDialog.Severity004": "004 - Réservée",
|
||||
"alertDialog.Severity005": "005 - Réservée",
|
||||
"alertDialog.Severity006": "006 - Réservée",
|
||||
"alertDialog.Severity007": "007 - Notification : information d'état",
|
||||
"alertDialog.Severity008": "008 - Notification : intervention util. requise",
|
||||
"alertDialog.Severity009": "009 - Définie par l'utilisateur",
|
||||
"alertDialog.Severity010": "010 - Informations",
|
||||
"alertDialog.Severity011": "011 - Objet de BdD spécifié introuvable",
|
||||
"alertDialog.Severity012": "012 - Inutilisée",
|
||||
"alertDialog.Severity013": "013 - Err. de syntaxe de la transaction util.",
|
||||
"alertDialog.Severity014": "014 - Autorisation insuffisante",
|
||||
"alertDialog.Severity015": "015 - Erreur de syntaxe dans des instructions SQL",
|
||||
"alertDialog.Severity016": "016 - Erreur de l'utilisateur",
|
||||
"alertDialog.Severity017": "017 - Ressources insuffisantes",
|
||||
"alertDialog.Severity018": "018 - Erreur interne récupérable",
|
||||
"alertDialog.Severity019": "019 - Erreur irrécupérable de ressource",
|
||||
"alertDialog.Severity020": "020 - Erreur irrécupérable du traitement en cours",
|
||||
"alertDialog.Severity021": "021 - Erreur irrécupérable dans les traitements de base de données",
|
||||
"alertDialog.Severity022": "022 - Err. fatale : intégrité douteuse de la table",
|
||||
"alertDialog.Severity023": "023 - Err. fatale : intégrité douteuse de la BdD",
|
||||
"alertDialog.Severity024": "024 - Erreur fatale : erreur matérielle",
|
||||
"alertDialog.Severity025": "025 - Erreur fatale",
|
||||
"alertDialog.AllDatabases": "<toutes les bases de données>",
|
||||
"alertDialog.ExecuteJob": "Exécuter le travail",
|
||||
"alertDialog.ExecuteJobName": "Nom du travail",
|
||||
"alertDialog.NotifyOperators": "Notifier les opérateurs",
|
||||
"alertDialog.NewJob": "Nouveau travail",
|
||||
"alertDialog.OperatorList": "Liste des opérateurs",
|
||||
"alertDialog.OperatorName": "Opérateur",
|
||||
"alertDialog.OperatorEmail": "Messagerie électronique",
|
||||
"alertDialog.OperatorPager": "Radiomessagerie",
|
||||
"alertDialog.NewOperator": "Nouvel opérateur",
|
||||
"alertDialog.IncludeErrorInEmail": "Inclure le texte d'erreur de l'alerte dans un e-mail",
|
||||
"alertDialog.IncludeErrorInPager": "Inclure le texte de l'erreur d'alerte dans le récepteur d'appel",
|
||||
"alertDialog.AdditionalNotification": "Message de notification supplémentaire à envoyer",
|
||||
"alertDialog.DelayBetweenResponse": "Délai entre les réponses",
|
||||
"alertDialog.DelayMinutes": "Minutes de retard",
|
||||
"alertDialog.DelaySeconds": "Secondes de retard"
|
||||
}
|
||||
46
i18n/fra/extensions/agent/out/dialogs/jobDialog.i18n.json
Normal file
46
i18n/fra/extensions/agent/out/dialogs/jobDialog.i18n.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobDialog.general": "Général",
|
||||
"jobDialog.steps": "Étapes",
|
||||
"jobDialog.schedules": "Planifications",
|
||||
"jobDialog.alerts": "Alertes",
|
||||
"jobDialog.notifications": "Notifications",
|
||||
"jobDialog.blankJobNameError": "Le nom du travail ne peut pas être vide.",
|
||||
"jobDialog.name": "Nom ",
|
||||
"jobDialog.owner": "Propriétaire",
|
||||
"jobDialog.category": "Catégorie",
|
||||
"jobDialog.description": "Description",
|
||||
"jobDialog.enabled": "Activé",
|
||||
"jobDialog.jobStepList": "Liste des étapes du travail",
|
||||
"jobDialog.step": "Étape",
|
||||
"jobDialog.type": "Type",
|
||||
"jobDialog.onSuccess": "En cas de succès",
|
||||
"jobDialog.onFailure": "En cas d'échec",
|
||||
"jobDialog.new": "Nouvelle étape",
|
||||
"jobDialog.edit": "Modifier l'étape",
|
||||
"jobDialog.delete": "Supprimer l'étape",
|
||||
"jobDialog.moveUp": "Remonter l’étape",
|
||||
"jobDialog.moveDown": "Descendre l'étape",
|
||||
"jobDialog.startStepAt": "Démarrer l'étape",
|
||||
"jobDialog.notificationsTabTop": "Actions à effectuer à la fin du travail",
|
||||
"jobDialog.email": "E-mail",
|
||||
"jobDialog.page": "Page ",
|
||||
"jobDialog.eventLogCheckBoxLabel": "Écrire dans le journal des événements Windows",
|
||||
"jobDialog.deleteJobLabel": "Supprimer le travail automatiquement",
|
||||
"jobDialog.schedulesaLabel": "Liste des agendas",
|
||||
"jobDialog.pickSchedule": "Choisir une planification",
|
||||
"jobDialog.scheduleNameLabel": "Nom de la planification",
|
||||
"jobDialog.alertsList": "Liste des alertes",
|
||||
"jobDialog.newAlert": "Nouvelle alerte",
|
||||
"jobDialog.alertNameLabel": "Nom de l'alerte",
|
||||
"jobDialog.alertEnabledLabel": "Activé",
|
||||
"jobDialog.alertTypeLabel": "Type",
|
||||
"jobDialog.newJob": "Nouveau travail",
|
||||
"jobDialog.editJob": "Modifier le travail"
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobStepDialog.fileBrowserTitle": "Localiser les fichiers de base de données -",
|
||||
"jobStepDialog.ok": "OK",
|
||||
"jobStepDialog.cancel": "Annuler",
|
||||
"jobStepDialog.general": "Général",
|
||||
"jobStepDialog.advanced": "Avancé",
|
||||
"jobStepDialog.open": "Ouvrir...",
|
||||
"jobStepDialog.parse": "Analyser",
|
||||
"jobStepDialog.successParse": "La commande a été analysée correctement.",
|
||||
"jobStepDialog.failParse": "La commande a échoué.",
|
||||
"jobStepDialog.blankStepName": "Le nom de l’étape ne peut être vide",
|
||||
"jobStepDialog.processExitCode": "Code de sortie de processus d'une commande réussie :",
|
||||
"jobStepDialog.stepNameLabel": "Nom de l'étape",
|
||||
"jobStepDialog.typeLabel": "Type",
|
||||
"jobStepDialog.runAsLabel": "Exécuter en tant que",
|
||||
"jobStepDialog.databaseLabel": "Base de données ",
|
||||
"jobStepDialog.commandLabel": "Commande",
|
||||
"jobStepDialog.successAction": "Action de réussite",
|
||||
"jobStepDialog.failureAction": "Action en cas d’échec",
|
||||
"jobStepDialog.runAsUser": "Exécuter en tant qu’utilisateur",
|
||||
"jobStepDialog.retryAttempts": "Nouvelles tentatives",
|
||||
"jobStepDialog.retryInterval": "Intervalle avant nouvelle tentative (minutes)",
|
||||
"jobStepDialog.logToTable": "Écrire un journal dans une table",
|
||||
"jobStepDialog.appendExistingTableEntry": "Ajouter la sortie à l’entrée existante dans la table",
|
||||
"jobStepDialog.includeStepOutputHistory": "Inclure le rendu de l’étape dans l’historique",
|
||||
"jobStepDialog.outputFile": "Fichier de sortie",
|
||||
"jobStepDialog.appendOutputToFile": "Ajouter la sortie au fichier existant",
|
||||
"jobStepDialog.selectedPath": "Chemin sélectionné",
|
||||
"jobStepDialog.filesOfType": "Fichiers de type",
|
||||
"jobStepDialog.fileName": "Nom de fichier",
|
||||
"jobStepDialog.allFiles": "Tous les fichiers (*)",
|
||||
"jobStepDialog.TSQL": "Script Transact-SQL (T-SQL)",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
"jobStepDialog.CmdExec": "Système d'exploitation (CmdExec)",
|
||||
"jobStepDialog.agentServiceAccount": "Compte de service SQL Server Agent",
|
||||
"jobStepDialog.nextStep": "Passer à l'étape suivante",
|
||||
"jobStepDialog.quitJobSuccess": "Quitter le travail signalant la réussite",
|
||||
"jobStepDialog.quitJobFailure": "Quitter le travail signalant l'échec",
|
||||
"jobStepDialog.newJobStep": "Nouvelle étape du travail",
|
||||
"jobStepDialog.editJobStep": "Modifier l'étape de travail"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"createOperator.createOperator": "Créer un opérateur",
|
||||
"createOperator.editOperator": "Modifier l'opérateur",
|
||||
"createOperator.General": "Général",
|
||||
"createOperator.Notifications": "Notifications",
|
||||
"createOperator.Name": "Nom ",
|
||||
"createOperator.Enabled": "Activé",
|
||||
"createOperator.EmailName": "Nom d'e-mail",
|
||||
"createOperator.PagerEmailName": "Nom d'e-mail du récepteur de radiomessagerie",
|
||||
"createOperator.PagerMondayCheckBox": "Lundi",
|
||||
"createOperator.PagerTuesdayCheckBox": "Mardi",
|
||||
"createOperator.PagerWednesdayCheckBox": "Mercredi",
|
||||
"createOperator.PagerThursdayCheckBox": "Jeudi",
|
||||
"createOperator.PagerFridayCheckBox": "Vendredi ",
|
||||
"createOperator.PagerSaturdayCheckBox": "Samedi",
|
||||
"createOperator.PagerSundayCheckBox": "Dimanche",
|
||||
"createOperator.workdayBegin": "Début de journée",
|
||||
"createOperator.workdayEnd": "Fin de journée",
|
||||
"createOperator.PagerDutySchedule": "Planification de la radiomessagerie active",
|
||||
"createOperator.AlertListHeading": "Liste d'alertes",
|
||||
"createOperator.AlertNameColumnLabel": "Nom de l'alerte",
|
||||
"createOperator.AlertEmailColumnLabel": "Messagerie électronique",
|
||||
"createOperator.AlertPagerColumnLabel": "Radiomessagerie"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"pickSchedule.jobSchedules": "Planifications de travail",
|
||||
"pickSchedule.ok": "OK",
|
||||
"pickSchedule.cancel": "Annuler",
|
||||
"pickSchedule.availableSchedules": "Planifications disponibles :",
|
||||
"pickSchedule.scheduleName": "Nom",
|
||||
"pickSchedule.scheduleID": "ID",
|
||||
"pickSchedule.description": "Description"
|
||||
}
|
||||
27
i18n/fra/extensions/agent/out/dialogs/proxyDialog.i18n.json
Normal file
27
i18n/fra/extensions/agent/out/dialogs/proxyDialog.i18n.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"createProxy.createProxy": "Créer un Proxy",
|
||||
"createProxy.editProxy": "Modifier le proxy",
|
||||
"createProxy.General": "Général",
|
||||
"createProxy.ProxyName": "Nom du proxy",
|
||||
"createProxy.CredentialName": "Nom d'identification",
|
||||
"createProxy.Description": "Description",
|
||||
"createProxy.SubsystemName": "Sous-système",
|
||||
"createProxy.OperatingSystem": "Système d'exploitation (CmdExec)",
|
||||
"createProxy.ReplicationSnapshot": "Instantané de réplication",
|
||||
"createProxy.ReplicationTransactionLog": "Lecteur du journal des transactions de réplication",
|
||||
"createProxy.ReplicationDistributor": "Serveur de distribution de réplication",
|
||||
"createProxy.ReplicationMerge": "Fusion de réplication",
|
||||
"createProxy.ReplicationQueueReader": "Agent de lecture de file d'attente de réplication",
|
||||
"createProxy.SSASQueryLabel": "Requête SQL Server Analysis Services",
|
||||
"createProxy.SSASCommandLabel": "Commande SQL Server Analysis Services",
|
||||
"createProxy.SSISPackage": "Package SQL Server Integration Services",
|
||||
"createProxy.PowerShell": "PowerShell",
|
||||
"createProxy.subSystemHeading": "Actif pour les sous-systèmes suivants"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"scheduleDialog.newSchedule": "Nouvelle planification",
|
||||
"scheduleDialog.ok": "OK",
|
||||
"scheduleDialog.cancel": "Annuler",
|
||||
"scheduleDialog.scheduleName": "Nom de la planification",
|
||||
"scheduleDialog.schedules": "Planifications"
|
||||
}
|
||||
10
i18n/fra/extensions/agent/out/mainController.i18n.json
Normal file
10
i18n/fra/extensions/agent/out/mainController.i18n.json
Normal 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."
|
||||
],
|
||||
"mainController.notImplemented": "Cette fonctionnalité est en cours de développement. Testez les dernières builds Insiders si vous souhaitez essayer les changements les plus récents !"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clearTokenCacheSuccess": "Cache de jetons effacé",
|
||||
"clearTokenCacheFailure": "L'effacement du cache de jetons a échoué"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"publicCloudDisplayName": "Azure"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.selectsubscriptions.credentialError": "L'obtention des informations d'identification du compte {0} a échoué. Actualisez le compte."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Bases de données SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Serveurs SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "Aucune ressource."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Connectez-vous à Azure..."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"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."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "Aucune ressource."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "Chargement..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azure.resource.error": "Erreur : {0}"
|
||||
}
|
||||
10
i18n/fra/extensions/azurecore/out/constants.i18n.json
Normal file
10
i18n/fra/extensions/azurecore/out/constants.i18n.json
Normal 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."
|
||||
],
|
||||
"extensionName": "Comptes Azure"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"downloadKubectlFailed": "Le téléchargement de kubectl a échoué : {0}",
|
||||
"kubectlVersionCheckFailed": "L'établissement d'une version stable de kubectl a échoué : {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"installDependenciesAction": "Installer les dépendances",
|
||||
"learnMoreAction": "En savoir plus",
|
||||
"moreInfoMsg": "Ajoutez le répertoire {0} au chemin ou définissez la configuration \"mssql-bdc.{0}-path\" sur le fichier binaire {0}."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"binaryNotFound": "Fichier binaire {0} introuvable. {1}",
|
||||
"binaryNotInstalled": "{0} n'est pas installé. {1}",
|
||||
"kubernetesRequired": "Le cluster SQL Server Big Data nécessite kubernetes.",
|
||||
"cannotExecuteCmd": "Impossible d'exécuter la commande.",
|
||||
"kubectlVersionIncompatible": "kubectl version ${0} est peut-être incompatible avec le cluster Kubernetes version {1}",
|
||||
"cannotRunCommand": "Impossible d'exécuter la commande ({0})"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"runKubectlFailed": "Impossible d'exécuter kubectl",
|
||||
"setClusterFailed": "Échec de la définition de '{0}' comme cluster actuel : {1}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bigDataClusterOutputChannel": "Cluster SQL Server Big Data"
|
||||
}
|
||||
13
i18n/fra/extensions/big-data-cluster/out/main.i18n.json
Normal file
13
i18n/fra/extensions/big-data-cluster/out/main.i18n.json
Normal 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."
|
||||
],
|
||||
"done": "terminé",
|
||||
"dependencyInstalled": "{0} déjà installé...",
|
||||
"installingDependency": "Installation de {0}...",
|
||||
"installingDependencyFailed": "Impossible d'installer {0} : {1}"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.AKSClusterCardText": "Nouveau Cluster AKS",
|
||||
"bdc-create.AKSClusterFullName": "Nouveau cluster Azure Kubernetes Service",
|
||||
"bdc-create.AKSClusterDescription": "Cette option configure le nouveau service Azure Kubernetes Service (AKS) pour les déploiements de cluster SQL Server Big Data. AKS simplifie la création, la configuration et la gestion d'un cluster de machines virtuelles préconfigurées avec un cluster Kubernetes pour exécuter des applications conteneurisées.",
|
||||
"bdc-create.ExistingClusterCardText": "Cluster existant",
|
||||
"bdc-create.ExistingClusterFullName": "Cluster Kubernetes existant",
|
||||
"bdc-create.ExistingClusterDescription": "Cette option suppose que vous avez déjà installé un cluster Kubernetes. Une fois que vous avez effectué la vérification des prérequis, vérifiez que le contexte de cluster approprié est sélectionné."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.wizardTitle": "Créer un cluster Big Data",
|
||||
"bdc-create.generateScriptsButtonText": "Générer des scripts",
|
||||
"bdc-create.createClusterButtonText": "Créer"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.clusterProfilePageTitle": "Sélectionner un profil de cluster",
|
||||
"bdc-create.clusterProfilePageDescription": "Sélectionnez votre exigence et nous vous fournissons une mise à l'échelle par défaut prédéfinie. Vous pouvez ensuite accéder à la configuration du cluster et la personnaliser.",
|
||||
"bdc-create.TargetClusterOverview": "Vue d'ensemble de la mise à l'échelle du cluster cible",
|
||||
"bdc-create.clusterProfileLabel": "Profil de déploiement",
|
||||
"bdc-create.HardwareProfileText": "Profil matériel",
|
||||
"bdc-create.HardwareLabelColumnName": "Étiquette",
|
||||
"bdc-create.TotalNodesColumnName": "Nœuds",
|
||||
"bdc-create.TotalCoresColumnName": "Cœurs",
|
||||
"bdc-create.TotalMemoryColumnName": "Mémoire",
|
||||
"bdc-create.TotalDisksColumnName": "Disques",
|
||||
"bdc-create.ScaleLabel": "Échelle ",
|
||||
"bdc-create.HardwareProfileLabel": "Étiquette de profil matériel",
|
||||
"bdc-create.FeatureSetLabel": "Ensemble de fonctionnalités",
|
||||
"bdc-create.EngineOnlyText": "Moteur seulement",
|
||||
"bdc-create.EngineWithFeaturesText": "Moteur avec fonctionnalités facultatives",
|
||||
"bdc-create.SQLServerMasterDisplayName": "Serveur maître SQL Server",
|
||||
"bdc-create.ComputePoolDisplayName": "Pool de calcul",
|
||||
"bdc-create.DataPoolDisplayName": "Pool de données",
|
||||
"bdc-create.StoragePoolDisplayName": "Pool de stockage",
|
||||
"bdc-create.SparkPoolDisplayName": "Pool Spark",
|
||||
"bdc-create.SQLServerMasterDescription": "L'instance SQL Server fournit au cluster un point de terminaison TDS accessible en externe",
|
||||
"bdc-create.ComputePoolDescription": "TODO : Ajouter une description",
|
||||
"bdc-create.DataPoolDescription": "TODO : Ajouter une description",
|
||||
"bdc-create.StoragePoolDescription": "TODO : Ajouter une description",
|
||||
"bdc-create.SparkPoolDescription": "TODO : Ajouter une description",
|
||||
"bdc-create.poolLabelTemplate": "{0} ({1})"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"bdc-create.selectTargetClusterPageTitle": "Où voulez-vous déployer ce cluster SQL Server Big Data ?",
|
||||
"bdc-create.selectTargetClusterPageDescription": "Sélectionner le fichier kubeconfig, puis un contexte de cluster dans la liste",
|
||||
"bdc-create.ClusterContextNotSelectedMessage": "Sélectionnez un contexte de cluster.",
|
||||
"bdc-create.kubeConfigFileLabelText": "Chemin du fichier config de Kube",
|
||||
"bdc-browseText": "Parcourir",
|
||||
"bdc-clusterContextsLabelText": "Contextes de cluster",
|
||||
"bdc-errorLoadingClustersText": "Aucune information de cluster dans le fichier config ou une erreur s'est produite pendant le chargement du fichier config",
|
||||
"bdc-selectKubeConfigFileText": "Sélectionner"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.InstallToolsText": "Installer les outils",
|
||||
"bdc-create.InstallingButtonText": "Installation...",
|
||||
"bdc-create.selectTargetClusterTypePageTitle": "Quel est votre environnement de cluster cible ?",
|
||||
"bdc-create.selectTargetClusterTypePageDescription": "Choisissez l'environnement cible, puis installez les outils obligatoires appropriés.",
|
||||
"bdc-create.RefreshToolsButtonText": "Actualiser l'état",
|
||||
"bdc-create.toolNameColumnHeader": "Outil",
|
||||
"bdc-create.toolDescriptionColumnHeader": "Description",
|
||||
"bdc-create.toolVersionColumnHeader": "Version",
|
||||
"bdc-create.toolStatusColumnHeader": "État ",
|
||||
"bdc-create.PickTargetEnvironmentText": "Choisir l'environnement cible",
|
||||
"bdc-create.ToolsRefreshingText": "Veuillez patienter pendant l'actualisation de l'état des outils obligatoires.",
|
||||
"bdc-create.TargetClusterTypeNotSelectedText": "Sélectionnez un type de cluster cible.",
|
||||
"bdc-create.MissingToolsText": "Installez les outils obligatoires.",
|
||||
"bdc-create.ComingSoonText": "(Bientôt disponible)",
|
||||
"bdc-create.RequiredToolsText": "Outils obligatoires",
|
||||
"bdc-create.InstalledText": "INSTALLÉ",
|
||||
"bdc-create.NotInstalledText": "Non installé",
|
||||
"bdc-create.InstallingText": "Installation...",
|
||||
"bdc-create.FailedToInstallText": "Échec de l'installation"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.RestoreDefaultValuesText": "Restaurer les valeurs par défaut",
|
||||
"bdc-create.settingsPageTitle": "Paramètres",
|
||||
"bdc-create.settingsPageDescription": "Configurer les paramètres obligatoires pour déployer le cluster SQL Server Big Data",
|
||||
"bdc-create.EulaNotAccepted": "Vous devez accepter les conditions des services et la politique de confidentialité pour continuer",
|
||||
"bdc-create.ClusterName": "Nom du cluster",
|
||||
"bdc-create.AdminUsernameText": "Nom d'utilisateur administrateur",
|
||||
"bdc-create.AdminUserPasswordText": "Mot de passe",
|
||||
"bdc-create.SQLPortText": "Serveur maître SQL Server",
|
||||
"bdc-create.KnoxPortText": "Knox",
|
||||
"bdc-create.ControllerPortText": "Contrôleur",
|
||||
"bdc-create.ProxyPortText": "Proxy",
|
||||
"bdc-create.GrafanaPortText": "Tableau de bord Grafana",
|
||||
"bdc-create.KibanaPortText": "Tableau de bord Kibana",
|
||||
"bdc-create.RegistryUserNamePasswordHintText": "obligatoire seulement pour les registres privés",
|
||||
"bdc-create.RegistryText": "Registre",
|
||||
"bdc-create.RepositoryText": "Dépôt",
|
||||
"bdc-create.ImageTagText": "Balise d'image",
|
||||
"bdc-create.RegistryUserNameText": "Nom d'utilisateur",
|
||||
"bdc-create.RegistryPasswordText": "Mot de passe",
|
||||
"bdc-create.BasicSettingsText": "Paramètres de base",
|
||||
"bdc-create.ContainerRegistrySettings": "Paramètres Container Registry",
|
||||
"bdc-create.PortSettings": "Paramètres de port (facultatif)",
|
||||
"bdc-create.LicenseTerms": "termes du contrat de licence",
|
||||
"bdc-create.PrivacyPolicyText": "politique de confidentialité",
|
||||
"bdc-create.AcceptTermsText": "J'accepte les {0} et la {1}."
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"bdc-create.summaryPageTitle": "Récapitulatif",
|
||||
"bdc-create.TargetClusterTypeText": "Type de cluster",
|
||||
"bdc-create.ClusterContextText": "Contexte de cluster",
|
||||
"bdc-create.ClusterNameText": "Nom du cluster",
|
||||
"bdc-create.ClusterAdminUsernameText": "Nom d'utilisateur administrateur du cluster",
|
||||
"bdc-create.AcceptEulaText": "Accepter le contrat de licence",
|
||||
"bdc-create.DeploymentProfileText": "Profil de déploiement",
|
||||
"bdc-create.SqlServerMasterScaleText": "Mise à l'échelle du serveur maître SQL Server",
|
||||
"bdc-create.ComputePoolScaleText": "Mise à l'échelle du pool de calcul",
|
||||
"bdc-create.DataPoolScaleText": "Mise à l'échelle du pool de données",
|
||||
"bdc-create.StoragePoolScaleText": "Mise à l'échelle du pool de stockage",
|
||||
"bdc-create.SparkPoolScaleText": "Mise à l'échelle du pool Spark",
|
||||
"bdc-create.TargetClusterGroupTitle": "CLUSTER CIBLE",
|
||||
"bdc-create.BigDataClusterGroupTitle": "CLUSTER SQL SERVER BIG DATA",
|
||||
"bdc-create.YesText": "Oui"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.targetServerDropdownTitle": "Serveur cible",
|
||||
"dacFx.sourceServerDropdownTitle": "Serveur source",
|
||||
"dacFx.databaseNameTextBox": "Base de données cible",
|
||||
"dacFx.sourceDatabaseDropdownTitle": "Base de données source "
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dacfx.needConnection": "Connectez-vous à un serveur avant d’utiliser cet Assistant.",
|
||||
"dacFx.selectOperationPageName": "Sélectionner une opération",
|
||||
"dacFx.deployConfigPageName": "Sélectionner les paramètres de déploiement Dacpac",
|
||||
"dacFx.deployPlanPage": "Examiner le plan de déploiement",
|
||||
"dacFx.deployActionPageName": "Sélectionner une action",
|
||||
"dacFx.summaryPageName": "Récapitulatif",
|
||||
"dacFx.extractConfigPageName": "Sélectionner les paramètres d'extraction Dacpac",
|
||||
"dacFx.importConfigPageName": "Sélectionner les paramètres d'importation Bacpac",
|
||||
"dacFx.exportConfigPageName": "Sélectionner les paramètres d'exportation Bacpac",
|
||||
"dacFx.deployButton": "Déployer",
|
||||
"dacFx.extractButton": "Extraire",
|
||||
"dacFx.importButton": "Importer",
|
||||
"dacFx.exportButton": "Exporter",
|
||||
"dacFx.generateScriptButton": "Générer le script",
|
||||
"alertData.deployErrorMessage": "Échec du déploiement '{0}'",
|
||||
"alertData.extractErrorMessage": "Échec de l'extraction '{0}'",
|
||||
"alertData.exportErrorMessage": "Échec de l'exportation '{0}'",
|
||||
"alertData.importErrorMessage": "Échec de l'importation '{0}'",
|
||||
"dacfx.scriptGeneratingMessage": "Vous pouvez voir l'état de la génération du script dans l'historique des tâches une fois l'Assistant fermé",
|
||||
"alertData.deployPlanErrorMessage": "La génération du plan de déploiement a échoué '{0}'"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfx.targetServerName": "Serveur cible",
|
||||
"dacfx.targetDatabaseName": "Base de données cible",
|
||||
"dacfx.sourceServerName": "Serveur source",
|
||||
"dacfx.sourceDatabaseName": "Base de données source ",
|
||||
"dacfx.fileLocation": "Emplacement du fichier",
|
||||
"dacfx.scriptLocation": "Emplacement du script de déploiement",
|
||||
"dacfx.action": "Action",
|
||||
"dacfx.deploy": "Déployer",
|
||||
"dacfx.generateScript": "Générer un script de déploiement",
|
||||
"dacfxExtract.version": "Version",
|
||||
"dacfx.settingColumn": "Paramètre",
|
||||
"dacfx.valueColumn": "Valeur"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dacFx.deployRadioButtonLabel": "Déployer",
|
||||
"dacFx.deployScriptRadioButtonLabel": "Générer le script de déploiement et déployer",
|
||||
"dacFx.scriptRadioButtonLabel": "Générer un script de déploiement",
|
||||
"dacfxDeployScript.saveFile": "Enregistrer",
|
||||
"dacfx.generatedScriptLocation": "Emplacement du script de déploiement"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.databaseNameTextBox": "Nom de la base de données",
|
||||
"dacFx.databaseNameDropdown": "Nom de la base de données",
|
||||
"dacFxDeploy.openFile": "Ouvrir ",
|
||||
"dacFxDeploy.fileTextboxTitle": "Emplacement du fichier",
|
||||
"dacFx.upgradeRadioButtonLabel": "Mettre à niveau la base de données existante",
|
||||
"dacFx.newRadioButtonLabel": "Nouvelle base de données",
|
||||
"dacFx.targetDatabaseRadioButtonsTitle": "Base de données cible",
|
||||
"dacFx.targetDatabaseDropdownTitle": "Nom de la base de données"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfx.dataLossTextWithCount": "{0} des actions de déploiement listées peuvent entraîner une perte de données. Vérifiez que vous avez une sauvegarde ou un instantané disponible en cas de problème avec le déploiement.",
|
||||
"dacFx.dataLossCheckbox": "Poursuivre malgré le risque de perte de données",
|
||||
"dacfx.noDataLossText": "Aucune perte de données suite aux actions de déploiement listées.",
|
||||
"dacfx.dataLossText": "Les actions de déploiement peuvent entraîner une perte de données. Vérifiez que vous avez une sauvegarde ou un instantané disponible en cas de problème avec le déploiement.",
|
||||
"dacfx.operationColumn": "Opération",
|
||||
"dacfx.operationTooltip": "Opération (Créer, Modifier, Supprimer) qui a lieu pendant le déploiement",
|
||||
"dacfx.typeColumn": "Type",
|
||||
"dacfx.typeTooltip": "Type d'objet affecté par le déploiement",
|
||||
"dacfx.objectColumn": "Objet",
|
||||
"dacfx.objecTooltip": "Nom d'objet affecté par le déploiement",
|
||||
"dacfx.dataLossColumn": "Perte de données",
|
||||
"dacfx.dataLossTooltip": "Les opérations pouvant entraîner une perte des données sont marquées avec un signe d'avertissement"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dacfxExport.saveFile": "Enregistrer",
|
||||
"dacFxExport.fileTextboxTitle": "Emplacement du fichier"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacfxExtract.saveFile": "Enregistrer",
|
||||
"dacFxExtract.fileTextboxTitle": "Emplacement du fichier",
|
||||
"dacFxExtract.versionTextboxTitle": "Version (utiliser x.x.x.x où x est un nombre)"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dacFxImport.openFile": "Ouvrir ",
|
||||
"dacFxImport.fileTextboxTitle": "Emplacement du fichier"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dacFx.deployRadioButtonLabel": "Déployer un fichier .dacpac d'application de couche Données sur une instance de SQL Server [Déployer Dacpac]",
|
||||
"dacFx.extractRadioButtonLabel": "Extraire une application de couche Données d'une instance de SQL Server vers un fichier .dacpac [Extraire Dacpac]",
|
||||
"dacFx.importRadioButtonLabel": "Créer une base de données à partir d'un fichier .bacpac [Importer Bacpac]",
|
||||
"dacFx.exportRadioButtonLabel": "Exporter le schéma et les données d'une base de données au format de fichier logique .bacpac [Exporter Bacpac]"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serviceStarted": "Service démarré",
|
||||
"serviceStarting": "Démarrage du service",
|
||||
"flatFileImport.serviceStartFailed": "Le démarrage du service d'importation {0} a échoué",
|
||||
"installingServiceDetailed": "Installation du service {0} sur {1}",
|
||||
"installingService": "Installation du Service",
|
||||
"serviceInstalled": "INSTALLÉ",
|
||||
"downloadingService": "Téléchargement de {0} en cours",
|
||||
"downloadingServiceStatus": "Service de téléchargement",
|
||||
"downloadingServiceComplete": "Terminé !"
|
||||
}
|
||||
11
i18n/fra/extensions/import/out/services/telemetry.i18n.json
Normal file
11
i18n/fra/extensions/import/out/services/telemetry.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"import.serviceCrashButton": "Donner son avis",
|
||||
"serviceCrashMessage": "le composant de service n'a pas pu démarrer"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"import.needConnection": "Connectez-vous à un serveur avant d’utiliser cet Assistant.",
|
||||
"flatFileImport.wizardName": "Assistant Importation de fichier plat",
|
||||
"flatFileImport.page1Name": "Spécifier le fichier d'entrée",
|
||||
"flatFileImport.page2Name": "Aperçu des données",
|
||||
"flatFileImport.page3Name": "Modifier les colonnes",
|
||||
"flatFileImport.page4Name": "Récapitulatif",
|
||||
"flatFileImport.importNewFile": "Importer un nouveau fichier"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.serverDropdownTitle": "Serveur dans lequel se trouve la base de données",
|
||||
"flatFileImport.databaseDropdownTitle": "Base de données dans laquelle la table est créée",
|
||||
"flatFileImport.browseFiles": "Parcourir",
|
||||
"flatFileImport.openFile": "Ouvrir ",
|
||||
"flatFileImport.fileTextboxTitle": "L'emplacement du fichier à importer",
|
||||
"flatFileImport.tableTextboxTitle": "Nouveau nom de table",
|
||||
"flatFileImport.schemaTextboxTitle": "Schéma de table"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.importData": "Importer des données",
|
||||
"flatFileImport.next": "Suivant",
|
||||
"flatFileImport.columnName": "Nom de la colonne",
|
||||
"flatFileImport.dataType": "Type de données",
|
||||
"flatFileImport.primaryKey": "Clé primaire",
|
||||
"flatFileImport.allowNulls": "Autoriser les valeurs Null"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.refresh": "Actualiser",
|
||||
"flatFileImport.prosePreviewMessage": "Cette opération a analysé la structure du fichier d’entrée pour générer l’aperçu ci-dessous pour les 50 premières lignes."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.importInformation": "Importer les informations",
|
||||
"flatFileImport.importStatus": "État de l’importation",
|
||||
"flatFileImport.serverName": "Nom du serveur",
|
||||
"flatFileImport.databaseName": "Nom de la base de données",
|
||||
"flatFileImport.tableName": "Nom de la table",
|
||||
"flatFileImport.tableSchema": "Schéma de table",
|
||||
"flatFileImport.fileImport": "Fichier à importer",
|
||||
"flatFileImport.success.norows": "✔ Vous avez inséré les données dans une table."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"createSessionDialog.cancel": "Annuler",
|
||||
"createSessionDialog.create": "Démarrer",
|
||||
"createSessionDialog.title": "Démarrer une nouvelle session du profileur",
|
||||
"createSessionDialog.templatesInvalid": "Liste de modèles non valide, impossible d'ouvrir la boîte de dialogue",
|
||||
"createSessionDialog.dialogOwnerInvalid": "Propriétaire de boîte de dialogue non valide, impossible d'ouvrir la boîte de dialogue",
|
||||
"createSessionDialog.invalidProviderType": "Type de fournisseur non valide, impossible d'ouvrir la boîte de dialogue",
|
||||
"createSessionDialog.selectTemplates": "Sélectionnez un modèle de session :",
|
||||
"createSessionDialog.enterSessionName": "Entrez le nom de la session :"
|
||||
}
|
||||
Reference in New Issue
Block a user