Skip to content

Commit d363e93

Browse files
committed
/library/turtle.po -> small fixes
1 parent 9eaf444 commit d363e93

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

‎library/turtle.po‎

Lines changed: 9 additions & 9 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 <EMAIL@ADDRESS>, YEAR.
54
#
65
# Translators:
7-
# python-doc bot, 2025
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-23 06:17+0000\n"
1413
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
15-
"Last-Translator: @sba72\n"
16-
"Language-Team: German (https://app.transifex.com/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"
@@ -3291,8 +3290,10 @@ msgid ""
32913290
"*g*, and *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, "
32923291
"where colormode is either 1.0 or 255 (see :func:`colormode`)."
32933292
msgstr ""
3294-
"Setze die Hintergrundfarbe auf *colorstring*, was ein Tk-Farbangabe-String "
3295-
"ist, wie zum Beispiel ``\"red\"``, ``\"yellow\"`` oder ``\"#33cc8c\"``."
3293+
"Setzt die Hintergrundfarbe auf die RGB-Farbe, die durch das Tupel aus *r*, "
3294+
"*g* und *b* dargestellt wird. Jeder der Werte *r*, *g* und *b* muss im "
3295+
"Bereich 0..colormode liegen, wobei colormode entweder 1.0 oder 255 ist "
3296+
"(siehe :func:`colormode`)."
32963297

32973298
#: ../../library/turtle.rst:1921
32983299
msgid "``bgcolor(r, g, b)``"
@@ -4355,9 +4356,8 @@ msgid "``a.rotate(angle)`` rotation"
43554356
msgstr "``a.rotate(angle)`` Rotation"
43564357

43574358
#: ../../library/turtle.rst:2574
4358-
#, fuzzy
43594359
msgid "Exceptions"
4360-
msgstr "Erklärung"
4360+
msgstr "Erklärungen"
43614361

43624362
#: ../../library/turtle.rst:2576
43634363
msgid "The :mod:`!turtle` module defines the following exception:"

0 commit comments

Comments
 (0)