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

Skip to content

Commit 9b5045d

Browse files
[po] auto sync
1 parent 8bab8a4 commit 9b5045d

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

library/nntplib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Zombie110year <[email protected]>, 2019
88
# Dingyuan Wang <[email protected]>, 2019
9-
# Arisaka97 <[email protected]>, 2021
109
# Freesand Leo <[email protected]>, 2021
10+
# Arisaka97 <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:20+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
19+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2021\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -106,7 +106,7 @@ msgstr "支持了 :keyword:`with` 语句。"
106106
msgid ""
107107
"If the *timeout* parameter is set to be zero, it will raise a "
108108
":class:`ValueError` to prevent the creation of a non-blocking socket."
109-
msgstr ""
109+
msgstr "如果 *timeout* 参数设置为 0,创建非阻塞套接字时,它将引发 :class:`ValueError` 来阻止该操作。"
110110

111111
#: ../../library/nntplib.rst:102
112112
msgid ""

library/poplib.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ msgstr ""
6161

6262
#: ../../library/poplib.rst:31
6363
msgid "The :mod:`poplib` module provides two classes:"
64-
msgstr ""
64+
msgstr ":mod:`poplib` 模块提供了两个类:"
6565

6666
#: ../../library/poplib.rst:36
6767
msgid ""
@@ -79,25 +79,30 @@ msgid ""
7979
"Raises an :ref:`auditing event <auditing>` ``poplib.connect`` with arguments"
8080
" ``self``, ``host``, ``port``."
8181
msgstr ""
82+
"引发一个 :ref:`审计事件 <auditing>` ``poplib.connect``,附带参数 ``self``, ``host``, "
83+
"``port``。"
8284

8385
#: ../../library/poplib.rstNone ../../library/poplib.rstNone
8486
msgid ""
8587
"Raises an :ref:`auditing event <auditing>` ``poplib.putline`` with arguments"
8688
" ``self``, ``line``."
8789
msgstr ""
90+
"引发一个 :ref:`审计事件 <auditing>` ``poplib.putline``,附带参数 ``self``, ``line``。"
8891

8992
#: ../../library/poplib.rst:46 ../../library/poplib.rst:72
9093
msgid ""
9194
"All commands will raise an :ref:`auditing event <auditing>` "
9295
"``poplib.putline`` with arguments ``self`` and ``line``, where ``line`` is "
9396
"the bytes about to be sent to the remote host."
9497
msgstr ""
98+
"所有命令都会引发一个 :ref:`审计事件 <auditing>` ``poplib.putline``,附带参数 ``self`` 和 "
99+
"``line``,其中 ``line`` 是即将发送到远程主机的字节串。"
95100

96101
#: ../../library/poplib.rst:50 ../../library/poplib.rst:91
97102
msgid ""
98103
"If the *timeout* parameter is set to be zero, it will raise a "
99104
":class:`ValueError` to prevent the creation of a non-blocking socket."
100-
msgstr ""
105+
msgstr "如果 *timeout* 参数设置为 0,创建非阻塞套接字时,它将引发 :class:`ValueError` 来阻止该操作。"
101106

102107
#: ../../library/poplib.rst:56
103108
msgid ""

0 commit comments

Comments
 (0)