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

Skip to content

Commit 7ac4c0b

Browse files
[po] auto sync
1 parent b987cf3 commit 7ac4c0b

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

c-api/contextvars.po

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,53 +83,58 @@ msgid ""
8383
"Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be "
8484
"``NULL``. This function always succeeds."
8585
msgstr ""
86+
"如果 *o* 的类型为 :c:data:`PyContext_Type` 则返回真值。 *o* 必须不为 ``NULL``。 此函数总是会成功执行。"
8687

8788
#: ../../c-api/contextvars.rst:67
8889
msgid ""
8990
"Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be "
9091
"``NULL``. This function always succeeds."
9192
msgstr ""
93+
"如果 *o* 的类型为 :c:data:`PyContextVar_Type` 则返回真值。 *o* 必须不为 ``NULL``。 "
94+
"此函数总是会成功执行。"
9295

9396
#: ../../c-api/contextvars.rst:72
9497
msgid ""
9598
"Return true if *o* is of type :c:data:`PyContextToken_Type`. *o* must not be"
9699
" ``NULL``. This function always succeeds."
97100
msgstr ""
101+
"如果 *o* 的类型为 :c:data:`PyContextToken_Type` 则返回真值。 *o* 必须不为 ``NULL``。 "
102+
"此函数总是会成功执行。"
98103

99104
#: ../../c-api/contextvars.rst:76
100105
msgid "Context object management functions:"
101-
msgstr ""
106+
msgstr "上下文对象管理函数:"
102107

103108
#: ../../c-api/contextvars.rst:80
104109
msgid ""
105110
"Create a new empty context object. Returns ``NULL`` if an error has "
106111
"occurred."
107-
msgstr ""
112+
msgstr "创建一个新的空上下文对象。 如果发生错误则返回 ``NULL``。"
108113

109114
#: ../../c-api/contextvars.rst:85
110115
msgid ""
111116
"Create a shallow copy of the passed *ctx* context object. Returns ``NULL`` "
112117
"if an error has occurred."
113-
msgstr ""
118+
msgstr "创建所传入的 *ctx* 上下文对象的浅拷贝。 如果发生错误则返回 ``NULL``。"
114119

115120
#: ../../c-api/contextvars.rst:90
116121
msgid ""
117122
"Create a shallow copy of the current thread context. Returns ``NULL`` if an "
118123
"error has occurred."
119-
msgstr ""
124+
msgstr "创建当前线程上下文的浅拷贝。 如果发生错误则返回 ``NULL``。"
120125

121126
#: ../../c-api/contextvars.rst:95
122127
msgid ""
123128
"Set *ctx* as the current context for the current thread. Returns ``0`` on "
124129
"success, and ``-1`` on error."
125-
msgstr ""
130+
msgstr "将 *ctx* 设为当前线程的当前上下文。 成功时返回 ``0``,出错时返回 ``-1``。"
126131

127132
#: ../../c-api/contextvars.rst:100
128133
msgid ""
129134
"Deactivate the *ctx* context and restore the previous context as the current"
130135
" context for the current thread. Returns ``0`` on success, and ``-1`` on "
131136
"error."
132-
msgstr ""
137+
msgstr "取消激活 *ctx* 上下文并将之前的上下文恢复为当前线程的当前上下文。 成功时返回 ``0``,出错时返回 ``-1``。"
133138

134139
#: ../../c-api/contextvars.rst:106
135140
msgid ""
@@ -139,7 +144,7 @@ msgstr ""
139144

140145
#: ../../c-api/contextvars.rst:110
141146
msgid "Context variable functions:"
142-
msgstr ""
147+
msgstr "上下文变量函数:"
143148

144149
#: ../../c-api/contextvars.rst:114
145150
msgid ""

whatsnew/3.3.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ msgstr ""
22142214

22152215
#: ../../whatsnew/3.3.rst:1558
22162216
msgid "nntplib"
2217-
msgstr ""
2217+
msgstr "nntplib"
22182218

22192219
#: ../../whatsnew/3.3.rst:1560
22202220
msgid ""

0 commit comments

Comments
 (0)