mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
20 lines
1.3 KiB
JSON
20 lines
1.3 KiB
JSON
{
|
|
"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.execInTerminal.title": "Exécuter le script Python dans un terminal",
|
|
"python.command.python.setInterpreter.title": "Sélectionner l'interpreteur",
|
|
"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"
|
|
}
|