Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8260547

Browse files
Update translations from Transifex
1 parent 09486c6 commit 8260547

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/interpreter.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2021
87
# Hildeberto Abreu Magalhães <[email protected]>, 2021
98
# Claudio Rogerio Carvalho Filho <[email protected]>, 2021
109
# Adorilson Bezerra <[email protected]>, 2021
10+
# Rafael Fontenelle <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1818
"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"
2020
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -127,8 +127,8 @@ msgid ""
127127
"characters that are special to the shell, it is usually advised to quote "
128128
"*command* in its entirety with single quotes."
129129
msgstr ""
130-
"Uma segunda forma de rodar o interpretador é ``python -c command [arg] ..."
131-
"``, que executa um ou mais comandos especificados na posição *comando*, "
130+
"Uma segunda forma de iniciar o interpretador é ``python -c comando [arg] ..."
131+
"``, que executa uma ou mais instruções especificadas na posição *comando*, "
132132
"analogamente à opção de shell :option:`-c`. Considerando que comandos Python "
133133
"frequentemente têm espaços em branco (ou outros caracteres que são especiais "
134134
"para a shell) é aconselhável que o *comando* esteja dentro de aspas duplas."
@@ -140,7 +140,7 @@ msgid ""
140140
"as if you had spelled out its full name on the command line."
141141
msgstr ""
142142
"Alguns módulos Python são também úteis como scripts. Estes podem ser "
143-
"chamados usando ``python -m modulo [arg] ...``, que executa o arquivo fonte "
143+
"chamados usando ``python -m módulo [arg] ...`` que executa o arquivo fonte "
144144
"do *módulo* como se você tivesse digitado seu caminho completo na linha de "
145145
"comando."
146146

0 commit comments

Comments
 (0)