@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-07-28 14:13+0000\n "
15+ "POT-Creation-Date : 2023-08-04 14:13+0000\n "
1616"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1717"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
1818"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -38,43 +38,51 @@ msgstr ""
3838
3939#: ../../c-api/bool.rst:16
4040msgid ""
41+ "This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
42+ "it is the same object as :class:`bool` in the Python layer."
43+ msgstr ""
44+ "这个 :c:type:`PyTypeObject` 的实例代表一个 Python 布尔类型;它与 Python 层面的 :class:`bool` "
45+ "是相同的对象。"
46+
47+ #: ../../c-api/bool.rst:22
48+ msgid ""
4149"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
4250"succeeds."
4351msgstr "如果 *o* 的类型为 :c:data:`PyBool_Type` 则返回真值。 此函数总是会成功执行。"
4452
45- #: ../../c-api/bool.rst:22
53+ #: ../../c-api/bool.rst:28
4654msgid ""
4755"The Python ``False`` object. This object has no methods and is `immortal "
4856"<https://peps.python.org/pep-0683/>`_."
4957msgstr ""
5058"Python ``False`` 对象。 该对象没有任何方法并且是 `永久性对象 "
5159"<https://peps.python.org/pep-0683/>`_。"
5260
53- #: ../../c-api/bool.rst:25
61+ #: ../../c-api/bool.rst:31
5462msgid ":c:data:`Py_False` is immortal."
5563msgstr ":c:data:`Py_False` 是永久性对象。"
5664
57- #: ../../c-api/bool.rst:31
65+ #: ../../c-api/bool.rst:37
5866msgid ""
5967"The Python ``True`` object. This object has no methods and is `immortal "
6068"<https://peps.python.org/pep-0683/>`_."
6169msgstr ""
6270"Python ``True`` 对象。 该对象没有任何方法并且是 `永久性对象 "
6371"<https://peps.python.org/pep-0683/>`_。"
6472
65- #: ../../c-api/bool.rst:34
73+ #: ../../c-api/bool.rst:40
6674msgid ":c:data:`Py_True` is immortal."
6775msgstr ":c:data:`Py_True` 是永久性对象。"
6876
69- #: ../../c-api/bool.rst:40
77+ #: ../../c-api/bool.rst:46
7078msgid "Return :c:data:`Py_False` from a function."
7179msgstr "从一个函数返回 :c:data:`Py_False`。"
7280
73- #: ../../c-api/bool.rst:45
81+ #: ../../c-api/bool.rst:51
7482msgid "Return :c:data:`Py_True` from a function."
7583msgstr "从一个函数返回 :c:data:`Py_True`。"
7684
77- #: ../../c-api/bool.rst:50
85+ #: ../../c-api/bool.rst:56
7886msgid ""
7987"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value"
8088" of *v*."
0 commit comments