@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.13\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2023-07-29 10:36+0000 \n "
13
+ "POT-Creation-Date : 2024-09-23 07:52+0800 \n "
14
14
"PO-Revision-Date : 2021-12-09 20:47+0800\n "
15
15
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -52,27 +52,26 @@ msgstr ""
52
52
53
53
#: ../../c-api/bool.rst:28
54
54
msgid ""
55
- "The Python ``False`` object. This object has no methods and is `immortal "
56
- "<https://peps.python.org/pep-0683/>`_ ."
55
+ "The Python ``False`` object. This object has no methods and is :term: "
56
+ "`immortal` ."
57
57
msgstr ""
58
- "Python 的 ``False`` 物件。此物件沒有任何方法且為\\ `不滅的 (immortal) "
59
- "<https://peps.python.org/pep-0683/>`_ 。"
58
+ "Python 的 ``False`` 物件。此物件沒有任何方法且為\\ :term: `不滅的 (immortal) "
59
+ "<immortal>` 。"
60
60
61
61
#: ../../c-api/bool.rst:31
62
- msgid ":c:data:`Py_False` is immortal."
63
- msgstr ":c:data:`Py_False` 為不滅的 。"
62
+ msgid ":c:data:`Py_False` is :term:` immortal` ."
63
+ msgstr ":c:data:`Py_False` 為 \\ :term:`不滅的 <immortal>` 。"
64
64
65
65
#: ../../c-api/bool.rst:37
66
66
msgid ""
67
- "The Python ``True`` object. This object has no methods and is `immortal "
68
- "<https://peps.python.org/pep-0683/>`_ ."
67
+ "The Python ``True`` object. This object has no methods and is :term: "
68
+ "`immortal` ."
69
69
msgstr ""
70
- "Python 的 ``True`` 物件。此物件沒有任何方法且為\\ `不滅的 (immortal) "
71
- "<https://peps.python.org/pep-0683/>`_。"
70
+ "Python 的 ``True`` 物件。此物件沒有任何方法且為\\ :term:`不滅的 <immortal>`。"
72
71
73
72
#: ../../c-api/bool.rst:40
74
- msgid ":c:data:`Py_True` is immortal."
75
- msgstr ":c:data:`Py_True` 為不滅的 。"
73
+ msgid ":c:data:`Py_True` is :term:` immortal` ."
74
+ msgstr ":c:data:`Py_True` 為 \\ :term:`不滅的 <immortal>` 。"
76
75
77
76
#: ../../c-api/bool.rst:46
78
77
msgid "Return :c:data:`Py_False` from a function."
0 commit comments