4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <[email protected] >, 2021
7
+ # Rafael Fontenelle <[email protected] >, 2023
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2023-10-13 14:14+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
16
- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2021 \n "
16
+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023 \n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
18
18
"teams/5390/pt_BR/)\n "
19
19
"MIME-Version : 1.0\n "
@@ -70,6 +70,8 @@ msgid ""
70
70
":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an "
71
71
"alias of :exc:`OSError`."
72
72
msgstr ""
73
+ ":exc:`URLError` costumava ser um subtipo de :exc:`IOError`, que agora é um "
74
+ "apelido de :exc:`OSError`."
73
75
74
76
#: ../../library/urllib.error.rst:36
75
77
msgid ""
@@ -86,7 +88,7 @@ msgstr ""
86
88
87
89
#: ../../library/urllib.error.rst:44
88
90
msgid "Contains the request URL. An alias for *filename* attribute."
89
- msgstr ""
91
+ msgstr "Contém a solicitação URL. Um apelido para *nome do arquivo* atributo. "
90
92
91
93
#: ../../library/urllib.error.rst:49
92
94
msgid ""
@@ -103,24 +105,32 @@ msgid ""
103
105
"This is usually a string explaining the reason for this error. An alias for "
104
106
"*msg* attribute."
105
107
msgstr ""
108
+ "Geralmente é uma string explicando o motivo desse erro. Um apelido para o "
109
+ "atributo *msg*."
106
110
107
111
#: ../../library/urllib.error.rst:60
108
112
msgid ""
109
113
"The HTTP response headers for the HTTP request that caused the :exc:"
110
114
"`HTTPError`. An alias for *hdrs* attribute."
111
115
msgstr ""
116
+ "Os cabeçalhos de resposta HTTP para a solicitação HTTP que causou a :exc:"
117
+ "`HTTPError`. Um apelido para o atributo *hdrs*."
112
118
113
119
#: ../../library/urllib.error.rst:68
114
120
msgid "A file-like object where the HTTP error body can be read from."
115
121
msgstr ""
122
+ "Um objeto arquivo ou similar no qual o corpo do HTTP erro pode ser lido."
116
123
117
124
#: ../../library/urllib.error.rst:72
118
125
msgid ""
119
126
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
120
127
"function detects that the amount of the downloaded data is less than the "
121
128
"expected amount (given by the *Content-Length* header)."
122
129
msgstr ""
130
+ "Esta exceção é levantada quando a função :func:`~urllib.request.urlretrieve` "
131
+ "detecta que a quantidade de dados baixados é menor que a quantidade esperada "
132
+ "(fornecida pelo cabeçalho *Content-Length*)."
123
133
124
134
#: ../../library/urllib.error.rst:79
125
135
msgid "The downloaded (and supposedly truncated) data."
126
- msgstr ""
136
+ msgstr "Os dados baixados (e supostamente truncados). "
0 commit comments