99# walkinrain <[email protected] >, 202110101111# MuSheng Chen <[email protected] >, 202112- # Freesand Leo <[email protected] >, 2023 12+ # Freesand Leo <[email protected] >, 2024 1313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2024-02-16 14:13+0000\n "
2020"PO-Revision-Date : 2021-06-28 00:55+0000\n "
21- "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n "
21+ "
Last-Translator :
Freesand Leo <[email protected] >, 2024 \n "
2222"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -346,6 +346,9 @@ msgid ""
346346"with a *creationflags* parameter which includes "
347347"``CREATE_NEW_PROCESS_GROUP``."
348348msgstr ""
349+ "在 Windows 上,:py:const:`~signal.SIGTERM` 是 :meth:`terminate` 的别名。 "
350+ "``CTRL_C_EVENT`` 和 ``CTRL_BREAK_EVENT`` 可被发送给启动时带有 *creationflags* 形参且其中包括 "
351+ "``CREATE_NEW_PROCESS_GROUP`` 的进程。"
349352
350353#: ../../library/asyncio-subprocess.rst:250
351354msgid "Stop the child process."
@@ -355,13 +358,13 @@ msgstr "停止子进程。"
355358msgid ""
356359"On POSIX systems this method sends :py:const:`~signal.SIGTERM` to the child "
357360"process."
358- msgstr ""
361+ msgstr "在 POSIX 系统上此方法会发送 :py:const:`~signal.SIGTERM` 给子进程。 "
359362
360363#: ../../library/asyncio-subprocess.rst:255
361364msgid ""
362365"On Windows the Win32 API function :c:func:`!TerminateProcess` is called to "
363366"stop the child process."
364- msgstr ""
367+ msgstr "在 Windows 上会调用 Win32 API 函数 :c:func:`!TerminateProcess` 来停止子进程。 "
365368
366369#: ../../library/asyncio-subprocess.rst:260
367370msgid "Kill the child process."
0 commit comments