10
10
# Aline Balogh <[email protected] >, 2021
11
11
# Augusta Carla Klug <[email protected] >, 2021
12
12
# Adorilson Bezerra <[email protected] >, 2021
13
- # Leonardo Mendes, 2021
14
13
# Rafael Fontenelle <[email protected] >, 2021
14
+ # Leonardo Mendes, 2021
15
15
#
16
16
#, fuzzy
17
17
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Report-Msgid-Bugs-To : \n "
21
21
"POT-Creation-Date : 2021-06-29 12:56+0000\n "
22
22
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
23
- "
Last-Translator :
Rafael Fontenelle <[email protected] > , 2021\n"
23
+ "Last-Translator : Leonardo Mendes , 2021\n "
24
24
"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
25
25
"teams/5390/pt_BR/)\n "
26
26
"MIME-Version : 1.0\n "
@@ -2303,6 +2303,8 @@ msgstr ""
2303
2303
#: ../../faq/programming.rst:1666
2304
2304
msgid "My class defines __del__ but it is not called when I delete the object."
2305
2305
msgstr ""
2306
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2307
+ "objeto."
2306
2308
2307
2309
#: ../../faq/programming.rst:1668
2308
2310
msgid "There are several possible reasons for this."
@@ -2389,6 +2391,7 @@ msgstr ""
2389
2391
#: ../../faq/programming.rst:1744
2390
2392
msgid "When can I rely on identity tests with the *is* operator?"
2391
2393
msgstr ""
2394
+ "Quando eu posso depender dos testes de identidade com o operador *is*? "
2392
2395
2393
2396
#: ../../faq/programming.rst:1746
2394
2397
msgid ""
@@ -2442,6 +2445,8 @@ msgstr ""
2442
2445
#: ../../faq/programming.rst:1786
2443
2446
msgid "Likewise, new instances of mutable containers are never identical::"
2444
2447
msgstr ""
2448
+ "Do mesmo jeito, novas instâncias de contêineres mutáveis nunca são "
2449
+ "idênticas:: "
2445
2450
2446
2451
#: ../../faq/programming.rst:1793
2447
2452
msgid ""
@@ -2520,7 +2525,7 @@ msgstr ""
2520
2525
2521
2526
#: ../../faq/programming.rst:1855
2522
2527
msgid "This example shows the various techniques::"
2523
- msgstr ""
2528
+ msgstr "Esse exemplo mostra as várias técnicas:: "
2524
2529
2525
2530
#: ../../faq/programming.rst:1879
2526
2531
msgid ""
@@ -2642,7 +2647,7 @@ msgstr ""
2642
2647
2643
2648
#: ../../faq/programming.rst:1994
2644
2649
msgid "The problem is that the interpreter will perform the following steps:"
2645
- msgstr ""
2650
+ msgstr "O problema é que o interpretador vai realizar os seguintes passos: "
2646
2651
2647
2652
#: ../../faq/programming.rst:1996
2648
2653
msgid "main imports ``foo``"
@@ -2724,12 +2729,15 @@ msgstr "Declaração ``import``"
2724
2729
msgid ""
2725
2730
"active code (including globals that are initialized from imported values)."
2726
2731
msgstr ""
2732
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2727
2733
2728
2734
#: ../../faq/programming.rst:2025
2729
2735
msgid ""
2730
2736
"van Rossum doesn't like this approach much because the imports appear in a "
2731
2737
"strange place, but it does work."
2732
2738
msgstr ""
2739
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2740
+ "lugares estranhos, mas funciona."
2733
2741
2734
2742
#: ../../faq/programming.rst:2028
2735
2743
msgid ""
@@ -2739,7 +2747,7 @@ msgstr ""
2739
2747
2740
2748
#: ../../faq/programming.rst:2031
2741
2749
msgid "These solutions are not mutually exclusive."
2742
- msgstr ""
2750
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2743
2751
2744
2752
#: ../../faq/programming.rst:2035
2745
2753
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2756,6 +2764,8 @@ msgid ""
2756
2764
"When I edit an imported module and reimport it, the changes don't show up. "
2757
2765
"Why does this happen?"
2758
2766
msgstr ""
2767
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2768
+ "Por que isso acontece?"
2759
2769
2760
2770
#: ../../faq/programming.rst:2046
2761
2771
msgid ""
@@ -2771,6 +2781,8 @@ msgid ""
2771
2781
"Warning: this technique is not 100% fool-proof. In particular, modules "
2772
2782
"containing statements like ::"
2773
2783
msgstr ""
2784
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2785
+ "contendo instruções como ::"
2774
2786
2775
2787
#: ../../faq/programming.rst:2061
2776
2788
msgid ""
@@ -2785,3 +2797,5 @@ msgid ""
2785
2797
"The nature of the problem is made clear if you print out the \" identity\" of "
2786
2798
"the class objects::"
2787
2799
msgstr ""
2800
+ "A natureza do problema fica clara se você exibir a \" identidade\" da classe "
2801
+ "objetos:: "
0 commit comments