Skip to content

Commit 343af47

Browse files
Update translations from Transifex
1 parent 5beb578 commit 343af47

15 files changed

Lines changed: 6228 additions & 6141 deletions

File tree

c-api/reflection.po

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Ruan Aragão <ruanaragao2@gmail.com>, 2017
88
# Raphael Mendonça, 2017
9-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2019
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:38+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2019\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2020\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -63,32 +63,36 @@ msgstr ""
6363

6464
#: ../../c-api/reflection.rst:31
6565
msgid "See also :c:func:`PyThreadState_GetFrame`."
66-
msgstr ""
66+
msgstr "Veja também :c:func:`PyThreadState_GetFrame`."
6767

6868
#: ../../c-api/reflection.rst:36
6969
msgid "Get the *frame* next outer frame."
70-
msgstr ""
70+
msgstr "Obtém o *frame* próximo ao quadro externo."
7171

7272
#: ../../c-api/reflection.rst:38
7373
msgid "Return a strong reference, or ``NULL`` if *frame* has no outer frame."
7474
msgstr ""
75+
"Retorna uma referência forte, ou ``NULL`` se *frame* não tiver quadro "
76+
"externo."
7577

7678
#: ../../c-api/reflection.rst:40 ../../c-api/reflection.rst:60
7779
msgid "*frame* must not be ``NULL``."
78-
msgstr ""
80+
msgstr "*frame* não deve ser ``NULL``."
7981

8082
#: ../../c-api/reflection.rst:47
8183
msgid "Get the *frame* code."
82-
msgstr ""
84+
msgstr "Obtém o código de *frame*."
8385

8486
#: ../../c-api/reflection.rst:49
8587
msgid "Return a strong reference."
86-
msgstr ""
88+
msgstr "Retorna uma referência forte."
8789

8890
#: ../../c-api/reflection.rst:51
8991
msgid ""
9092
"*frame* must not be ``NULL``. The result (frame code) cannot be ``NULL``."
9193
msgstr ""
94+
"*frame* não deve ser ``NULL``. O resultado (código do quadro) não pode ser "
95+
"``NULL``."
9296

9397
#: ../../c-api/reflection.rst:58
9498
msgid "Return the line number that *frame* is currently executing."

faq/extending.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2018
88
# Rogério Araújo <rogerioaraujo16@hotmail.com>, 2019
9-
# Alexsandro Matias <matiasalexsandro@gmail.com>, 2020
9+
# Alexsandro Matias de Almeida <matiasalexsandro@gmail.com>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,8 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
18-
"Last-Translator: Alexsandro Matias <matiasalexsandro@gmail.com>, 2020\n"
18+
"Last-Translator: Alexsandro Matias de Almeida <matiasalexsandro@gmail.com>, "
19+
"2020\n"
1920
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2021
"teams/5390/pt_BR/)\n"
2122
"MIME-Version: 1.0\n"

library/datetime.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,11 @@ msgid ""
17981798
"converted datetime instance will be set to an instance of :class:`timezone` "
17991799
"with the zone name and offset obtained from the OS."
18001800
msgstr ""
1801+
"Se for chamado sem argumentos (ou com ``tz=None``) o fuso horário do sistema "
1802+
"local é assumido como o fuso horário desejado. O atributo ``.tzinfo`` da "
1803+
"instância datetime convertida será definido para uma instância de :class:"
1804+
"`timezone` com o nome da zona e um deslocamento obtido a partir do sistema "
1805+
"operacional."
18011806

18021807
#: ../../library/datetime.rst:1248
18031808
msgid ""

library/random.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ msgid ""
206206
"class:`int`, :class:`float`, :class:`str`, :class:`bytes`, or :class:"
207207
"`bytearray`."
208208
msgstr ""
209+
"No futuro, *seed* deve ser um dos seguintes tipos: *NoneType*, :class:"
210+
"`int`, :class:`float`, :class:`str`, :class:`bytes` ou :class:`bytearray`."
209211

210212
#: ../../library/random.rst:96
211213
msgid ""
@@ -227,17 +229,19 @@ msgstr ""
227229

228230
#: ../../library/random.rst:108
229231
msgid "Functions for bytes"
230-
msgstr ""
232+
msgstr "Funções para bytes"
231233

232234
#: ../../library/random.rst:112
233235
msgid "Generate *n* random bytes."
234-
msgstr ""
236+
msgstr "Gera *n* bytes aleatórios."
235237

236238
#: ../../library/random.rst:114
237239
msgid ""
238240
"This method should not be used for generating security tokens. Use :func:"
239241
"`secrets.token_bytes` instead."
240242
msgstr ""
243+
"Este método não deve ser usado para gerar tokens de segurança. Use :func:"
244+
"`secrets.token_bytes`."
241245

242246
#: ../../library/random.rst:121
243247
msgid "Functions for integers"
@@ -288,10 +292,15 @@ msgid ""
288292
"as an optional part of the API. When available, :meth:`getrandbits` enables :"
289293
"meth:`randrange` to handle arbitrarily large ranges."
290294
msgstr ""
295+
"Retorna um número inteiro Python com bits aleatórios *k*. Este método é "
296+
"fornecido com o gerador MersenneTwister e alguns outros geradores também "
297+
"podem fornecê-lo como uma parte opcional da API. Quando disponível, :meth:"
298+
"`getrandbits` permite que :meth:`randrange` manipule intervalos "
299+
"arbitrariamente grandes."
291300

292301
#: ../../library/random.rst:150
293302
msgid "This method now accepts zero for *k*."
294-
msgstr ""
303+
msgstr "Este método agora aceita zero em *k*."
295304

296305
#: ../../library/random.rst:155
297306
msgid "Functions for sequences"
@@ -352,6 +361,11 @@ msgid ""
352361
"undefined if any weight is negative. A :exc:`ValueError` is raised if all "
353362
"weights are zero."
354363
msgstr ""
364+
"Os *weight* ou *cum_weights* podem usar qualquer tipo numérico que "
365+
"interopera com os valores :class:`float` retornados por :func:`random` (que "
366+
"inclui números inteiros, pontos flutuantes e frações, mas exclui decimais). "
367+
"O comportamento é indefinido se algum peso for negativo. Uma :exc:"
368+
"`ValueError` é levantada se todos os pesos forem zero."
355369

356370
#: ../../library/random.rst:187
357371
msgid ""
@@ -371,7 +385,7 @@ msgstr ""
371385

372386
#: ../../library/random.rst:196
373387
msgid "Raises a :exc:`ValueError` if all weights are zero."
374-
msgstr ""
388+
msgstr "Levanta uma :exc:`ValueError` se todos os pesos forem zero."
375389

376390
#: ../../library/random.rst:202
377391
msgid "Shuffle the sequence *x* in place."
@@ -411,7 +425,7 @@ msgstr ""
411425

412426
#: ../../library/random.rst:217
413427
msgid "The optional parameter *random*."
414-
msgstr ""
428+
msgstr "O parâmetro opcional *random*."
415429

416430
#: ../../library/random.rst:222
417431
msgid ""

library/symbol.po

Lines changed: 4 additions & 2 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 <rffontenelle@gmail.com>, 2019
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2020-06-01 03:13+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2019\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2020\n"
1717
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
@@ -51,6 +51,8 @@ msgid ""
5151
"The symbol module is deprecated and will be removed in future versions of "
5252
"Python."
5353
msgstr ""
54+
"O módulo símbolo foi descontinuado e será removido em versões futuras do "
55+
"Python."
5456

5557
#: ../../library/symbol.rst:25
5658
msgid "This module also provides one additional data object:"

library/zlib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
87
# i17obot <i17obot@rougeth.com>, 2020
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:37+0000\n"
17-
"Last-Translator: i17obot <i17obot@rougeth.com>, 2020\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2020\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"MIME-Version: 1.0\n"
@@ -387,7 +387,7 @@ msgstr ""
387387

388388
#: ../../library/zlib.rst:200
389389
msgid "Added the *zdict* parameter."
390-
msgstr "Adicionou parâmetro *zdict*."
390+
msgstr "Adicionado o parâmetro *zdict*."
391391

392392
#: ../../library/zlib.rst:204
393393
msgid "Compression objects support the following methods:"

tutorial/introduction.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Leticia Portella <leportella@gmail.com>, 2017
99
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2017
1010
# Adorilson Bezerra <adorilson@gmail.com>, 2019
11+
# Alexsandro Matias de Almeida <matiasalexsandro@gmail.com>, 2020
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,8 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
19-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2019\n"
20+
"Last-Translator: Alexsandro Matias de Almeida <matiasalexsandro@gmail.com>, "
21+
"2020\n"
2022
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2123
"teams/5390/pt_BR/)\n"
2224
"MIME-Version: 1.0\n"
@@ -487,7 +489,7 @@ msgid ""
487489
msgstr ""
488490
"Todas as operações de fatiamento devolvem uma nova lista contendo os "
489491
"elementos solicitados. Isso significa que o seguinte fatiamento devolve "
490-
"uma :ref:`cópia raza<shallow_vs_deep_copy>` da lista::"
492+
"uma :ref:`cópia rasa<shallow_vs_deep_copy>` da lista::"
491493

492494
#: ../../tutorial/introduction.rst:403
493495
msgid "Lists also support operations like concatenation::"

using/windows.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ msgid ""
281281
"This allows the :func:`open` function, the :mod:`os` module and most other "
282282
"path functionality to accept and return paths longer than 260 characters."
283283
msgstr ""
284+
"Isso permite que a função :func:`open`, o módulo :mod:`os` e a maior parte "
285+
"das outras funcionalidades de caminho aceitem e retornem caminhos maiores "
286+
"que 260 caracteres quando usando strings."
284287

285288
#: ../../using/windows.rst:113
286289
msgid "After changing the above option, no further configuration is required."

whatsnew/3.2.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ msgstr ""
18561856

18571857
#: ../../whatsnew/3.2.rst:1697
18581858
msgid "imaplib"
1859-
msgstr ""
1859+
msgstr "imaplib"
18601860

18611861
#: ../../whatsnew/3.2.rst:1699
18621862
msgid ""

whatsnew/3.3.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ msgstr ""
19241924

19251925
#: ../../whatsnew/3.3.rst:1369
19261926
msgid "ftplib"
1927-
msgstr ""
1927+
msgstr "ftplib"
19281928

19291929
#: ../../whatsnew/3.3.rst:1371
19301930
msgid ""
@@ -2038,7 +2038,7 @@ msgstr ""
20382038

20392039
#: ../../whatsnew/3.3.rst:1450
20402040
msgid "imaplib"
2041-
msgstr ""
2041+
msgstr "imaplib"
20422042

20432043
#: ../../whatsnew/3.3.rst:1452
20442044
msgid ""
@@ -2201,7 +2201,7 @@ msgstr ""
22012201

22022202
#: ../../whatsnew/3.3.rst:1558
22032203
msgid "nntplib"
2204-
msgstr ""
2204+
msgstr "nntplib"
22052205

22062206
#: ../../whatsnew/3.3.rst:1560
22072207
msgid ""

0 commit comments

Comments
 (0)