Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e497fff

Browse files
committed
[po] auto sync bot
1 parent 2aa5caf commit e497fff

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

c-api/coro.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: ww song <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,25 +20,25 @@ msgstr ""
1920

2021
#: ../../c-api/coro.rst:6
2122
msgid "Coroutine Objects"
22-
msgstr ""
23+
msgstr "协程对象"
2324

2425
#: ../../c-api/coro.rst:10
2526
msgid ""
2627
"Coroutine objects are what functions declared with an ``async`` keyword "
2728
"return."
28-
msgstr ""
29+
msgstr "协程对象是使用 ``async`` 关键字声明的函数返回的。"
2930

3031
#: ../../c-api/coro.rst:16
3132
msgid "The C structure used for coroutine objects."
32-
msgstr ""
33+
msgstr "用于协程对象的C结构体。"
3334

3435
#: ../../c-api/coro.rst:21
3536
msgid "The type object corresponding to coroutine objects."
36-
msgstr ""
37+
msgstr "与协程对象对应的类型对​​象。"
3738

3839
#: ../../c-api/coro.rst:26
3940
msgid "Return true if *ob*'s type is *PyCoro_Type*; *ob* must not be *NULL*."
40-
msgstr ""
41+
msgstr "如果 *ob* 的类型是 *PyCoro_Type*,则返回true; *ob* 不得为 *NULL*。"
4142

4243
#: ../../c-api/coro.rst:31
4344
msgid ""
@@ -46,3 +47,5 @@ msgid ""
4647
"to *frame* is stolen by this function. The *frame* argument must not be "
4748
"*NULL*."
4849
msgstr ""
50+
"基于 *frame* 对象创建并返回一个新的协程对象,其中 ``__name__`` 和``__qualname__`` 设置为 *name* 和 "
51+
"*qualname* 。 此函数获取 *frame* 的引用。 *frame* 参数不能是 *NULL*。"

reference/datamodel.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Donghui zhai <trencyclopedia@gmail.com>, 2018\n"
13+
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2934,7 +2934,7 @@ msgstr ""
29342934

29352935
#: ../../reference/datamodel.rst:2606
29362936
msgid "Coroutine Objects"
2937-
msgstr ""
2937+
msgstr "协程对象"
29382938

29392939
#: ../../reference/datamodel.rst:2608
29402940
msgid ""

0 commit comments

Comments
 (0)