@@ -27,16 +27,15 @@ msgid "Boolean Objects"
2727msgstr "Boolean(布林)物件"
2828
2929#: ../../c-api/bool.rst:8
30- #, fuzzy
3130msgid ""
3231"Booleans in Python are implemented as a subclass of integers. There are "
3332"only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the "
3433"normal creation and deletion functions don't apply to booleans. The "
3534"following macros are available, however."
3635msgstr ""
37- "Python 中的 boolean 是以整數子類別化來實現的。只有 :const: `Py_False` 和 :"
38- "const :`Py_True` 兩個 boolean。因此一般的建立和刪除函式並不適用於 boolean。但 "
39- "下列巨集 (macro) 是可用的。"
36+ "Python 中的 boolean 是以整數子類別化來實現的。只有 :c:data: `Py_False` 和 :c :"
37+ "data :`Py_True` 兩個 boolean。因此一般的建立和刪除函式並不適用於 boolean。但下 "
38+ "列巨集 (macro) 是可用的。"
4039
4140#: ../../c-api/bool.rst:16
4241msgid ""
@@ -46,50 +45,39 @@ msgstr ""
4645"如果 *o* 的型別為 :c:data:`PyBool_Type` 則回傳真值。此函式總是會成功執行。"
4746
4847#: ../../c-api/bool.rst:22
49- #, fuzzy
5048msgid ""
5149"The Python ``False`` object. This object has no methods and is `immortal "
5250"<https://peps.python.org/pep-0683/>`_."
5351msgstr ""
54- "Python 的 ``False`` 物件。此物件沒有任何方法。在參照 (reference) 計數上必須有 "
55- "著和其他物件一樣的處理方式 。"
52+ "Python 的 ``False`` 物件。此物件沒有任何方法且為 \\ `不滅的 (immortal) "
53+ "<https://peps.python.org/pep-0683/>`_ 。"
5654
5755#: ../../c-api/bool.rst:25
5856msgid ":c:data:`Py_False` is immortal."
59- msgstr ""
57+ msgstr ":c:data:`Py_False` 為不滅的。 "
6058
6159#: ../../c-api/bool.rst:31
62- #, fuzzy
6360msgid ""
6461"The Python ``True`` object. This object has no methods and is `immortal "
6562"<https://peps.python.org/pep-0683/>`_."
6663msgstr ""
67- "Python 的 ``True`` 物件。此物件沒有任何方法。在參照計數上必須有著和其他物件一 "
68- "樣的處理方式 。"
64+ "Python 的 ``True`` 物件。此物件沒有任何方法且為 \\ `不滅的 (immortal) "
65+ "<https://peps.python.org/pep-0683/>`_ 。"
6966
7067#: ../../c-api/bool.rst:34
7168msgid ":c:data:`Py_True` is immortal."
72- msgstr ""
69+ msgstr ":c:data:`Py_True` 為不滅的。 "
7370
7471#: ../../c-api/bool.rst:40
75- #, fuzzy
7672msgid "Return :c:data:`Py_False` from a function."
77- msgstr "從函式回傳 :const: `Py_False`\\ ,並適當的增加它的參照計數 。"
73+ msgstr "從函式回傳 :c:data: `Py_False`。"
7874
7975#: ../../c-api/bool.rst:45
8076msgid "Return :c:data:`Py_True` from a function."
81- msgstr ""
77+ msgstr "從函式回傳 :c:data:`Py_True`。 "
8278
8379#: ../../c-api/bool.rst:50
84- #, fuzzy
8580msgid ""
8681"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
8782"of *v*."
88- msgstr ""
89- "根據 *v* 的實際值來回傳一個 :const:`Py_True` 或者 :const:`Py_False` 的新參"
90- "照。"
91-
92- #~ msgid ""
93- #~ "Return :const:`Py_True` from a function, properly incrementing its "
94- #~ "reference count."
95- #~ msgstr "從函式回傳 :const:`Py_True`\\ ,並適當的增加它的參照計數。"
83+ msgstr "根據 *v* 的實際值來回傳 :c:data:`Py_True` 或者 :c:data:`Py_False`。"
0 commit comments