X Tutup
Skip to content

Commit d370457

Browse files
Update translations
1 parent da91a45 commit d370457

20 files changed

+14014
-13905
lines changed

c-api/gcsupport.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
16+
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -386,7 +386,7 @@ msgstr ""
386386
msgid ""
387387
"Type of the visitor function to be passed to :c:func:"
388388
"`PyUnstable_GC_VisitObjects`. *arg* is the same as the *arg* passed to "
389-
"``PyUnstable_GC_VisitObjects``. Return ``0`` to continue iteration, return "
390-
"``1`` to stop iteration. Other return values are reserved for now so "
389+
"``PyUnstable_GC_VisitObjects``. Return ``1`` to continue iteration, return "
390+
"``0`` to stop iteration. Other return values are reserved for now so "
391391
"behavior on returning anything else is undefined."
392392
msgstr ""

c-api/typeobj.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2025-03-21 14:18+0000\n"
20+
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
2222
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1486,7 +1486,7 @@ msgid ""
14861486
"field. Note that the :c:member:`~PyVarObject.ob_size` field may later be "
14871487
"used for other purposes. For example, :py:type:`int` instances use the bits "
14881488
"of :c:member:`~PyVarObject.ob_size` in an implementation-defined way; the "
1489-
"underlying storage and its size should be acessed using :c:func:"
1489+
"underlying storage and its size should be accessed using :c:func:"
14901490
"`PyLong_Export`."
14911491
msgstr ""
14921492

0 commit comments

Comments
 (0)
X Tutup