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

Skip to content

Commit 47873ab

Browse files
Update translations
1 parent 2c8d4c4 commit 47873ab

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-21 22:53+0000\n"
14+
"POT-Creation-Date: 2025-02-03 19:22+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3017,6 +3017,11 @@ msgid ""
30173017
"importing them also provide a command-line interface or a self-test, and "
30183018
"only execute this code after checking ``__name__``::"
30193019
msgstr ""
3020+
"Um módulo pode descobrir seu próprio nome consultando a variável global "
3021+
"predefinida ``__name__`` . Se ela tiver o valor ``'__main__'`` , o programa "
3022+
"estará sendo executado como um script. Muitos módulos que são normalmente "
3023+
"usados ao serem importados também fornecem uma interface de linha de comando "
3024+
"ou um autoteste, e só executam esse código depois de verificar ``__name__``::"
30203025

30213026
#: ../../faq/programming.rst:2102
30223027
msgid "How can I have modules that mutually import each other?"

potodo.md

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

5454

55-
# faq (93.72% done)
55+
# faq (93.83% done)
5656

5757
- design.po 125 / 141 ( 88.0% translated).
5858
- extending.po 51 / 58 ( 87.0% translated).
5959
- library.po 132 / 140 ( 94.0% translated).
60-
- programming.po 362 / 388 ( 93.0% translated).
60+
- programming.po 363 / 388 ( 93.0% translated).
6161

6262

6363
# howto (53.33% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.36%", "translated": 32732, "entries": 51659, "updated_at": "2025-02-03T23:53:53+00:00Z"}
1+
{"completion": "63.36%", "translated": 32733, "entries": 51659, "updated_at": "2025-02-04T23:54:05+00:00Z"}

0 commit comments

Comments
 (0)