|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2022, 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 | | -# Freesand Leo <[email protected]>, 2019 |
| 7 | +# Rafael Fontenelle <[email protected]>, 2024 |
| 8 | +# Freesand Leo <[email protected]>, 2024 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.9\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2022-11-04 14:34+0000\n" |
| 15 | +"POT-Creation-Date: 2024-07-26 16:33+0000\n" |
15 | 16 | "PO-Revision-Date: 2017-02-16 17:49+0000\n" |
16 | | -" Last-Translator: Freesand Leo <[email protected]>, 2019\n" |
17 | | -"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 17 | +" Last-Translator: Freesand Leo <[email protected]>, 2024\n" |
| 18 | +"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
18 | 19 | "MIME-Version: 1.0\n" |
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
20 | 21 | "Content-Transfer-Encoding: 8bit\n" |
21 | 22 | "Language: zh_CN\n" |
22 | 23 | "Plural-Forms: nplurals=1; plural=0;\n" |
23 | 24 |
|
24 | | -#: ../../library/asyncio.rst:65 ../../library/asyncio.rst:65 |
| 25 | +#: ../../library/asyncio.rst:85 ../../library/asyncio.rst:85 |
25 | 26 | msgid "High-level APIs" |
26 | 27 | msgstr "高层级 API" |
27 | 28 |
|
28 | | -#: ../../library/asyncio.rst:76 ../../library/asyncio.rst:76 |
| 29 | +#: ../../library/asyncio.rst:96 ../../library/asyncio.rst:96 |
29 | 30 | msgid "Low-level APIs" |
30 | 31 | msgstr "低层级 API" |
31 | 32 |
|
32 | | -#: ../../library/asyncio.rst:86 ../../library/asyncio.rst:86 |
| 33 | +#: ../../library/asyncio.rst:106 ../../library/asyncio.rst:106 |
33 | 34 | msgid "Guides and Tutorials" |
34 | 35 | msgstr "指南与教程" |
35 | 36 |
|
@@ -115,10 +116,28 @@ msgid "" |
115 | 116 | "async/await syntax." |
116 | 117 | msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。" |
117 | 118 |
|
118 | | -#: ../../library/asyncio.rst:64 |
| 119 | +#: ../../library/asyncio.rst:62 |
| 120 | +msgid "asyncio REPL" |
| 121 | +msgstr "asyncio REPL" |
| 122 | + |
| 123 | +#: ../../library/asyncio.rst:63 |
| 124 | +msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:" |
| 125 | +msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:" |
| 126 | + |
| 127 | +#: ../../library/asyncio.rst:75 |
| 128 | +msgid "" |
| 129 | +"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no " |
| 130 | +"arguments." |
| 131 | +msgstr "没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。" |
| 132 | + |
| 133 | +#: ../../library/asyncio.rst:77 |
| 134 | +msgid "(also 3.8.20) Emits audit events." |
| 135 | +msgstr "" |
| 136 | + |
| 137 | +#: ../../library/asyncio.rst:84 |
119 | 138 | msgid "Reference" |
120 | | -msgstr "参考引用" |
| 139 | +msgstr "参考" |
121 | 140 |
|
122 | | -#: ../../library/asyncio.rst:95 |
| 141 | +#: ../../library/asyncio.rst:115 |
123 | 142 | msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`." |
124 | 143 | msgstr "asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。" |
0 commit comments