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

Skip to content

Commit 9572367

Browse files
[po] auto sync
1 parent 3061d4f commit 9572367

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

library/os.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# Zombie110year <[email protected]>, 2019
2020
# Shengjing Zhu <[email protected]>, 2019
2121
# 刚 乔 <[email protected]>, 2019
22-
# Freesand Leo <[email protected]>, 2020
2322
# Arisaka97 <[email protected]>, 2020
23+
# Freesand Leo <[email protected]>, 2020
2424
#
2525
#, fuzzy
2626
msgid ""
@@ -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."
52305230
msgstr ""
5231+
"如果进程正常退出(当 ``WIFEXITED(status)`` 为真值),则返回进程退出状态 (返回 "
5232+
"``WEXITSTATUS(status)``): 结果值大于等于 0。"
52315233

52325234
#: ../../library/os.rst:4174
52335235
msgid ""
@@ -5236,14 +5238,16 @@ msgid ""
52365238
"caused the process to terminate (return ``-WTERMSIG(status)``): result less "
52375239
"than 0."
52385240
msgstr ""
5241+
"如果进程被信号终止(当 ``WIFSIGNALED(status)`` 为真值),则返回 ``-signum`` 其中 *signum* "
5242+
"为导致进程终止的信号数值 (返回 ``-WTERMSIG(status)``): 结果值小于 0。"
52395243

52405244
#: ../../library/os.rst:4178
52415245
msgid "Otherwise, raise a :exc:`ValueError`."
52425246
msgstr "否则将抛出 :exc:`ValueError` 异常。"
52435247

52445248
#: ../../library/os.rst:4180
52455249
msgid "On Windows, return *status* shifted right by 8 bits."
5246-
msgstr ""
5250+
msgstr "在 Windows 上,返回 *status* 右移 8 位的结果。"
52475251

52485252
#: ../../library/os.rst:4182
52495253
msgid ""
@@ -5252,6 +5256,8 @@ msgid ""
52525256
"``WIFSTOPPED(status)`` is true. This function must not be called if "
52535257
"``WIFSTOPPED(status)`` is true."
52545258
msgstr ""
5259+
"在 Unix 上,如果进程正被追踪或 :func:`waitpid` 附带 :data:`WUNTRACED` 选项被调用,则调用者必须先检查 "
5260+
"``WIFSTOPPED(status)`` 是否为真值。 如果 ``WIFSTOPPED(status)`` 为真值则此函数不可被调用。"
52555261

52565262
#: ../../library/os.rst:4189
52575263
msgid ""

0 commit comments

Comments
 (0)