Skip to content

Commit a47fe5b

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent 5f3f656 commit a47fe5b

11 files changed

Lines changed: 15623 additions & 15516 deletions

File tree

c-api/object.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -845,14 +845,14 @@ msgstr ""
845845
#: ../../c-api/object.rst:668
846846
msgid ""
847847
":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
848-
"or this function may spuriously return ``0`` in the :term:`free threading` "
849-
"build."
848+
"or this function may spuriously return ``0`` in the :term:`free-threaded "
849+
"build`."
850850
msgstr ""
851851

852852
#: ../../c-api/object.rst:672
853853
msgid ""
854854
"This function is logically equivalent to the following C code, except that "
855-
"it behaves atomically in the :term:`free threading` build::"
855+
"it behaves atomically in the :term:`free-threaded build`::"
856856
msgstr ""
857857

858858
#: ../../c-api/object.rst:675
@@ -941,10 +941,10 @@ msgstr ""
941941

942942
#: ../../c-api/object.rst:750
943943
msgid ""
944-
"On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
945-
"term:`reference count` is equal to one and additionally checks if *op* is "
946-
"only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
947-
"safe on free threaded builds; prefer this function."
944+
"On a :term:`free-threaded build`, this checks if *op*'s :term:`reference "
945+
"count` is equal to one and additionally checks if *op* is only used by this "
946+
"thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
947+
"builds; prefer this function."
948948
msgstr ""
949949

950950
#: ../../c-api/object.rst:755

c-api/refcounting.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -62,7 +62,7 @@ msgstr ""
6262

6363
#: ../../c-api/refcounting.rst:28
6464
msgid ""
65-
"On :term:`free threaded <free threading>` builds of Python, returning 1 "
65+
"On :term:`free-threaded builds <free-threaded build>` of Python, returning 1 "
6666
"isn't sufficient to determine if it's safe to treat *o* as having no access "
6767
"by other threads. Use :c:func:`PyUnstable_Object_IsUniquelyReferenced` for "
6868
"that instead."

0 commit comments

Comments
 (0)