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

Skip to content

Commit c9ca7b5

Browse files
Update translations
1 parent a53157f commit c9ca7b5

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

faq/programming.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-21 22:20+0000\n"
14+
"POT-Creation-Date: 2025-01-31 15:27+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:11+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3041,6 +3041,11 @@ msgid ""
30413041
"importing them also provide a command-line interface or a self-test, and "
30423042
"only execute this code after checking ``__name__``::"
30433043
msgstr ""
3044+
"Um módulo pode descobrir seu próprio nome consultando a variável global "
3045+
"predefinida ``__name__`` . Se ela tiver o valor ``'__main__'`` , o programa "
3046+
"estará sendo executado como um script. Muitos módulos que são normalmente "
3047+
"usados ao serem importados também fornecem uma interface de linha de comando "
3048+
"ou um autoteste, e só executam esse código depois de verificar ``__name__``::"
30443049

30453050
#: ../../faq/programming.rst:2116
30463051
msgid "How can I have modules that mutually import each other?"

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
- newtypes_tutorial.po 27 / 123 ( 21.0% translated).
5252

5353

54-
# faq (94.95% done)
54+
# faq (95.06% done)
5555

5656
- design.po 128 / 142 ( 90.0% translated).
5757
- extending.po 55 / 58 ( 94.0% translated).
5858
- library.po 136 / 140 ( 97.0% translated).
59-
- programming.po 368 / 393 ( 93.0% translated).
59+
- programming.po 369 / 393 ( 93.0% translated).
6060

6161

6262
# howto (61.12% done)
@@ -329,5 +329,5 @@
329329
- 3.8.po 468 / 469 ( 99.0% translated).
330330

331331

332-
# TOTAL (65.64% done)
332+
# TOTAL (65.65% done)
333333

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "65.64%", "translated": 36625, "entries": 55794, "updated_at": "2025-02-03T23:37:10+00:00Z"}
1+
{"completion": "65.65%", "translated": 36626, "entries": 55794, "updated_at": "2025-02-04T23:37:12+00:00Z"}

0 commit comments

Comments
 (0)