Archived
update localization resource files (#14389)
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."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Seuls les notebooks .ipynb sont pris en charge",
|
||||
"confirmReinstall": "Voulez-vous vraiment le réinstaller ?"
|
||||
}
|
||||
@@ -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
@@ -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."
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user