8000 pomerge from 3.10 branch into 3.8 · python/python-docs-pt-br@0fe9082 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe9082

Browse files
pomerge from 3.10 branch into 3.8
1 parent fa8891d commit 0fe9082

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

faq/programming.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,6 +2322,8 @@ msgstr ""
23222322
msgid ""
23232323
"My class defines __del__ but it is not called when I delete the object."
23242324
msgstr ""
2325+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2326+
"objeto."
23252327

23262328
#: ../../faq/programming.rst:1650
23272329
msgid "There are several possible reasons for this."
@@ -2512,7 +2514,7 @@ msgstr "bar.py::"
25122514

25132515
#: ../../faq/programming.rst:1810
25142516
msgid "The problem is that the interpreter will perform the following steps:"
2515-
msgstr ""
2517+
msgstr "O problema é que o interpretador vai realizar os seguintes passos:"
25162518

25172519
#: ../../faq/programming.rst:1812
25182520
msgid "main imports foo"
@@ -2591,12 +2593,15 @@ msgstr "Declaração ``import``"
25912593
msgid ""
25922594
"active code (including globals that are initialized from imported values)."
25932595
msgstr ""
2596+
"código ativo (incluindo globais que são inicializadas de valores importados)"
25942597

25952598
#: ../../faq/programming.rst:1841
25962599
msgid ""
25972600
"van Rossum doesn't like this approach much because the imports appear in a "
25982601
"strange place, but it does work."
25992602
msgstr ""
2603+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2604+
" lugares estranhos, mas funciona."
26002605

26012606
#: ../../faq/programming.rst:1844
26022607
msgid ""
@@ -2606,7 +2611,7 @@ msgstr ""
26062611

26072612
#: ../../faq/programming.rst:1847
26082613
msgid "These solutions are not mutually exclusive."
2609-
msgstr ""
2614+
msgstr "Essas soluções não são mutualmente exclusivas."
26102615

26112616
#: ../../faq/programming.rst:1851
26122617
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2623,6 +2628,8 @@ msgid ""
26232628
"When I edit an imported module and reimport it, the changes don't show up. "
26242629
"Why does this happen?"
26252630
msgstr ""
2631+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2632+
" Por que isso acontece?"
26262633

26272634
#: ../../faq/programming.rst:1862
26282635
msgid ""
@@ -2638,6 +2645,8 @@ msgid ""
26382645
"Warning: this technique is not 100% fool-proof. In particular, modules "
26392646
"containing statements like ::"
26402647
msgstr ""
2648+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2649+
"contendo instruções como ::"
26412650

26422651
#: ../../faq/programming.rst:1877
26432652
msgid ""
@@ -2652,3 +2661,5 @@ msgid ""
26522661
"The nature of the problem is made clear if you print out the \"identity\" of"
26532662
" the class objects::"
26542663
msgstr ""
2664+
"A natureza do problema fica clara se você exibir a \"identidade\" da classe "
2665+
"objetos:: "

0 commit comments

Comments
 (0)
0