From 9a257b6d8f83f42722ff3c4b292a4c1d6148a50b Mon Sep 17 00:00:00 2001 From: PixiBixi Date: Fri, 13 Apr 2018 18:04:54 +0200 Subject: [PATCH 1/4] [ADD] French Language --- package.nls.fr.json | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 package.nls.fr.json diff --git a/package.nls.fr.json b/package.nls.fr.json new file mode 100644 index 000000000000..a0e7eef72b0b --- /dev/null +++ b/package.nls.fr.json @@ -0,0 +1,49 @@ +{ + "python.command.python.sortImports.title": "Trier les imports", + "python.command.python.startREPL.title": "Démarrer REPL", + "python.command.python.createTerminal.title": "Créer un Terminal", + "python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", + "python.command.python.runtests.title": "Exécuter tous les tests unitaires", + "python.command.python.debugtests.title": "Debugger tous les tests unitaires", + "python.command.python.execInTerminal.title": "Exécuter le script Python dans un Terminal", + "python.command.python.setInterpreter.title": "Selectionner l'interpreteur", + "python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail pySpark", + "python.command.python.refactorExtractVariable.title": "Extraire la ariable", + "python.command.python.refactorExtractMethod.title": "Extraire la méthode", + "python.command.python.viewTestOutput.title": "Afficher la sortie des tests unitaires", + "python.command.python.selectAndRunTestMethod.title": "Exécuter la méthode de test unitaire ...", + "python.command.python.selectAndDebugTestMethod.title": "Debugger la méthode de test unitaire ...", + "python.command.python.selectAndRunTestFile.title": "Exécuter le fichier de test unitaire ...", + "python.command.python.runCurrentTestFile.title": "Exécuter le fichier de test unitaire courant", + "python.command.python.runFailedTests.title": "Exécuter les derniers test unitaires échoués", + "python.command.python.execSelectionInTerminal.title": "Exécuter la ligne/sélection dans un Terminal Python", + "python.command.python.execSelectionInDjangoShell.title": "Exécuter la ligne/sélection dans un Shell Django", + "python.command.python.goToPythonObject.title": "Se rendre à l'objet Python", + "python.command.python.setLinter.title": "Selectionner le Linter", + "python.command.python.enableLinting.title": "Activer le Linting", + "python.command.python.runLinting.title": "Exécuter le Linting", + "python.snippet.launch.standard.label": "Python: Fichier Actuel", + "python.snippet.launch.standard.description": "Debugger un programme Python avec la sortie standard", + "python.snippet.launch.pyspark.label": "Python: PySpark", + "python.snippet.launch.pyspark.description": "Debugger PySpark", + "python.snippet.launch.module.label": "Python: Module", + "python.snippet.launch.module.description": "Debugger un module Python", + "python.snippet.launch.terminal.label": "Python: Terminal (intégré)", + "python.snippet.launch.terminal.description": "Debugger un programme Python avec la console intégrée", + "python.snippet.launch.externalTerminal.label": "Python: Terminal (externe)", + "python.snippet.launch.externalTerminal.description": "Debugger un programme Python avec une console externe", + "python.snippet.launch.django.label": "Python: Django", + "python.snippet.launch.django.description": "Debugger une application Djano", + "python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", + "python.snippet.launch.flask.description": "Debugger une Application Flask", + "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", + "python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", + "python.snippet.launch.pyramid.label": "Python: application Pyramid", + "python.snippet.launch.pyramid.description": "Debugger une application Pyramid", + "python.snippet.launch.watson.label": "Python: Application Watson", + "python.snippet.launch.watson.description": "Debugger une Application Watson", + "python.snippet.launch.attach.label": "Python: Attacher", + "python.snippet.launch.attach.description": "Attacher le debugger pour un debugging distant", + "python.snippet.launch.scrapy.label": "Python: Scrapy", + "python.snippet.launch.scrapy.description": "Scrapy avec un Terminal intégré" +} \ No newline at end of file From f04417a7aa2883167f288ef16843863e8dbb80b6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 13 Jun 2018 17:44:21 -0700 Subject: [PATCH 2/4] Address feedback --- package.nls.fr.json | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/package.nls.fr.json b/package.nls.fr.json index a0e7eef72b0b..32b54173d941 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -1,49 +1,49 @@ { "python.command.python.sortImports.title": "Trier les imports", "python.command.python.startREPL.title": "Démarrer REPL", - "python.command.python.createTerminal.title": "Créer un Terminal", - "python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", + "python.command.python.createTerminal.title": "Créer un terminal", + "python.command.python.buildWorkspaceSymbols.title": "Construire les symboles de l'espace de travail", "python.command.python.runtests.title": "Exécuter tous les tests unitaires", - "python.command.python.debugtests.title": "Debugger tous les tests unitaires", - "python.command.python.execInTerminal.title": "Exécuter le script Python dans un Terminal", + "python.command.python.debugtests.title": "Débugger tous les tests unitaires", + "python.command.python.execInTerminal.title": "Exécuter le script Python dans un terminal", "python.command.python.setInterpreter.title": "Selectionner l'interpreteur", - "python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail pySpark", - "python.command.python.refactorExtractVariable.title": "Extraire la ariable", + "python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail PySpark", + "python.command.python.refactorExtractVariable.title": "Extraire la variable", "python.command.python.refactorExtractMethod.title": "Extraire la méthode", "python.command.python.viewTestOutput.title": "Afficher la sortie des tests unitaires", "python.command.python.selectAndRunTestMethod.title": "Exécuter la méthode de test unitaire ...", - "python.command.python.selectAndDebugTestMethod.title": "Debugger la méthode de test unitaire ...", + "python.command.python.selectAndDebugTestMethod.title": "Débugger la méthode de test unitaire ...", "python.command.python.selectAndRunTestFile.title": "Exécuter le fichier de test unitaire ...", "python.command.python.runCurrentTestFile.title": "Exécuter le fichier de test unitaire courant", "python.command.python.runFailedTests.title": "Exécuter les derniers test unitaires échoués", - "python.command.python.execSelectionInTerminal.title": "Exécuter la ligne/sélection dans un Terminal Python", - "python.command.python.execSelectionInDjangoShell.title": "Exécuter la ligne/sélection dans un Shell Django", + "python.command.python.execSelectionInTerminal.title": "Exécuter la ligne/sélection dans un terminal Python", + "python.command.python.execSelectionInDjangoShell.title": "Exécuter la ligne/sélection dans un shell Django", "python.command.python.goToPythonObject.title": "Se rendre à l'objet Python", - "python.command.python.setLinter.title": "Selectionner le Linter", - "python.command.python.enableLinting.title": "Activer le Linting", - "python.command.python.runLinting.title": "Exécuter le Linting", - "python.snippet.launch.standard.label": "Python: Fichier Actuel", - "python.snippet.launch.standard.description": "Debugger un programme Python avec la sortie standard", + "python.command.python.setLinter.title": "Selectionner le linter", + "python.command.python.enableLinting.title": "Activer le linting", + "python.command.python.runLinting.title": "Exécuter le linting", + "python.snippet.launch.standard.label": "Python: Fichier actuel", + "python.snippet.launch.standard.description": "Débugger un programme Python avec la sortie standard", "python.snippet.launch.pyspark.label": "Python: PySpark", - "python.snippet.launch.pyspark.description": "Debugger PySpark", + "python.snippet.launch.pyspark.description": "Débugger PySpark", "python.snippet.launch.module.label": "Python: Module", - "python.snippet.launch.module.description": "Debugger un module Python", + "python.snippet.launch.module.description": "Débugger un module Python", "python.snippet.launch.terminal.label": "Python: Terminal (intégré)", - "python.snippet.launch.terminal.description": "Debugger un programme Python avec la console intégrée", + "python.snippet.launch.terminal.description": "Débugger un programme Python avec la console intégrée", "python.snippet.launch.externalTerminal.label": "Python: Terminal (externe)", - "python.snippet.launch.externalTerminal.description": "Debugger un programme Python avec une console externe", + "python.snippet.launch.externalTerminal.description": "Débugger un programme Python avec une console externe", "python.snippet.launch.django.label": "Python: Django", - "python.snippet.launch.django.description": "Debugger une application Djano", + "python.snippet.launch.django.description": "Débugger une application Django", "python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", - "python.snippet.launch.flask.description": "Debugger une Application Flask", + "python.snippet.launch.flask.description": "Débugger une application Flask", "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", "python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", "python.snippet.launch.pyramid.label": "Python: application Pyramid", - "python.snippet.launch.pyramid.description": "Debugger une application Pyramid", + "python.snippet.launch.pyramid.description": "Débugger une application Pyramid", "python.snippet.launch.watson.label": "Python: Application Watson", - "python.snippet.launch.watson.description": "Debugger une Application Watson", + "python.snippet.launch.watson.description": "Débugger une Application Watson", "python.snippet.launch.attach.label": "Python: Attacher", - "python.snippet.launch.attach.description": "Attacher le debugger pour un debugging distant", + "python.snippet.launch.attach.description": "Attacher le débugger pour un debugging distant", "python.snippet.launch.scrapy.label": "Python: Scrapy", - "python.snippet.launch.scrapy.description": "Scrapy avec un Terminal intégré" -} \ No newline at end of file + "python.snippet.launch.scrapy.description": "Scrapy avec un terminal intégré" +} From be533b4e32901f0b1756531aa7d49ad2e12524cb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 13 Jun 2018 17:44:50 -0700 Subject: [PATCH 3/4] Address more feedback --- package.nls.fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.fr.json b/package.nls.fr.json index 32b54173d941..4d95335171d0 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -1,6 +1,6 @@ { "python.command.python.sortImports.title": "Trier les imports", - "python.command.python.startREPL.title": "Démarrer REPL", + "python.command.python.startREPL.title": "Démarrer la console interactive", "python.command.python.createTerminal.title": "Créer un terminal", "python.command.python.buildWorkspaceSymbols.title": "Construire les symboles de l'espace de travail", "python.command.python.runtests.title": "Exécuter tous les tests unitaires", From 869d9ef14a52fcfb4e42a840189a637e717a0845 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 14 Jun 2018 12:40:05 -0700 Subject: [PATCH 4/4] More reviewer feedback --- package.nls.fr.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.nls.fr.json b/package.nls.fr.json index 4d95335171d0..a49129e54c88 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -4,7 +4,7 @@ "python.command.python.createTerminal.title": "Créer un terminal", "python.command.python.buildWorkspaceSymbols.title": "Construire les symboles de l'espace de travail", "python.command.python.runtests.title": "Exécuter tous les tests unitaires", - "python.command.python.debugtests.title": "Débugger tous les tests unitaires", + "python.command.python.debugtests.title": "Déboguer tous les tests unitaires", "python.command.python.execInTerminal.title": "Exécuter le script Python dans un terminal", "python.command.python.setInterpreter.title": "Selectionner l'interpreteur", "python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail PySpark", @@ -12,7 +12,7 @@ "python.command.python.refactorExtractMethod.title": "Extraire la méthode", "python.command.python.viewTestOutput.title": "Afficher la sortie des tests unitaires", "python.command.python.selectAndRunTestMethod.title": "Exécuter la méthode de test unitaire ...", - "python.command.python.selectAndDebugTestMethod.title": "Débugger la méthode de test unitaire ...", + "python.command.python.selectAndDebugTestMethod.title": "Déboguer la méthode de test unitaire ...", "python.command.python.selectAndRunTestFile.title": "Exécuter le fichier de test unitaire ...", "python.command.python.runCurrentTestFile.title": "Exécuter le fichier de test unitaire courant", "python.command.python.runFailedTests.title": "Exécuter les derniers test unitaires échoués", @@ -22,28 +22,28 @@ "python.command.python.setLinter.title": "Selectionner le linter", "python.command.python.enableLinting.title": "Activer le linting", "python.command.python.runLinting.title": "Exécuter le linting", - "python.snippet.launch.standard.label": "Python: Fichier actuel", - "python.snippet.launch.standard.description": "Débugger un programme Python avec la sortie standard", - "python.snippet.launch.pyspark.label": "Python: PySpark", - "python.snippet.launch.pyspark.description": "Débugger PySpark", + "python.snippet.launch.standard.label": "Python : Fichier actuel", + "python.snippet.launch.standard.description": "Déboguer un programme Python avec la sortie standard", + "python.snippet.launch.pyspark.label": "Python : PySpark", + "python.snippet.launch.pyspark.description": "Déboguer PySpark", "python.snippet.launch.module.label": "Python: Module", - "python.snippet.launch.module.description": "Débugger un module Python", - "python.snippet.launch.terminal.label": "Python: Terminal (intégré)", - "python.snippet.launch.terminal.description": "Débugger un programme Python avec la console intégrée", - "python.snippet.launch.externalTerminal.label": "Python: Terminal (externe)", - "python.snippet.launch.externalTerminal.description": "Débugger un programme Python avec une console externe", - "python.snippet.launch.django.label": "Python: Django", - "python.snippet.launch.django.description": "Débugger une application Django", - "python.snippet.launch.flask.label": "Python: Flask (0.11.x ou supérieur)", - "python.snippet.launch.flask.description": "Débugger une application Flask", - "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou antérieur)", - "python.snippet.launch.flaskOld.description": "Debug une application Flask de l'ancien style", - "python.snippet.launch.pyramid.label": "Python: application Pyramid", - "python.snippet.launch.pyramid.description": "Débugger une application Pyramid", + "python.snippet.launch.module.description": "Déboguer un module Python", + "python.snippet.launch.terminal.label": "Python : Terminal (intégré)", + "python.snippet.launch.terminal.description": "Déboguer un programme Python avec la console intégrée", + "python.snippet.launch.externalTerminal.label": "Python : Terminal (externe)", + "python.snippet.launch.externalTerminal.description": "Déboguer un programme Python avec une console externe", + "python.snippet.launch.django.label": "Python : Django", + "python.snippet.launch.django.description": "Déboguer une application Django", + "python.snippet.launch.flask.label": "Python : Flask (0.11.x ou supérieur)", + "python.snippet.launch.flask.description": "Déboguer une application Flask", + "python.snippet.launch.flaskOld.label": "Python : Flask (0.10.x ou antérieur)", + "python.snippet.launch.flaskOld.description": "Déboguer une application Flask (0.10.x ou antérieur)", + "python.snippet.launch.pyramid.label": "Python : application Pyramid", + "python.snippet.launch.pyramid.description": "Déboguer une application Pyramid", "python.snippet.launch.watson.label": "Python: Application Watson", - "python.snippet.launch.watson.description": "Débugger une Application Watson", + "python.snippet.launch.watson.description": "Déboguer une Application Watson", "python.snippet.launch.attach.label": "Python: Attacher", - "python.snippet.launch.attach.description": "Attacher le débugger pour un debugging distant", - "python.snippet.launch.scrapy.label": "Python: Scrapy", + "python.snippet.launch.attach.description": "Attacher le débogueur pour un debugging distant", + "python.snippet.launch.scrapy.label": "Python : Scrapy", "python.snippet.launch.scrapy.description": "Scrapy avec un terminal intégré" }