4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2021
8
7
# Hildeberto Abreu Magalhães <hildeberto@gmail.com>, 2021
9
8
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
10
9
# Adorilson Bezerra <adorilson@gmail.com>, 2021
10
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2021
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To :\n "
17
17
"POT-Creation-Date :2021-06-29 12:56+0000\n "
18
18
"PO-Revision-Date :2021-06-28 01:50+0000\n "
19
- "Last-Translator :Adorilson Bezerra <adorilson @gmail.com>, 2021\n "
19
+ "Last-Translator :Rafael Fontenelle <rffontenelle @gmail.com>, 2021\n "
20
20
"Language-Team :Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
21
21
"teams/5390/pt_BR/)\n "
22
22
"MIME-Version :1.0\n "
@@ -127,8 +127,8 @@ msgid ""
127
127
"characters that are special to the shell, it is usually advised to quote "
128
128
"*command* in its entirety with single quotes."
129
129
msgstr ""
130
- "Uma segunda forma derodar o interpretador é ``python -ccommand [arg] ..."
131
- "``, que executaum ou maiscomandos especificados na posição *comando*, "
130
+ "Uma segunda forma deiniciar o interpretador é ``python -ccomando [arg] ..."
131
+ "``, que executauma ou maisinstruções especificadas na posição *comando*, "
132
132
"analogamente à opção de shell :option:`-c`. Considerando que comandos Python "
133
133
"frequentemente têm espaços em branco (ou outros caracteres que são especiais "
134
134
"para a shell) é aconselhável que o *comando* esteja dentro de aspas duplas."
@@ -140,7 +140,7 @@ msgid ""
140
140
"as if you had spelled out its full name on the command line."
141
141
msgstr ""
142
142
"Alguns módulos Python são também úteis como scripts. Estes podem ser "
143
- "chamados usando ``python -mmodulo [arg] ...``, que executa o arquivo fonte "
143
+ "chamados usando ``python -mmódulo [arg] ...`` que executa o arquivo fonte "
144
144
"do *módulo* como se você tivesse digitado seu caminho completo na linha de "
145
145
"comando."
146
146