From b3918d9ae889c96f665e87a699d7d6d83272f818 Mon Sep 17 00:00:00 2001 From: Carlos Mena <50986837+carlosm00@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:48:07 +0200 Subject: [PATCH 1/4] traducido library/codecs.po --- library/codecs.po | 96 +++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 57 deletions(-) diff --git a/library/codecs.po b/library/codecs.po index 6fc858c044..b2c0a03a28 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-12-29 00:59+0100\n" -"Last-Translator: Carlos AlMA \n" -"Language: es\n" +"PO-Revision-Date: 2024-09-02 21:47+0200\n" +"Last-Translator: Carlos Mena Pérez <@carlosm00>\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: 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" "Generated-By: Babel 2.13.0\n" +"X-Generator: Poedit 3.5\n" #: ../Doc/library/codecs.rst:2 msgid ":mod:`codecs` --- Codec registry and base classes" @@ -572,7 +573,6 @@ msgid "``'backslashreplace'``" msgstr "``'backslashreplace'``" #: ../Doc/library/codecs.rst:346 -#, fuzzy msgid "" "Replace with backslashed escape sequences. On encoding, use hexadecimal form " "of Unicode code point with formats :samp:`\\\\x{hh}` :samp:`\\\\u{xxxx}` :" @@ -580,10 +580,10 @@ msgid "" "format :samp:`\\\\x{hh}`. Implemented in :func:`backslashreplace_errors`." msgstr "" "Reemplazar con secuencias de escape mediante barra invertida. Al codificar, " -"emplear la forma hexadecimal del punto de código Unicode con los formatos " -"``\\xhh`` ``\\uxxxx`` ``\\Uxxxxxxxx``. Al decodificar, usa la forma " -"hexadecimal del valor del byte con el formato ``\\xhh``. Implementado en :" -"func:`backslashreplace_errors`." +"emplear la forma hexadecimal del punto de código Unicode con los formatos :" +"samp:`\\\\x{hh}` :samp:`\\\\u{xxxx}` :samp:`\\\\U{xxxxxxxx}`. Al " +"decodificar, usa la forma hexadecimal del valor del byte con el formato :" +"samp:`\\\\x{hh}`. Implementado en :func:`backslashreplace_errors`." #: ../Doc/library/codecs.rst:355 msgid "``'surrogateescape'``" @@ -614,14 +614,13 @@ msgid "``'xmlcharrefreplace'``" msgstr "``'xmlcharrefreplace'``" #: ../Doc/library/codecs.rst:375 -#, fuzzy msgid "" "Replace with XML/HTML numeric character reference, which is a decimal form " "of Unicode code point with format :samp:`&#{num};`. Implemented in :func:" "`xmlcharrefreplace_errors`." msgstr "" "Reemplazar con una referencia de carácter numérico XML/HTML, que es una " -"forma decimal del punto de código Unicode con formato ``&#num;`` " +"forma decimal del punto de código Unicode con formato :samp:`&#{num};`. " "Implementado en :func:`xmlcharrefreplace_errors`." #: ../Doc/library/codecs.rst:381 @@ -814,7 +813,6 @@ msgid "Implements the ``'backslashreplace'`` error handling." msgstr "Implementa el manejador de errores ``'backslashreplace'``." #: ../Doc/library/codecs.rst:481 -#, fuzzy msgid "" "Malformed data is replaced by a backslashed escape sequence. On encoding, " "use the hexadecimal form of Unicode code point with formats :samp:`\\\\x{hh}" @@ -823,9 +821,9 @@ msgid "" msgstr "" "Los datos con formato incorrecto se reemplazan por una secuencia de escape " "con barra invertida. Al codificar, emplea la forma hexadecimal del punto de " -"código Unicode con los formatos ``\\xhh`` ``\\uxxxx`` ``\\Uxxxxxxxx``. Al " -"decodificar, usa la forma hexadecimal del valor del byte con el formato " -"``\\xhh``." +"código Unicode con los formatos :samp:`\\\\x{hh}` :samp:`\\\\u{xxxx}` :samp:" +"`\\\\U{xxxxxxxx}`. Al decodificar, usa la forma hexadecimal del valor del " +"byte con el formato :samp:`\\\\x{hh}`." #: ../Doc/library/codecs.rst:487 msgid "Works with decoding and translating." @@ -840,7 +838,6 @@ msgstr "" "codificar dentro de :term:`text encoding`)." #: ../Doc/library/codecs.rst:496 -#, fuzzy msgid "" "The unencodable character is replaced by an appropriate XML/HTML numeric " "character reference, which is a decimal form of Unicode code point with " @@ -848,7 +845,7 @@ msgid "" msgstr "" "El carácter no codificable se reemplaza por una referencia de carácter " "numérico XML/HTML adecuada, que es una forma decimal del punto de código " -"Unicode con formato ``&#num;``." +"Unicode con formato :samp:`&#{num};` ." #: ../Doc/library/codecs.rst:503 msgid "" @@ -2951,15 +2948,14 @@ msgid "raw_unicode_escape" msgstr "raw_unicode_escape" #: ../Doc/library/codecs.rst:1351 -#, fuzzy msgid "" "Latin-1 encoding with :samp:`\\\\u{XXXX}` and :samp:`\\\\U{XXXXXXXX}` for " "other code points. Existing backslashes are not escaped in any way. It is " "used in the Python pickle protocol." msgstr "" -"Codificación Latin-1 con ``\\uXXXX`` y ``\\UXXXXXXXX`` para otros puntos de " -"código. Las barras invertidas existentes no se escapan de ninguna manera. Se " -"usa en el protocolo Python *pickle*." +"Codificación Latin-1 con :samp:`\\\\u{XXXX}` y :samp:`\\\\U{XXXXXXXX}` para " +"otros puntos de código. Las barras invertidas existentes no se escapan de " +"ninguna manera. Se usa en el protocolo Python *pickle*." #: ../Doc/library/codecs.rst:1361 msgid "undefined" @@ -3309,7 +3305,6 @@ msgid "This module implements the ANSI codepage (CP_ACP)." msgstr "Este módulo implementa la página de códigos ANSI (CP_ACP)." #: ../Doc/library/codecs.rst:1538 -#, fuzzy msgid ":ref:`Availability `: Windows." msgstr ":ref:`Disponibilidad `: Windows." @@ -3345,103 +3340,90 @@ msgstr "" "datos." #: ../Doc/library/codecs.rst:13 -#, fuzzy msgid "Unicode" -msgstr "punycode" +msgstr "Unicode" #: ../Doc/library/codecs.rst:13 -#, fuzzy msgid "encode" -msgstr "Códec" +msgstr "encode" #: ../Doc/library/codecs.rst:13 -#, fuzzy msgid "decode" -msgstr "Códec" +msgstr "decode" #: ../Doc/library/codecs.rst:13 msgid "streams" -msgstr "" +msgstr "streams" #: ../Doc/library/codecs.rst:13 msgid "stackable" -msgstr "" +msgstr "stackable" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "strict" -msgstr "``'strict'``" +msgstr "strict" #: ../Doc/library/codecs.rst:312 ../Doc/library/codecs.rst:364 #: ../Doc/library/codecs.rst:387 -#, fuzzy msgid "error handler's name" -msgstr "Manejadores de errores" +msgstr "error handler's name" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "ignore" -msgstr "``'ignore'``" +msgstr "ignore" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "replace" -msgstr "``'replace'``" +msgstr "replace" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "backslashreplace" -msgstr "``'backslashreplace'``" +msgstr "backslashreplace" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "surrogateescape" -msgstr "``'surrogateescape'``" +msgstr "surrogateescape" #: ../Doc/library/codecs.rst:312 -#, fuzzy msgid "? (question mark)" -msgstr "SIGNO DE PREGUNTA INVERTIDO" +msgstr "? (question mark)" #: ../Doc/library/codecs.rst:312 msgid "replacement character" -msgstr "" +msgstr "replacement character" #: ../Doc/library/codecs.rst:312 msgid "\\ (backslash)" -msgstr "" +msgstr "\\ (backslash)" #: ../Doc/library/codecs.rst:312 ../Doc/library/codecs.rst:364 msgid "escape sequence" -msgstr "" +msgstr "escape sequence" #: ../Doc/library/codecs.rst:312 msgid "\\x" -msgstr "" +msgstr "\\x" #: ../Doc/library/codecs.rst:312 msgid "\\u" -msgstr "" +msgstr "\\u" #: ../Doc/library/codecs.rst:312 msgid "\\U" -msgstr "" +msgstr "\\U" #: ../Doc/library/codecs.rst:364 -#, fuzzy msgid "xmlcharrefreplace" -msgstr "``'xmlcharrefreplace'``" +msgstr "xmlcharrefreplace" #: ../Doc/library/codecs.rst:364 -#, fuzzy msgid "namereplace" -msgstr "``'namereplace'``" +msgstr "namereplace" #: ../Doc/library/codecs.rst:364 msgid "\\N" -msgstr "" +msgstr "\\N" #: ../Doc/library/codecs.rst:387 -#, fuzzy msgid "surrogatepass" -msgstr "``'surrogatepass'``" +msgstr "surrogatepass" From e23e735927787b119f6c31bdbe7ad8e93cabfd1d Mon Sep 17 00:00:00 2001 From: Carlos Mena Date: Mon, 2 Sep 2024 20:06:19 +0000 Subject: [PATCH 2/4] traducido librry/codecs.po --- library/codecs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/codecs.po b/library/codecs.po index b2c0a03a28..0c6dfa4714 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2024-09-02 21:47+0200\n" +"PO-Revision-Date: 2024-09-02 21:49+0200\n" "Last-Translator: Carlos Mena Pérez <@carlosm00>\n" "Language-Team: python-doc-es\n" "Language: es\n" From 776b0e1833ffe241e2371f65611e3b045586964f Mon Sep 17 00:00:00 2001 From: Carlos Mena <50986837+carlosm00@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:17:48 +0200 Subject: [PATCH 3/4] =?UTF-8?q?correcci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/codecs.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/codecs.po b/library/codecs.po index 0c6dfa4714..aeac6e9d6e 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2024-09-02 21:49+0200\n" +"PO-Revision-Date: 2024-09-09 19:17+0230\n" "Last-Translator: Carlos Mena Pérez <@carlosm00>\n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -3366,7 +3366,7 @@ msgstr "strict" #: ../Doc/library/codecs.rst:312 ../Doc/library/codecs.rst:364 #: ../Doc/library/codecs.rst:387 msgid "error handler's name" -msgstr "error handler's name" +msgstr "nombre de gestor de errores" #: ../Doc/library/codecs.rst:312 msgid "ignore" @@ -3386,19 +3386,19 @@ msgstr "surrogateescape" #: ../Doc/library/codecs.rst:312 msgid "? (question mark)" -msgstr "? (question mark)" +msgstr "? (signo de pregunta)" #: ../Doc/library/codecs.rst:312 msgid "replacement character" -msgstr "replacement character" +msgstr "caracter de reemplazo" #: ../Doc/library/codecs.rst:312 msgid "\\ (backslash)" -msgstr "\\ (backslash)" +msgstr "\\ (barra inversa)" #: ../Doc/library/codecs.rst:312 ../Doc/library/codecs.rst:364 msgid "escape sequence" -msgstr "escape sequence" +msgstr "secuencia de escape" #: ../Doc/library/codecs.rst:312 msgid "\\x" From a592f4f9f33d290f347c854aca0b68ddf45b2b80 Mon Sep 17 00:00:00 2001 From: Carlos Mena Date: Mon, 9 Sep 2024 17:29:48 +0000 Subject: [PATCH 4/4] powrap correccion --- library/codecs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/codecs.po b/library/codecs.po index aeac6e9d6e..1092ede40b 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2024-09-09 19:17+0230\n" +"PO-Revision-Date: 2024-09-09 19:28+0230\n" "Last-Translator: Carlos Mena Pérez <@carlosm00>\n" "Language-Team: python-doc-es\n" "Language: es\n"