Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a98744

Browse files
Update translations from Transifex
1 parent5af632a commit9a98744

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

‎faq/programming.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Aline Balogh <linecrist@hotmail.com>, 2021
1111
# Augusta Carla Klug <augustaklug@gmail.com>, 2021
1212
# Adorilson Bezerra <adorilson@gmail.com>, 2021
13-
# Leonardo Mendes, 2021
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
14+
# Leonardo Mendes, 2021
1515
#
1616
#,fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To:\n"
2121
"POT-Creation-Date:2021-06-29 12:56+0000\n"
2222
"PO-Revision-Date:2021-06-28 00:52+0000\n"
23-
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
23+
"Last-Translator:Leonardo Mendes, 2021\n"
2424
"Language-Team:Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
2626
"MIME-Version:1.0\n"
@@ -2303,6 +2303,8 @@ msgstr ""
23032303
#:../../faq/programming.rst:1666
23042304
msgid"My class defines __del__ but it is not called when I delete the object."
23052305
msgstr""
2306+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2307+
"objeto."
23062308

23072309
#:../../faq/programming.rst:1668
23082310
msgid"There are several possible reasons for this."
@@ -2389,6 +2391,7 @@ msgstr ""
23892391
#:../../faq/programming.rst:1744
23902392
msgid"When can I rely on identity tests with the *is* operator?"
23912393
msgstr""
2394+
"Quando eu posso depender dos testes de identidade com o operador *is*? "
23922395

23932396
#:../../faq/programming.rst:1746
23942397
msgid""
@@ -2442,6 +2445,8 @@ msgstr ""
24422445
#:../../faq/programming.rst:1786
24432446
msgid"Likewise, new instances of mutable containers are never identical::"
24442447
msgstr""
2448+
"Do mesmo jeito, novas instâncias de contêineres mutáveis nunca são "
2449+
"idênticas:: "
24452450

24462451
#:../../faq/programming.rst:1793
24472452
msgid""
@@ -2520,7 +2525,7 @@ msgstr ""
25202525

25212526
#:../../faq/programming.rst:1855
25222527
msgid"This example shows the various techniques::"
2523-
msgstr""
2528+
msgstr"Esse exemplo mostra as várias técnicas::"
25242529

25252530
#:../../faq/programming.rst:1879
25262531
msgid""
@@ -2642,7 +2647,7 @@ msgstr ""
26422647

26432648
#:../../faq/programming.rst:1994
26442649
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:"
26462651

26472652
#:../../faq/programming.rst:1996
26482653
msgid"main imports ``foo``"
@@ -2724,12 +2729,15 @@ msgstr "Declaração ``import``"
27242729
msgid""
27252730
"active code (including globals that are initialized from imported values)."
27262731
msgstr""
2732+
"código ativo (incluindo globais que são inicializadas de valores importados)"
27272733

27282734
#:../../faq/programming.rst:2025
27292735
msgid""
27302736
"van Rossum doesn't like this approach much because the imports appear in a "
27312737
"strange place, but it does work."
27322738
msgstr""
2739+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2740+
"lugares estranhos, mas funciona."
27332741

27342742
#:../../faq/programming.rst:2028
27352743
msgid""
@@ -2739,7 +2747,7 @@ msgstr ""
27392747

27402748
#:../../faq/programming.rst:2031
27412749
msgid"These solutions are not mutually exclusive."
2742-
msgstr""
2750+
msgstr"Essas soluções não são mutualmente exclusivas."
27432751

27442752
#:../../faq/programming.rst:2035
27452753
msgid"__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2756,6 +2764,8 @@ msgid ""
27562764
"When I edit an imported module and reimport it, the changes don't show up. "
27572765
"Why does this happen?"
27582766
msgstr""
2767+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2768+
"Por que isso acontece?"
27592769

27602770
#:../../faq/programming.rst:2046
27612771
msgid""
@@ -2771,6 +2781,8 @@ msgid ""
27712781
"Warning: this technique is not 100% fool-proof. In particular, modules "
27722782
"containing statements like ::"
27732783
msgstr""
2784+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2785+
"contendo instruções como ::"
27742786

27752787
#:../../faq/programming.rst:2061
27762788
msgid""
@@ -2785,3 +2797,5 @@ msgid ""
27852797
"The nature of the problem is made clear if you print out the\"identity\" of "
27862798
"the class objects::"
27872799
msgstr""
2800+
"A natureza do problema fica clara se você exibir a\"identidade\" da classe "
2801+
"objetos:: "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp