Skip to content

Commit 36d50f4

Browse files
Update translations from Transifex
1 parent bdab05f commit 36d50f4

File tree

9 files changed

+51
-10
lines changed

9 files changed

+51
-10
lines changed

howto/sorting.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
99
# Lucas Sanches <sanches.lz@hotmail.com>, 2021
1010
# Hildeberto Abreu Magalhães <hildeberto@gmail.com>, 2021
11+
# Henrique Junqueira, 2022
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
19-
"Last-Translator: Hildeberto Abreu Magalhães <hildeberto@gmail.com>, 2021\n"
20+
"Last-Translator: Henrique Junqueira, 2022\n"
2021
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2122
"teams/5390/pt_BR/)\n"
2223
"MIME-Version: 1.0\n"
@@ -428,12 +429,17 @@ msgid ""
428429
"it is easy to add a standard sort order to a class by defining an :meth:"
429430
"`__lt__` method:"
430431
msgstr ""
432+
"As rotinas de classificação usam ``<`` ao fazer comparações entre dois "
433+
"objetos. Portanto, é fácil adicionar uma ordem de classificação padrão a uma "
434+
"classe definindo um método :meth:`__lt__`:"
431435

432436
#: ../../howto/sorting.rst:338
433437
msgid ""
434438
"However, note that ``<`` can fall back to using :meth:`__gt__` if :meth:"
435439
"`__lt__` is not implemented (see :func:`object.__lt__`)."
436440
msgstr ""
441+
"No entanto, note que pode voltar a usar :meth:`__gt__` se :meth:`__lt__` não "
442+
"estiver implementado (veja :func:`object.__lt__`)."
437443

438444
#: ../../howto/sorting.rst:341
439445
msgid ""

library/aifc.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
8+
# Henrique Junqueira, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
17+
"Last-Translator: Henrique Junqueira, 2022\n"
1718
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -36,6 +37,8 @@ msgid ""
3637
"The :mod:`aifc` module is deprecated (see :pep:`PEP 594 <594#aifc>` for "
3738
"details)."
3839
msgstr ""
40+
"O módulo :mod:`aifc` foi desccontinuado (veja :pep:`PEP 594 <594#aifc>` para "
41+
"mais detalhes)."
3942

4043
#: ../../library/aifc.rst:22
4144
msgid ""

library/cgitb.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
88
# Marcos Wenneton Araújo <mwvda.eng@uea.edu.br>, 2021
9+
# Henrique Junqueira, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
17-
"Last-Translator: Marcos Wenneton Araújo <mwvda.eng@uea.edu.br>, 2021\n"
18+
"Last-Translator: Henrique Junqueira, 2022\n"
1819
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"MIME-Version: 1.0\n"
@@ -39,6 +40,8 @@ msgid ""
3940
"The :mod:`cgitb` module is deprecated (see :pep:`PEP 594 <594#cgitb>` for "
4041
"details)."
4142
msgstr ""
43+
"O módulo :mod:`cgitb` foi descontinuado (veja :pep:`PEP 594 <594#cgitb>` "
44+
"para mais detalhes)."
4245

4346
#: ../../library/cgitb.rst:25
4447
msgid ""

library/copyreg.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
88
# And Past <andrepgs@gmail.com>, 2021
9+
# Henrique Junqueira, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1617
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
17-
"Last-Translator: And Past <andrepgs@gmail.com>, 2021\n"
18+
"Last-Translator: Henrique Junqueira, 2022\n"
1819
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"MIME-Version: 1.0\n"
@@ -72,6 +73,11 @@ msgid ""
7273
"arguments returned by *function* at pickling time. A :exc:`TypeError` is "
7374
"raised if the *constructor* is not callable."
7475
msgstr ""
76+
"O parâmetro opcional *construtor*, se fornecido, é um objeto chamável, que "
77+
"pode ser usado para reconstruir o objeto quando chamado com a tupla de "
78+
"argumentos retornada pela *função* no momento em que este objeto for "
79+
"convertido em um fluxo de bytes. Um :exc:`TypeError` é gerado se o "
80+
"*construtor* não for chamável."
7581

7682
#: ../../library/copyreg.rst:39
7783
msgid ""

library/html.entities.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
8+
# Henrique Junqueira, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
17+
"Last-Translator: Henrique Junqueira, 2022\n"
1718
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -84,3 +85,5 @@ msgid ""
8485
"See https://html.spec.whatwg.org/multipage/syntax.html#named-character-"
8586
"references"
8687
msgstr ""
88+
"Veja https://html.spec.whatwg.org/multipage/syntax.html#named-character-"
89+
"references"

library/internet.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Raphael Mendonça, 2021
8+
# Henrique Junqueira, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
16-
"Last-Translator: Raphael Mendonça, 2021\n"
17+
"Last-Translator: Henrique Junqueira, 2022\n"
1718
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -35,3 +36,8 @@ msgid ""
3536
"`socket`, which is currently supported on most popular platforms. Here is "
3637
"an overview:"
3738
msgstr ""
39+
"Os módulos descritos neste capítulo implementam protocolos de internet e "
40+
"suporte para tecnologia relacionada. Todos eles são implementados em Python. "
41+
"A maioria desses módulos requer a presença do módulo dependente do sistema :"
42+
"mod:`socket`, que atualmente é suportado na maioria das plataformas "
43+
"populares. Segue uma visão geral:"

library/sndhdr.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
8+
# Henrique Junqueira, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
17+
"Last-Translator: Henrique Junqueira, 2022\n"
1718
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -36,6 +37,8 @@ msgid ""
3637
"The :mod:`sndhdr` module is deprecated (see :pep:`PEP 594 <594#sndhdr>` for "
3738
"details and alternatives)."
3839
msgstr ""
40+
"O módulo :mod:`sndhdr` foi descontinuado (veja :pep:`PEP 594 <594#sndhdr>` "
41+
"para detalhes e alternativas)."
3942

4043
#: ../../library/sndhdr.rst:23
4144
msgid ""

library/zipfile.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Christian Janiake <cjaniake@gmail.com>, 2021
1212
# i17obot <i17obot@rougeth.com>, 2021
1313
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
14+
# Henrique Junqueira, 2022
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2122
"PO-Revision-Date: 2021-06-28 01:18+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
23+
"Last-Translator: Henrique Junqueira, 2022\n"
2324
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2425
"teams/5390/pt_BR/)\n"
2526
"MIME-Version: 1.0\n"
@@ -480,6 +481,8 @@ msgid ""
480481
":meth:`ZipFile.open` can now be used to write files into the archive with "
481482
"the ``mode='w'`` option."
482483
msgstr ""
484+
":meth:`ZipFile.open` agora pode ser usado para escrever arquivos no aquivo "
485+
"compactado com a opção ``mode='w'``."
483486

484487
#: ../../library/zipfile.rst:295
485488
msgid ""

whatsnew/3.0.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Raphael Mendonça, 2021
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
99
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
10+
# Henrique Junqueira, 2022
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,8 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1718
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
18-
"Last-Translator: Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, "
19-
"2021\n"
19+
"Last-Translator: Henrique Junqueira, 2022\n"
2020
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -49,6 +49,14 @@ msgid ""
4949
"all that much -- by and large, we're mostly fixing well-known annoyances and "
5050
"warts, and removing a lot of old cruft."
5151
msgstr ""
52+
"Este artigo explica os novos recursos do Python 3.0, em comparação com o "
53+
"2.6. Python 3.0, também conhecido como \"Python 3000\" ou \"Py3K\", é o "
54+
"primeiro lançamento do Python *intencionalmente incompatível com versões "
55+
"anteriores*. O Python 3.0 foi lançado em 3 de dezembro de 2008. Há mais "
56+
"mudanças do que em uma versão típica e outras que são importantes para todos "
57+
"os usuários do Python. No entanto, depois de assimilar as mudanças, você "
58+
"descobrirá que o Python realmente não mudou muito - em geral, estamos "
59+
"corrigindo inconvenientes bem conhecidos e removendo muitas coisas antigas."
5260

5361
#: ../../whatsnew/3.0.rst:63
5462
msgid ""

0 commit comments

Comments
 (0)