Skip to content

Commit 6cbe606

Browse files
committed
/glossary -> new strings translated
1 parent cf0785b commit 6cbe606

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

glossary.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ msgstr ""
13011301

13021302
#: ../../glossary.rst:507
13031303
msgid "exhausted"
1304-
msgstr ""
1304+
msgstr "erschöpft"
13051305

13061306
#: ../../glossary.rst:509
13071307
msgid ""
@@ -1310,6 +1310,10 @@ msgid ""
13101310
"func:`next`) raise :exc:`StopIteration` (or :exc:`StopAsyncIteration` in the "
13111311
"case of an :term:`asynchronous iterator`)."
13121312
msgstr ""
1313+
"Ein :term:`iterator`, der alle seine Werte produziert hat, wird als "
1314+
":dfn:`exhausted` bezeichnet. Weitere Versuche, den nächsten Wert abzurufen "
1315+
"(zum Beispiel Aufrufe von :func:`next`), lösen :exc:`StopIteration` aus "
1316+
"(bzw. :exc:`StopAsyncIteration` im Fall eines :term:`asynchronous iterator`)."
13131317

13141318
#: ../../glossary.rst:515
13151319
msgid "expression"

0 commit comments

Comments
 (0)