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

Skip to content

Commit c3b79a8

Browse files
[po] auto sync
1 parent c02bf16 commit c3b79a8

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

c-api/contextvars.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ppcfish <[email protected]>, 2019
99
# bmxbmx3 <[email protected]>, 2019
1010
# Jiu Hong Jiang <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2019
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-05-31 09:25+0000\n"
1919
"PO-Revision-Date: 2018-06-29 21:01+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 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"
@@ -41,38 +41,38 @@ msgstr ""
4141

4242
#: ../../c-api/contextvars.rst:24
4343
msgid "See :issue:`34762` for more details."
44-
msgstr "详情请参阅:issue: ' 34762 '。"
44+
msgstr "请参阅 :issue:`34762` 了解详情。"
4545

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)