Skip to content

Commit 3c7dfeb

Browse files
committed
reference/grammar.po translated
1 parent ab51ef4 commit 3c7dfeb

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

reference/grammar.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
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

2020
msgid "Full Grammar specification"
21-
msgstr ""
21+
msgstr "Vollständige Grammatikspezifikation"
2222

2323
msgid ""
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."
2727
msgstr ""
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

2933
msgid ""
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:"
3337
msgstr ""
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

3542
msgid ""
3643
"``~`` (\"cut\"): commit to the current alternative and fail the rule even if "
3744
"this fails to parse"
3845
msgstr ""
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

Comments
 (0)