@@ -27,16 +27,15 @@ msgid "Boolean Objects"
27
27
msgstr "Boolean(布林)物件"
28
28
29
29
#: ../../c-api/bool.rst:8
30
- #, fuzzy
31
30
msgid ""
32
31
"Booleans in Python are implemented as a subclass of integers. There are "
33
32
"only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the "
34
33
"normal creation and deletion functions don't apply to booleans. The "
35
34
"following macros are available, however."
36
35
msgstr ""
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) 是可用的。"
40
39
41
40
#: ../../c-api/bool.rst:16
42
41
msgid ""
@@ -46,50 +45,39 @@ msgstr ""
46
45
"如果 *o* 的型別為 :c:data:`PyBool_Type` 則回傳真值。此函式總是會成功執行。"
47
46
48
47
#: ../../c-api/bool.rst:22
49
- #, fuzzy
50
48
msgid ""
51
49
"The Python ``False`` object. This object has no methods and is `immortal "
52
50
"<https://peps.python.org/pep-0683/>`_."
53
51
msgstr ""
54
- "Python 的 ``False`` 物件。此物件沒有任何方法。在參照 (reference) 計數上必須有 "
55
- "著和其他物件一樣的處理方式 。"
52
+ "Python 的 ``False`` 物件。此物件沒有任何方法且為 \\ `不滅的 (immortal) "
53
+ "<https://peps.python.org/pep-0683/>`_ 。"
56
54
57
55
#: ../../c-api/bool.rst:25
58
56
msgid ":c:data:`Py_False` is immortal."
59
- msgstr ""
57
+ msgstr ":c:data:`Py_False` 為不滅的。 "
60
58
61
59
#: ../../c-api/bool.rst:31
62
- #, fuzzy
63
60
msgid ""
64
61
"The Python ``True`` object. This object has no methods and is `immortal "
65
62
"<https://peps.python.org/pep-0683/>`_."
66
63
msgstr ""
67
- "Python 的 ``True`` 物件。此物件沒有任何方法。在參照計數上必須有著和其他物件一 "
68
- "樣的處理方式 。"
64
+ "Python 的 ``True`` 物件。此物件沒有任何方法且為 \\ `不滅的 (immortal) "
65
+ "<https://peps.python.org/pep-0683/>`_ 。"
69
66
70
67
#: ../../c-api/bool.rst:34
71
68
msgid ":c:data:`Py_True` is immortal."
72
- msgstr ""
69
+ msgstr ":c:data:`Py_True` 為不滅的。 "
73
70
74
71
#: ../../c-api/bool.rst:40
75
- #, fuzzy
76
72
msgid "Return :c:data:`Py_False` from a function."
77
- msgstr "從函式回傳 :const: `Py_False`\\ ,並適當的增加它的參照計數 。"
73
+ msgstr "從函式回傳 :c:data: `Py_False`。"
78
74
79
75
#: ../../c-api/bool.rst:45
80
76
msgid "Return :c:data:`Py_True` from a function."
81
- msgstr ""
77
+ msgstr "從函式回傳 :c:data:`Py_True`。 "
82
78
83
79
#: ../../c-api/bool.rst:50
84
- #, fuzzy
85
80
msgid ""
86
81
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
87
82
"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