|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Freesand Leo <[email protected]>, 2023 |
8 | 7 | # Rafael Fontenelle <[email protected]>, 2024 |
| 8 | +# Freesand Leo <[email protected]>, 2024 |
9 | 9 | # |
10 | 10 | #, fuzzy |
11 | 11 | msgid "" |
12 | 12 | msgstr "" |
13 | 13 | "Project-Id-Version: Python 3.11\n" |
14 | 14 | "Report-Msgid-Bugs-To: \n" |
15 | | -"POT-Creation-Date: 2024-02-02 18:15+0000\n" |
| 15 | +"POT-Creation-Date: 2024-03-09 14:21+0000\n" |
16 | 16 | "PO-Revision-Date: 2023-05-24 02:12+0000\n" |
17 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 19 | "MIME-Version: 1.0\n" |
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -71,7 +71,7 @@ msgid "" |
71 | 71 | "Awaiting on a coroutine. The following snippet of code will print \"hello\"" |
72 | 72 | " after waiting for 1 second, and then print \"world\" after waiting for " |
73 | 73 | "*another* 2 seconds::" |
74 | | -msgstr "等待一个协程。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::" |
| 74 | +msgstr "对协程执行 await。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::" |
75 | 75 |
|
76 | 76 | #: ../../library/asyncio-task.rst:73 |
77 | 77 | msgid "Expected output::" |
@@ -1013,7 +1013,8 @@ msgid "" |
1013 | 1013 | "cancellation, the Future object will be cancelled." |
1014 | 1014 | msgstr "" |
1015 | 1015 | "要取消一个正在运行的 Task 对象可使用 :meth:`cancel` 方法。调用此方法将使该 Task 对象抛出一个 " |
1016 | | -":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在等待一个 Future 对象,该 Future 对象也将被取消。" |
| 1016 | +":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在对 Future 对象执行 await,该 Future " |
| 1017 | +"对象也将被取消。" |
1017 | 1018 |
|
1018 | 1019 | #: ../../library/asyncio-task.rst:995 |
1019 | 1020 | msgid "" |
|
0 commit comments