|
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.10\n" |
13 | 13 | "Report-Msgid-Bugs-To:\n" |
14 | | -"POT-Creation-Date:2023-07-29 03:05+0000\n" |
| 14 | +"POT-Creation-Date:2024-07-26 15:53+0000\n" |
15 | 15 | "PO-Revision-Date:2022-11-05 17:21+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:76../../library/asyncio.rst:76 |
| 24 | +#:../../library/asyncio.rst:85../../library/asyncio.rst:85 |
25 | 25 | msgid"High-level APIs" |
26 | 26 | msgstr"高层级 API" |
27 | 27 |
|
28 | | -#:../../library/asyncio.rst:87../../library/asyncio.rst:87 |
| 28 | +#:../../library/asyncio.rst:96../../library/asyncio.rst:96 |
29 | 29 | msgid"Low-level APIs" |
30 | 30 | msgstr"低层级 API" |
31 | 31 |
|
32 | | -#:../../library/asyncio.rst:97../../library/asyncio.rst:97 |
| 32 | +#:../../library/asyncio.rst:106../../library/asyncio.rst:106 |
33 | 33 | msgid"Guides and Tutorials" |
34 | 34 | msgstr"指南与教程" |
35 | 35 |
|
@@ -115,14 +115,28 @@ msgid "" |
115 | 115 | "async/await syntax." |
116 | 116 | msgstr"通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。" |
117 | 117 |
|
118 | | -#:../../library/asyncio.rst:59 |
| 118 | +#:../../library/asyncio.rst:62 |
| 119 | +msgid"asyncio REPL" |
| 120 | +msgstr"" |
| 121 | + |
| 122 | +#:../../library/asyncio.rst:63 |
119 | 123 | msgid"You can experiment with an ``asyncio`` concurrent context in the REPL:" |
120 | 124 | msgstr"你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:" |
121 | 125 |
|
122 | 126 | #:../../library/asyncio.rst:75 |
| 127 | +msgid"" |
| 128 | +"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no " |
| 129 | +"arguments." |
| 130 | +msgstr"没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。" |
| 131 | + |
| 132 | +#:../../library/asyncio.rst:77 |
| 133 | +msgid"(also 3.9.20, and 3.8.20) Emits audit events." |
| 134 | +msgstr"" |
| 135 | + |
| 136 | +#:../../library/asyncio.rst:84 |
123 | 137 | msgid"Reference" |
124 | 138 | msgstr"参考" |
125 | 139 |
|
126 | | -#:../../library/asyncio.rst:106 |
| 140 | +#:../../library/asyncio.rst:115 |
127 | 141 | msgid"The source code for asyncio can be found in :source:`Lib/asyncio/`." |
128 | 142 | msgstr"asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。" |