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

Skip to content

Commit cd1058f

Browse files
[po] auto sync
1 parent e93689c commit cd1058f

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

library/mailbox.po

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,9 @@ msgid ""
12421242
" ``'P'``, ``'R'``, ``'S'``, and ``'T'``. The empty string is returned if no "
12431243
"flags are set or if \"info\" contains experimental semantics."
12441244
msgstr ""
1245+
"返回一个指明当前所设旗标的字符串。 如果消息符合标准的 Maildir 格式,则结果为零或按字母顺序各自出现一次的 ``'D'``, ``'F'``, "
1246+
"``'P'``, ``'R'``, ``'S'`` 和 ``'T'`` 的拼接。 如果未设任何旗标或者如果 \"info\" "
1247+
"包含实验性语义则返回空字符串。"
12451248

12461249
#: ../../library/mailbox.rst:864
12471250
msgid "Set the flags specified by *flags* and unset all others."
@@ -1254,6 +1257,8 @@ msgid ""
12541257
"character. The current \"info\" is overwritten whether or not it contains "
12551258
"experimental information rather than flags."
12561259
msgstr ""
1260+
"设置由 *flag* 所指明的旗标而不改变其他旗标。 要一次性添加一个以上的旗标,*flag* 可以为包含一个以上字符的字符串。 当前 \"info\""
1261+
" 会被覆盖,无论它是否只包含实验性信息而非旗标。"
12571262

12581263
#: ../../library/mailbox.rst:877
12591264
msgid ""
@@ -1262,25 +1267,27 @@ msgid ""
12621267
"character. If \"info\" contains experimental information rather than flags,"
12631268
" the current \"info\" is not modified."
12641269
msgstr ""
1270+
"重置由 *flag* 所指明的旗标而不改变其他旗标。 要一次性移除一个以上的旗标,*flag* 可以为包含一个以上字符的字符串。 如果 \"info\""
1271+
" 包含实验性信息而非旗标,则当前的 \"info\" 不会被修改。"
12651272

12661273
#: ../../library/mailbox.rst:885
12671274
msgid ""
12681275
"Return the delivery date of the message as a floating-point number "
12691276
"representing seconds since the epoch."
1270-
msgstr ""
1277+
msgstr "以表示 Unix 纪元秒数的浮点数形式返回消息的发送日期。"
12711278

12721279
#: ../../library/mailbox.rst:891
12731280
msgid ""
12741281
"Set the delivery date of the message to *date*, a floating-point number "
12751282
"representing seconds since the epoch."
1276-
msgstr ""
1283+
msgstr "将消息的发送日期设为 *date*,一个表示 Unix 纪元秒数的浮点数。"
12771284

12781285
#: ../../library/mailbox.rst:897
12791286
msgid ""
12801287
"Return a string containing the \"info\" for a message. This is useful for "
12811288
"accessing and modifying \"info\" that is experimental (i.e., not a list of "
12821289
"flags)."
1283-
msgstr ""
1290+
msgstr "返回一个包含消息的 \"info\" 的字符串。 这适用于访问和修改实验性的 \"info\" (即不是由旗标组成的列表)。"
12841291

12851292
#: ../../library/mailbox.rst:904
12861293
msgid "Set \"info\" to *info*, which should be a string."
@@ -1293,6 +1300,8 @@ msgid ""
12931300
":mailheader:`Status` and :mailheader:`X-Status` headers are omitted and the "
12941301
"following conversions take place:"
12951302
msgstr ""
1303+
"当一个 :class:`MaildirMessage` 实例基于 :class:`mboxMessage` 或 :class:`MMDFMessage`"
1304+
" 实例被创建时,将会忽略 :mailheader:`Status` 和 :mailheader:`X-Status` 标头并进行下列转换:"
12961305

12971306
#: ../../library/mailbox.rst:912 ../../library/mailbox.rst:930
12981307
#: ../../library/mailbox.rst:945 ../../library/mailbox.rst:1052
@@ -1380,7 +1389,7 @@ msgstr "D 标记"
13801389
msgid ""
13811390
"When a :class:`MaildirMessage` instance is created based upon an "
13821391
":class:`MHMessage` instance, the following conversions take place:"
1383-
msgstr ""
1392+
msgstr "当一个 :class:`MaildirMessage` 实例基于 :class:`MHMessage` 实例被创建时,将进行下列转换:"
13841393

13851394
#: ../../library/mailbox.rst:930 ../../library/mailbox.rst:1069
13861395
#: ../../library/mailbox.rst:1323 ../../library/mailbox.rst:1440
@@ -1421,6 +1430,7 @@ msgid ""
14211430
"When a :class:`MaildirMessage` instance is created based upon a "
14221431
":class:`BabylMessage` instance, the following conversions take place:"
14231432
msgstr ""
1433+
"当一个 :class:`MaildirMessage` 实例基于 :class:`BabylMessage` 实例被创建时,将进行下列转换:"
14241434

14251435
#: ../../library/mailbox.rst:945 ../../library/mailbox.rst:1084
14261436
#: ../../library/mailbox.rst:1195 ../../library/mailbox.rst:1455

0 commit comments

Comments
 (0)