7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
- "POT-Creation-Date :2023-10-11 17:13 +0000\n "
10
+ "POT-Creation-Date :2024-01-17 07:51 +0000\n "
11
11
"PO-Revision-Date :2023-01-24 03:33+0800\n "
12
12
"Last-Translator :Matt Wang <mattwang44@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -87,16 +87,18 @@ msgstr ""
87
87
"::"
88
88
89
89
#: ../../library/concurrent.futures.rst:44
90
- msgid "Similar to :func:`map(func, *iterables) <map>` except:"
90
+ #, fuzzy
91
+ msgid "Similar to :func:`map(fn, *iterables) <map>` except:"
91
92
msgstr "類似於 :func:`map(func, *iterables) <map>`,除了:"
92
93
93
94
#: ../../library/concurrent.futures.rst:46
94
95
msgid "the *iterables* are collected immediately rather than lazily;"
95
96
msgstr "*iterables* 立即被收集而不是延遲 (lazily) 收集;"
96
97
97
98
#: ../../library/concurrent.futures.rst:48
99
+ #, fuzzy
98
100
msgid ""
99
- "*func * is executed asynchronously and several calls to *func * may be made "
101
+ "*fn * is executed asynchronously and several calls to *fn * may be made "
100
102
"concurrently."
101
103
msgstr "*func* 是非同步執行的,並且對 *func* 的多次呼叫可以並行處理。"
102
104
@@ -114,9 +116,10 @@ msgstr ""
114
116
"就不會有限制。"
115
117
116
118
#: ../../library/concurrent.futures.rst:57
119
+ #, fuzzy
117
120
msgid ""
118
- "If a *func * call raises an exception, then that exception will be raised "
119
- "when its value is retrieved from the iterator."
121
+ "If a *fn * call raises an exception, then that exception will be raised when "
122
+ "its value is retrieved from the iterator."
120
123
msgstr "如果 *func* 呼叫引發例外,則當從疊代器中檢索到它的值時將引發該例外。"
121
124
122
125
#: ../../library/concurrent.futures.rst:60