- Notifications
You must be signed in to change notification settings - Fork395
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
4 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Traducido archivo library/http.client.po
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
32 changes: 16 additions & 16 deletionslibrary/http.client.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -11,7 +11,7 @@ msgstr "" | ||||||
"Project-Id-Version: Python 3.8\n" | ||||||
"Report-Msgid-Bugs-To: \n" | ||||||
"POT-Creation-Date: 2020-05-05 12:54+0200\n" | ||||||
"PO-Revision-Date: 2020-07-0619:21-0300\n" | ||||||
"Language-Team: python-doc-es\n" | ||||||
"MIME-Version: 1.0\n" | ||||||
"Content-Type: text/plain; charset=UTF-8\n" | ||||||
@@ -137,8 +137,8 @@ msgid "" | ||||||
"This class now supports HTTPS virtual hosts if possible (that is, if :data:" | ||||||
"`ssl.HAS_SNI` is true)." | ||||||
msgstr "" | ||||||
"Esta clase ahora soporta*hosts* virtuales HTTPS si es posible (es decir, " | ||||||
"si :data:`ssl.HAS_SNI` es verdadero)." | ||||||
#: ../Doc/library/http.client.rst:87 | ||||||
msgid "" | ||||||
@@ -193,8 +193,8 @@ 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. Noson" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||
"instancias realizadas directamente por el usuario." | ||||||
#: ../Doc/library/http.client.rst:119 | ||||||
msgid "" | ||||||
@@ -476,8 +476,8 @@ msgid "" | ||||||
"sent." | ||||||
msgstr "" | ||||||
"Si una :exc:`ConnectionError` o una subclase fue lanzada, el objeto :class:" | ||||||
"`HTTPConnection` estará listo paravolver a conectarsecuando se envíe una " | ||||||
"nuevasolicitud." | ||||||
#: ../Doc/library/http.client.rst:327 | ||||||
msgid "" | ||||||
@@ -507,8 +507,8 @@ msgid "" | ||||||
"proxy server)." | ||||||
msgstr "" | ||||||
"Los argumentos de host y puerto especifican el punto final de la conexión " | ||||||
"realizada por el túnel(es decir, la dirección incluida en la solicitud " | ||||||
"CONNECT, da*not* la dirección del servidor proxy)." | ||||||
#: ../Doc/library/http.client.rst:344 | ||||||
msgid "" | ||||||
@@ -536,9 +536,9 @@ msgid "" | ||||||
"this is called automatically when making a request if the client does not " | ||||||
"already have a connection." | ||||||
msgstr "" | ||||||
"Se conectaal servidor especificado cuando el objeto fue creado. Por " | ||||||
"defecto,esto se llama automáticamente cuando se realiza una solicitud si el " | ||||||
"clienteaún no tiene una conexión." | ||||||
#: ../Doc/library/http.client.rst:369 | ||||||
msgid "Close the connection to the server." | ||||||
@@ -585,7 +585,7 @@ msgstr "" | ||||||
"Envía un encabezado :rfc:`822`\\ -style al servidor. Este envía una línea al " | ||||||
"servidor que consta del encabezado, dos puntos y un espacio, y el primer " | ||||||
"argumento. Si se dan más argumentos, se envían líneas de continuación, cada " | ||||||
"una de las cuales consta detabulación y un argumento." | ||||||
#: ../Doc/library/http.client.rst:404 | ||||||
msgid "" | ||||||
@@ -643,7 +643,7 @@ msgid "" | ||||||
"Send data to the server. This should be used directly only after the :meth:" | ||||||
"`endheaders` method has been called and before :meth:`getresponse` is called." | ||||||
msgstr "" | ||||||
"Envía datos al servidor. Esto debe usarse directamente solo después de que " | ||||||
"se haya llamado al método :meth:`endheaders` y antes de que se llame al " | ||||||
"método :meth:`getresponse`." | ||||||
@@ -718,7 +718,7 @@ msgstr "" | ||||||
msgid "" | ||||||
"HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1." | ||||||
msgstr "" | ||||||
"Versión del protocolo HTTP utilizada por el servidor. 10para HTTP/1.0, 11 " | ||||||
"for HTTP/1.1." | ||||||
#: ../Doc/library/http.client.rst:489 | ||||||
@@ -747,7 +747,7 @@ msgstr "Ejemplos" | ||||||
#: ../Doc/library/http.client.rst:507 | ||||||
msgid "Here is an example session that uses the ``GET`` method::" | ||||||
msgstr "Aquí hay una sesión de ejemplo que usa el método ``GET``*method*::" | ||||||
#: ../Doc/library/http.client.rst:532 | ||||||
msgid "" | ||||||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.