|
1 | | -# SOME DESCRIPTIVE TITLE. |
| 1 | +# German translation of the Python documentation. |
2 | 2 | # Copyright (C) 2001 Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | | -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 4 | # |
6 | 5 | # Translators: |
7 | | -# python-doc bot, 2025 |
| 6 | +# Swen Bachmann, 2026 |
8 | 7 | # |
9 | 8 | msgid "" |
10 | 9 | msgstr "" |
11 | 10 | "Project-Id-Version: Python 3.14\n" |
12 | 11 | "Report-Msgid-Bugs-To: \n" |
13 | 12 | "POT-Creation-Date: 2026-09-23 06:17+0000\n" |
14 | 13 | "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" |
17 | 16 | "Language: de\n" |
18 | 17 | "MIME-Version: 1.0\n" |
19 | 18 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -3291,8 +3290,10 @@ msgid "" |
3291 | 3290 | "*g*, and *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, " |
3292 | 3291 | "where colormode is either 1.0 or 255 (see :func:`colormode`)." |
3293 | 3292 | 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`)." |
3296 | 3297 |
|
3297 | 3298 | #: ../../library/turtle.rst:1921 |
3298 | 3299 | msgid "``bgcolor(r, g, b)``" |
@@ -4355,9 +4356,8 @@ msgid "``a.rotate(angle)`` rotation" |
4355 | 4356 | msgstr "``a.rotate(angle)`` Rotation" |
4356 | 4357 |
|
4357 | 4358 | #: ../../library/turtle.rst:2574 |
4358 | | -#, fuzzy |
4359 | 4359 | msgid "Exceptions" |
4360 | | -msgstr "Erklärung" |
| 4360 | +msgstr "Erklärungen" |
4361 | 4361 |
|
4362 | 4362 | #: ../../library/turtle.rst:2576 |
4363 | 4363 | msgid "The :mod:`!turtle` module defines the following exception:" |
|
0 commit comments