Skip to content

Commit 6eefdb3

Browse files
committed
remove fuzzy entries
1 parent ede05b9 commit 6eefdb3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

library/array.po

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 3.10\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1616
"tw)\n"
@@ -92,7 +92,6 @@ msgid "``'u'``"
9292
msgstr "``'u'``"
9393

9494
#: ../../library/array.rst:25
95-
#, fuzzy
9695
msgid "wchar_t"
9796
msgstr "wchar_t"
9897

@@ -205,12 +204,10 @@ msgid "Notes:"
205204
msgstr "註解:"
206205

207206
#: ../../library/array.rst:51
208-
#, fuzzy
209207
msgid "It can be 16 bits or 32 bits depending on the platform."
210208
msgstr "根據平台的不同,他有可能是 16 位元 或者 32 位元。"
211209

212210
#: ../../library/array.rst:53
213-
#, fuzzy
214211
msgid ""
215212
"``array('u')`` now uses ``wchar_t`` as C type instead of deprecated "
216213
"``Py_UNICODE``. This change doesn't affect to its behavior because "
@@ -255,7 +252,6 @@ msgstr ""
255252
"新增到其中。其他型態的變數則會傳入 :meth:`extend` 方法初始化。"
256253

257254
#: ../../library/array.rst:80
258-
#, fuzzy
259255
msgid ""
260256
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
261257
"``typecode``, ``initializer``."
@@ -398,7 +394,6 @@ msgstr ""
398394
"encode(enc))`` 來新增 Unicode 資料到一個其他型別的陣列。"
399395

400396
#: ../../library/array.rst:182
401-
#, fuzzy
402397
msgid ""
403398
"Return the smallest *i* such that *i* is the index of the first occurrence "
404399
"of *x* in the array. The optional arguments *start* and *stop* can be "
@@ -410,7 +405,6 @@ msgstr ""
410405
"將導致 :exc:`ValueError` 。"
411406

412407
#: ../../library/array.rst:187
413-
#, fuzzy
414408
msgid "Added optional *start* and *stop* parameters."
415409
msgstr "新增選擇性的參數 *start* 及 *stop* 。"
416410

@@ -469,7 +463,6 @@ msgstr ""
469463
"字串。"
470464

471465
#: ../../library/array.rst:240
472-
#, fuzzy
473466
msgid ""
474467
"When an array object is printed or converted to a string, it is represented "
475468
"as ``array(typecode, initializer)``. The *initializer* is omitted if the "

0 commit comments

Comments
 (0)