33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6- # Translators:
6+ # Translators: @sba72
77# python-doc bot, 2025
88#
9- #, fuzzy
109msgid ""
1110msgstr ""
1211"Project-Id-Version : Python 3.14\n "
1312"Report-Msgid-Bugs-To : \n "
1413"POT-Creation-Date : 2026-08-22 12:07+0200\n "
1514"PO-Revision-Date : 2025-09-16 00:01+0000\n "
16- "Last-Translator : python-doc bot, 2025 \n "
15+ "Last-Translator : @sba72 \n "
1716"Language-Team : German (https://app.transifex.com/python-doc/teams/5390/de/)\n "
1817"Language : de\n "
1918"MIME-Version : 1.0\n "
@@ -23,17 +22,19 @@ msgstr ""
2322
2423#: ../../library/html.entities.rst:2
2524msgid ":mod:`!html.entities` --- Definitions of HTML general entities"
26- msgstr ""
25+ msgstr ":mod:`!html.entities` --- Definitionen allgemeiner HTML-Entitäten "
2726
2827#: ../../library/html.entities.rst:7
2928msgid "**Source code:** :source:`Lib/html/entities.py`"
30- msgstr ""
29+ msgstr "**Quellcode:** :source:`Lib/html/entities.py` "
3130
3231#: ../../library/html.entities.rst:11
3332msgid ""
3433"This module defines four dictionaries, :data:`html5`, :data:"
3534"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
3635msgstr ""
36+ "Dieses Modul definiert vier Dictionaries: :data:`html5`, :data:"
37+ "`name2codepoint`, :data:`codepoint2name` und :data:`entitydefs`."
3738
3839#: ../../library/html.entities.rst:17
3940msgid ""
@@ -44,20 +45,30 @@ msgid ""
4445"case the name is present with and without the ``';'``. See also :func:`html."
4546"unescape`."
4647msgstr ""
48+ "Ein Dictionary, das benannte HTML5-Zeichenreferenzen [#]_ auf das "
49+ "entsprechende Unicode-Zeichen (oder mehrere Zeichen) abbildet, z. B. "
50+ "``html5['gt;'] == '>'``. Beachte, dass das abschließende Semikolon Teil des "
51+ "Namens ist (z. B. ``'gt;'``), einige Namen jedoch auch ohne Semikolon vom "
52+ "Standard akzeptiert werden: In diesem Fall ist der Name sowohl mit als auch "
53+ "ohne ``';'`` vorhanden. Siehe auch :func:`html.unescape`."
4754
4855#: ../../library/html.entities.rst:29
4956msgid ""
5057"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
5158"in ISO Latin-1."
5259msgstr ""
60+ "Ein Dictionary, das XHTML-1.0-Entitätsdefinitionen auf ihren Ersatztext in "
61+ "ISO Latin-1 abbildet."
5362
5463#: ../../library/html.entities.rst:35
5564msgid "A dictionary that maps HTML4 entity names to the Unicode code points."
5665msgstr ""
66+ "Ein Dictionary, das HTML4-Entitätsnamen auf die Unicode-Codepunkte abbildet."
5767
5868#: ../../library/html.entities.rst:40
5969msgid "A dictionary that maps Unicode code points to HTML4 entity names."
6070msgstr ""
71+ "Ein Dictionary, das Unicode-Codepunkte auf HTML4-Entitätsnamen abbildet."
6172
6273#: ../../library/html.entities.rst:44
6374msgid "Footnotes"
@@ -68,3 +79,5 @@ msgid ""
6879"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
6980"character-references"
7081msgstr ""
82+ "Siehe https://html.spec.whatwg.org/multipage/named-characters.html#named-"
83+ "character-references"
0 commit comments