Skip to content

Commit 4210d11

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 1cee840 commit 4210d11

File tree

14 files changed

+15526
-15478
lines changed

14 files changed

+15526
-15478
lines changed

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: 2026-01-25 14:14+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: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -913,14 +913,14 @@ msgstr ""
913913
#: ../../c-api/object.rst:668
914914
msgid ""
915915
":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
916-
"or this function may spuriously return ``0`` in the :term:`free threading` "
917-
"build."
916+
"or this function may spuriously return ``0`` in the :term:`free-threaded "
917+
"build`."
918918
msgstr ""
919919

920920
#: ../../c-api/object.rst:672
921921
msgid ""
922922
"This function is logically equivalent to the following C code, except that "
923-
"it behaves atomically in the :term:`free threading` build::"
923+
"it behaves atomically in the :term:`free-threaded build`::"
924924
msgstr ""
925925

926926
#: ../../c-api/object.rst:675
@@ -1009,10 +1009,10 @@ msgstr ""
10091009

10101010
#: ../../c-api/object.rst:750
10111011
msgid ""
1012-
"On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
1013-
"term:`reference count` is equal to one and additionally checks if *op* is "
1014-
"only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
1015-
"safe on free threaded builds; prefer this function."
1012+
"On a :term:`free-threaded build`, this checks if *op*'s :term:`reference "
1013+
"count` is equal to one and additionally checks if *op* is only used by this "
1014+
"thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
1015+
"builds; prefer this function."
10161016
msgstr ""
10171017

10181018
#: ../../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: 2026-01-15 14:20+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: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -60,7 +60,7 @@ msgstr ""
6060

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

c-api/sys.po

Lines changed: 1 addition & 1 deletion
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: 2026-01-13 14:20+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: Japanese (https://app.transifex.com/python-doc/teams/5390/"

deprecations/pending-removal-in-3.13.po

Lines changed: 1 addition & 1 deletion
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: 2026-01-13 14:20+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: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)