From 54b1ac689783648fe8a948b90b4779d55f8e40e4 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Sat, 29 Oct 2022 10:22:11 -0500 Subject: [PATCH 1/2] Traducido archivo library/http --- TRANSLATORS | 1 + library/http.po | 83 +++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 47 deletions(-) diff --git a/TRANSLATORS b/TRANSLATORS index 1f8f7256d3..44a85ed647 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -110,6 +110,7 @@ Jonathan Aguilar (@drawsoek) Jorge Maldonado Ventura (@jorgesumle) José Luis Cantilo (@jcantilo) José Luis Salgado Banda (@josephLSalgado) +José Daniel Gonzalez (@jdgc14) José Miguel Hernández Cabrera (@miguelheca) Juan Alegría (@zejiran) Juan Antonio Lagos (@alochimpasplum) diff --git a/library/http.po b/library/http.po index 360374e718..9ab0f6c649 100644 --- a/library/http.po +++ b/library/http.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-07 21:14+0200\n" +"PO-Revision-Date: 2022-10-29 10:15-0500\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\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.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/http.rst:2 msgid ":mod:`http` --- HTTP modules" @@ -70,6 +71,8 @@ msgid "" "The :mod:`http` module also defines the following enums that help you work " "with http related code:" msgstr "" +"El módulo :mod:`http` también define las siguientes enumeraciones que lo " +"ayudan a trabajar con código relacionado con http:" #: ../Doc/library/http.rst:31 msgid "" @@ -88,15 +91,14 @@ msgid "HTTP status codes" msgstr "Códigos de estado HTTP" #: ../Doc/library/http.rst:55 -#, fuzzy msgid "" "Supported, `IANA-registered status codes `_ available in :class:`http." "HTTPStatus` are:" msgstr "" -"Los códigos de estado `registrados por IANA `_ soportados y " -"disponibles en :class:`http.HTTPStatus` son:" +"Los `códigos de estado registrados por IANA `_ disponibles en :" +"class:`http.HTTPStatus` son:" #: ../Doc/library/http.rst:60 msgid "Code" @@ -336,7 +338,7 @@ msgstr "``NOT_MODIFIED``" #: ../Doc/library/http.rst:80 msgid "HTTP/1.1 :rfc:`7232`, Section 4.1" -msgstr "HTTP/1.1 :rfc:`7232`, Section 4.1" +msgstr "HTTP/1.1 :rfc:`7232`, Sección 4.1" #: ../Doc/library/http.rst:81 msgid "``305``" @@ -360,7 +362,7 @@ msgstr "``TEMPORARY_REDIRECT``" #: ../Doc/library/http.rst:82 msgid "HTTP/1.1 :rfc:`7231`, Section 6.4.7" -msgstr "HTTP/1.1 :rfc:`7231`, Section 6.4.7" +msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.4.7" #: ../Doc/library/http.rst:83 msgid "``308``" @@ -600,7 +602,7 @@ msgstr "``IM_A_TEAPOT``" #: ../Doc/library/http.rst:102 msgid "HTCPCP/1.0 :rfc:`2324`, Section 2.3.2" -msgstr "HTCPCP/1.0 :rfc:`2324`, Section 2.3.2" +msgstr "HTCPCP/1.0 :rfc:`2324`, Sección 2.3.2" #: ../Doc/library/http.rst:103 msgid "``421``" @@ -881,113 +883,100 @@ msgstr "" "TOO_EARLY``." #: ../Doc/library/http.rst:144 -#, fuzzy msgid "" "A subclass of :class:`enum.StrEnum` that defines a set of HTTP methods and " "descriptions written in English." msgstr "" -"Una subclase de :class:`enum.IntEnum` que define un conjunto de códigos de " -"estado HTTP, frases de motivo y descripciones largas escritas en inglés." +"Una subclase de :class:`enum.StrEnum` que define un conjunto de métodos " +"HTTP y sus descripciones escritas en inglés." #: ../Doc/library/http.rst:163 msgid "HTTP methods" -msgstr "" +msgstr "Métodos HTTP" #: ../Doc/library/http.rst:165 -#, fuzzy msgid "" "Supported, `IANA-registered methods `_ available in :class:`http.HTTPMethod` are:" msgstr "" -"Los códigos de estado `registrados por IANA `_ soportados y " -"disponibles en :class:`http.HTTPStatus` son:" +"Los `métodos registrados por IANA `_ disponibles en :class:`http.HTTPMethod` son:" #: ../Doc/library/http.rst:170 msgid "Method" -msgstr "" +msgstr "Método" #: ../Doc/library/http.rst:172 -#, fuzzy msgid "``GET``" -msgstr "``OK``" +msgstr "``GET``" #: ../Doc/library/http.rst:172 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.1" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.1" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.1" #: ../Doc/library/http.rst:173 msgid "``HEAD``" -msgstr "" +msgstr "``HEAD``" #: ../Doc/library/http.rst:173 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.2" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.2" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.2" #: ../Doc/library/http.rst:174 msgid "``POST``" -msgstr "" +msgstr "``POST``" #: ../Doc/library/http.rst:174 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.3" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.3" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.3" #: ../Doc/library/http.rst:175 -#, fuzzy msgid "``PUT``" -msgstr "``OK``" +msgstr "``PUT``" #: ../Doc/library/http.rst:175 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.4" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.4" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.4" #: ../Doc/library/http.rst:176 msgid "``DELETE``" -msgstr "" +msgstr "``DELETE``" #: ../Doc/library/http.rst:176 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.5" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.5" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.5" #: ../Doc/library/http.rst:177 msgid "``CONNECT``" -msgstr "" +msgstr "``CONNECT``" #: ../Doc/library/http.rst:177 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.6" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.3.6" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.6" #: ../Doc/library/http.rst:178 msgid "``OPTIONS``" -msgstr "" +msgstr "``OPTIONS``" #: ../Doc/library/http.rst:178 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.7" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.5.7" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.7" #: ../Doc/library/http.rst:179 msgid "``TRACE``" -msgstr "" +msgstr "``TRACE``" #: ../Doc/library/http.rst:179 -#, fuzzy msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.8" -msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.5.8" +msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3.8" #: ../Doc/library/http.rst:180 msgid "``PATCH``" -msgstr "" +msgstr "``PATCH``" #: ../Doc/library/http.rst:180 msgid "HTTP/1.1 :rfc:`5789`" -msgstr "" +msgstr "HTTP/1.1 :rfc:`5789`" #~ msgid "" #~ ":mod:`http` is also a module that defines a number of HTTP status codes " From 61b94b9428fcc69a05f31a4a18d67567b5874593 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Sat, 29 Oct 2022 12:22:23 -0500 Subject: [PATCH 2/2] fixing TRANSLATORS order --- TRANSLATORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRANSLATORS b/TRANSLATORS index 44a85ed647..d16d8583ba 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -108,9 +108,9 @@ Javier Daza (@javierdaza) Jhonatan Barrera (@iam3mer) Jonathan Aguilar (@drawsoek) Jorge Maldonado Ventura (@jorgesumle) +José Daniel Gonzalez (@jdgc14) José Luis Cantilo (@jcantilo) José Luis Salgado Banda (@josephLSalgado) -José Daniel Gonzalez (@jdgc14) José Miguel Hernández Cabrera (@miguelheca) Juan Alegría (@zejiran) Juan Antonio Lagos (@alochimpasplum)