Skip to content

Commit c38cd9f

Browse files
committed
Translation work
1 parent c033a2c commit c38cd9f

7 files changed

Lines changed: 175 additions & 20 deletions

File tree

using/android.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgstr ""
1919

2020
#: ../../using/android.rst:5
2121
msgid "Using Python on Android"
22-
msgstr ""
22+
msgstr "Python unter Android verwenden"
2323

2424
#: ../../using/android.rst:7
2525
msgid ""

using/editors.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,21 @@ msgstr ""
1919

2020
#: ../../using/editors.rst:7
2121
msgid "Editors and IDEs"
22-
msgstr ""
22+
msgstr "Editoren und IDEs"
2323

2424
#: ../../using/editors.rst:9
2525
msgid ""
2626
"There are a number of IDEs that support Python programming language. Many "
2727
"editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` "
2828
"checks."
2929
msgstr ""
30+
"Es gibt eine Reihe von IDEs, die die Programmiersprache Python "
31+
"unterstützen. Viele Editoren und IDEs bieten Syntaxhervorhebung, "
32+
"Debugging-Werkzeuge und :pep:`8`-Prüfungen."
3033

3134
#: ../../using/editors.rst:14
3235
msgid "IDLE --- Python editor and shell"
33-
msgstr ""
36+
msgstr "IDLE --- Python Editor und Shell"
3437

3538
#: ../../using/editors.rst:16
3639
msgid ""
@@ -40,10 +43,15 @@ msgid ""
4043
"<installing_idle_on_linux>`. For more information see the :ref:`IDLE docs "
4144
"<idle>`."
4245
msgstr ""
46+
"IDLE ist Pythons integrierte Entwicklungs- und Lernumgebung und wird in "
47+
"der Regel zusammen mit Python-Installationen ausgeliefert. Wenn du "
48+
"Linux verwendest und IDLE nicht installiert ist, siehe :ref:"
49+
"`Installieren von IDLE unter Linux <installing_idle_on_linux>`. Weitere "
50+
"Informationen findest du in der :ref:`IDLE-Dokumentation <idle>`."
4351

4452
#: ../../using/editors.rst:22
4553
msgid "Other Editors and IDEs"
46-
msgstr ""
54+
msgstr "Andere Editoren und IDEs"
4755

4856
#: ../../using/editors.rst:24
4957
msgid ""
@@ -53,3 +61,8 @@ msgid ""
5361
"python.org/moin/IntegratedDevelopmentEnvironments>`_ for a comprehensive "
5462
"list."
5563
msgstr ""
64+
"Pythons Community-Wiki enthält von der Community eingereichte "
65+
"Informationen zu Editoren und IDEs. Eine umfassende Liste findest du "
66+
"unter `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ "
67+
"und `Integrated Development Environments <https://wiki.python.org/moin/"
68+
"IntegratedDevelopmentEnvironments>`_."

using/index.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ msgstr ""
1919

2020
#: ../../using/index.rst:5
2121
msgid "Python Setup and Usage"
22-
msgstr ""
22+
msgstr "Python einrichten und verwenden"
2323

2424
#: ../../using/index.rst:8
2525
msgid ""
2626
"This part of the documentation is devoted to general information on the "
2727
"setup of the Python environment on different platforms, the invocation of "
2828
"the interpreter and things that make working with Python easier."
2929
msgstr ""
30+
"Dieser Teil der Dokumentation widmet sich allgemeinen Informationen zur "
31+
"Einrichtung der Python-Umgebung auf verschiedenen Plattformen, dem "
32+
"Aufruf des Interpreters sowie Dingen, die die Arbeit mit Python "
33+
"erleichtern."

0 commit comments

Comments
 (0)