1- # Copyright (C) 2001-2023 , Python Software Foundation
1+ # Copyright (C) 2001-2025 , Python Software Foundation
22# This file is distributed under the same license as the Python package.
33#
44# Translators:
@@ -43,7 +43,7 @@ msgid ""
4343"accurate, other than a value of 0 or 1."
4444msgstr ""
4545"請注意,回傳的值可能實際上並不反映實際保存了多少對該物件的參照。例如,某些物"
46- "件是「\\ :term:`不滅的 (immortal) <immortal>`\\ 」,並且具有非常高的參照計"
46+ "件是「:term:`不滅的 (immortal) <immortal>`」,並且具有非常高的參照計"
4747"數,不能反映實際的參照數量。因此,除了 0 或 1 以外,不要依賴回傳值的準確性。"
4848
4949#: ../../c-api/refcounting.rst:24
@@ -68,6 +68,8 @@ msgid ""
6868"On :ref:`Python build with Free Threading <free-threading-build>`, if "
6969"*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`."
7070msgstr ""
71+ "在\\ :ref:`啟用自由執行緒的 Python 建置 <free-threading-build>`\\ 中,如果 "
72+ "*refcnt* 大於 ``UINT32_MAX``,則該物件會被設為\\ :term:`不滅的 (immortal) <immortal>`。"
7173
7274#: ../../c-api/refcounting.rst:40 ../../c-api/refcounting.rst:53
7375#: ../../c-api/refcounting.rst:119