1010# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
1111# Rafael Marques <rafaelomarques@gmail.com>, 2021
1212# Willian C Lopes <willclbr@gmail.com>, 2021
13+ # Leandro Morales, 2021
1314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To :\n "
1920"POT-Creation-Date :2021-06-29 12:56+0000\n "
2021"PO-Revision-Date :2021-06-28 00:49+0000\n "
21- "Last-Translator :Willian C Lopes <willclbr@gmail.com> , 2021\n "
22+ "Last-Translator :Leandro Morales , 2021\n "
2223"Language-Team :Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
2324"teams/5390/pt_BR/)\n "
2425"MIME-Version :1.0\n "
@@ -199,6 +200,9 @@ msgid ""
199200"features and options. By default, these flags are controlled by :ref:"
200201"`command line options <using-on-interface-options>`."
201202msgstr ""
203+ "Python tem variáveis para a configuração global a fim de controlar "
204+ "diferentes características e opções. Por padrão, estes sinalizadores são "
205+ "controlados por :ref:`opções de linha de comando "
202206
203207#: ../../c-api/init.rst:80
204208msgid ""
@@ -207,6 +211,10 @@ msgid ""
207211"`Py_BytesWarningFlag` to 1 and ``-bb`` sets :c:data:`Py_BytesWarningFlag` to "
208212"2."
209213msgstr ""
214+ "Quando um sinalizador é definido por uma opção, o valor do sinalizador é o "
215+ "número de vezes que a opção foi definida. Por exemplo,``-b``define :c:data:"
216+ "`Py_BytesWarningFlag` para 1 e ``-bb`` define :c:data:`Py_BytesWarningFlag` "
217+ "para 2."
210218
211219#: ../../c-api/init.rst:86
212220msgid ""