Skip to content

Commit 8d1e88c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 50265e3 commit 8d1e88c

File tree

3 files changed

+180
-30
lines changed

3 files changed

+180
-30
lines changed

library/ast.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ msgid ""
4444
"with each Python release; this module helps to find out programmatically "
4545
"what the current grammar looks like."
4646
msgstr ""
47-
"O módulo :mod:`ast` ajuda os aplicativos Python a processar árvores da "
47+
"O módulo :mod:`ast` ajuda as aplicações Python a processar árvores da "
4848
"gramática de sintaxe abstrata do Python. A sintaxe abstrata em si pode mudar "
4949
"em cada lançamento do Python; este módulo ajuda a descobrir "
5050
"programaticamente como é a gramática atual."
@@ -75,7 +75,7 @@ msgstr "A gramática abstrata está atualmente definida da seguinte forma:"
7575

7676
#: ../../library/ast.rst:42
7777
msgid "Node classes"
78-
msgstr "Classes de "
78+
msgstr "Classes de nós"
7979

8080
#: ../../library/ast.rst:46
8181
msgid ""
@@ -86,7 +86,7 @@ msgid ""
8686
msgstr ""
8787
"Esta é a base de todas as classes de nós de AST. As classes de nós reais são "
8888
"derivadas do arquivo :file:`Parser/Python.asdl`, que é reproduzido :ref:"
89-
"`acima <abstract-grammar>`. Elas são definidos no módulo C :mod:`!_ast` e "
89+
"`acima <abstract-grammar>`. Elas são definidas no módulo C :mod:`!_ast` e "
9090
"reexportadas no :mod:`ast`."
9191

9292
#: ../../library/ast.rst:51

0 commit comments

Comments
 (0)