Skip to content

Commit 62b5338

Browse files
authored
Traducción library/urllib.error.po (#1109)
1 parent c3fbcec commit 62b5338

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

library/urllib.error.po

+35-5
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,73 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-10-26 06:52-0400\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.4.1\n"
1921

2022
#: ../Doc/library/urllib.error.rst:2
2123
msgid ":mod:`urllib.error` --- Exception classes raised by urllib.request"
2224
msgstr ""
25+
":mod:`urllib.error` --- Clases de excepción lanzadas por urllib.request"
2326

2427
#: ../Doc/library/urllib.error.rst:10
2528
msgid "**Source code:** :source:`Lib/urllib/error.py`"
26-
msgstr ""
29+
msgstr "**Código fuente:** :source:`Lib/urllib/error.py`"
2730

2831
#: ../Doc/library/urllib.error.rst:14
2932
msgid ""
3033
"The :mod:`urllib.error` module defines the exception classes for exceptions "
3134
"raised by :mod:`urllib.request`. The base exception class is :exc:"
3235
"`URLError`."
3336
msgstr ""
37+
"El módulo :mod:`urllib.error` define las clases de excepción para las "
38+
"excepciones lanzadas por :mod:`urllib.request`. La clase de excepción base "
39+
"es :exc:`URLError`."
3440

3541
#: ../Doc/library/urllib.error.rst:17
3642
msgid ""
3743
"The following exceptions are raised by :mod:`urllib.error` as appropriate:"
3844
msgstr ""
45+
"Las siguientes excepciones son lanzadas por :mod:`urllib.error` según sea "
46+
"apropiado:"
3947

4048
#: ../Doc/library/urllib.error.rst:21
4149
msgid ""
4250
"The handlers raise this exception (or derived exceptions) when they run into "
4351
"a problem. It is a subclass of :exc:`OSError`."
4452
msgstr ""
53+
"Los gestores lanzan esta excepción (o excepciones derivadas) cuando "
54+
"encuentran un problema. Es una subclase de :exc:`OSError`."
4555

4656
#: ../Doc/library/urllib.error.rst:26
4757
msgid ""
4858
"The reason for this error. It can be a message string or another exception "
4959
"instance."
5060
msgstr ""
61+
"El motivo de este error. Puede ser una cadena de mensaje u otra instancia de "
62+
"una excepción."
5163

5264
#: ../Doc/library/urllib.error.rst:29
5365
msgid ""
5466
":exc:`URLError` has been made a subclass of :exc:`OSError` instead of :exc:"
5567
"`IOError`."
5668
msgstr ""
69+
"Se ha convertido a :exc:`URLError` en una subclase de :exc:`OSError` en "
70+
"lugar de :exc:`IOError`."
5771

5872
#: ../Doc/library/urllib.error.rst:36
5973
msgid ""
@@ -62,23 +76,35 @@ msgid ""
6276
"(the same thing that :func:`~urllib.request.urlopen` returns). This is "
6377
"useful when handling exotic HTTP errors, such as requests for authentication."
6478
msgstr ""
79+
"A pesar de ser una excepción (una subclase de :exc:`URLError`), un :exc:"
80+
"`HTTPError` también puede funcionar como un valor de retorno no excepcional "
81+
"de tipo archivo (lo mismo que retorna :func:`~urllib.request.urlopen`). Esto "
82+
"es útil para gestionar errores HTTP exóticos, como peticiones de "
83+
"autentificación."
6584

6685
#: ../Doc/library/urllib.error.rst:44
6786
msgid ""
6887
"An HTTP status code as defined in :rfc:`2616`. This numeric value "
6988
"corresponds to a value found in the dictionary of codes as found in :attr:"
7089
"`http.server.BaseHTTPRequestHandler.responses`."
7190
msgstr ""
91+
"Un código de estado HTTP como los definidos en :rfc:`2616`. Este valor "
92+
"numérico se corresponde con un valor de un diccionario de códigos como el "
93+
"que hay en :attr:`http.server.BaseHTTPRequestHandler.responses`."
7294

7395
#: ../Doc/library/urllib.error.rst:50
7496
msgid "This is usually a string explaining the reason for this error."
7597
msgstr ""
98+
"Normalmente esto es una cadena de caracteres que explica el motivo de este "
99+
"error."
76100

77101
#: ../Doc/library/urllib.error.rst:54
78102
msgid ""
79103
"The HTTP response headers for the HTTP request that caused the :exc:"
80104
"`HTTPError`."
81105
msgstr ""
106+
"Las cabeceras de la respuesta HTTP de la petición HTTP que causó el :exc:"
107+
"`HTTPError`."
82108

83109
#: ../Doc/library/urllib.error.rst:61
84110
msgid ""
@@ -87,3 +113,7 @@ msgid ""
87113
"expected amount (given by the *Content-Length* header). The :attr:`content` "
88114
"attribute stores the downloaded (and supposedly truncated) data."
89115
msgstr ""
116+
"Esta excepción se lanza cuando la función :func:`~urllib.request."
117+
"urlretrieve` detecta que la cantidad de datos descargados es menor que la "
118+
"esperada (dada por la cabecera *Content-Length*). El atributo :attr:"
119+
"`content` almacena los datos descargados (y supuestamente truncados)."

0 commit comments

Comments
 (0)