From 1066cf5b03addcc01b4fca87d250559dcc6e02e3 Mon Sep 17 00:00:00 2001 From: Yennifer Herrera Date: Sat, 3 Oct 2020 13:36:13 -0500 Subject: [PATCH 1/2] Traducido archivo library/html --- TRANSLATORS | 1 + library/html.po | 33 ++++++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/TRANSLATORS b/TRANSLATORS index a484784cba..466b4f8ff7 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -89,3 +89,4 @@ Rishabh Mishra (@rishabhmishra25) Carlos Martel Lamas (@Letram) Jonathan Aguilar (@drawsoek) David Lorenzo (@David-Lor) +Yennifer Paola Herrera Ariza (@Yenniferh) \ No newline at end of file diff --git a/library/html.po b/library/html.po index 05d56bf194..8f6dfb3518 100644 --- a/library/html.po +++ b/library/html.po @@ -1,33 +1,36 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" 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: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-03 13:34-0500\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/html.rst:2 msgid ":mod:`html` --- HyperText Markup Language support" msgstr "" +":mod:`html` --- Compatibilidad con el Lenguaje de marcado de hipertexto" #: ../Doc/library/html.rst:7 msgid "**Source code:** :source:`Lib/html/__init__.py`" -msgstr "" +msgstr "**Código fuente:** :source:`Lib/html/__init__.py`" #: ../Doc/library/html.rst:11 msgid "This module defines utilities to manipulate HTML." -msgstr "" +msgstr "Este módulo define utilidades para manipular HTML." #: ../Doc/library/html.rst:15 msgid "" @@ -37,6 +40,12 @@ msgid "" "\"``) and (``'``) are also translated; this helps for inclusion in an HTML " "attribute value delimited by quotes, as in ````." 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 ````." #: ../Doc/library/html.rst:26 msgid "" @@ -46,15 +55,21 @@ msgid "" "and invalid character references, and the :data:`list of HTML 5 named " "character references `." msgstr "" +"Convierte todas las referencias de caracteres numéricos y con nombre (p. " +"eje. ``>``, ``>``, ``>``) 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 `." #: ../Doc/library/html.rst:36 msgid "Submodules in the ``html`` package are:" -msgstr "" +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 "" +msgstr ":mod:`html.parser` -- Analizador simple de HTML y XHTML" #: ../Doc/library/html.rst:39 msgid ":mod:`html.entities` -- HTML entity definitions" -msgstr "" +msgstr ":mod:`html.entities` -- Definición general de entidades HTML" From c17af13119382415300799bd2247f17c62c3d7df Mon Sep 17 00:00:00 2001 From: Yennifer Herrera Date: Sat, 3 Oct 2020 16:08:34 -0500 Subject: [PATCH 2/2] Correcciones archivo library/html --- library/html.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/library/html.po b/library/html.po index 8f6dfb3518..db5b41dcd7 100644 --- a/library/html.po +++ b/library/html.po @@ -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" @@ -40,12 +40,12 @@ msgid "" "\"``) and (``'``) are also translated; this helps for inclusion in an HTML " "attribute value delimited by quotes, as in ````." 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 ````." +"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 " +"````." #: ../Doc/library/html.rst:26 msgid "" @@ -55,12 +55,12 @@ msgid "" "and invalid character references, and the :data:`list of HTML 5 named " "character references `." msgstr "" -"Convierte todas las referencias de caracteres numéricos y con nombre (p. " -"eje. ``>``, ``>``, ``>``) 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 `." +"Convierte todas las referencias de caracteres numéricos y con nombre (por " +"ejemplo ``>``, ``>``, ``>``) 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 `." #: ../Doc/library/html.rst:36 msgid "Submodules in the ``html`` package are:" @@ -68,7 +68,7 @@ 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"