@@ -57,25 +57,25 @@ msgstr "并发地 :ref:`运行 Python 协程 <coroutine>` 并对其执行过程
5757
5858#: ../../library/asyncio.rst:38
5959msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
60- msgstr ""
60+ msgstr "执行 :ref:`网络 IO 和 IPC <asyncio-streams>`; "
6161
6262#: ../../library/asyncio.rst:40
6363msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
64- msgstr ""
64+ msgstr "控制 :ref:`子进程 <asyncio-subprocess>`; "
6565
6666#: ../../library/asyncio.rst:42
6767msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
68- msgstr ""
68+ msgstr "通过 :ref:`队列 <asyncio-queues>` 实现分布式任务; "
6969
7070#: ../../library/asyncio.rst:44
7171msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
72- msgstr ""
72+ msgstr ":ref:`同步 <asyncio-sync>` 并发代码; "
7373
7474#: ../../library/asyncio.rst:46
7575msgid ""
7676"Additionally, there are **low-level** APIs for *library and framework "
7777"developers* to:"
78- msgstr ""
78+ msgstr "此外,还有一些 **低层级** API 以支持 *库和框架的开发者* 实现: "
7979
8080#: ../../library/asyncio.rst:49
8181msgid ""
@@ -84,31 +84,34 @@ msgid ""
8484":meth:`subprocesses <loop.subprocess_exec>`, handling :meth:`OS signals "
8585"<loop.add_signal_handler>`, etc;"
8686msgstr ""
87+ "创建和管理 :ref:`事件循环 <asyncio-event-loop>`,以提供异步 API 用于 :meth:`网络化 "
88+ "<loop.create_server>`, 运行 :meth:`子进程 <loop.subprocess_exec>`,处理 :meth:`OS 信号"
89+ " <loop.add_signal_handler>` 等等;"
8790
8891#: ../../library/asyncio.rst:54
8992msgid ""
9093"implement efficient protocols using :ref:`transports <asyncio-transports-"
9194"protocols>`;"
92- msgstr ""
95+ msgstr "使用 :ref:`transports <asyncio-transports-protocols>` 实现高效率协议; "
9396
9497#: ../../library/asyncio.rst:57
9598msgid ""
9699":ref:`bridge <asyncio-futures>` callback-based libraries and code with "
97100"async/await syntax."
98- msgstr ""
101+ msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。 "
99102
100103#: ../../library/asyncio.rst:65
101104msgid "Reference"
102- msgstr ""
105+ msgstr "参考引用 "
103106
104107#: ../../library/asyncio.rst:66
105108msgid "High-level APIs"
106- msgstr ""
109+ msgstr "高层级 API "
107110
108111#: ../../library/asyncio.rst:77
109112msgid "Low-level APIs"
110- msgstr ""
113+ msgstr "低层级 API "
111114
112115#: ../../library/asyncio.rst:87
113116msgid "Guides and Tutorials"
114- msgstr ""
117+ msgstr "指南与教程 "
0 commit comments