Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducido archivo library/http.client.po#533

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

mayuti
Copy link
Contributor

@mayutimayuti commentedJul 6, 2020
edited
Loading

Closes#504

@mayutimayuti closed thisJul 6, 2020
@mayutimayuti deleted the traduccion-library/http.client.po branchJuly 6, 2020 22:23
@mayutimayuti reopened thisJul 6, 2020
Copy link
Collaborator

@cmaureircmaureir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

wohoo, super buena traducción@mayuti, te cambié unos "devuelve" por "retorna" y encontré solo un espacio extra en unTrue, el resto de maravilla. Si aplicas estos cambios (hay que pasar powrap de seguro), yo creo que estariamos listos para hacer el merge.


#: ../Doc/library/http.client.rst:116
msgid ""
"Class whose instances are returned upon successful connection. Not "
"instantiated directly by user."
msgstr ""
"Clase cuyas instancias se devuelven tras una conexión exitosa. No son "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"Clase cuyas instancias sedevuelven tras una conexión exitosa. No son"
"Clase cuyas instancias seretornan tras una conexión exitosa. No son"

@@ -170,6 +226,11 @@ msgid ""
"msg` and :attr:`http.server.BaseHTTPRequestHandler.headers`). After "
"returning, the file pointer *fp* is ready to read the HTTP body."
msgstr ""
"Esta función devuelve una instancia de :class:`http.client.HTTPMessage` que "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"Esta funcióndevuelve una instancia de :class:`http.client.HTTPMessage` que"
"Esta funciónretorna una instancia de :class:`http.client.HTTPMessage` que"

Comment on lines 379 to 380
"datos devueltos por el método ``read()`` se codificarán como ISO-8859-1, de "
"lo contrario, los datos devueltos por ``read()`` se envía como está. Si "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"datosdevueltos por el método ``read()`` se codificarán como ISO-8859-1, de"
"lo contrario, los datosdevueltos por ``read()`` se envía como está. Si"
"datosretornados por el método ``read()`` se codificarán como ISO-8859-1, de"
"lo contrario, los datosretornados por ``read()`` se envía como está. Si"


#: ../Doc/library/http.client.rst:311
msgid ""
"Should be called after a request is sent to get the response from the "
"server. Returns an :class:`HTTPResponse` instance."
msgstr ""
"Debe llamarse después de enviar una solicitud para obtener la respuesta del "
"servidor. Devuelve una instancia de :class:`HTTPResponse`."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"servidor.Devuelve una instancia de :class:`HTTPResponse`."
"servidor.Retorna una instancia de :class:`HTTPResponse`."


#: ../Doc/library/http.client.rst:453
msgid "Reads and returns the response body, or up to the next *amt* bytes."
msgstr ""
"Lee y devuelve el cuerpo de respuesta, o hasta los siguientes bytes *amt*."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"Lee ydevuelve el cuerpo de respuesta, o hasta los siguientes bytes *amt*."
"Lee yretorna el cuerpo de respuesta, o hasta los siguientes bytes *amt*."


#: ../Doc/library/http.client.rst:475
msgid "Return the ``fileno`` of the underlying socket."
msgstr ""
msgstr "Devuelve el ``fileno`` del socket implícito."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
msgstr "Devuelve el ``fileno`` del socket implícito."
msgstr "Retorna el ``fileno`` del socket implícito."


#: ../Doc/library/http.client.rst:489
msgid "Status code returned by server."
msgstr ""
msgstr "Código del estado devuelto por el servidor."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
msgstr "Código del estadodevuelto por el servidor."
msgstr "Código del estadoretornado por el servidor."


#: ../Doc/library/http.client.rst:493
msgid "Reason phrase returned by server."
msgstr ""
msgstr "Una frase de la razón es devuelta por el servidor."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
msgstr "Una frase de la razón esdevuelta por el servidor."
msgstr "Una frase de la razón esretornada por el servidor."


#: ../Doc/library/http.client.rst:502
msgid "Is ``True`` if the stream is closed."
msgstr ""
msgstr "Es `` True`` si la transmisión está cerrada."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
msgstr "Es ``True`` si la transmisión está cerrada."
msgstr "Es ``True`` si la transmisión está cerrada."


#: ../Doc/library/http.client.rst:532
msgid ""
"Here is an example session that uses the ``HEAD`` method. Note that the "
"``HEAD`` method never returns any data. ::"
msgstr ""
"Aquí hay una sesión de ejemplo que usa el método ``HEAD``. Tenga en cuenta "
"que el método ``HEAD`` nunca devuelve ningún dato. ::"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"que el método ``HEAD`` nuncadevuelve ningún dato. ::"
"que el método ``HEAD`` nuncaretorna ningún dato. ::"

@cmaureircmaureir merged commit3804584 intopython:3.8Jul 7, 2020
@cmaureir
Copy link
Collaborator

Muchas gracias@mayuti ! 🎉 🎉 🎉

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cmaureircmaureircmaureir approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Translatelibrary/http.client.po
2 participants
@mayuti@cmaureir

[8]ページ先頭

©2009-2025 Movatter.jp