8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-06-20 18:08+0800 \n "
11
+ "POT-Creation-Date : 2021-12-16 19:33+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,14 +20,26 @@ msgstr ""
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
21
"X-Generator : Poedit 3.0\n "
22
22
23
- #: ../../library/asyncio.rst: None
24
- msgid "Hello World!"
25
- msgstr "Hello World!"
23
+ #: ../../library/asyncio.rst:66
24
+ msgid "High-level APIs"
25
+ msgstr "高階 API"
26
+
27
+ #: ../../library/asyncio.rst:77
28
+ msgid "Low-level APIs"
29
+ msgstr "低階 API"
30
+
31
+ #: ../../library/asyncio.rst:87
32
+ msgid "Guides and Tutorials"
33
+ msgstr "指南與教學"
26
34
27
35
#: ../../library/asyncio.rst:2
28
36
msgid ":mod:`asyncio` --- Asynchronous I/O"
29
37
msgstr ":mod:`asyncio` --- 非同步 I/O"
30
38
39
+ #: ../../library/asyncio.rst: None
40
+ msgid "Hello World!"
41
+ msgstr "Hello World!"
42
+
31
43
#: ../../library/asyncio.rst:23
32
44
msgid ""
33
45
"asyncio is a library to write **concurrent** code using the **async/await** "
@@ -118,18 +130,6 @@ msgstr ""
118
130
msgid "Reference"
119
131
msgstr "參閱"
120
132
121
- #: ../../library/asyncio.rst:66
122
- msgid "High-level APIs"
123
- msgstr "高階 API"
124
-
125
- #: ../../library/asyncio.rst:77
126
- msgid "Low-level APIs"
127
- msgstr "低階 API"
128
-
129
- #: ../../library/asyncio.rst:87
130
- msgid "Guides and Tutorials"
131
- msgstr "指南與教學"
132
-
133
133
#: ../../library/asyncio.rst:96
134
134
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
135
135
msgstr "asyncio 的原始碼可以在 :source:`Lib/asyncio/` 中找到。"
0 commit comments