@@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Python 3.12\n "
1212"Report-Msgid-Bugs-To : \n "
13- "POT-Creation-Date : 2023-07-17 17:39+0800 \n "
13+ "POT-Creation-Date : 2023-07-29 10:36+0000 \n "
1414"PO-Revision-Date : 2021-12-09 20:47+0800\n "
1515"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
1616"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -39,44 +39,50 @@ msgstr ""
3939
4040#: ../../c-api/bool.rst:16
4141msgid ""
42+ "This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
43+ "it is the same object as :class:`bool` in the Python layer."
44+ msgstr ""
45+
46+ #: ../../c-api/bool.rst:22
47+ msgid ""
4248"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
4349"succeeds."
4450msgstr ""
4551"如果 *o* 的型別為 :c:data:`PyBool_Type` 則回傳真值。此函式總是會成功執行。"
4652
47- #: ../../c-api/bool.rst:22
53+ #: ../../c-api/bool.rst:28
4854msgid ""
4955"The Python ``False`` object. This object has no methods and is `immortal "
5056"<https://peps.python.org/pep-0683/>`_."
5157msgstr ""
5258"Python 的 ``False`` 物件。此物件沒有任何方法且為\\ `不滅的 (immortal) "
5359"<https://peps.python.org/pep-0683/>`_。"
5460
55- #: ../../c-api/bool.rst:25
61+ #: ../../c-api/bool.rst:31
5662msgid ":c:data:`Py_False` is immortal."
5763msgstr ":c:data:`Py_False` 為不滅的。"
5864
59- #: ../../c-api/bool.rst:31
65+ #: ../../c-api/bool.rst:37
6066msgid ""
6167"The Python ``True`` object. This object has no methods and is `immortal "
6268"<https://peps.python.org/pep-0683/>`_."
6369msgstr ""
6470"Python 的 ``True`` 物件。此物件沒有任何方法且為\\ `不滅的 (immortal) "
6571"<https://peps.python.org/pep-0683/>`_。"
6672
67- #: ../../c-api/bool.rst:34
73+ #: ../../c-api/bool.rst:40
6874msgid ":c:data:`Py_True` is immortal."
6975msgstr ":c:data:`Py_True` 為不滅的。"
7076
71- #: ../../c-api/bool.rst:40
77+ #: ../../c-api/bool.rst:46
7278msgid "Return :c:data:`Py_False` from a function."
7379msgstr "從函式回傳 :c:data:`Py_False`。"
7480
75- #: ../../c-api/bool.rst:45
81+ #: ../../c-api/bool.rst:51
7682msgid "Return :c:data:`Py_True` from a function."
7783msgstr "從函式回傳 :c:data:`Py_True`。"
7884
79- #: ../../c-api/bool.rst:50
85+ #: ../../c-api/bool.rst:56
8086msgid ""
8187"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
8288"of *v*."
0 commit comments