@@ -86,7 +86,7 @@ msgstr ""
86
86
87
87
#: ../Doc/library/urllib.error.rst:44
88
88
msgid "Contains the request URL. An alias for *filename* attribute."
89
- msgstr ""
89
+ msgstr "Contiene la URL de la solicitud. Un alias para el atributo *filename*. "
90
90
91
91
#: ../Doc/library/urllib.error.rst:49
92
92
msgid ""
@@ -99,39 +99,36 @@ msgstr ""
99
99
"que hay en :attr:`http.server.BaseHTTPRequestHandler.responses`."
100
100
101
101
#: ../Doc/library/urllib.error.rst:55
102
- #, fuzzy
103
102
msgid ""
104
103
"This is usually a string explaining the reason for this error. An alias for "
105
104
"*msg* attribute."
106
105
msgstr ""
107
106
"Normalmente esto es una cadena de caracteres que explica el motivo de este "
108
- "error."
107
+ "error. Un alias para el atributo *msg*. "
109
108
110
109
#: ../Doc/library/urllib.error.rst:60
111
- #, fuzzy
112
110
msgid ""
113
111
"The HTTP response headers for the HTTP request that caused the :exc:"
114
112
"`HTTPError`. An alias for *hdrs* attribute."
115
113
msgstr ""
116
114
"Las cabeceras de la respuesta HTTP de la petición HTTP que causó el :exc:"
117
- "`HTTPError`."
115
+ "`HTTPError`. Un alias para el atributo *hdrs*. "
118
116
119
117
#: ../Doc/library/urllib.error.rst:68
120
118
msgid "A file-like object where the HTTP error body can be read from."
121
119
msgstr ""
120
+ "Un objeto similar a un archivo donde se puede leer el cuerpo del error HTTP."
122
121
123
122
#: ../Doc/library/urllib.error.rst:72
124
- #, fuzzy
125
123
msgid ""
126
124
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
127
125
"function detects that the amount of the downloaded data is less than the "
128
126
"expected amount (given by the *Content-Length* header)."
129
127
msgstr ""
130
128
"Esta excepción se lanza cuando la función :func:`~urllib.request."
131
129
"urlretrieve` detecta que la cantidad de datos descargados es menor que la "
132
- "esperada (dada por la cabecera *Content-Length*). El atributo :attr:"
133
- "`content` almacena los datos descargados (y supuestamente truncados)."
130
+ "esperada (dada por la cabecera *Content-Length*)."
134
131
135
132
#: ../Doc/library/urllib.error.rst:79
136
133
msgid "The downloaded (and supposedly truncated) data."
137
- msgstr ""
134
+ msgstr "Los datos descargados (y supuestamente truncados). "
0 commit comments