Skip to content

Commit 469b10f

Browse files
committed
/tutorial/controlflow.po -> small fixes
1 parent 68638f1 commit 469b10f

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

‎tutorial/controlflow.po‎

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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 Swen Bachmann <142266608+sba72@users.noreply.github.com>, 2026.
54
#
6-
# Translators: @sba72
7-
# python-doc bot, 2025
5+
# Translators:
6+
# Swen Bachmann, 2026
87
#
98
msgid ""
109
msgstr ""
1110
"Project-Id-Version: Python 3.14\n"
1211
"Report-Msgid-Bugs-To: \n"
1312
"POT-Creation-Date: 2026-09-15 09:12+0000\n"
1413
"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"
1716
"Language: de\n"
1817
"MIME-Version: 1.0\n"
1918
"Content-Type: text/plain; charset=UTF-8\n"
@@ -319,12 +318,12 @@ msgid ""
319318
"the :keyword:`for` statement is such a construct, while an example of a "
320319
"function that takes an iterable is :func:`sum`::"
321320
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::"
328327

329328
#: ../../tutorial/controlflow.rst:154
330329
msgid ""

0 commit comments

Comments
 (0)