@@ -5856,6 +5856,8 @@ msgid ""
58565856"Microsoft are ``'open'``, ``'print'`` and ``'edit'`` (to be used on files) "
58575857"as well as ``'explore'`` and ``'find'`` (to be used on directories)."
58585858msgstr ""
5859+ "当指定其他 *operation* 时,它必须是一个对该文件执行操作的“命令动词”。 Microsoft 文档中记录的常用动词有 ``'open'``,"
5860+ " ``'print'`` 和 ``'edit'`` (用于文件) 以及 ``'explore'`` 和 ``'find'`` (用于目录)。"
58595861
58605862#: ../../library/os.rst:4594
58615863msgid ""
@@ -5877,6 +5879,8 @@ msgid ""
58775879"effect will depend on the application being launched. Values are integers as"
58785880" supported by the Win32 :c:func:`!ShellExecute` function."
58795881msgstr ""
5882+ "使用 *show_cmd* 覆盖默认的窗口样式。 这是否生效则取决于被启动的应用程序。 其值应为 Win32 "
5883+ ":c:func:`!ShellExecute` 函数所支持的整数形式。"
58805884
58815885#: ../../library/os.rst:4606
58825886msgid ""
@@ -5898,6 +5902,8 @@ msgid ""
58985902"function is not resolved until this function is first called. If the "
58995903"function cannot be resolved, :exc:`NotImplementedError` will be raised."
59005904msgstr ""
5905+ "为了减少解释器的启动开销,Win32 :c:func:`!ShellExecute` 函数将不会被解析直到该函数首次被调用。 "
5906+ "如果该函数无法被解析,则将引发 :exc:`NotImplementedError` 异常。"
59015907
59025908#: ../../library/os.rst:4618
59035909msgid ""
@@ -6087,7 +6093,7 @@ msgstr ""
60876093msgid ""
60886094"The return value is an object representing the data contained in the "
60896095":c:type:`siginfo_t` structure with the following attributes:"
6090- msgstr ""
6096+ msgstr "返回值是一个代表 :c:type:`siginfo_t` 结构体所包含数据的对象,具有以下属性: "
60916097
60926098#: ../../library/os.rst:4726
60936099msgid ":attr:`!si_pid` (process ID)"
@@ -6391,6 +6397,8 @@ msgid ""
63916397":const:`~signal.SIGCONT` (if the process has been continued from a job "
63926398"control stop), otherwise return ``False``."
63936399msgstr ""
6400+ "如果一个已停止的子进程通过传送 :const:`~signal.SIGCONT` 获得恢复(如果该进程是从任务控制停止后再继续的)则返回 "
6401+ "``True``,否则返回 ``False``。"
63946402
63956403#: ../../library/os.rst:4969
63966404msgid "See :data:`WCONTINUED` option."
0 commit comments