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

Skip to content

Commit 8920b38

Browse files
[po] auto sync
1 parent cb04ab1 commit 8920b38

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

library/smtpd.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ msgid ""
478478
"client in :attr:`received_data` until the terminator ``\"\\r\\n.\\r\\n\"`` "
479479
"is received."
480480
msgstr ""
481+
"将内部状态设为 :attr:`DATA` 并将来自客户端的剩余行保存在 :attr:`received_data` 中直至接收到终止符 "
482+
"``\"\\r\\n.\\r\\n\"``。"
481483

482484
#: ../../library/smtpd.rst:279
483485
msgid "HELP"

library/socketserver.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
87
# nick <[email protected]>, 2021
8+
# Freesand Leo <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
17-
"Last-Translator: nick <2330458484@qq.com>, 2021\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,21 +24,21 @@ msgstr ""
2424

2525
#: ../../library/socketserver.rst:2
2626
msgid ":mod:`socketserver` --- A framework for network servers"
27-
msgstr ""
27+
msgstr ":mod:`socketserver` --- 用于网络服务器的框架"
2828

2929
#: ../../library/socketserver.rst:7
3030
msgid "**Source code:** :source:`Lib/socketserver.py`"
31-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/socketserver.py`"
3232

3333
#: ../../library/socketserver.rst:11
3434
msgid ""
3535
"The :mod:`socketserver` module simplifies the task of writing network "
3636
"servers."
37-
msgstr ""
37+
msgstr ":mod:`socketserver` 模块简化了编写网络服务器的任务。"
3838

3939
#: ../../library/socketserver.rst:13
4040
msgid "There are four basic concrete server classes:"
41-
msgstr ""
41+
msgstr "该模块具有四个基础实体服务器类:"
4242

4343
#: ../../library/socketserver.rst:18
4444
msgid ""

0 commit comments

Comments
 (0)