33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.14\n "
@@ -16,23 +15,33 @@ msgstr ""
1615"Content-Transfer-Encoding : 8bit\n "
1716"Language : de\n "
1817"Plural-Forms : nplurals=2; plural=(n != 1);\n "
18+ "Last-Translator : Swen Bachmann <142266608+sba72@users.noreply.github.com>\n "
1919
2020msgid "Full Grammar specification"
21- msgstr ""
21+ msgstr "Vollständige Grammatikspezifikation "
2222
2323msgid ""
2424"This is the full Python grammar, derived directly from the grammar used to "
2525"generate the CPython parser (see :source:`Grammar/python.gram`). The version "
2626"here omits details related to code generation and error recovery."
2727msgstr ""
28+ "Dies ist die vollständige Python-Grammatik, die direkt von der Grammatik "
29+ "abgeleitet wurde, mit der der CPython-Parser erzeugt wird "
30+ "(siehe :source:`Grammar/python.gram`). Die Version hier lässt Details zur "
31+ "Codegenerierung und Fehlerbehebung aus."
2832
2933msgid ""
3034"The notation used here is the same as in the preceding docs, and is "
3135"described in the :ref:`notation <notation>` section, except for an extra "
3236"complication:"
3337msgstr ""
38+ "Die hier verwendete Notation ist dieselbe wie in den vorhergehenden "
39+ "Dokumenten und wird im Abschnitt :ref:`Notation <notation>` beschrieben, mit "
40+ "Ausnahme einer zusätzlichen Besonderheit:"
3441
3542msgid ""
3643"``~`` (\" cut\" ): commit to the current alternative and fail the rule even if "
3744"this fails to parse"
3845msgstr ""
46+ "``~`` (\" Cut\" ): legt sich auf die aktuelle Alternative fest und lässt die "
47+ "Regel fehlschlagen, selbst wenn diese nicht geparst werden kann"
0 commit comments