|
| 1 | +{ |
| 2 | + "python.command.python.sortImports.title": "Trier les imports", |
| 3 | + "python.command.python.startREPL.title": "Démarrer la console interactive", |
| 4 | + "python.command.python.createTerminal.title": "Créer un terminal", |
| 5 | + "python.command.python.buildWorkspaceSymbols.title": "Construire les symboles de l'espace de travail", |
| 6 | + "python.command.python.runtests.title": "Exécuter tous les tests unitaires", |
| 7 | + "python.command.python.debugtests.title": "Déboguer tous les tests unitaires", |
| 8 | + "python.command.python.execInTerminal.title": "Exécuter le script Python dans un terminal", |
| 9 | + "python.command.python.setInterpreter.title": "Selectionner l'interpreteur", |
| 10 | + "python.command.python.updateSparkLibrary.title": "Mettre à jour les librairies de l'espace de travail PySpark", |
| 11 | + "python.command.python.refactorExtractVariable.title": "Extraire la variable", |
| 12 | + "python.command.python.refactorExtractMethod.title": "Extraire la méthode", |
| 13 | + "python.command.python.viewTestOutput.title": "Afficher la sortie des tests unitaires", |
| 14 | + "python.command.python.selectAndRunTestMethod.title": "Exécuter la méthode de test unitaire ...", |
| 15 | + "python.command.python.selectAndDebugTestMethod.title": "Déboguer la méthode de test unitaire ...", |
| 16 | + "python.command.python.selectAndRunTestFile.title": "Exécuter le fichier de test unitaire ...", |
| 17 | + "python.command.python.runCurrentTestFile.title": "Exécuter le fichier de test unitaire courant", |
| 18 | + "python.command.python.runFailedTests.title": "Exécuter les derniers test unitaires échoués", |
| 19 | + "python.command.python.execSelectionInTerminal.title": "Exécuter la ligne/sélection dans un terminal Python", |
| 20 | + "python.command.python.execSelectionInDjangoShell.title": "Exécuter la ligne/sélection dans un shell Django", |
| 21 | + "python.command.python.goToPythonObject.title": "Se rendre à l'objet Python", |
| 22 | + "python.command.python.setLinter.title": "Selectionner le linter", |
| 23 | + "python.command.python.enableLinting.title": "Activer le linting", |
| 24 | + "python.command.python.runLinting.title": "Exécuter le linting", |
| 25 | + "python.snippet.launch.standard.label": "Python : Fichier actuel", |
| 26 | + "python.snippet.launch.standard.description": "Déboguer un programme Python avec la sortie standard", |
| 27 | + "python.snippet.launch.pyspark.label": "Python : PySpark", |
| 28 | + "python.snippet.launch.pyspark.description": "Déboguer PySpark", |
| 29 | + "python.snippet.launch.module.label": "Python: Module", |
| 30 | + "python.snippet.launch.module.description": "Déboguer un module Python", |
| 31 | + "python.snippet.launch.terminal.label": "Python : Terminal (intégré)", |
| 32 | + "python.snippet.launch.terminal.description": "Déboguer un programme Python avec la console intégrée", |
| 33 | + "python.snippet.launch.externalTerminal.label": "Python : Terminal (externe)", |
| 34 | + "python.snippet.launch.externalTerminal.description": "Déboguer un programme Python avec une console externe", |
| 35 | + "python.snippet.launch.django.label": "Python : Django", |
| 36 | + "python.snippet.launch.django.description": "Déboguer une application Django", |
| 37 | + "python.snippet.launch.flask.label": "Python : Flask (0.11.x ou supérieur)", |
| 38 | + "python.snippet.launch.flask.description": "Déboguer une application Flask", |
| 39 | + "python.snippet.launch.flaskOld.label": "Python : Flask (0.10.x ou antérieur)", |
| 40 | + "python.snippet.launch.flaskOld.description": "Déboguer une application Flask (0.10.x ou antérieur)", |
| 41 | + "python.snippet.launch.pyramid.label": "Python : application Pyramid", |
| 42 | + "python.snippet.launch.pyramid.description": "Déboguer une application Pyramid", |
| 43 | + "python.snippet.launch.watson.label": "Python: Application Watson", |
| 44 | + "python.snippet.launch.watson.description": "Déboguer une Application Watson", |
| 45 | + "python.snippet.launch.attach.label": "Python: Attacher", |
| 46 | + "python.snippet.launch.attach.description": "Attacher le débogueur pour un debugging distant", |
| 47 | + "python.snippet.launch.scrapy.label": "Python : Scrapy", |
| 48 | + "python.snippet.launch.scrapy.description": "Scrapy avec un terminal intégré" |
| 49 | +} |
0 commit comments