1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
+ "PO-Revision-Date : 2020-10-03 16:06-0500\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
18
+ "Last-Translator : \n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.4.1\n "
19
21
20
22
#: ../Doc/library/html.rst:2
21
23
msgid ":mod:`html` --- HyperText Markup Language support"
22
24
msgstr ""
25
+ ":mod:`html` --- Compatibilidad con el Lenguaje de marcado de hipertexto"
23
26
24
27
#: ../Doc/library/html.rst:7
25
28
msgid "**Source code:** :source:`Lib/html/__init__.py`"
26
- msgstr ""
29
+ msgstr "**Código fuente:** :source:`Lib/html/__init__.py` "
27
30
28
31
#: ../Doc/library/html.rst:11
29
32
msgid "This module defines utilities to manipulate HTML."
30
- msgstr ""
33
+ msgstr "Este módulo define utilidades para manipular HTML. "
31
34
32
35
#: ../Doc/library/html.rst:15
33
36
msgid ""
@@ -37,6 +40,12 @@ msgid ""
37
40
"\" ``) and (``'``) are also translated; this helps for inclusion in an HTML "
38
41
"attribute value delimited by quotes, as in ``<a href=\" ...\" >``."
39
42
msgstr ""
43
+ "Convierte los caracteres ``&``, ``<`` y ``>`` de la cadena de caracteres *s* "
44
+ "en secuencias seguras HTML. Utilízalo si necesitas mostrar texto que pueda "
45
+ "contener tales caracteres en HTML. Si el flag opcional *quote* es true, "
46
+ "también se traducen los caracteres (``\" ``) y (``'``); esto ayuda a la "
47
+ "inserción en el valor de un atributo HTML delimitado por comillas, como en "
48
+ "``<a href=\" ...\" >``."
40
49
41
50
#: ../Doc/library/html.rst:26
42
51
msgid ""
@@ -46,15 +55,21 @@ msgid ""
46
55
"and invalid character references, and the :data:`list of HTML 5 named "
47
56
"character references <html.entities.html5>`."
48
57
msgstr ""
58
+ "Convierte todas las referencias de caracteres numéricos y con nombre (por "
59
+ "ejemplo ``>``, ``>``, ``>``) de la cadena de caracteres *s* a "
60
+ "los caracteres Unicode correspondientes. Esta función utiliza las reglas "
61
+ "definidas por el estándar HTML 5 para las referencias de caracteres válidas "
62
+ "e inválidas, y la :data:`lista de referencia de caracteres con nombre de "
63
+ "HTML 5 <html.entities.html5>`."
49
64
50
65
#: ../Doc/library/html.rst:36
51
66
msgid "Submodules in the ``html`` package are:"
52
- msgstr ""
67
+ msgstr "Los submódulos del paquete ``html`` son: "
53
68
54
69
#: ../Doc/library/html.rst:38
55
70
msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
56
- msgstr ""
71
+ msgstr ":mod:`html.parser` -- Analizador sintáctico simple de HTML y XHTML "
57
72
58
73
#: ../Doc/library/html.rst:39
59
74
msgid ":mod:`html.entities` -- HTML entity definitions"
60
- msgstr ""
75
+ msgstr ":mod:`html.entities` -- Definición general de entidades HTML "
0 commit comments