mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -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."
|
||||
],
|
||||
"unknownComponentType": "Type de composant inconnu. Veuillez utiliser ModelBuilder pour créer des objets",
|
||||
"invalidIndex": "L'index n'est pas valide.",
|
||||
"unknownConfig": "Configuration des composants inconnue, vous devez utiliser ModelBuilder pour créer un objet de configuration"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dialogDoneLabel": "terminé",
|
||||
"dialogCancelLabel": "Annuler",
|
||||
"generateScriptLabel": "Générer le script",
|
||||
"dialogNextLabel": "Suivant",
|
||||
"dialogPreviousLabel": "Précédent"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeView.notRegistered": "Aucune arborescence avec l'ID « {0} » n'est enregistrée."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerRequired": "Vous devez passer à cette méthode un NotebookProvider avec un providerId valide",
|
||||
"errNoProvider": "aucun fournisseur de notebooks",
|
||||
"errNoManager": "Aucun gestionnaire",
|
||||
"noServerManager": "Notebook Manager pour le notebook {0} n'a pas de gestionnaire de serveur. Impossible d'y effectuer des opérations",
|
||||
"noContentManager": "Notebook Manager pour le notebook {0} n'a pas de gestionnaire de contenu. Impossible d'y effectuer des opérations",
|
||||
"noSessionManager": "Notebook Manager pour le notebook {0} n'a pas de gestionnaire de session. Impossible d'y exécuter des opérations"
|
||||
}
|
||||
17
i18n/fra/src/sql/workbench/browser/modal/modal.i18n.json
Normal file
17
i18n/fra/src/sql/workbench/browser/modal/modal.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."
|
||||
],
|
||||
"infoAltText": "Informations",
|
||||
"warningAltText": "Avertissement",
|
||||
"errorAltText": "Erreur",
|
||||
"showMessageDetails": "Afficher les détails",
|
||||
"hideMessageDetails": "Masquer les détails",
|
||||
"copyMessage": "Copier",
|
||||
"closeMessage": "Fermer",
|
||||
"modalBack": "Précédent"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.ok": "OK",
|
||||
"optionsDialog.cancel": "Annuler"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.missingRequireField": "est nécessaire.",
|
||||
"optionsDialog.invalidInput": "Entrée incorrecte. Valeur numérique attendue."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"no-dataprovider": "Il n’y a pas de fournisseur de données enregistré qui peut fournir des données de vue.",
|
||||
"collapse": "Réduire"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"previewFeatures.configTitle": "Fonctionnalités en préversion",
|
||||
"previewFeatures.configEnable": "Activer les fonctionnalités en préversion non publiées",
|
||||
"showConnectDialogOnStartup": "Afficher la boîte de dialogue de connexion au démarrage"
|
||||
}
|
||||
@@ -8,12 +8,17 @@
|
||||
],
|
||||
"newQueryAction.newQuery": "Nouvelle requête",
|
||||
"scriptSelect": "Sélectionnez les 1000 premiers",
|
||||
"scriptExecute": "Scripter comme Exécuter",
|
||||
"scriptAlter": "Script Alter",
|
||||
"editData": "Modifier les données",
|
||||
"scriptCreate": "Script de création",
|
||||
"scriptDelete": "Scripter comme Abandonner",
|
||||
"backupAction.backup": "Sauvegarde",
|
||||
"backup.isPreviewFeature": "Vous devez activer les fonctionnalités en préversion pour utiliser la sauvegarde",
|
||||
"restoreAction.restore": "Restaurer",
|
||||
"restore.isPreviewFeature": "Vous devez activer les fonctionnalités en préversion pour utiliser la restauration",
|
||||
"manage": "Gérer",
|
||||
"showDetails": "Afficher les détails",
|
||||
"newDatabase": "Nouvelle base de données",
|
||||
"configureDashboard": "Configurer"
|
||||
"configureDashboard": "Découvrir comment configurer le tableau de bord"
|
||||
}
|
||||
@@ -10,6 +10,9 @@
|
||||
"createOperationName": "Créer",
|
||||
"insertOperationName": "Insérer",
|
||||
"updateOperationName": "Mettre à jour",
|
||||
"deleteOperationName": "Supprimer",
|
||||
"scriptingFailed": "Échec de l’écriture de scripts"
|
||||
"deleteOperationName": "supprimer",
|
||||
"scriptSelectNotFound": "Aucun script n'a été retourné lors de l’appel de script select sur l’objet",
|
||||
"scriptNotFoundForObject": "Aucun script n'a été retournée lors de la création du script {0} sur l'objet {1}",
|
||||
"scriptingFailed": "Échec de l’écriture de scripts",
|
||||
"scriptNotFound": "Aucun script n'a été retourné lors de la création du script {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"enablePreviewFeatures.notice": "Les fonctionnalités en préversion sont nécessaires pour la prise en charge complète des extensions et la disponibilité de certaines actions. Voulez-vous activer les fonctionnalités en préversion ?",
|
||||
"enablePreviewFeatures.yes": "Oui",
|
||||
"enablePreviewFeatures.no": "Non",
|
||||
"enablePreviewFeatures.never": "Non, ne plus afficher"
|
||||
}
|
||||
@@ -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": "ID courant du fournisseur",
|
||||
"schema.displayName": "Nom complet du fournisseur",
|
||||
"schema.connectionOptions": "Options de connexion"
|
||||
}
|
||||
@@ -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": "Rechercher dans les noms de serveur"
|
||||
}
|
||||
@@ -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": "Rechercher dans les noms de serveur"
|
||||
}
|
||||
@@ -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": "Afficher l'Explorateur de données",
|
||||
"workbench.dataExplorer": "Explorateur de données",
|
||||
"dataExplorer.view": "Afficher",
|
||||
"databaseConnections": "Connexions de base de données",
|
||||
"datasource.connections": "connexions de source de données",
|
||||
"datasource.connectionGroups": "groupes de source de données",
|
||||
"startupConfig": "Configuration de démarrage",
|
||||
"startup.alwaysShowServersView": "True pour afficher la vue des serveurs au lancement d'Azure Data Studio par défaut ; false si la dernière vue ouverte doit être affichée"
|
||||
}
|
||||
@@ -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": "Identificateur de la vue. Utilisez-le pour inscrire un fournisseur de données au moyen de l'API 'vscode.window.registerTreeDataProviderForView', ainsi que pour déclencher l'activation de votre extension en inscrivant l'événement 'onView:${id}' dans 'activationEvents'.",
|
||||
"vscode.extension.contributes.view.name": "Nom de la vue, contrôlable de visu. Affiché",
|
||||
"vscode.extension.contributes.view.when": "Condition qui doit être vraie pour afficher cette vue",
|
||||
"extension.contributes.dataExplorer": "Ajoute des vues à l'éditeur",
|
||||
"extension.dataExplorer": "Ajoute des vues au conteneur Explorateur de données dans la barre d'activités",
|
||||
"dataExplorer.contributed": "Les vues contribuent au conteneur de vues contributives",
|
||||
"ViewsContainerDoesnotExist": "Le conteneur de vues '{0}' n'existe pas et toutes les vues qui y sont inscrites sont ajoutées à 'Explorateur de données'.",
|
||||
"duplicateView1": "Impossible d'inscrire plusieurs vues avec le même ID '{0}' dans le conteneur de vues '{1}'",
|
||||
"duplicateView2": "Une vue avec l'ID '{0}' est déjà inscrite dans le conteneur de vues '{1}'",
|
||||
"requirearray": "les vues doivent figurer dans un tableau",
|
||||
"requirestring": "la propriété '{0}' est obligatoire et doit être de type 'string'",
|
||||
"optstring": "La propriété '{0}' peut être omise ou doit être de type '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": "Serveurs"
|
||||
}
|
||||
@@ -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": "Déconnecter",
|
||||
"newQuery": "Nouvelle requête",
|
||||
"manage": "Gérer",
|
||||
"refresh": "Actualiser"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"adminService.providerIdNotValidError": "La connexion est nécessaire pour interagir avec adminservice",
|
||||
"adminService.noHandlerRegistered": "Aucun gestionnaire enregistré"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectingLabel": "Connexion :",
|
||||
"runningCommandLabel": "Exécution de la commande :",
|
||||
"openingNewQueryLabel": "Ouverture d'une nouvelle requête :"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectionError": "Erreur de connexion",
|
||||
"kerberosErrorStart": "La connexion a échoué en raison d'une erreur Kerberos.",
|
||||
"kerberosHelpLink": "L'aide pour configurer Kerberos est disponible sur {0}",
|
||||
"kerberosKinit": "Si vous vous êtes déjà connecté, vous devez peut-être réexécuter kinit."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connection": "Connexion",
|
||||
"connectType": "Type de connexion",
|
||||
"recentConnectionTitle": "Dernières connexions",
|
||||
"savedConnectionTitle": "Connexions enregistrées",
|
||||
"connectionDetailsTitle": "Détails de la connexion",
|
||||
"connectionDialog.connect": "Connecter",
|
||||
"connectionDialog.cancel": "Annuler",
|
||||
"noRecentConnections": "Aucune connexion récente",
|
||||
"noSavedConnections": "Aucune connexion enregistrée"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionWidget.AddAzureAccount": "Ajouter un compte...",
|
||||
"defaultDatabaseOption": "<Par défaut>",
|
||||
"loadingDatabaseOption": "Chargement en cours...",
|
||||
"serverGroup": "Groupe de serveurs",
|
||||
"defaultServerGroup": "<Par défaut>",
|
||||
"addNewServerGroup": "Ajouter un nouveau groupe...",
|
||||
"noneServerGroup": "<Ne pas enregistrer>",
|
||||
"connectionWidget.missingRequireField": "{0} est requis.",
|
||||
"connectionWidget.fieldWillBeTrimmed": "{0} est tronqué.",
|
||||
"rememberPassword": "Se souvenir du mot de passe",
|
||||
"connection.azureAccountDropdownLabel": "Compte",
|
||||
"connectionWidget.refreshAzureCredentials": "Actualiser les informations d'identification du compte",
|
||||
"connection.azureTenantDropdownLabel": "Locataire Azure AD",
|
||||
"connectionWidget.toggleDatabaseNameDropdown": "Sélectionnez la liste déroulante de bases de données",
|
||||
"advanced": "Avancé...",
|
||||
"connectionWidget.invalidAzureAccount": "Vous devez sélectionner un compte"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"newDashboardTab.openDashboardExtensions": "Ouvrir les extensions de tableau de bord",
|
||||
"newDashboardTab.ok": "OK",
|
||||
"newDashboardTab.cancel": "Annuler",
|
||||
"newdashboardTabDialog.noExtensionLabel": "Aucune extension de tableau de bord n'est actuellement installée. Accédez au gestionnaire d'extensions pour explorer les extensions recommandées."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"errorMessageDialog.ok": "OK",
|
||||
"errorMessageDialog.close": "Fermer",
|
||||
"copyDetails": "Copier les détails"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"error": "Erreur",
|
||||
"warning": "Avertissement",
|
||||
"info": "Info"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"filebrowser.filepath": "Chemin sélectionné",
|
||||
"fileFilter": "Fichiers de type",
|
||||
"fileBrowser.ok": "OK",
|
||||
"fileBrowser.discard": "Annuler"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"filebrowser.selectFile": "Sélectionnez un fichier"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"fileBrowser.regTreeAriaLabel": "Arborescence du navigateur de fichiers"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"allFiles": "Tous les fichiers"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insights.item": "Élément",
|
||||
"insights.value": "Valeur",
|
||||
"property": "propriété",
|
||||
"value": "Valeur",
|
||||
"InsightsDialogTitle": "Aperçus",
|
||||
"insights.dialog.items": "Éléments",
|
||||
"insights.dialog.itemDetails": "Détails de l'élément"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"workbench.action.insights.copySelection": "Copier la cellule"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightsDidNotFindResolvedFile": "Fichier de requête introuvable dans les chemins suivants :\r\n {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightsInputError": "Aucun profil de connexion n'a été passé au menu volant d'insights",
|
||||
"insightsError": "Erreur d'aperçus",
|
||||
"insightsFileError": "Il y avait une erreur à la lecture du fichier de requête :",
|
||||
"insightsConfigError": "Une erreur s'est produite lors de l'analyse de la configuration de l'aperçu ; Il n’a pas été trouvé de tableau/chaîne de requête ou de fichier de requête"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"carbon.extension.contributes.notebook.provider": "Identificateur du fournisseur de notebooks.",
|
||||
"carbon.extension.contributes.notebook.fileExtensions": "Extensions de fichier devant être inscrites dans ce fournisseur de notebooks",
|
||||
"carbon.extension.contributes.notebook.standardKernels": "Noyaux devant être standard avec ce fournisseur de notebooks",
|
||||
"vscode.extension.contributes.notebook.providers": "Ajoute des fournisseurs de notebooks.",
|
||||
"carbon.extension.contributes.notebook.magic": "Nom de la commande magique de cellule, de type \"%%sql\".",
|
||||
"carbon.extension.contributes.notebook.language": "Langage de cellule à utiliser si cette commande magique est incluse dans la cellule",
|
||||
"carbon.extension.contributes.notebook.executionTarget": "Cible d'exécution facultative que cette commande magique indique, par exemple, Spark vs. SQL",
|
||||
"carbon.extension.contributes.notebook.kernels": "Ensemble facultatif de noyaux pour lequel cela est valide, par ex. python3, pyspark3, sql",
|
||||
"vscode.extension.contributes.notebook.languagemagics": "Ajoute le langage du notebook."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"notebookUriNotDefined": "Aucun URI passé pendant la création d'un gestionnaire de notebooks",
|
||||
"notebookServiceNoProvider": "Le fournisseur de notebooks n'existe pas"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"noKernel": "Pas de noyau",
|
||||
"runNotebookDisabled": "Impossible d'exécuter les cellules, car aucun noyau n'est configuré",
|
||||
"errorName": "Erreur"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"nbformatNotRecognized": "nbformat v{0}.{1} non reconnu",
|
||||
"nbNotSupported": "Ce fichier n'a pas un format de notebook valide",
|
||||
"unknownCellType": "Type de cellule {0} inconnu",
|
||||
"unrecognizedOutput": "Type de sortie {0} non reconnu",
|
||||
"invalidMimeData": "Les données de {0} doivent être une chaîne ou un tableau de chaînes",
|
||||
"unrecognizedOutputType": "Type de sortie {0} non reconnu"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernelError": "Erreur du noyau SQL",
|
||||
"connectionRequired": "Vous devez choisir une connexion pour exécuter des cellules de notebook",
|
||||
"sqlMaxRowsDisplayed": "Affichage des {0} premières lignes."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"OeSessionFailedError": "Echec de la création d'une session de l’Explorateur d’objets",
|
||||
"nodeExpansionError": "Plusieurs erreurs :"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"queryEditorServiceChangeUnsupportedError": "Changer le mode de langage n’est pas pris en charge pour les requêtes non enregistrées",
|
||||
"queryEditorServiceChangeError": "Enregistrez ou annulez les changements avant de passer au mode de langage SQL ou d'en sortir"
|
||||
}
|
||||
@@ -8,5 +8,5 @@
|
||||
],
|
||||
"gettingStarted": "Mise en route",
|
||||
"showReleaseNotes": "Voir la mise en route",
|
||||
"read the release notes": "Bienvenue à {0} février Public Preview ! Souhaitez vous voir le guide de démarrage ?"
|
||||
"miGettingStarted": "Bien &&démarrer"
|
||||
}
|
||||
Reference in New Issue
Block a user