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

Skip to content

Commit 2a2ea52

Browse files
[po] auto sync
1 parent bf1780a commit 2a2ea52

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

library/os.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ msgstr "引发一个 :ref:`审计事件 <auditing>` ``os.unsetenv``,附带参
804804

805805
#: ../../library/os.rst:653
806806
msgid "The function is now always available and is also available on Windows."
807-
msgstr ""
807+
msgstr "该函数现在总是可用,并且在 Windows 上也可用。"
808808

809809
#: ../../library/os.rst:660
810810
msgid "File Object Creation"
@@ -4458,7 +4458,7 @@ msgstr ""
44584458

44594459
#: ../../library/os.rst:3639
44604460
msgid ":ref:`Availability <availability>`: Linux 5.3+"
4461-
msgstr ""
4461+
msgstr ":ref:`可用性 <availability>`: Linux 5.3+。"
44624462

44634463
#: ../../library/os.rst:3645
44644464
msgid ""
@@ -5074,6 +5074,13 @@ msgid ""
50745074
":attr:`si_signo`, :attr:`si_status`, :attr:`si_code` or ``None`` if "
50755075
":data:`WNOHANG` is specified and there are no children in a waitable state."
50765076
msgstr ""
5077+
"等待一个或多个子进程执行完毕。*idtype* 可以是 :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, 或 "
5078+
":data:`P_PIDFD` (Linux 可用)。*id* 指定要等待的 pid。*options* 是由 "
5079+
":data:`WEXITED`、:data:`WSTOPPED` 或 :data:`WCONTINUED` 中的一个或多个进行或运算构造的,且额外可以与"
5080+
" :data:`WNOHANG` 或 :data:`WNOWAIT` 进行或运算。返回值是一个对象,对应着 :c:type:`siginfo_t` "
5081+
"结构体中的数据,即: :attr:`si_pid`, :attr:`si_uid`, :attr:`si_signo`, "
5082+
":attr:`si_status`, :attr:`si_code` 或 ``None`` (如果指定了 :data:`WNOHANG` "
5083+
"且没有子进程处于等待状态)。"
50775084

50785085
#: ../../library/os.rst:4054
50795086
msgid ""
@@ -5195,7 +5202,7 @@ msgstr ""
51955202

51965203
#: ../../library/os.rst:4169
51975204
msgid "On Unix:"
5198-
msgstr ""
5205+
msgstr "在 Unix 上:"
51995206

52005207
#: ../../library/os.rst:4171
52015208
msgid ""
@@ -5214,7 +5221,7 @@ msgstr ""
52145221

52155222
#: ../../library/os.rst:4178
52165223
msgid "Otherwise, raise a :exc:`ValueError`."
5217-
msgstr ""
5224+
msgstr "否则将抛出 :exc:`ValueError` 异常。"
52185225

52195226
#: ../../library/os.rst:4180
52205227
msgid "On Windows, return *status* shifted right by 8 bits."

library/pdb.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ msgid ""
440440
"breakpoint is reached and the breakpoint is not disabled and any associated "
441441
"condition evaluates to true."
442442
msgstr ""
443+
"为指定的断点编号设置忽略次数。如果省略 count,则忽略次数将设置为 0。忽略次数为 0 "
444+
"时断点将变为活动状态。如果为非零值,在每次达到断点,且断点未禁用,且关联条件计算值为 true 的情况下,该忽略次数会递减。"
443445

444446
#: ../../library/pdb.rst:326
445447
msgid ""

library/socket.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ msgid ""
160160
"omission of *scope_id* can cause problems in manipulating scoped IPv6 "
161161
"addresses."
162162
msgstr ""
163+
"对于 :const:`AF_INET6` 地址族,使用一个四元组 ``(host, port, flowinfo, scope_id)``,其中 "
164+
"*flowinfo* 和 *scope_id* 代表了 C 库 :const:`struct sockaddr_in6` 中的 "
165+
"``sin6_flowinfo`` 和 ``sin6_scope_id`` 成员。对于 :mod:`socket` 模块中的方法, *flowinfo*"
166+
" 和 *scope_id* 可以被省略,只为了向后兼容。注意,省略 *scope_id* 可能会导致操作带有领域 (Scope) 的 IPv6 "
167+
"地址时出错。"
163168

164169
#: ../../library/socket.rst:87
165170
msgid ""

0 commit comments

Comments
 (0)