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

Skip to content

Commit 9a4a0f4

Browse files
[po] auto sync
1 parent 7ca459c commit 9a4a0f4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

c-api/contextvars.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
# Translators:
77
# Kade For, 2020
8-
# Freesand Leo <[email protected]>, 2020
98
# ppcfish <[email protected]>, 2020
109
# bmxbmx3 <[email protected]>, 2020
1110
# Jiu Hong Jiang <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1919
"PO-Revision-Date: 2020-05-30 11:48+0000\n"
20-
"Last-Translator: Jiu Hong Jiang <julse@qq.com>, 2020\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,33 +46,33 @@ msgstr "详情请参阅:issue: ' 34762 '。"
4646
#: ../../c-api/contextvars.rst:29
4747
msgid ""
4848
"This section details the public C API for the :mod:`contextvars` module."
49-
msgstr ""
49+
msgstr "本节深入介绍了 :mod:`contextvars` 模块的公用 C API。"
5050

5151
#: ../../c-api/contextvars.rst:33
5252
msgid ""
5353
"The C structure used to represent a :class:`contextvars.Context` object."
54-
msgstr ""
54+
msgstr "用于表示 :class:`contextvars.Context` 对象的 C 结构体。"
5555

5656
#: ../../c-api/contextvars.rst:38
5757
msgid ""
5858
"The C structure used to represent a :class:`contextvars.ContextVar` object."
59-
msgstr ""
59+
msgstr "用于表示 :class:`contextvars.ContextVar` 对象的 C 结构体。"
6060

6161
#: ../../c-api/contextvars.rst:43
6262
msgid "The C structure used to represent a :class:`contextvars.Token` object."
63-
msgstr ""
63+
msgstr "用于表示 :class:`contextvars.Token` 对象的 C 结构体。"
6464

6565
#: ../../c-api/contextvars.rst:47
6666
msgid "The type object representing the *context* type."
67-
msgstr ""
67+
msgstr "表示 *context* 类型的类型对象。"
6868

6969
#: ../../c-api/contextvars.rst:51
7070
msgid "The type object representing the *context variable* type."
71-
msgstr ""
71+
msgstr "表示 *context variable* 类型的类型对象。"
7272

7373
#: ../../c-api/contextvars.rst:55
7474
msgid "The type object representing the *context variable token* type."
75-
msgstr ""
75+
msgstr "表示 *context variable token* 类型的类型对象。"
7676

7777
#: ../../c-api/contextvars.rst:58
7878
msgid "Type-check macros:"

0 commit comments

Comments
 (0)