Skip to content

Commit e4309c5

Browse files
committed
initially translated
1 parent 99b060b commit e4309c5

19 files changed

Lines changed: 472 additions & 133 deletions

builtins/index.po

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# German translations for Python package.
1+
# German translation of the Python documentation.
22
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
# Automatically generated, 2026.
4+
#
5+
# Translators:
6+
# Swen Bachmann, 2026
57
#
68
msgid ""
79
msgstr ""
810
"Project-Id-Version: Python 3.15\n"
911
"Report-Msgid-Bugs-To: \n"
1012
"POT-Creation-Date: 2026-09-23 06:17+0000\n"
11-
"PO-Revision-Date: 2026-09-22 21:21+0200\n"
12-
"Last-Translator: Automatically generated\n"
13+
"Last-Translator: Swen Bachmann\n"
14+
"Language-Team: German (https://github.com/python/python-docs-de)\n"
1315
"Language-Team: none\n"
1416
"Language: de\n"
1517
"MIME-Version: 1.0\n"
@@ -19,11 +21,11 @@ msgstr ""
1921

2022
#: ../../builtins/index.rst:5
2123
msgid "Python built-ins reference"
22-
msgstr ""
24+
msgstr "Referenz der integrierten Python-Objekte"
2325

2426
#: ../../builtins/index.rst:7
2527
msgid "Python comes with a number of built-in functions and classes."
26-
msgstr ""
28+
msgstr "Python bringt eine Reihe integrierter Funktionen und Klassen mit."
2729

2830
#: ../../builtins/index.rst:9
2931
msgid ""
@@ -32,6 +34,10 @@ msgid ""
3234
"types, the Python language core defines the form of literals and places some "
3335
"constraints on their semantics, but does not fully define the semantics."
3436
msgstr ""
37+
"Zu den integrierten Klassen gehören Datentypen, die man normalerweise dem "
38+
"„Kern“ einer Sprache zurechnen würde, etwa Zahlen und Listen. Für diese "
39+
"Typen legt der Sprachkern von Python die Form der Literale fest und schränkt "
40+
"ihre Semantik teilweise ein, definiert sie aber nicht vollständig."
3541

3642
#: ../../builtins/index.rst:14
3743
msgid ""
@@ -40,9 +46,15 @@ msgid ""
4046
"Some of these are defined by the core language, but many are not essential "
4147
"for the core semantics and are only described here."
4248
msgstr ""
49+
"Zu den integrierten Objekten gehören außerdem Funktionen und Ausnahmen – "
50+
"Objekte, die sich in jedem Python-Code ohne eine :keyword:`import`-Anweisung "
51+
"verwenden lassen. Einige davon sind Teil der Kernsprache, viele sind für "
52+
"die Kernsemantik jedoch nicht wesentlich und werden nur hier beschrieben."
4353

4454
#: ../../builtins/index.rst:21
4555
msgid ""
4656
"In addition to the built-ins, Python provides an extensive importable "
4757
"standard library, see :ref:`library-index`."
4858
msgstr ""
59+
"Zusätzlich zu den integrierten Objekten bietet Python eine umfangreiche, "
60+
"importierbare Standardbibliothek, siehe :ref:`library-index`."

faq/index.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
# SOME DESCRIPTIVE TITLE.
1+
# German translation of the Python documentation.
22
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
54
#
6-
#, fuzzy
5+
# Translators:
6+
# Swen Bachmann, 2026
7+
#
78
msgid ""
89
msgstr ""
910
"Project-Id-Version: Python 3.15\n"
1011
"Report-Msgid-Bugs-To: \n"
1112
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
1213
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
13-
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
14-
"Language: de\n"
14+
"Last-Translator: Swen Bachmann\n"
15+
"Language-Team: German (https://github.com/python/python-docs-de)\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding: 8bit\n"
1819
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1920

2021
#: ../../faq/index.rst:5
2122
msgid "Python Frequently Asked Questions"
22-
msgstr ""
23+
msgstr "Häufig gestellte Fragen zu Python"

faq/installed.po

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# SOME DESCRIPTIVE TITLE.
1+
# German translation of the Python documentation.
22
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
54
#
6-
#, fuzzy
5+
# Translators:
6+
# Swen Bachmann, 2026
7+
#
78
msgid ""
89
msgstr ""
910
"Project-Id-Version: Python 3.15\n"
1011
"Report-Msgid-Bugs-To: \n"
1112
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
1213
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
13-
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
14+
"Language-Team: German (https://github.com/python/python-docs-de)\n"
1415
"Language: de\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,11 +20,11 @@ msgstr ""
1920

2021
#: ../../faq/installed.rst:3
2122
msgid "\"Why is Python Installed on my Computer?\" FAQ"
22-
msgstr ""
23+
msgstr "FAQ „Warum ist Python auf meinem Computer installiert?“"
2324

2425
#: ../../faq/installed.rst:6
2526
msgid "What is Python?"
26-
msgstr ""
27+
msgstr "Was ist Python?"
2728

2829
#: ../../faq/installed.rst:8
2930
msgid ""
@@ -33,29 +34,42 @@ msgid ""
3334
"professional software developers at places such as Google, NASA, and "
3435
"Lucasfilm Ltd."
3536
msgstr ""
37+
"Python ist eine Programmiersprache. Sie wird für viele verschiedene "
38+
"Anwendungen eingesetzt. An manchen Schulen und Hochschulen dient sie als "
39+
"Einstiegssprache, weil Python leicht zu lernen ist; zugleich nutzen sie "
40+
"professionelle Softwareentwickler an Orten wie Google, NASA und Lucasfilm "
41+
"Ltd."
3642

3743
#: ../../faq/installed.rst:13
3844
msgid ""
3945
"If you wish to learn more about Python, start with the `Beginner's Guide to "
4046
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
4147
msgstr ""
48+
"Wenn du mehr über Python erfahren möchtest, beginne mit dem `Beginner's "
49+
"Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_."
4250

4351
#: ../../faq/installed.rst:18
4452
msgid "Why is Python installed on my machine?"
45-
msgstr ""
53+
msgstr "Warum ist Python auf meinem Rechner installiert?"
4654

4755
#: ../../faq/installed.rst:20
4856
msgid ""
4957
"If you find Python installed on your system but don't remember installing "
5058
"it, there are several possible ways it could have gotten there."
5159
msgstr ""
60+
"Wenn du Python auf deinem System vorfindest, dich aber nicht daran "
61+
"erinnerst, es installiert zu haben, gibt es mehrere Möglichkeiten, wie es "
62+
"dorthin gelangt sein kann."
5263

5364
#: ../../faq/installed.rst:23
5465
msgid ""
5566
"Perhaps another user on the computer wanted to learn programming and "
5667
"installed it; you'll have to figure out who's been using the machine and "
5768
"might have installed it."
5869
msgstr ""
70+
"Vielleicht wollte eine andere Person, die den Computer nutzt, das "
71+
"Programmieren lernen und hat es installiert; du musst herausfinden, wer den "
72+
"Rechner verwendet hat und es installiert haben könnte."
5973

6074
#: ../../faq/installed.rst:26
6175
msgid ""
@@ -64,41 +78,60 @@ msgid ""
6478
"applications, from GUI programs to network servers and administrative "
6579
"scripts."
6680
msgstr ""
81+
"Eine auf dem Rechner installierte Anwendung von Drittanbietern könnte in "
82+
"Python geschrieben sein und eine Python-Installation mitgebracht haben. Es "
83+
"gibt viele solcher Anwendungen, von Programmen mit grafischer Oberfläche "
84+
"über Netzwerkserver bis hin zu Verwaltungsskripten."
6785

6886
#: ../../faq/installed.rst:29
6987
msgid ""
7088
"Some Windows machines also have Python installed. At this writing we're "
7189
"aware of computers from Hewlett-Packard and Compaq that include Python. "
7290
"Apparently some of HP/Compaq's administrative tools are written in Python."
7391
msgstr ""
92+
"Auf manchen Windows-Rechnern ist Python ebenfalls installiert. Zum "
93+
"Zeitpunkt der Erstellung dieses Textes sind uns Computer von "
94+
"Hewlett-Packard und Compaq bekannt, bei denen Python enthalten ist. "
95+
"Offenbar sind einige der Verwaltungswerkzeuge von HP/Compaq in Python "
96+
"geschrieben."
7497

7598
#: ../../faq/installed.rst:32
7699
msgid ""
77100
"Many Unix-compatible operating systems, such as macOS and some Linux "
78101
"distributions, have Python installed by default; it's included in the base "
79102
"installation."
80103
msgstr ""
104+
"Viele Unix-kompatible Betriebssysteme, etwa macOS und einige "
105+
"Linux-Distributionen, haben Python standardmäßig installiert, es ist Teil "
106+
"der Grundinstallation."
81107

82108
#: ../../faq/installed.rst:38
83109
msgid "Can I delete Python?"
84-
msgstr ""
110+
msgstr "Kann ich Python löschen?"
85111

86112
#: ../../faq/installed.rst:40
87113
msgid "That depends on where Python came from."
88-
msgstr ""
114+
msgstr "Das hängt davon ab, woher Python stammt."
89115

90116
#: ../../faq/installed.rst:42
91117
msgid ""
92118
"If someone installed it deliberately, you can remove it without hurting "
93119
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
94120
msgstr ""
121+
"Wenn es jemand bewusst installiert hat, kannst du es ohne Schaden "
122+
"entfernen. Verwende unter Windows in der Systemsteuerung das Symbol "
123+
"„Programme hinzufügen oder entfernen“."
95124

96125
#: ../../faq/installed.rst:45
97126
msgid ""
98127
"If Python was installed by a third-party application, you can also remove "
99128
"it, but that application will no longer work. You should use that "
100129
"application's uninstaller rather than removing Python directly."
101130
msgstr ""
131+
"Wenn Python von einer Anwendung eines Drittanbieters installiert wurde, "
132+
"kannst du es ebenfalls entfernen, aber diese Anwendung funktioniert dann "
133+
"nicht mehr. Nutze besser das Deinstallationsprogramm dieser Anwendung, "
134+
"statt Python direkt zu entfernen."
102135

103136
#: ../../faq/installed.rst:49
104137
msgid ""
@@ -107,3 +140,8 @@ msgid ""
107140
"and some of them might be important to you. Reinstalling the whole system "
108141
"would then be required to fix things again."
109142
msgstr ""
143+
"Wenn Python mit deinem Betriebssystem geliefert wurde, ist das Entfernen "
144+
"nicht zu empfehlen. Entfernst du es, laufen alle in Python geschriebenen "
145+
"Werkzeuge nicht mehr, und einige davon könnten für dich wichtig sein. Um "
146+
"das wieder in Ordnung zu bringen, müsstest du dann das gesamte System neu "
147+
"installieren."

howto/clinic.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# SOME DESCRIPTIVE TITLE.
1+
# German translation of the Python documentation.
22
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
54
#
6-
#, fuzzy
5+
# Translators:
6+
# Swen Bachmann, 2026
7+
#
78
msgid ""
89
msgstr ""
910
"Project-Id-Version: Python 3.15\n"
1011
"Report-Msgid-Bugs-To: \n"
1112
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
1213
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
13-
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
14+
"Language-Team: German (https://github.com/python/python-docs-de)\n"
1415
"Language: de\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,10 +20,12 @@ msgstr ""
1920

2021
#: ../../howto/clinic.rst:8
2122
msgid "Argument Clinic How-To"
22-
msgstr ""
23+
msgstr "Argument-Clinic-Anleitung"
2324

2425
#: ../../howto/clinic.rst:13
2526
msgid ""
2627
"The Argument Clinic How-TO has been moved to the `Python Developer's Guide "
2728
"<https://devguide.python.org/development-tools/clinic/>`__."
2829
msgstr ""
30+
"Die Argument-Clinic-Anleitung wurde in den `Python Developer's Guide "
31+
"<https://devguide.python.org/development-tools/clinic/>`__ verschoben."

howto/cporting.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# SOME DESCRIPTIVE TITLE.
1+
# German translation of the Python documentation.
22
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
54
#
6-
#, fuzzy
5+
# Translators:
6+
# Swen Bachmann, 2026
7+
#
78
msgid ""
89
msgstr ""
910
"Project-Id-Version: Python 3.15\n"
1011
"Report-Msgid-Bugs-To: \n"
1112
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
1213
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
13-
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
14+
"Language-Team: German (https://github.com/python/python-docs-de)\n"
1415
"Language: de\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,26 +20,34 @@ msgstr ""
1920

2021
#: ../../howto/cporting.rst:7
2122
msgid "Porting Extension Modules to Python 3"
22-
msgstr ""
23+
msgstr "Erweiterungsmodule auf Python 3 portieren"
2324

2425
#: ../../howto/cporting.rst:9
2526
msgid ""
2627
"We recommend the following resources for porting extension modules to Python "
2728
"3:"
2829
msgstr ""
30+
"Für das Portieren von Erweiterungsmodulen auf Python 3 empfehlen wir die "
31+
"folgenden Quellen:"
2932

3033
#: ../../howto/cporting.rst:11
3134
msgid ""
3235
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
3336
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
3437
"reader through porting an extension module."
3538
msgstr ""
39+
"Das Kapitel `Migrating C extensions`_ aus *Supporting Python 3: An in-depth "
40+
"guide*, einem Buch über den Umstieg von Python 2 auf Python 3 im "
41+
"Allgemeinen, führt Schritt für Schritt durch das Portieren eines "
42+
"Erweiterungsmoduls."
3643

3744
#: ../../howto/cporting.rst:15
3845
msgid ""
3946
"The `Porting guide`_ from the *py3c* project provides opinionated "
4047
"suggestions with supporting code."
4148
msgstr ""
49+
"Der `Porting guide`_ des Projekts *py3c* enthält klar positionierte "
50+
"Empfehlungen samt zugehörigem Code."
4251

4352
#: ../../howto/cporting.rst:17
4453
msgid ""
@@ -47,3 +56,8 @@ msgid ""
4756
"them, but the library then handles differences between various Python "
4857
"versions and implementations."
4958
msgstr ""
59+
":ref:`Empfohlene Werkzeuge von Drittanbietern <c-api-tools>` bieten "
60+
"Abstraktionen über der C-API von Python. Erweiterungen müssen dafür in der "
61+
"Regel umgeschrieben werden, dafür kümmert sich die jeweilige Bibliothek "
62+
"dann um die Unterschiede zwischen den verschiedenen Python-Versionen und "
63+
"-Implementierungen."

0 commit comments

Comments
 (0)