Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecc69e9

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent f74418f commit ecc69e9

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

library/urllib.error.po

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2021
7+
# Rafael Fontenelle <[email protected]>, 2023
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
1515
"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"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
@@ -70,6 +70,8 @@ msgid ""
7070
":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an "
7171
"alias of :exc:`OSError`."
7272
msgstr ""
73+
":exc:`URLError` costumava ser um subtipo de :exc:`IOError`, que agora é um "
74+
"apelido de :exc:`OSError`."
7375

7476
#: ../../library/urllib.error.rst:36
7577
msgid ""
@@ -86,7 +88,7 @@ msgstr ""
8688

8789
#: ../../library/urllib.error.rst:44
8890
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."
9092

9193
#: ../../library/urllib.error.rst:49
9294
msgid ""
@@ -103,24 +105,32 @@ msgid ""
103105
"This is usually a string explaining the reason for this error. An alias for "
104106
"*msg* attribute."
105107
msgstr ""
108+
"Geralmente é uma string explicando o motivo desse erro. Um apelido para o "
109+
"atributo *msg*."
106110

107111
#: ../../library/urllib.error.rst:60
108112
msgid ""
109113
"The HTTP response headers for the HTTP request that caused the :exc:"
110114
"`HTTPError`. An alias for *hdrs* attribute."
111115
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*."
112118

113119
#: ../../library/urllib.error.rst:68
114120
msgid "A file-like object where the HTTP error body can be read from."
115121
msgstr ""
122+
"Um objeto arquivo ou similar no qual o corpo do HTTP erro pode ser lido."
116123

117124
#: ../../library/urllib.error.rst:72
118125
msgid ""
119126
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
120127
"function detects that the amount of the downloaded data is less than the "
121128
"expected amount (given by the *Content-Length* header)."
122129
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*)."
123133

124134
#: ../../library/urllib.error.rst:79
125135
msgid "The downloaded (and supposedly truncated) data."
126-
msgstr ""
136+
msgstr "Os dados baixados (e supostamente truncados)."

tutorial/floatingpoint.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ msgid ""
237237
"Alternatively, the :func:`round` function can be used to compare rough "
238238
"approximations:"
239239
msgstr ""
240+
"Alternativamente, a função :func:`round` pode ser usada para comparar "
241+
"aproximações aproximadas:"
240242

241243
#: ../../tutorial/floatingpoint.rst:147
242244
msgid ""

tutorial/introduction.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,9 @@ msgid ""
568568
"`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_sequence>`_ as "
569569
"follows::"
570570
msgstr ""
571+
"Claro, podemos usar o Python para tarefas mais complicadas do que somar 2+2. "
572+
"Por exemplo, podemos escrever o início da `sequência de Fibonacci <https://"
573+
"pt.wikipedia.org/wiki/Sequência_de_Fibonacci>`_ assim::"
571574

572575
#: ../../tutorial/introduction.rst:501
573576
msgid "This example introduces several new features."

whatsnew/3.8.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ msgid ""
142142
"functions annotated with Larry Hastings' `Argument Clinic <devguide.python."
143143
"org/development-tools/clinic/>`__ tool."
144144
msgstr ""
145+
"Existe uma nova sintaxe de parâmetro de função ``/`` para indicar que alguns "
146+
"parâmetros de função devem ser especificados posicionalmente e não podem ser "
147+
"usados como argumentos nomeados. Esta é a mesma notação mostrada por "
148+
"``help()`` para funções C anotadas com a ferramenta `Argument Clinic "
149+
"<devguide.python.org/development-tools/clinic/>`_ de Larry Hastings."
145150

146151
#: ../../whatsnew/3.8.rst:128
147152
msgid ""

0 commit comments

Comments
 (0)