@@ -19,17 +19,19 @@ msgstr ""
19
19
20
20
#: ../Doc/library/html.entities.rst:2
21
21
msgid ":mod:`html.entities` --- Definitions of HTML general entities"
22
- msgstr ""
22
+ msgstr ":mod:`html.entities` --- Definiciones de entidades generales HTML "
23
23
24
24
#: ../Doc/library/html.entities.rst:9
25
25
msgid "**Source code:** :source:`Lib/html/entities.py`"
26
- msgstr ""
26
+ msgstr "**Código fuente:** :source:`Lib/html/entities.py` "
27
27
28
28
#: ../Doc/library/html.entities.rst:13
29
29
msgid ""
30
30
"This module defines four dictionaries, :data:`html5`, :data:"
31
31
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
32
32
msgstr ""
33
+ "Este módulo define cuatro diccionarios :data:`html5`, :data:"
34
+ "`name2codepoint`, :data:`codepoint2name`, y :data:`entitydefs`"
33
35
34
36
#: ../Doc/library/html.entities.rst:19
35
37
msgid ""
@@ -40,25 +42,37 @@ msgid ""
40
42
"case the name is present with and without the ``';'``. See also :func:`html."
41
43
"unescape`."
42
44
msgstr ""
45
+ "Un diccionario que asigna referencias de caracteres con nombre HTML5 [#]_ a "
46
+ "los caracteres Unicode equivalentes, p. Ej. ``html5['gt;'] == '>'``. Tenga "
47
+ "en cuenta que el punto y coma al final está incluido en el nombre (por "
48
+ "ejemplo, ``'gt;'``), sin embargo, algunos de los nombres son aceptados por "
49
+ "el estándar incluso sin el punto y coma: en este caso, el nombre está "
50
+ "presente con y sin el ``';'``. Consulte también :func:`html.unescape`."
43
51
44
52
#: ../Doc/library/html.entities.rst:31
45
53
msgid ""
46
54
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
47
55
"in ISO Latin-1."
48
56
msgstr ""
57
+ "Un diccionario que asigna definiciones de entidad XHTML 1.0 a su texto de "
58
+ "reemplazo en ISO Latin-1."
49
59
50
60
#: ../Doc/library/html.entities.rst:37
51
61
msgid "A dictionary that maps HTML entity names to the Unicode code points."
52
62
msgstr ""
63
+ "Un diccionario que asigna nombres de entidades HTML a los puntos de código "
64
+ "Unicode."
53
65
54
66
#: ../Doc/library/html.entities.rst:42
55
67
msgid "A dictionary that maps Unicode code points to HTML entity names."
56
68
msgstr ""
69
+ "Un diccionario que asigna puntos de código Unicode a nombres de entidades "
70
+ "HTML."
57
71
58
72
#: ../Doc/library/html.entities.rst:46
59
73
msgid "Footnotes"
60
- msgstr ""
74
+ msgstr "Notas al pie "
61
75
62
76
#: ../Doc/library/html.entities.rst:47
63
77
msgid "See https://www.w3.org/TR/html5/syntax.html#named-character-references"
64
- msgstr ""
78
+ msgstr "Vea https://www.w3.org/TR/html5/syntax.html#named-character-references "
0 commit comments