Skip to content

Commit 3ff1b71

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 4cf41693
1 parent c65ddfc commit 3ff1b71

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

library/asyncio.po

+10-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"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"
1212
"PO-Revision-Date: 2021-11-23 12:40+0800\n"
1313
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,15 +20,15 @@ msgstr ""
2020
"Plural-Forms: nplurals=1; plural=0;\n"
2121
"X-Generator: Poedit 3.0\n"
2222

23-
#: ../../library/asyncio.rst:66
23+
#: ../../library/asyncio.rst:78
2424
msgid "High-level APIs"
2525
msgstr "高階 API"
2626

27-
#: ../../library/asyncio.rst:78
27+
#: ../../library/asyncio.rst:90
2828
msgid "Low-level APIs"
2929
msgstr "低階 API"
3030

31-
#: ../../library/asyncio.rst:89
31+
#: ../../library/asyncio.rst:101
3232
msgid "Guides and Tutorials"
3333
msgstr "指南與教學"
3434

@@ -126,6 +126,10 @@ msgstr ""
126126
"透過 async/await 語法來\\ :ref:`橋接 <asyncio-futures>`\\ 基於回呼 (callback-"
127127
"based) 的函式庫與程式碼。"
128128

129+
#: ../../library/asyncio.rst:59
130+
msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
131+
msgstr ""
132+
129133
#: ../../includes/wasm-notavail.rst:-1
130134
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
131135
msgstr ""
@@ -137,10 +141,10 @@ msgid ""
137141
"more information."
138142
msgstr ""
139143

140-
#: ../../library/asyncio.rst:65
144+
#: ../../library/asyncio.rst:77
141145
msgid "Reference"
142146
msgstr "參閱"
143147

144-
#: ../../library/asyncio.rst:98
148+
#: ../../library/asyncio.rst:110
145149
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
146150
msgstr "asyncio 的原始碼可以在 :source:`Lib/asyncio/` 中找到。"

0 commit comments

Comments
 (0)