Skip to content

Commit f58caff

Browse files
JPC501rtobar
andauthored
Traducido urllib.error.po, entradas 15/15, fuzzy 0 (#2654)
Closes #2518 - Este PR incluye las traducciones faltantes para el módulo urllib.error. Se han traducido todas las entradas y se han revisado las traducciones fuzzy. --------- Co-authored-by: rtobar <[email protected]>
1 parent 5038f8b commit f58caff

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

TRANSLATORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Alfonso Trigo (@alftri)
1515
Alvar Maciel (@alvarmaciel @amaciel)
1616
Alvaro Cárdenas (@alvaruz)
1717
Álvaro Mondéjar Rubio (@mondeja)
18+
alver joan perez (@JPC501)
1819
alycolbar
1920
Ana (@popiula)
2021
Ana de la Calle
@@ -232,4 +233,4 @@ Xavi Francisco (@srxavi)
232233
Xavi Rambla Centellas (@xavirambla)
233234
Yennifer Paola Herrera Ariza (@Yenniferh)
234235
Yohanna Padrino (@Yo-hanaPR)
235-
zejiran
236+
zejiran

library/urllib.error.po

+6-9
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ msgstr ""
8686

8787
#: ../Doc/library/urllib.error.rst:44
8888
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*."
9090

9191
#: ../Doc/library/urllib.error.rst:49
9292
msgid ""
@@ -99,39 +99,36 @@ msgstr ""
9999
"que hay en :attr:`http.server.BaseHTTPRequestHandler.responses`."
100100

101101
#: ../Doc/library/urllib.error.rst:55
102-
#, fuzzy
103102
msgid ""
104103
"This is usually a string explaining the reason for this error. An alias for "
105104
"*msg* attribute."
106105
msgstr ""
107106
"Normalmente esto es una cadena de caracteres que explica el motivo de este "
108-
"error."
107+
"error. Un alias para el atributo *msg*."
109108

110109
#: ../Doc/library/urllib.error.rst:60
111-
#, fuzzy
112110
msgid ""
113111
"The HTTP response headers for the HTTP request that caused the :exc:"
114112
"`HTTPError`. An alias for *hdrs* attribute."
115113
msgstr ""
116114
"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*."
118116

119117
#: ../Doc/library/urllib.error.rst:68
120118
msgid "A file-like object where the HTTP error body can be read from."
121119
msgstr ""
120+
"Un objeto similar a un archivo donde se puede leer el cuerpo del error HTTP."
122121

123122
#: ../Doc/library/urllib.error.rst:72
124-
#, fuzzy
125123
msgid ""
126124
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
127125
"function detects that the amount of the downloaded data is less than the "
128126
"expected amount (given by the *Content-Length* header)."
129127
msgstr ""
130128
"Esta excepción se lanza cuando la función :func:`~urllib.request."
131129
"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*)."
134131

135132
#: ../Doc/library/urllib.error.rst:79
136133
msgid "The downloaded (and supposedly truncated) data."
137-
msgstr ""
134+
msgstr "Los datos descargados (y supuestamente truncados)."

0 commit comments

Comments
 (0)