1919# Zombie110year <[email protected] >, 20192020# Shengjing Zhu <[email protected] >, 2019212122- # Freesand Leo <[email protected] >, 20202322# Arisaka97 <[email protected] >, 202023+ # Freesand Leo <[email protected] >, 20202424#
2525#, fuzzy
2626msgid ""
@@ -29,7 +29,7 @@ msgstr ""
2929"Report-Msgid-Bugs-To : \n "
3030"POT-Creation-Date : 2020-05-31 09:25+0000\n "
3131"PO-Revision-Date : 2017-02-16 23:20+0000\n "
32- "Last-Translator : Arisaka97 <solitaire2312@gmail .com>, 2020\n "
32+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
3333"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3434"MIME-Version : 1.0\n "
3535"Content-Type : text/plain; charset=UTF-8\n "
@@ -5228,6 +5228,8 @@ msgid ""
52285228"the process exit status (return ``WEXITSTATUS(status)``): result greater "
52295229"than or equal to 0."
52305230msgstr ""
5231+ "如果进程正常退出(当 ``WIFEXITED(status)`` 为真值),则返回进程退出状态 (返回 "
5232+ "``WEXITSTATUS(status)``): 结果值大于等于 0。"
52315233
52325234#: ../../library/os.rst:4174
52335235msgid ""
@@ -5236,14 +5238,16 @@ msgid ""
52365238"caused the process to terminate (return ``-WTERMSIG(status)``): result less "
52375239"than 0."
52385240msgstr ""
5241+ "如果进程被信号终止(当 ``WIFSIGNALED(status)`` 为真值),则返回 ``-signum`` 其中 *signum* "
5242+ "为导致进程终止的信号数值 (返回 ``-WTERMSIG(status)``): 结果值小于 0。"
52395243
52405244#: ../../library/os.rst:4178
52415245msgid "Otherwise, raise a :exc:`ValueError`."
52425246msgstr "否则将抛出 :exc:`ValueError` 异常。"
52435247
52445248#: ../../library/os.rst:4180
52455249msgid "On Windows, return *status* shifted right by 8 bits."
5246- msgstr ""
5250+ msgstr "在 Windows 上,返回 *status* 右移 8 位的结果。 "
52475251
52485252#: ../../library/os.rst:4182
52495253msgid ""
@@ -5252,6 +5256,8 @@ msgid ""
52525256"``WIFSTOPPED(status)`` is true. This function must not be called if "
52535257"``WIFSTOPPED(status)`` is true."
52545258msgstr ""
5259+ "在 Unix 上,如果进程正被追踪或 :func:`waitpid` 附带 :data:`WUNTRACED` 选项被调用,则调用者必须先检查 "
5260+ "``WIFSTOPPED(status)`` 是否为真值。 如果 ``WIFSTOPPED(status)`` 为真值则此函数不可被调用。"
52555261
52565262#: ../../library/os.rst:4189
52575263msgid ""
0 commit comments