Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd12376

Browse filesBrowse files
committed
Updates and enhances translation for library/heaps.po
1 parent 0714c05 commit fd12376
Copy full SHA for fd12376

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎library/heapq.po

Copy file name to clipboardExpand all lines: library/heapq.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 3.11\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2018-10-19 17:24+0800\n"
13-
"PO-Revision-Date: 2023-06-27 14:42+0800\n"
13+
"PO-Revision-Date: 2023-06-28 14:36+0800\n"
1414
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1616
"tw)\n"
@@ -190,7 +190,7 @@ msgid ""
190190
msgstr ""
191191
"*reverse* 是一個布林值,如果設定為 ``True`` ,則輸入的元素將以相反的比較順序"
192192
"進行合併。為了達成類似 ``sorted(itertools.chain(*iterables), reverse=True)`` "
193-
"的行為,所有 ``iterables`` 必須由大到小排序。"
193+
"的行為,所有 iterables 必須由大到小排序。"
194194

195195
#: ../../library/heapq.rst:107
196196
msgid "Added the optional *key* and *reverse* parameters."
@@ -205,7 +205,7 @@ msgid ""
205205
"reverse=True)[:n]``."
206206
msgstr ""
207207
"回傳一個包含資料 *iterable* 中前 *n* 大元素的 list 。如果有指定 *key* 參數,"
208-
"*key* 會是只有一個參數的函式,用來為每一個在 *iterable* 中的元素提供一個比較"
208+
"*key* 會是只有一個引數的函式,用來從每一個在 *iterable* 中的元素提取一個比較"
209209
"的依據(例如 ``key=str.lower`` )。效果相當於 ``sorted(iterable, key=key, "
210210
"reverse=True)[:n]`` 。"
211211

@@ -218,7 +218,7 @@ msgid ""
218218
"n]``."
219219
msgstr ""
220220
"回傳一個包含資料 *iterable* 中前 *n* 小元素的 list 。如果有指定 *key* 參數,"
221-
"*key* 會是只有一個參數的函式,用來為每一個在 *iterable* 中的元素提供一個比較"
221+
"*key* 會是只有一個引數的函式,用來從每一個在 *iterable* 中的元素提取一個比較"
222222
"的依據(例如 ``key=str.lower`` )。效果相當於 ``sorted(iterable, key=key)[:"
223223
"n]`` 。"
224224

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.