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

Skip to content

Commit 2a1f22b

Browse files
[po] auto sync
1 parent f86aed4 commit 2a1f22b

5 files changed

Lines changed: 5533 additions & 5525 deletions

File tree

howto/sockets.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
19+
"POT-Creation-Date: 2020-05-18 13:55+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -484,14 +484,11 @@ msgstr ""
484484
msgid ""
485485
"In Python, you use ``socket.setblocking(0)`` to make it non-blocking. In C, "
486486
"it's more complex, (for one thing, you'll need to choose between the BSD "
487-
"flavor ``O_NONBLOCK`` and the almost indistinguishable Posix flavor "
487+
"flavor ``O_NONBLOCK`` and the almost indistinguishable POSIX flavor "
488488
"``O_NDELAY``, which is completely different from ``TCP_NODELAY``), but it's "
489489
"the exact same idea. You do this after creating the socket, but before using"
490490
" it. (Actually, if you're nuts, you can switch back and forth.)"
491491
msgstr ""
492-
"在 Python 中,使用 ``socket.setblocking(0)`` 使其无阻塞。 在 C 中,它更复杂,(一方面,你需要在 BSD 风格的 "
493-
"``O_NONBLOCK`` 和几乎无法区分的 Posix 风格的 ``O_NDELAY`` 之间做出选择,这与 ``TCP_NODELAY`` "
494-
"完全不同。) 。但这是完全相同的想法。你可以在创建套接字之后但在使用之前执行此操作。 (实际上,如果你疯了,你可以来回切换。)"
495492

496493
#: ../../howto/sockets.rst:327
497494
msgid ""

library/datetime.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ msgid ""
2929
msgstr ""
3030
"Project-Id-Version: Python 3.8\n"
3131
"Report-Msgid-Bugs-To: \n"
32-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
32+
"POT-Creation-Date: 2020-05-18 13:55+0000\n"
3333
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
3434
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
3535
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -89,8 +89,8 @@ msgid "Aware and Naive Objects"
8989
msgstr "感知型对象和简单型对象"
9090

9191
#: ../../library/datetime.rst:38
92-
msgid "Date and time objects may be categorized as \"aware\" or \"naive.\""
93-
msgstr "日期和时间对象可以分为“感知型”或“简单型”两类。"
92+
msgid "Date and time objects may be categorized as \"aware\" or \"naive\"."
93+
msgstr ""
9494

9595
#: ../../library/datetime.rst:40
9696
msgid ""

library/subprocess.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-02-11 12:43+0000\n"
19+
"POT-Creation-Date: 2020-05-18 13:55+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
2121
"Last-Translator: Arisaka97 <[email protected]>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1110,20 +1110,16 @@ msgstr ""
11101110

11111111
#: ../../library/subprocess.rst:758
11121112
msgid ""
1113-
"Stop the child. On Posix OSs the method sends SIGTERM to the child. On "
1113+
"Stop the child. On POSIX OSs the method sends SIGTERM to the child. On "
11141114
"Windows the Win32 API function :c:func:`TerminateProcess` is called to stop "
11151115
"the child."
11161116
msgstr ""
1117-
"停止子进程。在 Posix 操作系统上,此方法发送 SIGTERM。在 Windows,调用 Win32 API 函数 "
1118-
":c:func:`TerminateProcess` 来停止子进程。"
11191117

11201118
#: ../../library/subprocess.rst:765
11211119
msgid ""
1122-
"Kills the child. On Posix OSs the function sends SIGKILL to the child. On "
1120+
"Kills the child. On POSIX OSs the function sends SIGKILL to the child. On "
11231121
"Windows :meth:`kill` is an alias for :meth:`terminate`."
11241122
msgstr ""
1125-
"杀死子进程。在 Posix 操作系统上,此函数给子进程发送 SIGKILL 信号。在 Windows 上, :meth:`kill` 是 "
1126-
":meth:`terminate` 的别名。"
11271123

11281124
#: ../../library/subprocess.rst:769
11291125
msgid "The following attributes are also available:"

library/sysconfig.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
14+
"POT-Creation-Date: 2020-05-18 13:55+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:29+0000\n"
1616
"Last-Translator: ppcfish <[email protected]>, 2019\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -114,20 +114,20 @@ msgstr ""
114114

115115
#: ../../library/sysconfig.rst:77
116116
msgid ""
117-
"*posix_prefix*: scheme for Posix platforms like Linux or Mac OS X. This is "
117+
"*posix_prefix*: scheme for POSIX platforms like Linux or Mac OS X. This is "
118118
"the default scheme used when Python or a component is installed."
119119
msgstr ""
120120

121121
#: ../../library/sysconfig.rst:79
122122
msgid ""
123-
"*posix_home*: scheme for Posix platforms used when a *home* option is used "
123+
"*posix_home*: scheme for POSIX platforms used when a *home* option is used "
124124
"upon installation. This scheme is used when a component is installed "
125125
"through Distutils with a specific home prefix."
126126
msgstr ""
127127

128128
#: ../../library/sysconfig.rst:82
129129
msgid ""
130-
"*posix_user*: scheme for Posix platforms used when a component is installed "
130+
"*posix_user*: scheme for POSIX platforms used when a component is installed "
131131
"through Distutils and the *user* option is used. This scheme defines paths "
132132
"located under the user home directory."
133133
msgstr ""

0 commit comments

Comments
 (0)