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

Skip to content

Commit 5b3d875

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

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

library/mailbox.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ msgid ""
15401540
"Return a string representing the \"From \" line that marks the start of the "
15411541
"message in an mbox mailbox. The leading \"From \" and the trailing newline "
15421542
"are excluded."
1543-
msgstr ""
1543+
msgstr "返回一个表示在 mbox 邮箱中标记消息起始的 \"From \" 行的字符串。 开头的 \"From \" 和末尾的换行符会被去除。"
15441544

15451545
#: ../../library/mailbox.rst:1010 ../../library/mailbox.rst:1381
15461546
msgid ""
@@ -1551,6 +1551,9 @@ msgid ""
15511551
"tuple suitable for passing to :meth:`time.strftime`, or ``True`` (to use "
15521552
":meth:`time.gmtime`)."
15531553
msgstr ""
1554+
"将 \"From \" 行设为 *from_*,这应当被指定为不带开头的 \"From \" 或末尾的换行符。 为方便起见,可以指定 *time_* "
1555+
"并将经过适当的格式化再添加到 *from_*。 如果指定了 *time_*,它应当是一个 :class:`time.struct_time` "
1556+
"实例,适合传入 :meth:`time.strftime` 的元组或者 ``True`` (以使用 :meth:`time.gmtime`)。"
15541557

15551558
#: ../../library/mailbox.rst:1020 ../../library/mailbox.rst:1391
15561559
msgid ""
@@ -1559,20 +1562,24 @@ msgid ""
15591562
"the following order of zero or one occurrence of each of ``'R'``, ``'O'``, "
15601563
"``'D'``, ``'F'``, and ``'A'``."
15611564
msgstr ""
1565+
"返回一个指明当前所设旗标的字符串。 如果消息符合规范格式,则结果为零或各自出现一次的 ``'R'``, ``'O'``, ``'D'``, "
1566+
"``'F'`` 和 ``'A'`` 按上述顺序的拼接。"
15621567

15631568
#: ../../library/mailbox.rst:1028 ../../library/mailbox.rst:1399
15641569
msgid ""
15651570
"Set the flags specified by *flags* and unset all others. Parameter *flags* "
15661571
"should be the concatenation in any order of zero or more occurrences of each"
15671572
" of ``'R'``, ``'O'``, ``'D'``, ``'F'``, and ``'A'``."
15681573
msgstr ""
1574+
"设置由 *flags* 所指明的旗标并重启所有其他旗标。 形参 *flags* 应当为零或各自出现多次的 ``'R'``, ``'O'``, "
1575+
"``'D'``, ``'F'`` 和 ``'A'`` 按任意顺序的拼接。"
15691576

15701577
#: ../../library/mailbox.rst:1035 ../../library/mailbox.rst:1406
15711578
msgid ""
15721579
"Set the flag(s) specified by *flag* without changing other flags. To add "
15731580
"more than one flag at a time, *flag* may be a string of more than one "
15741581
"character."
1575-
msgstr ""
1582+
msgstr "设置由 *flag* 所指明的旗标而不改变其他旗标。 要一次性添加一个以上的旗标,*flag* 可以为包含一个以上字符的字符串。"
15761583

15771584
#: ../../library/mailbox.rst:1042 ../../library/mailbox.rst:1413
15781585
msgid ""

0 commit comments

Comments
 (0)