99# And Past <andrepgs@gmail.com>, 2021
1010# Hélio Júnior <hb2araujo@gmail.com>, 2021
1111# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
12+ # Rodrigo Cândido, 2022
13+ # Lívia Pavini Zeviani, 2022
1214#
1315#, fuzzy
1416msgid ""
1517msgstr ""
1618"Project-Id-Version : Python 3.11\n "
1719"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2022-11-05 19:46 +0000\n "
20+ "POT-Creation-Date : 2022-11-16 16:29 +0000\n "
1921"PO-Revision-Date : 2021-06-28 00:49+0000\n "
20- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2022\n "
22+ "Last-Translator : Lívia Pavini Zeviani , 2022\n "
2123"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
2224"teams/5390/pt_BR/)\n "
2325"MIME-Version : 1.0\n "
@@ -37,10 +39,13 @@ msgid ""
3739"type:`PyConfig` structure. It can be preinitialized with :c:func:"
3840"`Py_PreInitialize` and the :c:type:`PyPreConfig` structure."
3941msgstr ""
42+ "Python pode ser inicializado com :c:func:`Py_InitializeFromConfig` e a "
43+ "estrutura :c:type:`PyConfig`. Pode ser pré-inicializado com :c:func:"
44+ "`Py_PreInitialize` e a estrutura :c:type:`PyPreConfig`.Python"
4045
4146#: ../../c-api/init_config.rst:15
4247msgid "There are two kinds of configuration:"
43- msgstr ""
48+ msgstr "Existem dois tipos de configuração: "
4449
4550#: ../../c-api/init_config.rst:17
4651msgid ""
@@ -49,6 +54,10 @@ msgid ""
4954"environment variables and command line arguments are used to configure "
5055"Python."
5156msgstr ""
57+ "A :ref:`Python Configuration ` pode ser usada para construir um Python "
58+ "personalizado que se comporta como um Python comum. Por exemplo, variáveis "
59+ "de ambiente e argumento de linha de comando são usados para configurar "
60+ "Python."
5261
5362#: ../../c-api/init_config.rst:22
5463msgid ""
@@ -57,12 +66,18 @@ msgid ""
5766"environment variables are ignored, the LC_CTYPE locale is left unchanged and "
5867"no signal handler is registered."
5968msgstr ""
69+ "A :ref:`Isolated Configuration ` pode ser usada para incorporar Python em "
70+ "uma aplicação. Isso isola Python de um sistema. Por exemplo, variáveis de "
71+ "ambiente são ignoradas, a variável local LC_CTYPE fica inalterada e nenhum "
72+ "manipulador de sinal é registrado."
6073
6174#: ../../c-api/init_config.rst:27
6275msgid ""
6376"The :c:func:`Py_RunMain` function can be used to write a customized Python "
6477"program."
6578msgstr ""
79+ "A função :c:func:`Py_RunMain` pode ser usada para escrever um programa "
80+ "Python personalizado."
6681
6782#: ../../c-api/init_config.rst:30
6883msgid ""
@@ -80,7 +95,7 @@ msgstr "Exemplo"
8095
8196#: ../../c-api/init_config.rst:39
8297msgid "Example of customized Python always running in isolated mode::"
83- msgstr ""
98+ msgstr "Exemplo de Python personalizado rodando sempre em um modo isolado: "
8499
85100#: ../../c-api/init_config.rst:76
86101msgid "PyWideStringList"
@@ -124,7 +139,7 @@ msgstr ""
124139
125140#: ../../c-api/init_config.rst:100
126141msgid "*index* must be greater than or equal to ``0``."
127- msgstr ""
142+ msgstr "*index* deve ser maior que ou igual a ``0``. "
128143
129144#: ../../c-api/init_config.rst:104 ../../c-api/init_config.rst:124
130145#: ../../c-api/init_config.rst:225 ../../c-api/init_config.rst:530
@@ -180,7 +195,7 @@ msgstr "Erro de inicialização com uma mensagem."
180195
181196#: ../../c-api/init_config.rst:148
182197msgid "*err_msg* must not be ``NULL``."
183- msgstr ""
198+ msgstr "*err_msg* não deve ser ``NULL``. "
184199
185200#: ../../c-api/init_config.rst:152
186201msgid "Memory allocation failure (out of memory)."
@@ -238,7 +253,7 @@ msgstr "PyPreConfig"
238253
239254#: ../../c-api/init_config.rst:211
240255msgid "Structure used to preinitialize Python."
241- msgstr ""
256+ msgstr "Estrutura utilizada para pré-inicializar Python "
242257
243258#: ../../c-api/init_config.rst:213
244259msgid "Function to initialize a preconfiguration:"
@@ -262,13 +277,13 @@ msgstr ""
262277
263278#: ../../c-api/init_config.rst:229
264279msgid "Name of the Python memory allocators:"
265- msgstr ""
280+ msgstr "Nome de alocadores de memória em Python "
266281
267282#: ../../c-api/init_config.rst:231
268283msgid ""
269284"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): don't change memory allocators (use "
270285"defaults)."
271- msgstr ""
286+ msgstr ": não mude os alocadores de memória (use os por padrão) "
272287
273288#: ../../c-api/init_config.rst:233
274289msgid ""
@@ -413,7 +428,7 @@ msgstr ""
413428#: ../../c-api/init_config.rst:1085 ../../c-api/init_config.rst:1114
414429#: ../../c-api/init_config.rst:1187
415430msgid "Default: ``0``."
416- msgstr ""
431+ msgstr "Padrão: ``0``. "
417432
418433#: ../../c-api/init_config.rst:314
419434msgid ""
@@ -715,7 +730,7 @@ msgstr ""
715730#: ../../c-api/init_config.rst:1036 ../../c-api/init_config.rst:1053
716731#: ../../c-api/init_config.rst:1066 ../../c-api/init_config.rst:1074
717732msgid "Default: ``NULL``."
718- msgstr ""
733+ msgstr "Padrão: ``NULL``. "
719734
720735#: ../../c-api/init_config.rst:546
721736msgid "See also the :c:member:`~PyConfig.orig_argv` member."
@@ -801,7 +816,7 @@ msgstr ""
801816#: ../../c-api/init_config.rst:605 ../../c-api/init_config.rst:638
802817#: ../../c-api/init_config.rst:1102 ../../c-api/init_config.rst:1219
803818msgid "Default: ``1``."
804- msgstr ""
819+ msgstr "Padrão: ``1``. "
805820
806821#: ../../c-api/init_config.rst:609
807822msgid ""
@@ -847,7 +862,7 @@ msgstr ""
847862
848863#: ../../c-api/init_config.rst:647
849864msgid "Valid values:"
850- msgstr ""
865+ msgstr "Valores válidos: "
851866
852867#: ../../c-api/init_config.rst:649
853868msgid ""
@@ -1152,7 +1167,7 @@ msgstr ""
11521167
11531168#: ../../c-api/init_config.rst:848
11541169msgid "See also :c:member:`PyPreConfig.isolated`."
1155- msgstr ""
1170+ msgstr "Veja também :c:member:`PyPreConfig.isolated`. "
11561171
11571172#: ../../c-api/init_config.rst:852
11581173msgid ""
@@ -1285,7 +1300,7 @@ msgstr ""
12851300#: ../../c-api/init_config.rst:953 ../../c-api/init_config.rst:1206
12861301#: ../../c-api/init_config.rst:1225
12871302msgid "Default: empty list."
1288- msgstr ""
1303+ msgstr "Padrão: lista vazia. "
12891304
12901305#: ../../c-api/init_config.rst:959
12911306msgid "Parse command line arguments?"
@@ -1493,7 +1508,7 @@ msgstr ""
14931508
14941509#: ../../c-api/init_config.rst:1129
14951510msgid "Default encoding:"
1496- msgstr ""
1511+ msgstr "Codificação padrão: "
14971512
14981513#: ../../c-api/init_config.rst:1131
14991514msgid "``\" UTF-8\" `` if :c:member:`PyPreConfig.utf8_mode` is non-zero."
@@ -1505,7 +1520,7 @@ msgstr ""
15051520
15061521#: ../../c-api/init_config.rst:1134
15071522msgid "Default error handler:"
1508- msgstr ""
1523+ msgstr "Tratador de erros padrão: "
15091524
15101525#: ../../c-api/init_config.rst:1136
15111526msgid "On Windows: use ``\" surrogateescape\" ``."
@@ -1717,7 +1732,7 @@ msgstr ""
17171732
17181733#: ../../c-api/init_config.rst:1373
17191734msgid "Python Configuration"
1720- msgstr ""
1735+ msgstr "Configuração do Python "
17211736
17221737#: ../../c-api/init_config.rst:1375
17231738msgid ""
0 commit comments