@@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.10\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2021-10-26 16:47+0000\n "
13
- "PO-Revision-Date : 2021-11-13 23:06 +0800\n "
13
+ "PO-Revision-Date : 2021-11-13 23:09 +0800\n "
14
14
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
16
16
"tw)\n "
@@ -92,7 +92,6 @@ msgid "``'u'``"
92
92
msgstr "``'u'``"
93
93
94
94
#: ../../library/array.rst:25
95
- #, fuzzy
96
95
msgid "wchar_t"
97
96
msgstr "wchar_t"
98
97
@@ -205,12 +204,10 @@ msgid "Notes:"
205
204
msgstr "註解:"
206
205
207
206
#: ../../library/array.rst:51
208
- #, fuzzy
209
207
msgid "It can be 16 bits or 32 bits depending on the platform."
210
208
msgstr "根據平台的不同,他有可能是 16 位元 或者 32 位元。"
211
209
212
210
#: ../../library/array.rst:53
213
- #, fuzzy
214
211
msgid ""
215
212
"``array('u')`` now uses ``wchar_t`` as C type instead of deprecated "
216
213
"``Py_UNICODE``. This change doesn't affect to its behavior because "
@@ -255,7 +252,6 @@ msgstr ""
255
252
"新增到其中。其他型態的變數則會傳入 :meth:`extend` 方法初始化。"
256
253
257
254
#: ../../library/array.rst:80
258
- #, fuzzy
259
255
msgid ""
260
256
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
261
257
"``typecode``, ``initializer``."
@@ -398,7 +394,6 @@ msgstr ""
398
394
"encode(enc))`` 來新增 Unicode 資料到一個其他型別的陣列。"
399
395
400
396
#: ../../library/array.rst:182
401
- #, fuzzy
402
397
msgid ""
403
398
"Return the smallest *i* such that *i* is the index of the first occurrence "
404
399
"of *x* in the array. The optional arguments *start* and *stop* can be "
@@ -410,7 +405,6 @@ msgstr ""
410
405
"將導致 :exc:`ValueError` 。"
411
406
412
407
#: ../../library/array.rst:187
413
- #, fuzzy
414
408
msgid "Added optional *start* and *stop* parameters."
415
409
msgstr "新增選擇性的參數 *start* 及 *stop* 。"
416
410
@@ -469,7 +463,6 @@ msgstr ""
469
463
"字串。"
470
464
471
465
#: ../../library/array.rst:240
472
- #, fuzzy
473
466
msgid ""
474
467
"When an array object is printed or converted to a string, it is represented "
475
468
"as ``array(typecode, initializer)``. The *initializer* is omitted if the "
0 commit comments