Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitfe5be41

Browse files
sync with cpython f1f2d204
1 parent7706887 commitfe5be41

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎library/concurrent.futures.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"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"
1111
"PO-Revision-Date:2023-01-24 03:33+0800\n"
1212
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -87,16 +87,18 @@ msgstr ""
8787
"::"
8888

8989
#:../../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:"
9192
msgstr"類似於 :func:`map(func, *iterables) <map>`,除了:"
9293

9394
#:../../library/concurrent.futures.rst:46
9495
msgid"the *iterables* are collected immediately rather than lazily;"
9596
msgstr"*iterables* 立即被收集而不是延遲 (lazily) 收集;"
9697

9798
#:../../library/concurrent.futures.rst:48
99+
#,fuzzy
98100
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 "
100102
"concurrently."
101103
msgstr"*func* 是非同步執行的,並且對 *func* 的多次呼叫可以並行處理。"
102104

@@ -114,9 +116,10 @@ msgstr ""
114116
"就不會有限制。"
115117

116118
#:../../library/concurrent.futures.rst:57
119+
#,fuzzy
117120
msgid""
118-
"If a *func* call raises an exception, then that exception will be raised "
119-
"whenits 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."
120123
msgstr"如果 *func* 呼叫引發例外,則當從疊代器中檢索到它的值時將引發該例外。"
121124

122125
#:../../library/concurrent.futures.rst:60

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp