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

Skip to content

Commit 03f26d8

Browse files
committed
[po] auto sync bot
1 parent 90ce5fd commit 03f26d8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

library/asyncio-policy.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,22 @@ msgid ""
227227
" with PID equal to *pid* terminates. Specifying another callback for the "
228228
"same process replaces the previous handler."
229229
msgstr ""
230+
"安排 ``callback(pid, returncode, *args)`` 在进程的PID与 *pid* "
231+
"相等时调用。指定另一个同进程的回调函数替换之前的回调处理函数。"
230232

231233
#: ../../library/asyncio-policy.rst:157
232234
msgid "The *callback* callable must be thread-safe."
233-
msgstr ""
235+
msgstr "回调函数 *callback* 必须是线程安全。"
234236

235237
#: ../../library/asyncio-policy.rst:161
236238
msgid "Removes the handler for process with PID equal to *pid*."
237-
msgstr ""
239+
msgstr "删除进程PID与 *pid* 相等的进程的处理函数。"
238240

239241
#: ../../library/asyncio-policy.rst:163
240242
msgid ""
241243
"The function returns ``True`` if the handler was successfully removed, "
242244
"``False`` if there was nothing to remove."
243-
msgstr ""
245+
msgstr "处理函数成功删除时返回 ``True`` ,没有删除时返回 ``False`` 。"
244246

245247
#: ../../library/asyncio-policy.rst:168
246248
msgid "Attach the watcher to an event loop."

0 commit comments

Comments
 (0)