|
6 | 6 | # Translators: |
7 | 7 | # walkinrain <walkinrain2008@outlook.com>, 2019 |
8 | 8 | # MuSheng Chen <sheng.2179@gmail.com>, 2019 |
9 | | -# Freesand Leo <yuqinju@163.com>,2022 |
| 9 | +# Freesand Leo <yuqinju@163.com>,2023 |
10 | 10 | # |
11 | 11 | #,fuzzy |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version:Python 3.7\n" |
15 | 15 | "Report-Msgid-Bugs-To:\n" |
16 | | -"POT-Creation-Date:2023-02-24 14:40+0000\n" |
| 16 | +"POT-Creation-Date:2023-06-04 12:41+0000\n" |
17 | 17 | "PO-Revision-Date:2019-09-01 03:21+0000\n" |
18 | | -"Last-Translator:Freesand Leo <yuqinju@163.com>,2022\n" |
19 | | -"Language-Team:Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 18 | +"Last-Translator:Freesand Leo <yuqinju@163.com>,2023\n" |
| 19 | +"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
20 | 20 | "MIME-Version:1.0\n" |
21 | 21 | "Content-Type:text/plain; charset=UTF-8\n" |
22 | 22 | "Content-Transfer-Encoding:8bit\n" |
@@ -49,7 +49,7 @@ msgid "" |
49 | 49 | "defined by the abstract :class:`Executor` class." |
50 | 50 | msgstr"" |
51 | 51 | "异步执行可以由 :class:`ThreadPoolExecutor` 使用线程或由 :class:`ProcessPoolExecutor` " |
52 | | -"使用单独的进程来实现。两者都是实现抽像类 :class:`Executor` 定义的接口。" |
| 52 | +"使用单独的进程来实现。两者都是实现抽象类 :class:`Executor` 定义的接口。" |
53 | 53 |
|
54 | 54 | #:/home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/concurrent.futures.rst:24 |
55 | 55 | msgid"Executor Objects" |
@@ -370,7 +370,7 @@ msgstr "" |
370 | 370 | msgid"" |
371 | 371 | "If the future is cancelled before completing then :exc:`.CancelledError` " |
372 | 372 | "will be raised." |
373 | | -msgstr"如果futrue 在完成前被取消则 :exc:`.CancelledError` 将被触发。" |
| 373 | +msgstr"如果future 在完成前被取消则 :exc:`.CancelledError` 将被触发。" |
374 | 374 |
|
375 | 375 | #:/home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/concurrent.futures.rst:327 |
376 | 376 | msgid"If the call raised, this method will raise the same exception." |
|