9
9
msgstr ""
10
10
"Project-Id-Version : Python 3.13\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2025-03-04 00:14 +0000\n "
12
+ "POT-Creation-Date : 2025-08-16 00:16 +0000\n "
13
13
"PO-Revision-Date : 2021-11-19 23:36+0800\n "
14
14
"
Last-Translator :
Jordan Su <[email protected] >\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -59,22 +59,21 @@ msgstr ""
59
59
60
60
#: ../../library/constants.rst:30
61
61
msgid ""
62
- "A special value which should be returned by the binary special methods "
63
- "(e. g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :meth:`~object.__rsub__`, "
64
- "etc.) to indicate that the operation is not implemented with respect to the "
65
- "other type; may be returned by the in-place binary special methods "
66
- "(e.g. :meth:`~object.__imul__`, :meth:`~object.__iand__`, etc.) for the same "
67
- "purpose. It should not be evaluated in a boolean context. :data:`! "
68
- "NotImplemented` is the sole instance of the :data:`types.NotImplementedType` "
69
- "type."
62
+ "A special value which should be returned by the binary special methods (e. "
63
+ "g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :"
64
+ "meth:`~object.__rsub__`, etc.) to indicate that the operation is not "
65
+ "implemented with respect to the other type; may be returned by the in-place "
66
+ "binary special methods (e.g. :meth:`~object.__imul__`, :meth:`~object."
67
+ "__iand__`, etc.) for the same purpose. It should not be evaluated in a "
68
+ "boolean context. :data:`! NotImplemented` is the sole instance of the :data:"
69
+ "`types.NotImplementedType` type."
70
70
msgstr ""
71
- "會被二元特殊方法 (binary special methods)"
72
- "(如::meth:`~object.__eq__`、:meth:`~object.__lt__`、:meth:`~object.__add__`、:meth:`~object.__rsub__` "
73
- "等)所回傳的特殊值,代表著該運算沒有針對其他型別的實作。同理也可以被原地二元"
74
- "特殊方法 (in-place binary special methods) "
75
- "(如::meth:`~object.__imul__`、:meth:`~object.__iand__` 等)回傳。它不應該被"
76
- "作為 boolean(布林)來解讀。:data:`!NotImplemented` 是型"
77
- "別 :data:`types.NotImplementedType` 的唯一實例。"
71
+ "會被二元特殊方法 (binary special methods)(如::meth:`~object.__eq__`、:meth:"
72
+ "`~object.__lt__`、:meth:`~object.__add__`、:meth:`~object.__rsub__` 等)所回"
73
+ "傳的特殊值,代表著該運算沒有針對其他型別的實作。同理也可以被原地二元特殊方法 "
74
+ "(in-place binary special methods) (如::meth:`~object.__imul__`、:meth:"
75
+ "`~object.__iand__` 等)回傳。它不應該被作為 boolean(布林)來解讀。:data:`!"
76
+ "NotImplemented` 是型別 :data:`types.NotImplementedType` 的唯一實例。"
78
77
79
78
#: ../../library/constants.rst:40
80
79
msgid ""
@@ -99,12 +98,12 @@ msgstr "請參見 :ref:`implementing-the-arithmetic-operations` 以找到更多
99
98
#: ../../library/constants.rst:51
100
99
msgid ""
101
100
":data:`!NotImplemented` and :exc:`!NotImplementedError` are not "
102
- "interchangeable. This constant should only be used as described above; "
103
- "see : exc:`NotImplementedError` for details on correct usage of the exception."
101
+ "interchangeable. This constant should only be used as described above; see : "
102
+ "exc:`NotImplementedError` for details on correct usage of the exception."
104
103
msgstr ""
105
104
":data:`!NotImplemented` 與 :exc:`!NotImplementedError` 並不一樣且不可互換。這"
106
- "個常數只能用於上述的情況;欲知更多如何正確使用它們的細節,請參 "
107
- "見 :exc: `NotImplementedError`。"
105
+ "個常數只能用於上述的情況;欲知更多如何正確使用它們的細節,請參見 :exc: "
106
+ "`NotImplementedError`。"
108
107
109
108
#: ../../library/constants.rst:56
110
109
msgid ""
@@ -124,26 +123,26 @@ msgid ""
124
123
"type."
125
124
msgstr ""
126
125
"與刪節號 \" ``...``\" 字面相同。為一特殊值,大多用於結合使用者定義資料型別的延"
127
- "伸切片語法 (extended slicing syntax)。``Ellipsis`` 是型 "
128
- "別 :data:`types. EllipsisType` 的唯一實例。"
126
+ "伸切片語法 (extended slicing syntax)。``Ellipsis`` 是型別 :data:`types. "
127
+ "EllipsisType` 的唯一實例。"
129
128
130
129
#: ../../library/constants.rst:72
131
130
msgid ""
132
131
"This constant is true if Python was not started with an :option:`-O` option. "
133
132
"See also the :keyword:`assert` statement."
134
133
msgstr ""
135
- "如果 Python 沒有被以 :option:`-O` 選項啟動,則此常數為 true。請參 "
136
- "見 :keyword: `assert` 陳述式。"
134
+ "如果 Python 沒有被以 :option:`-O` 選項啟動,則此常數為 true。請參見 :keyword: "
135
+ "`assert` 陳述式。"
137
136
138
137
#: ../../library/constants.rst:78
139
138
msgid ""
140
139
"The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__` "
141
- "cannot be reassigned (assignments to them, even as an attribute name, "
142
- "raise : exc:`SyntaxError`), so they can be considered \" true\" constants."
140
+ "cannot be reassigned (assignments to them, even as an attribute name, raise : "
141
+ "exc:`SyntaxError`), so they can be considered \" true\" constants."
143
142
msgstr ""
144
143
":data:`None`,:data:`False`,:data:`True`,以及 :data:`__debug__` 都是不能被"
145
- "重新賦值的(任何對它們的賦值,即使是屬性的名稱,也會拋 "
146
- "出 :exc: `SyntaxError`)。因此,它們可以被視為”真正的”常數。"
144
+ "重新賦值的(任何對它們的賦值,即使是屬性的名稱,也會拋出 :exc: "
145
+ "`SyntaxError`)。因此,它們可以被視為”真正的”常數。"
147
146
148
147
#: ../../library/constants.rst:86
149
148
msgid "Constants added by the :mod:`site` module"
@@ -161,31 +160,34 @@ msgstr ""
161
160
"式直譯器中是很有幫助的,但不應該在程式 (programs) 中被使用。"
162
161
163
162
#: ../../library/constants.rst:96
163
+ #, fuzzy
164
164
msgid ""
165
165
"Objects that when printed, print a message like \" Use quit() or Ctrl-D (i.e. "
166
- "EOF) to exit\" , and when called, raise :exc:`SystemExit` with the specified "
167
- "exit code."
166
+ "EOF) to exit\" , and when accessed directly in the interactive interpreter or "
167
+ "called as functions, raise :exc:`SystemExit` with the specified exit code."
168
168
msgstr ""
169
169
"當印出物件時,會印出一個訊息: \" Use quit() or Ctrl-D (i.e. EOF) to exit\" 。"
170
170
"當被呼叫時,則會拋出 :exc:`SystemExit` 並帶有指定的返回碼(exit code)。"
171
171
172
- #: ../../library/constants.rst:103
172
+ #: ../../library/constants.rst:104
173
+ #, fuzzy
173
174
msgid ""
174
175
"Object that when printed, prints the message \" Type help() for interactive "
175
- "help, or help(object) for help about object.\" , and when called, acts as "
176
- "described :func:`elsewhere <help>`."
176
+ "help, or help(object) for help about object.\" , and when accessed directly "
177
+ "in the interactive interpreter, invokes the built-in help system (see :func:"
178
+ "`help`)."
177
179
msgstr ""
178
180
"當印出此物件時,會印出訊息 \" Type help() for interactive help, or "
179
- "help(object) for help about object.\" ,並在呼叫時按所述的方式操 "
180
- "作 :func: `elsewhere <help>`。"
181
+ "help(object) for help about object.\" ,並在呼叫時按所述的方式操作 :func: "
182
+ "`elsewhere <help>`。"
181
183
182
- #: ../../library/constants.rst:110
184
+ #: ../../library/constants.rst:112
183
185
msgid ""
184
186
"Objects that when printed or called, print the text of copyright or credits, "
185
187
"respectively."
186
188
msgstr "當印出或是呼叫此物件時,分別會印出版權與致謝的文字。"
187
189
188
- #: ../../library/constants.rst:115
190
+ #: ../../library/constants.rst:117
189
191
msgid ""
190
192
"Object that when printed, prints the message \" Type license() to see the "
191
193
"full license text\" , and when called, displays the full license text in a "
0 commit comments