- Notifications
You must be signed in to change notification settings - Fork395
Traducido archivo howto/urllib2#2340
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
10 commits Select commitHold shift + click to select a range
79af8b1
traducido-archivo-howto-urllib2.po
srmorita72108a8
Finish translate
srmoritadca2518
powrap
rtobarc404931
Update howto/urllib2.po
837d527
Review Fuzzy
srmoritae3d737f
Merge branch 'traduccion-howto-urllib2' of github.com:fmoradev/python…
srmorita1b5bf1e
Merge branch '3.11' into traduccion-howto-urllib2
42d38c3
Fix observations
srmorita66251bb
Fix observations
srmoritaceb88b4
Update howto/urllib2.po
rtobarFile 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
NextNext commit
traducido-archivo-howto-urllib2.po
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit79af8b1fe04dbbc5fe1f5f83852af52c2b245e22
There are no files selected for viewing
44 changes: 24 additions & 20 deletionshowto/urllib2.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,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:2023-03-06 14:00-0300\n" | ||
"Last-Translator:Francisco Mora <fr.morac@duocuc.cl>\n" | ||
"Language: es_AR\n" | ||
"Language-Team: python-doc-es\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.10.3\n" | ||
"X-Generator: Poedit 2.4.2\n" | ||
#: ../Doc/howto/urllib2.rst:5 | ||
msgid "HOWTO Fetch Internet Resources Using The urllib Package" | ||
@@ -31,7 +32,7 @@ msgstr "Autor" | ||
#: ../Doc/howto/urllib2.rst:7 | ||
msgid "`Michael Foord <https://agileabstractions.com/>`_" | ||
msgstr "`Michael Foord <https://agileabstractions.com/>`_" | ||
#: ../Doc/howto/urllib2.rst:11 | ||
msgid "" | ||
@@ -40,6 +41,10 @@ msgid "" | ||
"web/20200910051922/http://www.voidspace.org.uk/python/articles/" | ||
"urllib2_francais.shtml>`_." | ||
msgstr "" | ||
"Hay una traducción al francés de una revisión anterior de este HOWTO., " | ||
This conversation was marked as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"disponible en `urllib2 - Le Manuel manquant <https://web.archive.org/" | ||
"web/20200910051922/http://www.voidspace.org.uk/python/articles/" | ||
"urllib2_francais.shtml>`_." | ||
#: ../Doc/howto/urllib2.rst:18 | ||
msgid "Introduction" | ||
@@ -180,8 +185,8 @@ msgid "" | ||
"In the case of HTTP, there are two extra things that Request objects allow " | ||
"you to do: First, you can pass data to be sent to the server. Second, you " | ||
"can pass extra information (\"metadata\") *about* the data or about the " | ||
"request itself, to the server - this information is sent as HTTP\"headers" | ||
"\". Let's look at each of these in turn." | ||
msgstr "" | ||
"En el caso de HTTP, hay dos cosas adicionales que los objetos Request le " | ||
"permiten hacer: Primero, puede pasar datos para enviarlos al servidor. En " | ||
@@ -373,11 +378,11 @@ msgstr "" | ||
"Cada respuesta HTTP del servidor contiene un \"código de estado\" numérico. " | ||
"A veces el código de estado indica que el servidor es incapaz de satisfacer " | ||
"la petición. Los gestores predeterminados se encargarán de algunas de estas " | ||
"respuestas automáticamente (por ejemplo, si la respuesta es una\"redirección" | ||
"\" que solicita que el cliente obtenga el documento desde una URL diferente, " | ||
"urllib se encargará de eso por ti). Para aquellas respuestas que no puede " | ||
"manejar, urlopen lanzará un :exc:`HTTPError`. Los errores típicos incluyen " | ||
"'404' (página no encontrada), '403' (petición prohibida), y " | ||
"'401' (autenticación requerida)." | ||
#: ../Doc/howto/urllib2.rst:242 | ||
@@ -583,9 +588,8 @@ msgid "" | ||
"call ``install_opener``, except as a convenience." | ||
msgstr "" | ||
"Los objetos de apertura tienen un método ``open``, que puede ser llamado " | ||
"directamente para consultar urls de la misma manera que la función \"urlopen" | ||
"\": no hay necesidad de llamar ``install_opener``, excepto por conveniencia." | ||
#: ../Doc/howto/urllib2.rst:455 | ||
msgid "Basic Authentication" | ||
@@ -687,19 +691,19 @@ msgstr "" | ||
#: ../Doc/howto/urllib2.rst:522 | ||
msgid "" | ||
"``top_level_url`` is in fact *either* a full URL (including the 'http:' " | ||
"scheme component and the hostname and optionally the port number) e.g.``" | ||
"\"http://example.com/\"`` *or* an \"authority\" (i.e. the hostname, " | ||
"optionally including the port number) e.g. ``\"example.com\"`` or``" | ||
"\"example.com:8080\"`` (the latter example includes a port number). The " | ||
"authority, if present, must NOT contain the \"userinfo\" component - for " | ||
"example ``\"joe:password@example.com\"`` is not correct." | ||
msgstr "" | ||
"``top_level_url`` es de hecho *o* una URL completa (incluyendo el componente " | ||
"del esquema 'http:' y el nombre del host y opcionalmente el número de " | ||
"puerto) p.ej. ``\"http://example.com/\"`` *o* una \"autoridad\" (esto es, el " | ||
"nombre del host, incluyendo opcionalmente el número de puerto) por ejemplo``" | ||
"\"example.com\"`` o ``\"example.com:8080\"`` (este último ejemplo incluye un " | ||
"número de puerto). La autoridad, si está presente, NO debe contener el " | ||
"componente \"userinfo\" - por ejemplo ``\"joe:password@example.com\"`` no es " | ||
"correcto." | ||
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.