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

Skip to content

Commit ad43775

Browse files
pomerge from 3.10 branch into 3.7
1 parent 7d8c971 commit ad43775

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
@@ -2318,6 +2318,8 @@ msgstr ""
23182318
msgid ""
23192319
"My class defines __del__ but it is not called when I delete the object."
23202320
msgstr ""
2321+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2322+
"objeto."
23212323

23222324
#: ../../faq/programming.rst:1657
23232325
msgid "There are several possible reasons for this."
@@ -2508,7 +2510,7 @@ msgstr "bar.py::"
25082510

25092511
#: ../../faq/programming.rst:1817
25102512
msgid "The problem is that the interpreter will perform the following steps:"
2511-
msgstr ""
2513+
msgstr "O problema é que o interpretador vai realizar os seguintes passos:"
25122514

25132515
#: ../../faq/programming.rst:1819
25142516
msgid "main imports foo"
@@ -2587,12 +2589,15 @@ msgstr "Declaração ``import``"
25872589
msgid ""
25882590
"active code (including globals that are initialized from imported values)."
25892591
msgstr ""
2592+
"código ativo (incluindo globais que são inicializadas de valores importados)"
25902593

25912594
#: ../../faq/programming.rst:1848
25922595
msgid ""
25932596
"van Rossum doesn't like this approach much because the imports appear in a "
25942597
"strange place, but it does work."
25952598
msgstr ""
2599+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2600+
" lugares estranhos, mas funciona."
25962601

25972602
#: ../../faq/programming.rst:1851
25982603
msgid ""
@@ -2602,7 +2607,7 @@ msgstr ""
26022607

26032608
#: ../../faq/programming.rst:1854
26042609
msgid "These solutions are not mutually exclusive."
2605-
msgstr ""
2610+
msgstr "Essas soluções não são mutualmente exclusivas."
26062611

26072612
#: ../../faq/programming.rst:1858
26082613
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2619,6 +2624,8 @@ msgid ""
26192624
"When I edit an imported module and reimport it, the changes don't show up. "
26202625
"Why does this happen?"
26212626
msgstr ""
2627+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2628+
" Por que isso acontece?"
26222629

26232630
#: ../../faq/programming.rst:1869
26242631
msgid ""
@@ -2634,6 +2641,8 @@ msgid ""
26342641
"Warning: this technique is not 100% fool-proof. In particular, modules "
26352642
"containing statements like ::"
26362643
msgstr ""
2644+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2645+
"contendo instruções como ::"
26372646

26382647
#: ../../faq/programming.rst:1884
26392648
msgid ""
@@ -2648,3 +2657,5 @@ msgid ""
26482657
"The nature of the problem is made clear if you print out the \"identity\" of"
26492658
" the class objects::"
26502659
msgstr ""
2660+
"A natureza do problema fica clara se você exibir a \"identidade\" da classe "
2661+
"objetos:: "

0 commit comments

Comments
 (0)