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

Skip to content

Commit a45be21

Browse files
[po] auto sync
1 parent ea91234 commit a45be21

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

library/mailbox.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,8 @@ msgid ""
18281828
":class:`email.message.Message` instance, a string, or a file-like object "
18291829
"(which should be open in text mode)."
18301830
msgstr ""
1831+
"将消息的可见标头设为与 *message* 中的标头一致。 形参 *visible* 应当是一个 :class:`Message` "
1832+
"实例,:class:`email.message.Message` 实例,字符串或文件类对象(且应当以文本模式打开)。"
18311833

18321834
#: ../../library/mailbox.rst:1278
18331835
msgid ""
@@ -1841,12 +1843,17 @@ msgid ""
18411843
"present in the original headers but not the visible headers are added to the"
18421844
" visible headers."
18431845
msgstr ""
1846+
"当一个 :class:`BabylMessage` 实例的原始标头被修改时,可见标头不会自动进行对应修改。 "
1847+
"此方法将按以下方式更新可见标头:每个具有对应原始标头的可见标头会被设为原始标头的值,每个没有对应原始标头的可见标头会被移除,而任何存在于原始标头但不存在于可见标头中的"
1848+
" :mailheader:`Date`, :mailheader:`From`, :mailheader:`Reply-To`, "
1849+
":mailheader:`To`, :mailheader:`CC` 和 :mailheader:`Subject` 会被添加至可见标头。"
18441850

18451851
#: ../../library/mailbox.rst:1288
18461852
msgid ""
18471853
"When a :class:`BabylMessage` instance is created based upon a "
18481854
":class:`MaildirMessage` instance, the following conversions take place:"
18491855
msgstr ""
1856+
"当一个 :class:`BabylMessage` 实例基于 :class:`MaildirMessage` 实例被创建时,将进行下列转换:"
18501857

18511858
#: ../../library/mailbox.rst:1300
18521859
msgid "\"forwarded\" label"
@@ -1859,12 +1866,14 @@ msgid ""
18591866
":mailheader:`Status` and :mailheader:`X-Status` headers are omitted and the "
18601867
"following conversions take place:"
18611868
msgstr ""
1869+
"当一个 :class:`BabylMessage` 实例基于 :class:`mboxMessage` 或 :class:`MMDFMessage` "
1870+
"实例被创建时,将会忽略 :mailheader:`Status` 和 :mailheader:`X-Status` 标头并进入下列转换:"
18621871

18631872
#: ../../library/mailbox.rst:1319
18641873
msgid ""
18651874
"When a :class:`BabylMessage` instance is created based upon an "
18661875
":class:`MHMessage` instance, the following conversions take place:"
1867-
msgstr ""
1876+
msgstr "当一个 :class:`BabylMessage` 实例基于 :class:`MHMessage` 实例被创建时,将进入下列转换:"
18681877

18691878
#: ../../library/mailbox.rst:1334
18701879
msgid ":class:`MMDFMessage`"
@@ -1874,7 +1883,7 @@ msgstr ":class:`MMDFMessage`"
18741883
msgid ""
18751884
"A message with MMDF-specific behaviors. Parameter *message* has the same "
18761885
"meaning as with the :class:`Message` constructor."
1877-
msgstr ""
1886+
msgstr "具有 MMDF 专属行为的消息。 形参 *message* 的含义与 :class:`Message` 构造器一致。"
18781887

18791888
#: ../../library/mailbox.rst:1342
18801889
msgid ""

tutorial/venv.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Fei Yin <[email protected]>, 2018
88
# ww song <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2020
109
# KaMingChung <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-04-14 06:01+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
19-
"Last-Translator: KaMingChung <zjm947373@gmail.com>, 2020\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -155,13 +155,17 @@ msgid ""
155155
"Package Index, <https://pypi.org>. You can browse the Python Package Index "
156156
"by going to it in your web browser."
157157
msgstr ""
158+
"你可以使用一个名为 :program:`pip` 的程序来安装、升级和移除软件包。 默认情况下 ``pip`` 将从 Python Package "
159+
"Index <https://pypi.org> 安装软件包。 你可以在你的 web 浏览器中查看 Python Package Index。"
158160

159161
#: ../../tutorial/venv.rst:100
160162
msgid ""
161163
"``pip`` has a number of subcommands: \"install\", \"uninstall\", \"freeze\","
162164
" etc. (Consult the :ref:`installing-index` guide for complete documentation"
163165
" for ``pip``.)"
164166
msgstr ""
167+
"``pip`` 有许多子命令: \"install\", \"uninstall\", \"freeze\" 等待。 (请在 :ref"
168+
":`installing-index` 指南页查看完整的 ``pip`` 文档。)"
165169

166170
#: ../../tutorial/venv.rst:104
167171
msgid ""

0 commit comments

Comments
 (0)