mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
20 lines
1.2 KiB
JSON
20 lines
1.2 KiB
JSON
{
|
|
"python.command.python.sortImports.title": "Sortieren der Importe",
|
|
"python.command.python.startREPL.title": "Starten des REPL",
|
|
"python.command.python.createTerminal.title": "Terminal erstellen",
|
|
"python.command.python.execInTerminal.title": "Python-Datei im Terminal ausführen",
|
|
"python.command.python.setInterpreter.title": "Interpreter auswählen",
|
|
"python.command.python.execSelectionInTerminal.title": "Selektion/Reihe in Python-Terminal ausführen",
|
|
"python.command.python.execSelectionInDjangoShell.title": "Selektion/Reihe in Django-Shell ausführen",
|
|
"python.command.python.goToPythonObject.title": "Gehe zu Python-Objekt",
|
|
"python.command.python.setLinter.title": "Linter auswählen",
|
|
"python.command.python.enableLinting.title": "Linting aktivieren",
|
|
"python.command.python.runLinting.title": "Linting ausführen",
|
|
"python.snippet.launch.standard.label": "Python: Aktuelle Datei",
|
|
"python.snippet.launch.module.label": "Python: Modul",
|
|
"python.snippet.launch.django.label": "Python: Django",
|
|
"python.snippet.launch.flask.label": "Python: Flask",
|
|
"python.snippet.launch.pyramid.label": "Python: Pyramid-Anwendung",
|
|
"python.snippet.launch.attach.label": "Python: Anfügen"
|
|
}
|