Skip to content

Commit 8d0c292

Browse files
committed
/library/turtle.po -> new strings translated
1 parent 6ec58e6 commit 8d0c292

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

‎library/turtle.po‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4361,13 +4361,15 @@ msgstr "Erklärungen"
43614361

43624362
#: ../../library/turtle.rst:2576
43634363
msgid "The :mod:`!turtle` module defines the following exception:"
4364-
msgstr ""
4364+
msgstr "Das Modul :mod:`!turtle` definiert die folgende Ausnahme:"
43654365

43664366
#: ../../library/turtle.rst:2580
43674367
msgid ""
43684368
"Raised for invalid arguments or operations. For example, a malformed color "
43694369
"string:"
43704370
msgstr ""
4371+
"Wird bei ungültigen Argumenten oder Operationen ausgelöst. Zum Beispiel bei "
4372+
"einer fehlerhaften Farbzeichenkette:"
43714373

43724374
#: ../../library/turtle.rst:2583
43734375
msgid ""
@@ -4376,6 +4378,10 @@ msgid ""
43764378
" ...\n"
43774379
"turtle.TurtleGraphicsError: bad color string: blau"
43784380
msgstr ""
4381+
">>> turtle.color(\"blau\")\n"
4382+
"Traceback (most recent call last):\n"
4383+
" ...\n"
4384+
"turtle.TurtleGraphicsError: bad color string: blau"
43794385

43804386
#: ../../library/turtle.rst:2595
43814387
msgid "Explanation"

0 commit comments

Comments
 (0)