Skip to content

Traducción 'library/html.entities.po' (#881) #957

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 1 commit into from
Oct 5, 2020
Merged
Changes from all commits
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
22 changes: 18 additions & 4 deletions library/html.entities.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@ msgstr ""

#: ../Doc/library/html.entities.rst:2
msgid ":mod:`html.entities` --- Definitions of HTML general entities"
msgstr ""
msgstr ":mod:`html.entities` --- Definiciones de entidades generales HTML"

#: ../Doc/library/html.entities.rst:9
msgid "**Source code:** :source:`Lib/html/entities.py`"
msgstr ""
msgstr "**Código fuente:** :source:`Lib/html/entities.py`"

#: ../Doc/library/html.entities.rst:13
msgid ""
"This module defines four dictionaries, :data:`html5`, :data:"
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
msgstr ""
"Este módulo define cuatro diccionarios :data:`html5`, :data:"
"`name2codepoint`, :data:`codepoint2name`, y :data:`entitydefs`"

#: ../Doc/library/html.entities.rst:19
msgid ""
Expand All @@ -40,25 +42,37 @@ msgid ""
"case the name is present with and without the ``';'``. See also :func:`html."
"unescape`."
msgstr ""
"Un diccionario que asigna referencias de caracteres con nombre HTML5 [#]_ a "
"los caracteres Unicode equivalentes, p. Ej. ``html5['gt;'] == '>'``. Tenga "
"en cuenta que el punto y coma al final está incluido en el nombre (por "
"ejemplo, ``'gt;'``), sin embargo, algunos de los nombres son aceptados por "
"el estándar incluso sin el punto y coma: en este caso, el nombre está "
"presente con y sin el ``';'``. Consulte también :func:`html.unescape`."

#: ../Doc/library/html.entities.rst:31
msgid ""
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
"in ISO Latin-1."
msgstr ""
"Un diccionario que asigna definiciones de entidad XHTML 1.0 a su texto de "
"reemplazo en ISO Latin-1."

#: ../Doc/library/html.entities.rst:37
msgid "A dictionary that maps HTML entity names to the Unicode code points."
msgstr ""
"Un diccionario que asigna nombres de entidades HTML a los puntos de código "
"Unicode."

#: ../Doc/library/html.entities.rst:42
msgid "A dictionary that maps Unicode code points to HTML entity names."
msgstr ""
"Un diccionario que asigna puntos de código Unicode a nombres de entidades "
"HTML."

#: ../Doc/library/html.entities.rst:46
msgid "Footnotes"
msgstr ""
msgstr "Notas al pie"

#: ../Doc/library/html.entities.rst:47
msgid "See https://www.w3.org/TR/html5/syntax.html#named-character-references"
msgstr ""
msgstr "Vea https://www.w3.org/TR/html5/syntax.html#named-character-references"