Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German Translation #2203

Merged
merged 29 commits into from
Aug 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
be29178
german translation v1
bschley Jul 16, 2018
305cf1e
added and updated german translation
bschley Jul 19, 2018
cc679e7
Documented the German translation
bschley Jul 19, 2018
b6a3098
added new line
bschley Jul 19, 2018
97cf98a
Typo and Grammar fixes
bschley Jul 24, 2018
43e5505
typo and grammar fixes
bschley Jul 24, 2018
245c7b9
typo and grammar fixes
bschley Jul 24, 2018
36270e6
Merge branch 'master' of https://github.com/Microsoft/vscode-python
bschley Jul 24, 2018
b6fceea
Upgrade to latest LS protocol (#2164)
d3r3kk Jul 16, 2018
a7d46c4
Explicitly test against installing the language server
brettcannon Jul 17, 2018
27d6600
Specify what versions of Python we support
brettcannon Jul 17, 2018
4760b2b
Relax validation of environment path variable (#2172)
DonJayamanne Jul 17, 2018
de71813
Update CONTRIBUTING - LANGUAGE SERVER.md (#2161)
d3r3kk Jul 18, 2018
1ad96fd
Ensure Pylint<2.0.0 on Python 2.x (#2178)
DonJayamanne Jul 18, 2018
4a9172a
Change default port in experimental debugger to 5678 (#2174)
DonJayamanne Jul 18, 2018
8be9833
Change the download links of the language server files (#2181)
DonJayamanne Jul 18, 2018
0afd058
Change shortcut from ctrl+enter to shift+enter (#2189)
DonJayamanne Jul 18, 2018
28e5c60
Register test manager when using the new language server (#2187)
DonJayamanne Jul 18, 2018
6607c10
Add two new popups: One to switch to new LS, another to ask for feedb…
d3r3kk Jul 18, 2018
38ff12c
Final release prep (#2190)
brettcannon Jul 18, 2018
1105199
Move service registrations from debug adapter host to extension host …
DonJayamanne Jul 18, 2018
8e58152
Update to latest Language Server (#2234)
d3r3kk Jul 24, 2018
c87788e
2018.7.1 release (#2235)
brettcannon Jul 24, 2018
323ef7b
typo and grammar fixes
bschley Jul 24, 2018
95764f7
Revert "added new line"
bschley Jul 31, 2018
33d51a6
Update .gitignore
bschley Aug 2, 2018
98a1877
updated repo
bschley Aug 2, 2018
9079b85
reverted my .gitignore change
bschley Aug 2, 2018
67d1157
added a news for the Changelog about the German translation.
bschley Aug 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The extension is available in multiple languages thanks to external
contributors (if you would like to contribute a translation, see the
[pull request which added Italian](https://github.com/Microsoft/vscode-python/pull/1152)):

* `de`
* `en`
* `es`
* `fr`
Expand Down
1 change: 1 addition & 0 deletions news/1 Enhancements/2203.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added a German translation. (thanks to [bschley](https://github.com/bschley) and by means of [berndverst](https://github.com/berndverst) and [croth1](https://github.com/croth1) for the reviews)
52 changes: 52 additions & 0 deletions package.nls.de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"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.buildWorkspaceSymbols.title": "Arbeitsplatz-Symbole erstellen",
"python.command.python.runtests.title": "Alle Unittests ausführen",
"python.command.python.debugtests.title": "Alle Unittests debuggen",
"python.command.python.execInTerminal.title": "Python-Datei im Terminal ausführen",
"python.command.python.setInterpreter.title": "Interpreter auswählen",
"python.command.python.updateSparkLibrary.title": "PySpark Arbeitsplatz-Bibliotheken aktualisieren",
"python.command.python.refactorExtractVariable.title": "Variable extrahieren",
"python.command.python.refactorExtractMethod.title": "Methode extrahieren",
"python.command.python.viewTestOutput.title": "Unittest-Ausgabe anzeigen",
"python.command.python.selectAndRunTestMethod.title": "Unittest-Methode ausführen ...",
"python.command.python.selectAndDebugTestMethod.title": "Unittest-Debug-Methode ausführen ...",
"python.command.python.selectAndRunTestFile.title": "Unittest-Datei ausführen ...",
"python.command.python.runCurrentTestFile.title": "Ausgewählte Unittest-Datei ausführen",
"python.command.python.runFailedTests.title": "Fehlerhafte Unittests ausführen",
"python.command.python.discoverTests.title": "Unittests durchsuchen",
"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.standard.description": "Python-Programm debuggen mit Standardausgabe",
"python.snippet.launch.pyspark.label": "Python: PySpark",
"python.snippet.launch.pyspark.description": "PySpark debuggen",
"python.snippet.launch.module.label": "Python: Modul",
"python.snippet.launch.module.description": "Python-Modul debuggen",
"python.snippet.launch.terminal.label": "Python: Terminal (integriert)",
"python.snippet.launch.terminal.description": "Python-Programm mit integriertem Terminal/Konsole debuggen",
"python.snippet.launch.externalTerminal.label": "Python: Terminal (extern)",
"python.snippet.launch.externalTerminal.description": "Python-Programm mit externem Terminal/Konsole debuggen",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.django.description": "Django-Anwendung debuggen",
"python.snippet.launch.flask.label": "Python: Flask (0.11.x oder neuer)",
"python.snippet.launch.flask.description": "Flask-Anwendung debuggen",
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x oder früher)",
"python.snippet.launch.flaskOld.description": "Ältere Flask-Anwendung debuggen",
"python.snippet.launch.gevent.label": "Python: Gevent",
"python.snippet.launch.gevent.description": "Gevent-Anwendung debuggen",
"python.snippet.launch.pyramid.label": "Python: Pyramid-Anwendung",
"python.snippet.launch.pyramid.description": "Pyramid-Anwendung debuggen",
"python.snippet.launch.watson.label": "Python: Watson-Anwendung",
"python.snippet.launch.watson.description": "Watson-Anwendung debuggen",
"python.snippet.launch.attach.label": "Python: Anfügen",
"python.snippet.launch.attach.description": "Debugger anfügen für Remote Debugging",
"python.snippet.launch.scrapy.label": "Python: Scrapy",
"python.snippet.launch.scrapy.description": "Scrapy mit integiertem Terminal/Konsole"
}