Skip to content

Commit be29178

Browse files
committed
german translation v1
1 parent 20ce8f8 commit be29178

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ obj/**
2121
.pytest_cache
2222
tmp/**
2323
.python-version
24+
vscode-python.code-workspace

package.nls.de.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"python.command.python.sortImports.title": "Importe sortieren",
3+
"python.command.python.startREPL.title": "REPL starten",
4+
"python.command.python.createTerminal.title": "Terminal erstellen",
5+
"python.command.python.buildWorkspaceSymbols.title": "Arbeitsplatz-Symbole Erstellen",
6+
"python.command.python.runtests.title": "Alle Unittests ausführen",
7+
"python.command.python.debugtests.title": "Alle Unittests debuggen",
8+
"python.command.python.execInTerminal.title": "Python Datei in Terminal ausfrühren",
9+
"python.command.python.setInterpreter.title": "Interpreter auswählen",
10+
"python.command.python.updateSparkLibrary.title": "PySpark Arbeitsplatz Bibliotheken aktualisieren",
11+
"python.command.python.refactorExtractVariable.title": "Variable extrahieren",
12+
"python.command.python.refactorExtractMethod.title": "Methode extrahieren",
13+
"python.command.python.viewTestOutput.title": "Unittest Ausgabe anzeigen",
14+
"python.command.python.selectAndRunTestMethod.title": "Unittest Methode ausführen ...",
15+
"python.command.python.selectAndDebugTestMethod.title": "Unittest Debug Methode ausführen ...",
16+
"python.command.python.selectAndRunTestFile.title": "Unittest Datei ausführen ...",
17+
"python.command.python.runCurrentTestFile.title": "Ausgewählte Unittest Datei ausführen",
18+
"python.command.python.runFailedTests.title": "Fehlerhafte Unittests ausführen",
19+
"python.command.python.discoverTests.title": "Unittest untersuchen",
20+
"python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
21+
"python.command.python.execSelectionInDjangoShell.title": "TODO Run Selection/Line in Django Shell",
22+
"python.command.python.goToPythonObject.title": "Gehe zu Python Objekt",
23+
"python.command.python.setLinter.title": "Linter auswählen",
24+
"python.command.python.enableLinting.title": "Linting aktivieren",
25+
"python.command.python.runLinting.title": "Linting ausführen",
26+
"python.snippet.launch.standard.label": "Python: Aktuelle Datei",
27+
"python.snippet.launch.standard.description": "Python Programm debuggen mit Standard Ausgabe",
28+
"python.snippet.launch.pyspark.label": "Python: PySpark",
29+
"python.snippet.launch.pyspark.description": "PySpark debuggen",
30+
"python.snippet.launch.module.label": "Python: Modul",
31+
"python.snippet.launch.module.description": "Python Modul debuggen",
32+
"python.snippet.launch.terminal.label": "Python: Terminal (integriert)",
33+
"python.snippet.launch.terminal.description": "Python Programm debuggen mit integrierten Terminal/Konsole",
34+
"python.snippet.launch.externalTerminal.label": "Python: Terminal (extern)",
35+
"python.snippet.launch.externalTerminal.description": "Python Programm mit externen Terminal/Konsole",
36+
"python.snippet.launch.django.label": "Python: Django",
37+
"python.snippet.launch.django.description": "Django Applikation debuggen",
38+
"python.snippet.launch.flask.label": "Python: Flask (0.11.x oder neuer)",
39+
"python.snippet.launch.flask.description": "Flask Applikation debuggen",
40+
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x or früher)",
41+
"python.snippet.launch.flaskOld.description": "Ältere Flask Applikation debuggen",
42+
"python.snippet.launch.gevent.label": "Python: Gevent",
43+
"python.snippet.launch.gevent.description": "Gevent Applikation debuggen",
44+
"python.snippet.launch.pyramid.label": "Python: Pyramid Applikation",
45+
"python.snippet.launch.pyramid.description": "Pyramid Applikation debuggen",
46+
"python.snippet.launch.watson.label": "Python: Watson Applikation",
47+
"python.snippet.launch.watson.description": "Watson Applikation debuggen",
48+
"python.snippet.launch.attach.label": "Python: anhängen",
49+
"python.snippet.launch.attach.description": "Debugger anhängen für Remote Debugging",
50+
"python.snippet.launch.scrapy.label": "Python: Scrapy",
51+
"python.snippet.launch.scrapy.description": "Scrapy mit integierten Terminal/Konsole"
52+
}

0 commit comments

Comments
 (0)