Skip to content

Commit 0546312

Browse files
committed
feat: translate c-api/coro.po
1 parent 84cb391 commit 0546312

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

c-api/coro.po

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,50 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Liang-Bo Wang <me@liang2.tw>, 2015
7+
# Matt Wang <mattwang44@gmail.com>, 2021
8+
#
69
msgid ""
710
msgstr ""
811
"Project-Id-Version: Python 3.10\n"
912
"Report-Msgid-Bugs-To: \n"
1013
"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"
1316
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1417
"tw)\n"
1518
"Language: zh_TW\n"
1619
"MIME-Version: 1.0\n"
1720
"Content-Type: text/plain; charset=UTF-8\n"
1821
"Content-Transfer-Encoding: 8bit\n"
1922
"Plural-Forms: nplurals=1; plural=0;\n"
23+
"X-Generator: Poedit 3.0\n"
2024

2125
#: ../../c-api/coro.rst:6
2226
msgid "Coroutine Objects"
23-
msgstr "協程物件"
27+
msgstr "Coroutine(協程)物件"
2428

2529
#: ../../c-api/coro.rst:10
2630
msgid ""
2731
"Coroutine objects are what functions declared with an ``async`` keyword "
2832
"return."
29-
msgstr ""
33+
msgstr "Coroutine 物件是那些以 ``async`` 關鍵字來宣告的函式所回傳的物件。"
3034

3135
#: ../../c-api/coro.rst:16
3236
msgid "The C structure used for coroutine objects."
33-
msgstr ""
37+
msgstr "用於 coroutine 物件的 C 結構。"
3438

3539
#: ../../c-api/coro.rst:21
3640
msgid "The type object corresponding to coroutine objects."
37-
msgstr ""
41+
msgstr "與 coroutine 物件對應的型別物件。"
3842

3943
#: ../../c-api/coro.rst:26
4044
msgid ""
4145
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4246
"``NULL``. This function always succeeds."
4347
msgstr ""
48+
"如果 *ob* 的型別是 :c:type:`PyCoro_Type` 則回傳真值;*ob* 必須不為 ``NULL``"
49+
"\\ 。此函式總是會執行成功。"
4450

4551
#: ../../c-api/coro.rst:32
4652
msgid ""
@@ -49,3 +55,6 @@ msgid ""
4955
"to *frame* is stolen by this function. The *frame* argument must not be "
5056
"``NULL``."
5157
msgstr ""
58+
"基於 *frame* 物件來建立並回傳一個新的 coroutine 物件,其中 ``__name__`` 和 "
59+
"``__qualname__`` 被設為 *name* 和 *qualname*。此函式會取得一個對 *frame* 的參"
60+
"照 (reference)。\\ *frame* 引數必須不為 ``NULL``\\ 。"

0 commit comments

Comments
 (0)