1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-11-03 14:47 +0000\n "
14
+ "POT-Creation-Date : 2024-07-26 15:21 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:12+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
16
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
20
20
"Content-Transfer-Encoding : 8bit\n "
21
21
"Language : zh_CN\n "
22
22
"Plural-Forms : nplurals=1; plural=0;\n "
23
23
24
- #: ../../library/asyncio.rst:80 ../../library/asyncio.rst:80
24
+ #: ../../library/asyncio.rst:87
25
25
msgid "High-level APIs"
26
26
msgstr "高层级 API"
27
27
28
- #: ../../library/asyncio.rst:92 ../../library/asyncio.rst:92
28
+ #: ../../library/asyncio.rst:99
29
29
msgid "Low-level APIs"
30
30
msgstr "低层级 API"
31
31
32
- #: ../../library/asyncio.rst:103 ../../library/asyncio.rst:103
32
+ #: ../../library/asyncio.rst:110
33
33
msgid "Guides and Tutorials"
34
34
msgstr "指南与教程"
35
35
36
36
#: ../../library/asyncio.rst:2
37
37
msgid ":mod:`asyncio` --- Asynchronous I/O"
38
38
msgstr ":mod:`asyncio` --- 异步 I/O"
39
39
40
- #: ../../library/asyncio.rstNone
40
+ #: ../../library/asyncio.rst-1
41
41
msgid "Hello World!"
42
42
msgstr "Hello World!"
43
43
@@ -115,10 +115,6 @@ msgid ""
115
115
"async/await syntax."
116
116
msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。"
117
117
118
- #: ../../library/asyncio.rst:61
119
- msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
120
- msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
121
-
122
118
#: ../../includes/wasm-notavail.rst:3
123
119
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
124
120
msgstr ":ref:`可用性 <availability>`: 非 Emscripten,非 WASI。"
@@ -132,10 +128,28 @@ msgstr ""
132
128
"此模块在 WebAssembly 平台 ``wasm32-emscripten`` 和 ``wasm32-wasi`` 上不适用或不可用。 请参阅 "
133
129
":ref:`wasm-availability` 了解详情。"
134
130
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
+
135
145
#: ../../library/asyncio.rst:79
146
+ msgid "(also 3.10.15, 3.9.20, and 3.8.20) Emits audit events."
147
+ msgstr ""
148
+
149
+ #: ../../library/asyncio.rst:86
136
150
msgid "Reference"
137
151
msgstr "参考"
138
152
139
- #: ../../library/asyncio.rst:112
153
+ #: ../../library/asyncio.rst:119
140
154
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
141
155
msgstr "asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。"
0 commit comments