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

Skip to content

Commit 6ab7565

Browse files
[po] auto sync
1 parent fb2421b commit 6ab7565

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.14%", "updated_at": "2023-11-10T02:06:06Z"}
1+
{"translation": "92.15%", "updated_at": "2023-11-10T10:55:57Z"}

library/os.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)."
58585858
msgstr ""
5859+
"当指定其他 *operation* 时,它必须是一个对该文件执行操作的“命令动词”。 Microsoft 文档中记录的常用动词有 ``'open'``,"
5860+
" ``'print'`` 和 ``'edit'`` (用于文件) 以及 ``'explore'`` 和 ``'find'`` (用于目录)。"
58595861

58605862
#: ../../library/os.rst:4594
58615863
msgid ""
@@ -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."
58795881
msgstr ""
5882+
"使用 *show_cmd* 覆盖默认的窗口样式。 这是否生效则取决于被启动的应用程序。 其值应为 Win32 "
5883+
":c:func:`!ShellExecute` 函数所支持的整数形式。"
58805884

58815885
#: ../../library/os.rst:4606
58825886
msgid ""
@@ -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."
59005904
msgstr ""
5905+
"为了减少解释器的启动开销,Win32 :c:func:`!ShellExecute` 函数将不会被解析直到该函数首次被调用。 "
5906+
"如果该函数无法被解析,则将引发 :exc:`NotImplementedError` 异常。"
59015907

59025908
#: ../../library/os.rst:4618
59035909
msgid ""
@@ -6087,7 +6093,7 @@ msgstr ""
60876093
msgid ""
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
60936099
msgid ":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``."
63936399
msgstr ""
6400+
"如果一个已停止的子进程通过传送 :const:`~signal.SIGCONT` 获得恢复(如果该进程是从任务控制停止后再继续的)则返回 "
6401+
"``True``,否则返回 ``False``。"
63946402

63956403
#: ../../library/os.rst:4969
63966404
msgid "See :data:`WCONTINUED` option."

0 commit comments

Comments
 (0)