Skip to content

Commit 5fbaa19

Browse files
Update translations from Transifex
1 parent d9443cd commit 5fbaa19

7 files changed

Lines changed: 461 additions & 28 deletions

File tree

distutils/index.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
98
# Ruan Aragão <ruanaragao2@gmail.com>, 2021
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
18-
"Last-Translator: Ruan Aragão <ruanaragao2@gmail.com>, 2021\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -60,6 +60,9 @@ msgid ""
6060
"removed with the package. See the :ref:`What's New <distutils-deprecated>` "
6161
"entry for more information."
6262
msgstr ""
63+
"Todo o pacote ``distutils`` foi descontinuado e será removido no Python "
64+
"3.12. Esta documentação é mantida apenas como referência e será removida com "
65+
"o pacote. Veja a entrada no :ref:`O que há de novo 1` para mais informações."
6366

6467
#: ../../distutils/_setuptools_disclaimer.rst:3
6568
msgid ""

install/index.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# Misael borges <misael@planosassessoria.com.br>, 2021
1010
# Risaffi <erikrisaffi@gmail.com>, 2021
1111
# felipe caridade <caridade500@gmail.com>, 2021
12-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
1312
# Marco Rougeth <marco@rougeth.com>, 2021
1413
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
1514
# (Douglas da Silva) <dementikovalev@yandex.ru>, 2021
15+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
24-
"Last-Translator: (Douglas da Silva) <dementikovalev@yandex.ru>, 2021\n"
24+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2525
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2626
"teams/5390/pt_BR/)\n"
2727
"MIME-Version: 1.0\n"
@@ -50,6 +50,9 @@ msgid ""
5050
"removed with the package. See the :ref:`What's New <distutils-deprecated>` "
5151
"entry for more information."
5252
msgstr ""
53+
"Todo o pacote ``distutils`` foi descontinuado e será removido no Python "
54+
"3.12. Esta documentação é mantida apenas como referência e será removida com "
55+
"o pacote. Veja a entrada no :ref:`O que há de novo 1` para mais informações."
5356

5457
#: ../../install/index.rst:23
5558
msgid ":ref:`installing-index`"

library/__main__.po

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Henrique Branco, 2022
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.10\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1215
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
16+
"Last-Translator: Henrique Branco, 2022\n"
1317
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1418
"teams/5390/pt_BR/)\n"
1519
"MIME-Version: 1.0\n"
@@ -21,23 +25,27 @@ msgstr ""
2125

2226
#: ../../library/__main__.rst:2
2327
msgid ":mod:`__main__` --- Top-level code environment"
24-
msgstr ""
28+
msgstr ":mod:`__main__` --- Ambiente de codificação principal"
2529

2630
#: ../../library/__main__.rst:10
2731
msgid ""
2832
"In Python, the special name ``__main__`` is used for two important "
2933
"constructs:"
3034
msgstr ""
35+
"Em Python, o nome especial ``__main__`` é usado em duas construções "
36+
"importantes:"
3137

3238
#: ../../library/__main__.rst:12
3339
msgid ""
3440
"the name of the top-level environment of the program, which can be checked "
3541
"using the ``__name__ == '__main__'`` expression; and"
3642
msgstr ""
43+
"O nome do ambiente principal do programa, que pode ser verificado usando a "
44+
"expressão ``__name__ == '__main__'``; e"
3745

3846
#: ../../library/__main__.rst:14
3947
msgid "the ``__main__.py`` file in Python packages."
40-
msgstr ""
48+
msgstr "o arquivo ``__main__.py`` em pacotes Python"
4149

4250
#: ../../library/__main__.rst:16
4351
msgid ""
@@ -46,33 +54,44 @@ msgid ""
4654
"detail below. If you're new to Python modules, see the tutorial section :"
4755
"ref:`tut-modules` for an introduction."
4856
msgstr ""
57+
"Ambas as formas estão relacionadas aos módulos Python; como os usuários "
58+
"interagem com eles e como eles interagem entre si. Eles serão explicados em "
59+
"detalhes abaixo. Se você ainda não conhece módulos Python, veja a seção do "
60+
"\\:ref\\:`tut-modules` para uma introdução"
4961

5062
#: ../../library/__main__.rst:25
5163
msgid "``__name__ == '__main__'``"
52-
msgstr ""
64+
msgstr "``__name__ == '__main__'``"
5365

5466
#: ../../library/__main__.rst:27
5567
msgid ""
5668
"When a Python module or package is imported, ``__name__`` is set to the "
5769
"module's name. Usually, this is the name of the Python file itself without "
5870
"the ``.py`` extension::"
5971
msgstr ""
72+
"Quando um pacote ou módulo Python é importado, ``__name__`` é definido como "
73+
"o nome do módulo. Normalmente, este é o nome do próprio arquivo Python sem a "
74+
"extensão ``.py``:"
6075

6176
#: ../../library/__main__.rst:35
6277
msgid ""
6378
"If the file is part of a package, ``__name__`` will also include the parent "
6479
"package's path::"
6580
msgstr ""
81+
"Caso o arquivo seja parte de um pacote, ``__name__``também incluirá o nome "
82+
"da pasta raiz do pacote."
6683

6784
#: ../../library/__main__.rst:42
6885
msgid ""
6986
"However, if the module is executed in the top-level code environment, its "
7087
"``__name__`` is set to the string ``'__main__'``."
7188
msgstr ""
89+
"Porém, se o módulo for executado como o código principal, ``__name__`` passa "
90+
"a ser definido como a string ``'__main__'``"
7291

7392
#: ../../library/__main__.rst:46
7493
msgid "What is the \"top-level code environment\"?"
75-
msgstr ""
94+
msgstr "O que é o \"ambiente de códificação principal\"?"
7695

7796
#: ../../library/__main__.rst:48
7897
msgid ""
@@ -82,39 +101,54 @@ msgid ""
82101
"program needs. Sometimes \"top-level code\" is called an *entry point* to "
83102
"the application."
84103
msgstr ""
104+
"``__main__`` é o nome do ambiente principal no qual o código roda. "
105+
"\"Ambiente de códificação principal\" é o primeiro módulo Python definido "
106+
"pelo usuário que começa a rodar. É considerado principal porque ele importa "
107+
"todos os outros módulos que o programa precisa. As vezes, \"ambiente "
108+
"principal\" também pode ser chamado de \"ponto de entrada\" da aplicação."
85109

86110
#: ../../library/__main__.rst:53
87111
msgid "The top-level code environment can be:"
88-
msgstr ""
112+
msgstr "O ambiente principal de codificação pode ser:"
89113

90114
#: ../../library/__main__.rst:55
91115
msgid "the scope of an interactive prompt::"
92-
msgstr ""
116+
msgstr "o escopo de um prompt de comando interativo:"
93117

94118
#: ../../library/__main__.rst:60
95119
msgid "the Python module passed to the Python interpreter as a file argument:"
96120
msgstr ""
121+
"o módulo Python passado ao interpretador do Python como um argumento "
122+
"correspondente ao nome do arquivo:"
97123

98124
#: ../../library/__main__.rst:67
99125
msgid ""
100126
"the Python module or package passed to the Python interpreter with the :"
101127
"option:`-m` argument:"
102128
msgstr ""
129+
"o módulo ou pacote Python passado ao interpretador do Python com o "
130+
"argumento :option:`-m`"
103131

104132
#: ../../library/__main__.rst:75
105133
msgid "Python code read by the Python interpreter from standard input:"
106134
msgstr ""
135+
"código Python lido pelo interpretador através da entrada padrão de linha de "
136+
"comando:"
107137

108138
#: ../../library/__main__.rst:86
109139
msgid ""
110140
"Python code passed to the Python interpreter with the :option:`-c` argument:"
111141
msgstr ""
142+
"código Python passado ao interpretador do Python com o argumento :option:`-"
143+
"c`"
112144

113145
#: ../../library/__main__.rst:97
114146
msgid ""
115147
"In each of these situations, the top-level module's ``__name__`` is set to "
116148
"``'__main__'``."
117149
msgstr ""
150+
"Em cada uma destas situações, a variável especial ``__name__``passa a ser "
151+
"definida como ``'__main__'``."
118152

119153
#: ../../library/__main__.rst:100
120154
msgid ""

0 commit comments

Comments
 (0)