Skip to content

Commit ef73681

Browse files
sync with cpython 0194bbbe
1 parent 1a0e8a1 commit ef73681

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

library/asyncio.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.10\n"
1010
"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"
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,14 +20,26 @@ msgstr ""
2020
"Plural-Forms: nplurals=1; plural=0;\n"
2121
"X-Generator: Poedit 3.0\n"
2222

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 "指南與教學"
2634

2735
#: ../../library/asyncio.rst:2
2836
msgid ":mod:`asyncio` --- Asynchronous I/O"
2937
msgstr ":mod:`asyncio` --- 非同步 I/O"
3038

39+
#: ../../library/asyncio.rst:None
40+
msgid "Hello World!"
41+
msgstr "Hello World!"
42+
3143
#: ../../library/asyncio.rst:23
3244
msgid ""
3345
"asyncio is a library to write **concurrent** code using the **async/await** "
@@ -118,18 +130,6 @@ msgstr ""
118130
msgid "Reference"
119131
msgstr "參閱"
120132

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-
133133
#: ../../library/asyncio.rst:96
134134
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
135135
msgstr "asyncio 的原始碼可以在 :source:`Lib/asyncio/` 中找到。"

0 commit comments

Comments
 (0)