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

Skip to content

Commit 5d3dd16

Browse files
[po] auto sync
1 parent 5b3d875 commit 5d3dd16

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

library/mailbox.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ msgid ""
15861586
"Unset the flag(s) specified by *flag* without changing other flags. To "
15871587
"remove more than one flag at a time, *flag* maybe a string of more than one "
15881588
"character."
1589-
msgstr ""
1589+
msgstr "重置由 *flag* 所指明的旗标而不改变其他旗标。 要一次性移除一个以上的旗标,*flag* 可以为包含一个以上字符的字符串。"
15901590

15911591
#: ../../library/mailbox.rst:1046
15921592
msgid ""
@@ -1595,6 +1595,8 @@ msgid ""
15951595
"the :class:`MaildirMessage` instance's delivery date, and the following "
15961596
"conversions take place:"
15971597
msgstr ""
1598+
"当一个 :class:`mboxMessage` 实例基于 :class:`MaildirMessage` 实例被创建时,\"From \" 行会基于 "
1599+
":class:`MaildirMessage` 实例的发送时间被生成,并进行下列转换:"
15981600

15991601
#: ../../library/mailbox.rst:1052 ../../library/mailbox.rst:1166
16001602
#: ../../library/mailbox.rst:1292 ../../library/mailbox.rst:1423
@@ -1605,7 +1607,7 @@ msgstr ":class:`MaildirMessage` 状态"
16051607
msgid ""
16061608
"When an :class:`mboxMessage` instance is created based upon an "
16071609
":class:`MHMessage` instance, the following conversions take place:"
1608-
msgstr ""
1610+
msgstr "当一个 :class:`mboxMessage` 实例基于 :class:`MHMessage` 实例被创建时,将进行下列转换:"
16091611

16101612
#: ../../library/mailbox.rst:1071 ../../library/mailbox.rst:1086
16111613
#: ../../library/mailbox.rst:1442 ../../library/mailbox.rst:1457
@@ -1616,14 +1618,16 @@ msgstr "R 标记 和 O 标记"
16161618
msgid ""
16171619
"When an :class:`mboxMessage` instance is created based upon a "
16181620
":class:`BabylMessage` instance, the following conversions take place:"
1619-
msgstr ""
1621+
msgstr "当一个 :class:`mboxMessage` 实例基于 :class:`BabylMessage` 实例被创建时,将进行下列转换:"
16201622

16211623
#: ../../library/mailbox.rst:1095
16221624
msgid ""
16231625
"When a :class:`Message` instance is created based upon an "
16241626
":class:`MMDFMessage` instance, the \"From \" line is copied and all flags "
16251627
"directly correspond:"
16261628
msgstr ""
1629+
"当一个 :class:`Message` 实例基于 :class:`MMDFMessage` 实例被创建时,\"From \" "
1630+
"行会被拷贝并直接对应所有旗标。"
16271631

16281632
#: ../../library/mailbox.rst:1099
16291633
msgid ":class:`MMDFMessage` state"
@@ -1637,7 +1641,7 @@ msgstr ":class:`MHMessage`"
16371641
msgid ""
16381642
"A message with MH-specific behaviors. Parameter *message* has the same "
16391643
"meaning as with the :class:`Message` constructor."
1640-
msgstr ""
1644+
msgstr "具有 MH 专属行为的消息。 形参 *message* 的含义与 :class:`Message` 构造器一致。"
16411645

16421646
#: ../../library/mailbox.rst:1124
16431647
msgid ""

reference/simple_stmts.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Shengjing Zhu <[email protected]>, 2020
88
# Arisaka97 <[email protected]>, 2020
99
# nick <[email protected]>, 2020
10-
# Freesand Leo <[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-11 17:00+0000\n"
1818
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 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"
@@ -670,6 +670,9 @@ msgid ""
670670
" :attr:`__cause__` attribute. If the raised exception is not handled, both "
671671
"exceptions will be printed::"
672672
msgstr ""
673+
"``from`` 子句用于异常串连:如果有该子句,则第二个 *表达式* 必须为另一个异常类或实例。 如果第二个表达式是一个异常实例,它将作为可写的 "
674+
":attr:`__cause__` 属性被关联到所引发的异常。 如果该表达式是一个异常类,这个类将被实例化且所生成的异常实例将作为 "
675+
":attr:`__cause__` 属性被关联到所引发的异常。 如果所引发的异常未被处理,则两个异常都将被打印出来::"
673676

674677
#: ../../reference/simple_stmts.rst:617
675678
msgid ""

0 commit comments

Comments
 (0)