@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-07-17 17:39+0800 \n "
14
+ "POT-Creation-Date : 2023-12-27 00:03+0000 \n "
15
15
"PO-Revision-Date : 2023-08-01 12:53+0800\n "
16
16
"
Last-Translator :
Matt Wang <[email protected] >\n "
17
17
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -43,14 +43,15 @@ msgstr ""
43
43
"善。"
44
44
45
45
#: ../../library/bisect.rst:19
46
+ #, fuzzy
46
47
msgid ""
47
48
"The module is called :mod:`bisect` because it uses a basic bisection "
48
49
"algorithm to do its work. Unlike other bisection tools that search for a "
49
50
"specific value, the functions in this module are designed to locate an "
50
- "insertion point. Accordingly, the functions never call an :meth:`__eq__` "
51
- "method to determine whether a value has been found. Instead, the functions "
52
- "only call the :meth:`__lt__` method and will return an insertion point "
53
- "between values in an array."
51
+ "insertion point. Accordingly, the functions never call an :meth:`~object. "
52
+ "__eq__` method to determine whether a value has been found. Instead, the "
53
+ "functions only call the :meth:`~object. __lt__` method and will return an "
54
+ "insertion point between values in an array."
54
55
msgstr ""
55
56
"這個模組被稱為 :mod:`bisect` 是因為它使用基本二分演算法來完成其工作。不像其它"
56
57
"搜尋特定值的二分法工具,本模組中的函式旨在定位插入點。因此,這些函式永遠不會"
@@ -131,9 +132,10 @@ msgid "Insert *x* in *a* in sorted order."
131
132
msgstr "將元素 *x* 插入 list *a*,並維持順序。"
132
133
133
134
#: ../../library/bisect.rst:75
135
+ #, fuzzy
134
136
msgid ""
135
137
"This function first runs :py:func:`~bisect.bisect_left` to locate an "
136
- "insertion point. Next, it runs the :meth:`insert` method on *a* to insert "
138
+ "insertion point. Next, it runs the :meth:`! insert` method on *a* to insert "
137
139
"*x* at the appropriate position to maintain sort order."
138
140
msgstr ""
139
141
"此函式先使用 :py:func:`~bisect.bisect_left` 搜索插入位置,接著用 :meth:"
@@ -161,9 +163,10 @@ msgstr ""
161
163
"面(右邊)。"
162
164
163
165
#: ../../library/bisect.rst:95
166
+ #, fuzzy
164
167
msgid ""
165
168
"This function first runs :py:func:`~bisect.bisect_right` to locate an "
166
- "insertion point. Next, it runs the :meth:`insert` method on *a* to insert "
169
+ "insertion point. Next, it runs the :meth:`! insert` method on *a* to insert "
167
170
"*x* at the appropriate position to maintain sort order."
168
171
msgstr ""
169
172
"此函式先使用 :py:func:`~bisect.bisect_right` 搜索插入位置,接著用 :meth:"
0 commit comments