7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-05-21 17:35 +0000\n "
10
+ "POT-Creation-Date : 2023-12-04 13:57 +0000\n "
11
11
"PO-Revision-Date : 2023-08-11 02:12+0000\n "
12
12
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -56,25 +56,25 @@ msgstr ""
56
56
"記錄何時出現不相容的變更,以及何時開始強制執行這些變更。這是一種可執行文件的"
57
57
"形式,可以透過引入 :mod:`__future__` 並檢查其內容以程式化的方式進行檢查。"
58
58
59
- #: ../../library/__future__.rst:25
59
+ #: ../../library/__future__.rst:29
60
60
msgid "Each statement in :file:`__future__.py` is of the form::"
61
61
msgstr ":file:`__future__.py` 中的每個陳述式的形式如下: ::"
62
62
63
- #: ../../library/__future__.rst:31
63
+ #: ../../library/__future__.rst:34
64
64
msgid ""
65
65
"where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both "
66
66
"are 5-tuples of the same form as :data:`sys.version_info`::"
67
67
msgstr ""
68
68
"通常,*OptionalRelease* 會小於 *MandatoryRelease*,且兩者都是與 :data:`sys."
69
69
"version_info` 形式相同的 5 元組 (5-tuple): ::"
70
70
71
- #: ../../library/__future__.rst:41
71
+ #: ../../library/__future__.rst:46
72
72
msgid ""
73
73
"*OptionalRelease* records the first release in which the feature was "
74
74
"accepted."
75
75
msgstr "*OptionalRelease* 記錄該功能首次發布時的 Python 版本。"
76
76
77
- #: ../../library/__future__.rst:43
77
+ #: ../../library/__future__.rst:50
78
78
msgid ""
79
79
"In the case of a *MandatoryRelease* that has not yet occurred, "
80
80
"*MandatoryRelease* predicts the release in which the feature will become "
@@ -83,7 +83,7 @@ msgstr ""
83
83
"如果 *MandatoryRelease* 尚未發布,*MandatoryRelease* 會預測該功能將成為該語言"
84
84
"一部分的版本。"
85
85
86
- #: ../../library/__future__.rst:47
86
+ #: ../../library/__future__.rst:54
87
87
msgid ""
88
88
"Else *MandatoryRelease* records when the feature became part of the "
89
89
"language; in releases at or after that, modules no longer need a future "
@@ -93,32 +93,26 @@ msgstr ""
93
93
"否則 *MandatoryRelease* 會記錄該功能是何時成為語言的一部分;在該版本或之後的"
94
94
"版本中,模組不再需要 future 聲明來使用相關功能,但可以繼續使用此種引入方式。"
95
95
96
- #: ../../library/__future__.rst:51
96
+ #: ../../library/__future__.rst:58
97
+ #, fuzzy
97
98
msgid ""
98
99
"*MandatoryRelease* may also be ``None``, meaning that a planned feature got "
99
- "dropped."
100
+ "dropped or that it is not yet decided ."
100
101
msgstr "*MandatoryRelease* 也可能是 ``None``,這意味著計劃中的功能被丟棄。"
101
102
102
- #: ../../library/__future__.rst:54
103
- msgid ""
104
- "Instances of class :class:`_Feature` have two corresponding methods, :meth:"
105
- "`getOptionalRelease` and :meth:`getMandatoryRelease`."
106
- msgstr ""
107
- ":class:`_Feature` 類別的實例有兩個相應的方法::meth:`getOptionalRelease` 和 :"
108
- "meth:`getMandatoryRelease`。"
109
-
110
- #: ../../library/__future__.rst:57
103
+ #: ../../library/__future__.rst:63
104
+ #, fuzzy
111
105
msgid ""
112
106
"*CompilerFlag* is the (bitfield) flag that should be passed in the fourth "
113
107
"argument to the built-in function :func:`compile` to enable the feature in "
114
- "dynamically compiled code. This flag is stored in the :attr:`compiler_flag` "
115
- "attribute on :class:`_Feature` instances."
108
+ "dynamically compiled code. This flag is stored in the :attr:`_Feature. "
109
+ "compiler_flag` attribute on :class:`_Feature` instances."
116
110
msgstr ""
117
111
"*CompilerFlag* 是(位元欄位 (bitfield))旗標,應在第四個引數中傳遞給內建函"
118
112
"式 :func:`compile` 以在動態編譯的程式碼中啟用該功能。此旗標存儲在 :class:"
119
113
"`_Feature` 實例上的 :attr:`compiler_flag` 屬性中。"
120
114
121
- #: ../../library/__future__.rst:62
115
+ #: ../../library/__future__.rst:68
122
116
msgid ""
123
117
"No feature description will ever be deleted from :mod:`__future__`. Since "
124
118
"its introduction in Python 2.1 the following features have found their way "
@@ -127,153 +121,153 @@ msgstr ""
127
121
"不會從 :mod:`__future__` 中刪除任何功能描述。自從在 Python 2.1 中引入以來,以"
128
122
"下功能已透過這種機制引入到該語言中:"
129
123
130
- #: ../../library/__future__.rst:67
124
+ #: ../../library/__future__.rst:73
131
125
msgid "feature"
132
126
msgstr "功能"
133
127
134
- #: ../../library/__future__.rst:67
128
+ #: ../../library/__future__.rst:73
135
129
msgid "optional in"
136
130
msgstr "可選的版本"
137
131
138
- #: ../../library/__future__.rst:67
132
+ #: ../../library/__future__.rst:73
139
133
msgid "mandatory in"
140
134
msgstr "強制性的版本"
141
135
142
- #: ../../library/__future__.rst:67
136
+ #: ../../library/__future__.rst:73
143
137
msgid "effect"
144
138
msgstr "影響"
145
139
146
- #: ../../library/__future__.rst:69
140
+ #: ../../library/__future__.rst:75
147
141
msgid "nested_scopes"
148
142
msgstr "nested_scopes"
149
143
150
- #: ../../library/__future__.rst:69
144
+ #: ../../library/__future__.rst:75
151
145
msgid "2.1.0b1"
152
146
msgstr "2.1.0b1"
153
147
154
- #: ../../library/__future__.rst:69
148
+ #: ../../library/__future__.rst:75
155
149
msgid "2.2"
156
150
msgstr "2.2"
157
151
158
- #: ../../library/__future__.rst:69
152
+ #: ../../library/__future__.rst:75
159
153
msgid ":pep:`227`: *Statically Nested Scopes*"
160
154
msgstr ":pep:`227`: *靜態巢狀作用域 (Statically Nested Scopes)*"
161
155
162
- #: ../../library/__future__.rst:72
156
+ #: ../../library/__future__.rst:78
163
157
msgid "generators"
164
158
msgstr "generators"
165
159
166
- #: ../../library/__future__.rst:72
160
+ #: ../../library/__future__.rst:78
167
161
msgid "2.2.0a1"
168
162
msgstr "2.2.0a1"
169
163
170
- #: ../../library/__future__.rst:72
164
+ #: ../../library/__future__.rst:78
171
165
msgid "2.3"
172
166
msgstr "2.3"
173
167
174
- #: ../../library/__future__.rst:72
168
+ #: ../../library/__future__.rst:78
175
169
msgid ":pep:`255`: *Simple Generators*"
176
170
msgstr ":pep:`255`: *簡單產生器 (Simple Generators)*"
177
171
178
- #: ../../library/__future__.rst:75
172
+ #: ../../library/__future__.rst:81
179
173
msgid "division"
180
174
msgstr "division"
181
175
182
- #: ../../library/__future__.rst:75
176
+ #: ../../library/__future__.rst:81
183
177
msgid "2.2.0a2"
184
178
msgstr "2.2.0a2"
185
179
186
- #: ../../library/__future__.rst:75 ../../library/__future__.rst:78
187
- #: ../../library/__future__.rst:84 ../../library/__future__.rst:87
180
+ #: ../../library/__future__.rst:81 ../../library/__future__.rst:84
181
+ #: ../../library/__future__.rst:90 ../../library/__future__.rst:93
188
182
msgid "3.0"
189
183
msgstr "3.0"
190
184
191
- #: ../../library/__future__.rst:75
185
+ #: ../../library/__future__.rst:81
192
186
msgid ":pep:`238`: *Changing the Division Operator*"
193
187
msgstr ":pep:`238`: *更改除法運算子 (Changing the Division Operator)*"
194
188
195
- #: ../../library/__future__.rst:78
189
+ #: ../../library/__future__.rst:84
196
190
msgid "absolute_import"
197
191
msgstr "absolute_import"
198
192
199
- #: ../../library/__future__.rst:78 ../../library/__future__.rst:81
193
+ #: ../../library/__future__.rst:84 ../../library/__future__.rst:87
200
194
msgid "2.5.0a1"
201
195
msgstr "2.5.0a1"
202
196
203
- #: ../../library/__future__.rst:78
197
+ #: ../../library/__future__.rst:84
204
198
msgid ":pep:`328`: *Imports: Multi-Line and Absolute/Relative*"
205
199
msgstr ""
206
200
":pep:`328`: *引入:多列與絕對/相對 (Imports: Multi-Line and Absolute/"
207
201
"Relative)*"
208
202
209
- #: ../../library/__future__.rst:81
203
+ #: ../../library/__future__.rst:87
210
204
msgid "with_statement"
211
205
msgstr "with_statement"
212
206
213
- #: ../../library/__future__.rst:81
207
+ #: ../../library/__future__.rst:87
214
208
msgid "2.6"
215
209
msgstr "2.6"
216
210
217
- #: ../../library/__future__.rst:81
211
+ #: ../../library/__future__.rst:87
218
212
msgid ":pep:`343`: *The \" with\" Statement*"
219
213
msgstr ":pep:`343`: *\" with\" 陳述式 (The \" with\" Statement)*"
220
214
221
- #: ../../library/__future__.rst:84
215
+ #: ../../library/__future__.rst:90
222
216
msgid "print_function"
223
217
msgstr "print_function"
224
218
225
- #: ../../library/__future__.rst:84 ../../library/__future__.rst:87
219
+ #: ../../library/__future__.rst:90 ../../library/__future__.rst:93
226
220
msgid "2.6.0a2"
227
221
msgstr "2.6.0a2"
228
222
229
- #: ../../library/__future__.rst:84
223
+ #: ../../library/__future__.rst:90
230
224
msgid ":pep:`3105`: *Make print a function*"
231
225
msgstr ":pep:`3105`: *使 print 成為一個函式 (Make print a function)*"
232
226
233
- #: ../../library/__future__.rst:87
227
+ #: ../../library/__future__.rst:93
234
228
msgid "unicode_literals"
235
229
msgstr "unicode_literals"
236
230
237
- #: ../../library/__future__.rst:87
231
+ #: ../../library/__future__.rst:93
238
232
msgid ":pep:`3112`: *Bytes literals in Python 3000*"
239
233
msgstr ""
240
234
":pep:`3112`: *Python 3000 中的位元組字面值 (Bytes literals in Python 3000)*"
241
235
242
- #: ../../library/__future__.rst:90
236
+ #: ../../library/__future__.rst:96
243
237
msgid "generator_stop"
244
238
msgstr "generator_stop"
245
239
246
- #: ../../library/__future__.rst:90
240
+ #: ../../library/__future__.rst:96
247
241
msgid "3.5.0b1"
248
242
msgstr "3.5.0b1"
249
243
250
- #: ../../library/__future__.rst:90
244
+ #: ../../library/__future__.rst:96
251
245
msgid "3.7"
252
246
msgstr "3.7"
253
247
254
- #: ../../library/__future__.rst:90
248
+ #: ../../library/__future__.rst:96
255
249
msgid ":pep:`479`: *StopIteration handling inside generators*"
256
250
msgstr ""
257
251
":pep:`479`: *產生器內部的 StopIteration 處理 (StopIteration handling inside "
258
252
"generators)*"
259
253
260
- #: ../../library/__future__.rst:93
254
+ #: ../../library/__future__.rst:99
261
255
msgid "annotations"
262
256
msgstr "annotations"
263
257
264
- #: ../../library/__future__.rst:93
258
+ #: ../../library/__future__.rst:99
265
259
msgid "3.7.0b1"
266
260
msgstr "3.7.0b1"
267
261
268
- #: ../../library/__future__.rst:93
262
+ #: ../../library/__future__.rst:99
269
263
msgid "TBD [1]_"
270
264
msgstr "TBD [1]_"
271
265
272
- #: ../../library/__future__.rst:93
266
+ #: ../../library/__future__.rst:99
273
267
msgid ":pep:`563`: *Postponed evaluation of annotations*"
274
268
msgstr ":pep:`563`: *推遲對註釋的求值 (Postponed evaluation of annotations)*"
275
269
276
- #: ../../library/__future__.rst:100
270
+ #: ../../library/__future__.rst:106
277
271
msgid ""
278
272
"``from __future__ import annotations`` was previously scheduled to become "
279
273
"mandatory in Python 3.10, but the Python Steering Council twice decided to "
@@ -291,10 +285,17 @@ msgstr ""
291
285
"VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`__)。目前還尚未做出決定。另請參閱 :pep:"
292
286
"`563` 和 :pep:`649`。"
293
287
294
- #: ../../library/__future__.rst:110
288
+ #: ../../library/__future__.rst:116
295
289
msgid ":ref:`future`"
296
290
msgstr ":ref:`future`"
297
291
298
- #: ../../library/__future__.rst:111
292
+ #: ../../library/__future__.rst:117
299
293
msgid "How the compiler treats future imports."
300
294
msgstr "編譯器如何處理 future 引入。"
295
+
296
+ #~ msgid ""
297
+ #~ "Instances of class :class:`_Feature` have two corresponding methods, :"
298
+ #~ "meth:`getOptionalRelease` and :meth:`getMandatoryRelease`."
299
+ #~ msgstr ""
300
+ #~ ":class:`_Feature` 類別的實例有兩個相應的方法::meth:`getOptionalRelease` "
301
+ #~ "和 :meth:`getMandatoryRelease`。"
0 commit comments