|
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.10\n"
|
14 | 14 | "Report-Msgid-Bugs-To: \n"
|
15 |
| -"POT-Creation-Date: 2024-02-02 20:30+0000\n" |
| 15 | +"POT-Creation-Date: 2024-03-08 16:05+0000\n" |
16 | 16 | "PO-Revision-Date: 2022-11-05 17:21+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"
|
@@ -70,7 +70,7 @@ msgid ""
|
70 | 70 | "Awaiting on a coroutine. The following snippet of code will print \"hello\""
|
71 | 71 | " after waiting for 1 second, and then print \"world\" after waiting for "
|
72 | 72 | "*another* 2 seconds::"
|
73 |
| -msgstr "等待一个协程。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::" |
| 73 | +msgstr "对协程执行 await。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::" |
74 | 74 |
|
75 | 75 | #: ../../library/asyncio-task.rst:73
|
76 | 76 | msgid "Expected output::"
|
@@ -823,7 +823,8 @@ msgid ""
|
823 | 823 | "cancellation, the Future object will be cancelled."
|
824 | 824 | msgstr ""
|
825 | 825 | "要取消一个正在运行的 Task 对象可使用 :meth:`cancel` 方法。调用此方法将使该 Task 对象抛出一个 "
|
826 |
| -":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在等待一个 Future 对象,该 Future 对象也将被取消。" |
| 826 | +":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在对 Future 对象执行 await,该 Future " |
| 827 | +"对象也将被取消。" |
827 | 828 |
|
828 | 829 | #: ../../library/asyncio-task.rst:830
|
829 | 830 | msgid ""
|
|
0 commit comments