mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/fra/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/fra/extensions/notebook/dist/book/bookModel.i18n.json
vendored
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."
|
||||
],
|
||||
"missingFileError": "Fichier manquant : {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Erreur : {0} a un fichier toc.yml incorrect"
|
||||
}
|
||||
12
i18n/fra/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/fra/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
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."
|
||||
],
|
||||
"openNotebookCommand": "Ouvrir le notebook",
|
||||
"openMarkdownCommand": "Ouvrir le fichier Markdown",
|
||||
"openExternalLinkCommand": "Ouvrir le lien externe"
|
||||
}
|
||||
17
i18n/fra/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/fra/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
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."
|
||||
],
|
||||
"openBookError": "L'ouverture du notebook {0} a échoué : {1}",
|
||||
"openNotebookError": "L'ouverture du notebook {0} a échoué : {1}",
|
||||
"openMarkdownError": "L'ouverture du fichier Markdown {0} a échoué : {1}",
|
||||
"openUntitledNotebookError": "Ouvrez un notebook {0} sans titre, car le {1} sans titre a échoué",
|
||||
"allFiles": "Tous les fichiers",
|
||||
"labelPickFolder": "Choisir un dossier",
|
||||
"openExternalLinkError": "L'ouverture du lien {0} a échoué : {1}",
|
||||
"confirmReplace": "Le dossier existe déjà. Voulez-vous vraiment supprimer et remplacer ce dossier ?"
|
||||
}
|
||||
12
i18n/fra/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/fra/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
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."
|
||||
],
|
||||
"msgYes": "Oui",
|
||||
"msgNo": "Non",
|
||||
"msgSampleCodeDataFrame": "Cet exemple de code charge le fichier dans un cadre de données et affiche les 10 premiers résultats."
|
||||
}
|
||||
11
i18n/fra/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/fra/extensions/notebook/dist/common/utils.i18n.json
vendored
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."
|
||||
],
|
||||
"mkdirOutputMsg": "... Création de {0}",
|
||||
"executeCommandProcessExited": "Le processus s'est arrêté avec le code {0}"
|
||||
}
|
||||
22
i18n/fra/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/fra/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"configurePython.dialogName": "Configurer Python pour Notebooks",
|
||||
"configurePython.okButtonText": "Installer",
|
||||
"configurePython.cancelButtonText": "Annuler",
|
||||
"configurePython.browseButtonText": "Parcourir",
|
||||
"configurePython.locationTextBoxText": "Emplacement d'installation de Python",
|
||||
"configurePython.selectFileLabel": "Sélectionner",
|
||||
"configurePython.installNote": "Cette installation dure un certain temps. Nous vous recommandons de ne pas fermer l'application avant la fin de l'installation.",
|
||||
"configurePython.invalidLocationMsg": "L'emplacement d'installation spécifié n'est pas valide.",
|
||||
"configurePython.pythonNotFoundMsg": "Aucune installation de Python à l'emplacement spécifié.",
|
||||
"configurePython.pythonInstallDeclined": "L'installation de Python a été refusée.",
|
||||
"configurePython.installationType": "Type d'installation",
|
||||
"configurePython.newInstall": "Nouvelle installation de Python",
|
||||
"configurePython.existingInstall": "Utiliser l'installation existante de Python"
|
||||
}
|
||||
23
i18n/fra/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/fra/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.invalidTextPlaceholder": "N/A",
|
||||
"managePackages.packageNotFound": "Package spécifié introuvable",
|
||||
"managePackages.searchBarPlaceholder": "Rechercher dans les packages {0}",
|
||||
"managePackages.addNewTabTitle": "Ajouter un nouveau",
|
||||
"managePackages.searchButtonLabel": "Recherche",
|
||||
"managePackages.installButtonText": "Installer",
|
||||
"managePackages.packageNameTitle": "Nom du package",
|
||||
"managePackages.packageVersionTitle": "Version du package",
|
||||
"managePackages.packageSummaryTitle": "Récapitulatif du package",
|
||||
"managePackages.noVersionsFound": "Les versions valides du package spécifié sont introuvables",
|
||||
"managePackages.packageRequestError": "La demande d'informations de package a échoué avec l'erreur : {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "Installation de {0} {1}",
|
||||
"managePackages.backgroundInstallComplete": "Installation de {0} {1} effectuée",
|
||||
"managePackages.backgroundInstallFailed": "L'installation de {0} {1} a échoué. Erreur : {2}"
|
||||
}
|
||||
19
i18n/fra/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/fra/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.installedTabTitle": "Installé",
|
||||
"managePackages.pkgNameColumn": "Nom",
|
||||
"managePackages.newPkgVersionColumn": "Version",
|
||||
"managePackages.uninstallButtonText": "Désinstaller les packages sélectionnés",
|
||||
"managePackages.packageType": "Type de package",
|
||||
"managePackages.packageCount": "{0} {1} packages",
|
||||
"managePackages.confirmUninstall": "Voulez-vous vraiment désinstaller les packages spécifiés ?",
|
||||
"managePackages.backgroundUninstallStarted": "Désinstallation de {0}",
|
||||
"managePackages.backgroundUninstallComplete": "Désinstallation effectuée pour {0}",
|
||||
"managePackages.backgroundUninstallFailed": "La désinstallation de {0} a échoué. Erreur : {1}"
|
||||
}
|
||||
11
i18n/fra/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/fra/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
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."
|
||||
],
|
||||
"managePackages.dialogName": "Gérer les packages",
|
||||
"managePackages.cancelButtonText": "Fermer"
|
||||
}
|
||||
15
i18n/fra/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/fra/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Cet exemple de code charge le fichier dans un cadre de données et affiche les 10 premiers résultats.",
|
||||
"noNotebookVisible": "Aucun éditeur de notebook actif",
|
||||
"codeCellName": "Code",
|
||||
"textCellName": "Texte",
|
||||
"selectCellType": "Quel type de cellule voulez-vous ajouter ?",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
12
i18n/fra/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/fra/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
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."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Seuls les notebooks .ipynb sont pris en charge",
|
||||
"confirmReinstall": "Voulez-vous vraiment le réinstaller ?"
|
||||
}
|
||||
10
i18n/fra/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/fra/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
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."
|
||||
],
|
||||
"errNotebookUriMissing": "Le chemin du notebook est obligatoire"
|
||||
}
|
||||
28
i18n/fra/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/fra/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"msgInstallPkgProgress": "L'installation des dépendances de notebook est en cours",
|
||||
"msgPythonDownloadComplete": "Le téléchargement de Python est terminé",
|
||||
"msgPythonDownloadError": "Erreur de téléchargement du programme d'installation de Python",
|
||||
"msgPythonDownloadPending": "Téléchargement du package Python",
|
||||
"msgPythonUnpackPending": "Décompression du package Python",
|
||||
"msgPythonDirectoryError": "Erreur de création du répertoire d'installation de Python",
|
||||
"msgPythonUnpackError": "Erreur de décompression du bundle Python",
|
||||
"msgTaskName": "Installation des dépendances de notebook",
|
||||
"msgInstallPkgStart": "Installation des dépendances de notebook, consultez la vue Tâches pour plus d'informations",
|
||||
"msgInstallPkgFinish": "L'installation des dépendances de notebook est terminée",
|
||||
"msgPythonRunningError": "Impossible de remplacer une installation Python existante quand Python est en cours d'exécution. Fermez tous les notebooks actifs avant de continuer.",
|
||||
"msgSkipPythonInstall": "Python existe déjà à l'emplacement spécifique. Installation ignorée.",
|
||||
"msgWaitingForInstall": "Une autre installation de Python est actuellement en cours. En attente de la fin de l'installation.",
|
||||
"msgDependenciesInstallationFailed": "L'installation des dépendances de notebook a échoué avec l'erreur : {0}",
|
||||
"msgDownloadPython": "Téléchargement de la version locale de Python pour la plateforme : {0} dans {1}",
|
||||
"confirmPackageUpgrade": "Des packages Python installés ont besoin d'être mis à niveau. Voulez-vous les mettre à niveau maintenant ?",
|
||||
"upgradePackages.pipInstall": "Installation de {0}",
|
||||
"msgInstallStart": "Installation des packages obligatoires pour l'exécution de Notebooks...",
|
||||
"msgJupyterInstallDone": "...Installation de Jupyter effectuée."
|
||||
}
|
||||
10
i18n/fra/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/fra/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
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."
|
||||
],
|
||||
"shutdownError": "L'arrêt du serveur de notebook a échoué : {0}"
|
||||
}
|
||||
11
i18n/fra/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/fra/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
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."
|
||||
],
|
||||
"errorStartBeforeReady": "Impossible de démarrer une session, le gestionnaire n'est pas encore initialisé",
|
||||
"connectionNotValid": "Les noyaux Spark nécessitent une connexion a une instance maître de cluster Big Data SQL Server."
|
||||
}
|
||||
14
i18n/fra/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/fra/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"serverStopError": "Erreur d'arrêt du serveur de notebook : {0}",
|
||||
"notebookStartProcessExitPremature": "Le processus du notebook s'est terminé prématurément avec l'erreur : {0}, sortie StdErr : {1}",
|
||||
"jupyterError": "Erreur envoyée par Jupyter : {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "...Jupyter est en cours d'exécution sur {0}",
|
||||
"jupyterOutputMsgStart": "...Démarrage du serveur de notebook"
|
||||
}
|
||||
14
i18n/fra/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/fra/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"notebook.unsupportedAction": "L'action {0} n'est pas prise en charge pour ce gestionnaire",
|
||||
"unsupportedScheme": "Impossible d'ouvrir le lien {0}, car seuls les liens HTTP et HTTPS sont pris en charge",
|
||||
"notebook.confirmOpen": "Télécharger et ouvrir '{0}' ?",
|
||||
"notebook.fileNotFound": "Fichier spécifié introuvable",
|
||||
"notebook.fileDownloadError": "La demande d'ouverture de fichier a échoué avec l'erreur : {0} {1}"
|
||||
}
|
||||
Reference in New Issue
Block a user