forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.fr.json
30 lines (30 loc) · 2.31 KB
/
package.nls.fr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"python.command.python.sortImports.title": "Trier les imports",
"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",
"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": "Sélectionner l'interpreteur",
"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": "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",
"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": "Sélectionner 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.module.label": "Python: Module",
"python.snippet.launch.django.label": "Python : Django",
"python.snippet.launch.flask.label": "Python : Flask",
"python.snippet.launch.pyramid.label": "Python : application Pyramid",
"python.snippet.launch.attach.label": "Python: Attacher"
}