@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-17 14:44 +0000\n "
14+ "POT-Creation-Date : 2024-07-26 14:49 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:33+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -21,15 +21,15 @@ msgstr ""
2121"Language : zh_CN\n "
2222"Plural-Forms : nplurals=1; plural=0;\n "
2323
24- #: ../../library/asyncio.rst:80
24+ #: ../../library/asyncio.rst:87
2525msgid "High-level APIs"
2626msgstr "高层级 API"
2727
28- #: ../../library/asyncio.rst:92
28+ #: ../../library/asyncio.rst:99
2929msgid "Low-level APIs"
3030msgstr "低层级 API"
3131
32- #: ../../library/asyncio.rst:103
32+ #: ../../library/asyncio.rst:110
3333msgid "Guides and Tutorials"
3434msgstr "指南与教程"
3535
@@ -115,10 +115,6 @@ msgid ""
115115"async/await syntax."
116116msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。"
117117
118- #: ../../library/asyncio.rst:61
119- msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
120- msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
121-
122118#: ../../includes/wasm-notavail.rst:3
123119msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
124120msgstr ":ref:`可用性 <availability>`: 非 Emscripten,非 WASI。"
@@ -132,10 +128,28 @@ msgstr ""
132128"此模块在 WebAssembly 平台 ``wasm32-emscripten`` 和 ``wasm32-wasi`` 上不适用或不可用。 请参阅 "
133129":ref:`wasm-availability` 了解详情。"
134130
131+ #: ../../library/asyncio.rst:64
132+ msgid "asyncio REPL"
133+ msgstr ""
134+
135+ #: ../../library/asyncio.rst:65
136+ msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
137+ msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
138+
139+ #: ../../library/asyncio.rst:88
140+ msgid ""
141+ "Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
142+ "arguments."
143+ msgstr "没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。"
144+
135145#: ../../library/asyncio.rst:79
146+ msgid "(also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) Emits audit events."
147+ msgstr ""
148+
149+ #: ../../library/asyncio.rst:86
136150msgid "Reference"
137151msgstr "参考"
138152
139- #: ../../library/asyncio.rst:112
153+ #: ../../library/asyncio.rst:119
140154msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
141155msgstr "asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。"
0 commit comments