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

Skip to content

Commit 2fea5e5

Browse files
Update translations
1 parent a4865bf commit 2fea5e5

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

faq/programming.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# Claudio Rogerio Carvalho Filho <[email protected]>, 2018
99
# Marco Rougeth <[email protected]>, 2019
1010
# Leonardo Mendes, 2021
11-
# Adorilson Bezerra <[email protected]>, 2025
1211
# Rafael Fontenelle <[email protected]>, 2025
12+
# Adorilson Bezerra <[email protected]>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-01-24 16:37+0000\n"
19+
"POT-Creation-Date: 2025-02-03 19:54+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
21-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
21+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"Language: pt_BR\n"
@@ -2806,6 +2806,11 @@ msgid ""
28062806
"importing them also provide a command-line interface or a self-test, and "
28072807
"only execute this code after checking ``__name__``::"
28082808
msgstr ""
2809+
"Um módulo pode descobrir seu próprio nome consultando a variável global "
2810+
"predefinida ``__name__`` . Se ela tiver o valor ``'__main__'`` , o programa "
2811+
"estará sendo executado como um script. Muitos módulos que são normalmente "
2812+
"usados ao serem importados também fornecem uma interface de linha de comando "
2813+
"ou um autoteste, e só executam esse código depois de verificar ``__name__``::"
28092814

28102815
#: ../../faq/programming.rst:1971
28112816
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
@@ -44,12 +44,12 @@
4444
- newtypes_tutorial.po 28 / 123 ( 22.0% translated).
4545

4646

47-
# faq (91.83% done)
47+
# faq (91.94% done)
4848

4949
- design.po 123 / 141 ( 87.0% translated).
5050
- extending.po 50 / 58 ( 86.0% translated).
5151
- library.po 130 / 140 ( 92.0% translated).
52-
- programming.po 336 / 372 ( 90.0% translated).
52+
- programming.po 337 / 372 ( 90.0% translated).
5353

5454

5555
# howto (53.99% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.78%", "translated": 31079, "entries": 49504, "updated_at": "2025-02-04T00:26:24+00:00Z"}
1+
{"completion": "62.78%", "translated": 31080, "entries": 49504, "updated_at": "2025-02-05T00:26:13+00:00Z"}

0 commit comments

Comments
 (0)