- 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 fromall commits
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
There are no files selected for viewing
27 changes: 19 additions & 8 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-09 08:37-0300\n" | ||
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n" | ||
"Language-Team: python-doc-es\n" | ||
"Language: es_AR\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.2.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, " | ||
"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" | ||
@@ -54,7 +59,6 @@ msgstr "" | ||
"recursos web con Python:" | ||
#: ../Doc/howto/urllib2.rst:25 | ||
This conversation was marked as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
msgid "" | ||
"`Basic Authentication <https://web.archive.org/web/20201215133350/http://www." | ||
"voidspace.org.uk/python/articles/authentication.shtml>`_" | ||
@@ -499,15 +503,14 @@ msgstr "" | ||
"Actualmente es una instancia :class:`http.client.HTTPMessage`." | ||
#: ../Doc/howto/urllib2.rst:413 | ||
This conversation was marked as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
msgid "" | ||
"Typical headers include 'Content-length', 'Content-type', and so on. See the " | ||
"`Quick Reference to HTTP Headers <https://jkorpela.fi/http.html>`_ for a " | ||
"useful listing of HTTP headers with brief explanations of their meaning and " | ||
"use." | ||
msgstr "" | ||
"Los encabezados típicos incluyen 'Content-length', 'Content-type' y así " | ||
"sucesivamente. Mira la `Quick Reference to HTTP Headers <https://jkorpela.fi/" | ||
"http.html>`_ para un listado útil de encabezados de HTTP con breves " | ||
"explicaciones de su significado y uso." | ||
@@ -525,6 +528,14 @@ msgid "" | ||
"(http, ftp, etc.), or how to handle an aspect of URL opening, for example " | ||
"HTTP redirections or HTTP cookies." | ||
msgstr "" | ||
"Cuando obtienes una URL utilizas una apertura (una instancia de la quizás " | ||
This conversation was marked as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"confusamente llamada :class:`urllib.request.OpenerDirector`). Normalmente " | ||
"hemos estado usando la apertura por defecto - a través de ``urlopen`` - pero " | ||
"puedes crear aperturas personalizadas. Las aperturas utilizan manejadores. " | ||
"Todo el \"trabajo pesado\" lo hacen los manejadores. Cada manejador sabe " | ||
"cómo abrir URLs para un esquema de URL particular (http, ftp, etc.), o cómo " | ||
"manejar un aspecto de la apertura de URLs, por ejemplo redirecciones HTTP o " | ||
"cookies HTTP." | ||
#: ../Doc/howto/urllib2.rst:430 | ||
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.