|
1 | | -# SOME DESCRIPTIVE TITLE. |
| 1 | +# German translation of the Python documentation. |
2 | 2 | # Copyright (C) 2001 Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | | -# FIRST AUTHOR Swen Bachmann <142266608+sba72@users.noreply.github.com>, 2026. |
5 | 4 | # |
6 | | -# Translators: @sba72 |
7 | | -# python-doc bot, 2025 |
| 5 | +# Translators: |
| 6 | +# Swen Bachmann, 2026 |
8 | 7 | # |
9 | 8 | msgid "" |
10 | 9 | msgstr "" |
11 | 10 | "Project-Id-Version: Python 3.14\n" |
12 | 11 | "Report-Msgid-Bugs-To: \n" |
13 | 12 | "POT-Creation-Date: 2026-09-15 09:12+0000\n" |
14 | 13 | "PO-Revision-Date: 2026-07-31 21:01+0000\n" |
15 | | -"Last-Translator: @sa72nLanguage-Team: German (https://app.transifex.com/" |
16 | | -"python-doc/teams/5390/de/)\n" |
| 14 | +"Last-Translator: Swen Bachmann\n" |
| 15 | +"Language-Team: German (https://github.com/python/python-docs-de)\n" |
17 | 16 | "Language: de\n" |
18 | 17 | "MIME-Version: 1.0\n" |
19 | 18 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -319,12 +318,12 @@ msgid "" |
319 | 318 | "the :keyword:`for` statement is such a construct, while an example of a " |
320 | 319 | "function that takes an iterable is :func:`sum`::" |
321 | 320 | msgstr "" |
322 | | -"Wir nennen ein solches Objekt :term:`iterable <iterable>` (iterierbar), das " |
323 | | -"heißt, es eignet sich als Ziel für Funktionen und Konstrukte, die etwas " |
324 | | -"erwarten, woraus sie aufeinanderfolgende Elemente beziehen können, bis der " |
325 | | -"Vorrat erschöpft ist. Wir haben gesehen, dass die :keyword:`for`-Anweisung " |
326 | | -"ein solches Konstrukt ist, während ein Beispiel für eine Funktion, die ein " |
327 | | -"Iterable entgegennimmt, :func:`sum` ist::" |
| 321 | +"Wir nennen ein solches Objekt :term:`iterierbar <iterable>`, das heißt, es " |
| 322 | +"eignet sich als Ziel für Funktionen und Konstrukte, die etwas erwarten, " |
| 323 | +"woraus sie aufeinanderfolgende Elemente beziehen können, bis der Vorrat " |
| 324 | +":term:`erschöpft <exhausted>` ist. Wir haben gesehen, dass die " |
| 325 | +":keyword:`for`-Anweisung ein solches Konstrukt ist, während ein Beispiel für " |
| 326 | +"eine Funktion, die ein iterierbares Objekt entgegennimmt, :func:`sum` ist::" |
328 | 327 |
|
329 | 328 | #: ../../tutorial/controlflow.rst:154 |
330 | 329 | msgid "" |
|
0 commit comments