Skip to content

reference/lexical_analysis.po, install/index.po and library/http.client.po #1595

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 4 commits into from
Oct 30, 2021
Merged
Changes from 1 commit
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
Next Next commit
library/http.client.po
  • Loading branch information
cacrespo committed Oct 30, 2021
commit ba0d92f735c8fe0a769d19696b91f6fced4b883e
13 changes: 11 additions & 2 deletions library/http.client.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-07 20:31+0200\n"
"PO-Revision-Date: 2021-10-30 13:48-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es_AR\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/library/http.client.rst:2
msgid ":mod:`http.client` --- HTTP protocol client"
Expand Down Expand Up @@ -174,6 +175,10 @@ msgid ""
"when no *context* is given. Custom *context* should set ALPN protocols with :"
"meth:`~ssl.SSLContext.set_alpn_protocol`."
msgstr ""
"Esta clase ahora envía una extensión ALPN con el indicador de protocolo "
"``http/1.1`` cuando no se proporciona *context*. El *context* personalizado "
"debe configurar los protocolos ALPN con :meth:`~ssl.SSLContext."
"set_alpn_protocol`."

#: ../Doc/library/http.client.rst:109
msgid ""
Expand Down Expand Up @@ -551,6 +556,8 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``http.client.connect`` with "
"arguments ``self``, ``host``, ``port``."
msgstr ""
"Lanza un :ref:`evento de auditoría <auditing>` ``http.client.connect`` con "
"los argumentos ``self``, ``host``, ``port``."

#: ../Doc/library/http.client.rst:376
msgid "Close the connection to the server."
Expand Down Expand Up @@ -664,6 +671,8 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``http.client.send`` with "
"arguments ``self``, ``data``."
msgstr ""
"Lanza un :ref:`evento de auditoría <auditing>` ``http.client.send`` con los "
"argumentos ``self``, ``data``."

#: ../Doc/library/http.client.rst:448
msgid "HTTPResponse Objects"
Expand Down