3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
# Translators:
6
+ # Liang-Bo Wang <me@liang2.tw>, 2015
7
+ # Matt Wang <mattwang44@gmail.com>, 2021
8
+ #
6
9
msgid ""
7
10
msgstr ""
8
11
"Project-Id-Version : Python 3.10\n "
9
12
"Report-Msgid-Bugs-To : \n "
10
13
"POT-Creation-Date : 2021-09-13 00:11+0000\n "
11
- "PO-Revision-Date : 2015 -12-09 17:51+0000 \n "
12
- "Last-Translator : Liang-Bo Wang <me@liang2.tw >\n "
14
+ "PO-Revision-Date : 2021 -12-09 21:15+0800 \n "
15
+ "Last-Translator : Matt Wang <mattwang44@gmail.com >\n "
13
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
17
"tw)\n "
15
18
"Language : zh_TW\n "
16
19
"MIME-Version : 1.0\n "
17
20
"Content-Type : text/plain; charset=UTF-8\n "
18
21
"Content-Transfer-Encoding : 8bit\n "
19
22
"Plural-Forms : nplurals=1; plural=0;\n "
23
+ "X-Generator : Poedit 3.0\n "
20
24
21
25
#: ../../c-api/coro.rst:6
22
26
msgid "Coroutine Objects"
23
- msgstr "協程物件 "
27
+ msgstr "Coroutine(協程)物件 "
24
28
25
29
#: ../../c-api/coro.rst:10
26
30
msgid ""
27
31
"Coroutine objects are what functions declared with an ``async`` keyword "
28
32
"return."
29
- msgstr ""
33
+ msgstr "Coroutine 物件是那些以 ``async`` 關鍵字來宣告的函式所回傳的物件。 "
30
34
31
35
#: ../../c-api/coro.rst:16
32
36
msgid "The C structure used for coroutine objects."
33
- msgstr ""
37
+ msgstr "用於 coroutine 物件的 C 結構。 "
34
38
35
39
#: ../../c-api/coro.rst:21
36
40
msgid "The type object corresponding to coroutine objects."
37
- msgstr ""
41
+ msgstr "與 coroutine 物件對應的型別物件。 "
38
42
39
43
#: ../../c-api/coro.rst:26
40
44
msgid ""
41
45
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
42
46
"``NULL``. This function always succeeds."
43
47
msgstr ""
48
+ "如果 *ob* 的型別是 :c:type:`PyCoro_Type` 則回傳真值;*ob* 必須不為 ``NULL``"
49
+ "\\ 。此函式總是會執行成功。"
44
50
45
51
#: ../../c-api/coro.rst:32
46
52
msgid ""
@@ -49,3 +55,6 @@ msgid ""
49
55
"to *frame* is stolen by this function. The *frame* argument must not be "
50
56
"``NULL``."
51
57
msgstr ""
58
+ "基於 *frame* 物件來建立並回傳一個新的 coroutine 物件,其中 ``__name__`` 和 "
59
+ "``__qualname__`` 被設為 *name* 和 *qualname*。此函式會取得一個對 *frame* 的參"
60
+ "照 (reference)。\\ *frame* 引數必須不為 ``NULL``\\ 。"
0 commit comments