8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2022-10-15 20:43 +0000\n "
11
+ "POT-Creation-Date : 2023-01-23 14:56 +0000\n "
12
12
"PO-Revision-Date : 2021-11-23 12:40+0800\n "
13
13
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -20,15 +20,15 @@ msgstr ""
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
21
"X-Generator : Poedit 3.0\n "
22
22
23
- #: ../../library/asyncio.rst:66
23
+ #: ../../library/asyncio.rst:78
24
24
msgid "High-level APIs"
25
25
msgstr "高階 API"
26
26
27
- #: ../../library/asyncio.rst:78
27
+ #: ../../library/asyncio.rst:90
28
28
msgid "Low-level APIs"
29
29
msgstr "低階 API"
30
30
31
- #: ../../library/asyncio.rst:89
31
+ #: ../../library/asyncio.rst:101
32
32
msgid "Guides and Tutorials"
33
33
msgstr "指南與教學"
34
34
@@ -126,6 +126,10 @@ msgstr ""
126
126
"透過 async/await 語法來\\ :ref:`橋接 <asyncio-futures>`\\ 基於回呼 (callback-"
127
127
"based) 的函式庫與程式碼。"
128
128
129
+ #: ../../library/asyncio.rst:59
130
+ msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
131
+ msgstr ""
132
+
129
133
#: ../../includes/wasm-notavail.rst: -1
130
134
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
131
135
msgstr ""
@@ -137,10 +141,10 @@ msgid ""
137
141
"more information."
138
142
msgstr ""
139
143
140
- #: ../../library/asyncio.rst:65
144
+ #: ../../library/asyncio.rst:77
141
145
msgid "Reference"
142
146
msgstr "參閱"
143
147
144
- #: ../../library/asyncio.rst:98
148
+ #: ../../library/asyncio.rst:110
145
149
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
146
150
msgstr "asyncio 的原始碼可以在 :source:`Lib/asyncio/` 中找到。"
0 commit comments