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

Skip to content

Commit 663beca

Browse files
[po] auto sync
1 parent 229b41b commit 663beca

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

library/imaplib.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Arisaka97 <[email protected]>, 2021
88
# Freesand Leo <[email protected]>, 2021
9+
# Kevin Deng <[email protected]>, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1617
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
18+
"Last-Translator: Kevin Deng <kevindeng55+transifex@gmail.com>, 2021\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,12 +39,15 @@ msgid ""
3839
":rfc:`2060`. It is backward compatible with IMAP4 (:rfc:`1730`) servers, but"
3940
" note that the ``STATUS`` command is not supported in IMAP4."
4041
msgstr ""
42+
"本模块定义了三个类: :class:`IMAP4` 、 :class:`IMAP4_SSL` 和 :class:`IMAP4_stream` "
43+
"。这三个类封装了与IMAP4服务器的连接并实现了 :rfc:`2060` 当中定义的大多数IMAP4rev1客户端协议。其与IMAP4( "
44+
":rfc:`1730` )服务器后向兼容,但是 ``STATUS`` 指令在IMAP4中不支持。"
4145

4246
#: ../../library/imaplib.rst:29
4347
msgid ""
4448
"Three classes are provided by the :mod:`imaplib` module, :class:`IMAP4` is "
4549
"the base class:"
46-
msgstr ""
50+
msgstr ":mod:`imaplib` 模块提供了三个类,其中 :class:`IMAP4` 是基类:"
4751

4852
#: ../../library/imaplib.rst:35
4953
msgid ""

using/configure.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Kevin Deng <[email protected]>, 2021
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.10\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1215
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
16+
"Last-Translator: Kevin Deng <[email protected]>, 2021\n"
1317
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +23,7 @@ msgstr ""
1923

2024
#: ../../using/configure.rst:3
2125
msgid "Configure Python"
22-
msgstr ""
26+
msgstr "配置Python"
2327

2428
#: ../../using/configure.rst:8
2529
msgid "Configure Options"

0 commit comments

Comments
 (0)