@@ -4395,39 +4395,44 @@ msgid ""
43954395"to using this function. See the :ref:`subprocess-replacements` section in "
43964396"the :mod:`subprocess` documentation for some helpful recipes."
43974397msgstr ""
4398+ ":mod:`subprocess` 模块提供了更强大的工具来生成新进程并跟踪执行结果,使用该模块比使用本函数更好。参阅 "
4399+ ":mod:`subprocess` 文档中的 :ref:`subprocess-replacements` 部分以获取有用的帮助。"
43984400
43994401#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3591
44004402msgid ""
44014403"Returns the current global process times. The return value is an object with"
44024404" five attributes:"
4403- msgstr ""
4405+ msgstr "返回当前的全局进程时间。返回值是一个有 5 个属性的对象: "
44044406
44054407#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3594
44064408msgid ":attr:`user` - user time"
4407- msgstr ""
4409+ msgstr ":attr:`user` - 用户时间 "
44084410
44094411#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3595
44104412msgid ":attr:`system` - system time"
4411- msgstr ""
4413+ msgstr ":attr:`system` - 系统时间 "
44124414
44134415#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3596
44144416msgid ":attr:`children_user` - user time of all child processes"
4415- msgstr ""
4417+ msgstr ":attr:`children_user` - 所有子进程的用户时间 "
44164418
44174419#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3597
44184420msgid ":attr:`children_system` - system time of all child processes"
4419- msgstr ""
4421+ msgstr ":attr:`children_system` - 所有子进程的系统时间 "
44204422
44214423#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3598
44224424msgid ":attr:`elapsed` - elapsed real time since a fixed point in the past"
4423- msgstr ""
4425+ msgstr ":attr:`elapsed` - 从过去的固定时间点起,经过的真实时间 "
44244426
44254427#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3600
44264428msgid ""
44274429"For backwards compatibility, this object also behaves like a five-tuple "
44284430"containing :attr:`user`, :attr:`system`, :attr:`children_user`, "
44294431":attr:`children_system`, and :attr:`elapsed` in that order."
44304432msgstr ""
4433+ "为了向后兼容,该对象的行为也类似于五元组,按照 "
4434+ ":attr:`user`,:attr:`system`,:attr:`children_user`,:attr:`children_system` 和 "
4435+ ":attr:`elapsed` 顺序组成。"
44314436
44324437#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3604
44334438msgid ""
@@ -4437,6 +4442,11 @@ msgid ""
44374442"processthreadsapi-getprocesstimes>` _ on Windows. On Windows, only "
44384443":attr:`user` and :attr:`system` are known; the other attributes are zero."
44394444msgstr ""
4445+ "在 Unix 上请参阅 :manpage:`times(2)` 和 :manpage:`times(3)` 手册页,在 Windows 上请参阅 "
4446+ "`the GetProcessTimes MSDN "
4447+ "<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-"
4448+ "processthreadsapi-getprocesstimes>`_ 。在 Windows 上,只有 :attr:`user` 和 "
4449+ ":attr:`system` 是已知的,其他属性均为零。"
44404450
44414451#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3620
44424452msgid ""
0 commit comments