Skip to content

Traducido archivo library/html #932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correcciones archivo library/html
  • Loading branch information
Yenniferh committed Oct 3, 2020
commit c17af13119382415300799bd2247f17c62c3d7df
28 changes: 14 additions & 14 deletions library/html.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2020-10-03 13:34-0500\n"
"PO-Revision-Date: 2020-10-03 16:06-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -40,12 +40,12 @@ msgid ""
"\"``) and (``'``) are also translated; this helps for inclusion in an HTML "
"attribute value delimited by quotes, as in ``<a href=\"...\">``."
msgstr ""
"Convierte los caracteres ``&``, ``<`` y ``>`` de la cadena *s* en secuencias "
"seguras HTML. Utilízalo si necesitas mostrar texto que pueda contener tales "
"caracteres en HTML. Si la bandera opcional *quote* es true, también se "
"traducen los caracteres (``\"``) y (``'``); esto ayuda a la inserción en el "
"valor de un atributo HTML delimitado por comillas, como en ``<a href=\"..."
"\">``."
"Convierte los caracteres ``&``, ``<`` y ``>`` de la cadena de caracteres *s* "
"en secuencias seguras HTML. Utilízalo si necesitas mostrar texto que pueda "
"contener tales caracteres en HTML. Si el flag opcional *quote* es true, "
"también se traducen los caracteres (``\"``) y (``'``); esto ayuda a la "
"inserción en el valor de un atributo HTML delimitado por comillas, como en "
"``<a href=\"...\">``."

#: ../Doc/library/html.rst:26
msgid ""
Expand All @@ -55,20 +55,20 @@ msgid ""
"and invalid character references, and the :data:`list of HTML 5 named "
"character references <html.entities.html5>`."
msgstr ""
"Convierte todas las referencias de caracteres numéricos y con nombre (p. "
"eje. ``&gt;``, ``&#62;``, ``&#x3e;``) de la cadena *s* a los caracteres "
"Unicode correspondientes. Esta función utiliza las reglas definidas por el "
"estándar HTML 5 para las referencias de caracteres válidas e inválidas, y "
"la :data:`lista de referencia de caracteres con nombre de HTML 5 <html."
"entities.html5>`."
"Convierte todas las referencias de caracteres numéricos y con nombre (por "
"ejemplo ``&gt;``, ``&#62;``, ``&#x3e;``) de la cadena de caracteres *s* a "
"los caracteres Unicode correspondientes. Esta función utiliza las reglas "
"definidas por el estándar HTML 5 para las referencias de caracteres válidas "
"e inválidas, y la :data:`lista de referencia de caracteres con nombre de "
"HTML 5 <html.entities.html5>`."

#: ../Doc/library/html.rst:36
msgid "Submodules in the ``html`` package are:"
msgstr "Los submódulos del paquete ``html`` son:"

#: ../Doc/library/html.rst:38
msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
msgstr ":mod:`html.parser` -- Analizador simple de HTML y XHTML"
msgstr ":mod:`html.parser` -- Analizador sintáctico simple de HTML y XHTML"

#: ../Doc/library/html.rst:39
msgid ":mod:`html.entities` -- HTML entity definitions"
Expand Down