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

Skip to content

Commit 7354560

Browse files
Update translations
1 parent 2fea5e5 commit 7354560

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

c-api/module.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Translators:
77
# Rodrigo Cândido, 2022
88
# Welliton Malta <[email protected]>, 2023
9-
# Rafael Fontenelle <[email protected]>, 2024
9+
# Rafael Fontenelle <[email protected]>, 2025
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
16+
"POT-Creation-Date: 2025-02-03 19:54+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
18-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
18+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"Language: pt_BR\n"
@@ -323,6 +323,11 @@ msgid ""
323323
"collector is not involved and :c:member:`~PyModuleDef.m_free` is called "
324324
"directly."
325325
msgstr ""
326+
"Assim como :c:member:`PyTypeObject.tp_clear`, esta função não é *sempre* "
327+
"chamada antes de um módulo ser desalocado. Por exemplo, quando a contagem de "
328+
"referências é suficiente para determinar que um objeto não é mais usado, o "
329+
"coletor de lixo cíclico não é envolvido e :c:member:`~PyModuleDef.m_free` é "
330+
"chamado diretamente."
326331

327332
#: ../../c-api/module.rst:235
328333
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55

66

7-
# c-api (60.41% done)
7+
# c-api (60.44% done)
88

99
- exceptions.po 196 / 266 ( 73.0% translated).
1010
- gcsupport.po 10 / 33 ( 30.0% translated).
1111
- init.po 116 / 308 ( 37.0% translated).
1212
- init_config.po 127 / 281 ( 45.0% translated).
1313
- long.po 51 / 52 ( 98.0% translated).
1414
- memory.po 50 / 150 ( 33.0% translated).
15-
- module.po 46 / 92 ( 50.0% translated).
15+
- module.po 47 / 92 ( 51.0% translated).
1616
- number.po 7 / 41 ( 17.0% translated).
1717
- object.po 4 / 47 ( 8.0% translated).
1818
- sequence.po 26 / 27 ( 96.0% translated).

stats.json

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

0 commit comments

Comments
 (0)