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

Skip to content

Commit 813abad

Browse files
[po] auto sync
1 parent 484de01 commit 813abad

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

library/mailbox.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,20 +388,22 @@ msgid ""
388388
"mailbox format. You should *always* lock the mailbox before making any "
389389
"modifications to its contents."
390390
msgstr ""
391+
"在邮箱上获取一个独占式咨询锁以使其他进程知道不能修改它。 如果锁无法被获取则会引发 :exc:`ExternalClashError`。 "
392+
"所使用的具体锁机制取决于邮箱的格式。 在对邮箱内容进行任何修改之前你应当 *总是* 锁定它。"
391393

392394
#: ../../library/mailbox.rst:287
393395
msgid "Release the lock on the mailbox, if any."
394-
msgstr ""
396+
msgstr "释放邮箱上的锁,如果存在的话。"
395397

396398
#: ../../library/mailbox.rst:292
397399
msgid ""
398400
"Flush the mailbox, unlock it if necessary, and close any open files. For "
399401
"some :class:`Mailbox` subclasses, this method does nothing."
400-
msgstr ""
402+
msgstr "刷新邮箱,如果必要则将其解锁。 并关闭所有打开的文件。 对于某些 :class:`Mailbox` 子类来说,此方法并不会做任何事。"
401403

402404
#: ../../library/mailbox.rst:299
403405
msgid ":class:`Maildir`"
404-
msgstr ""
406+
msgstr ":class:`Maildir`"
405407

406408
#: ../../library/mailbox.rst:304
407409
msgid ""

0 commit comments

Comments
 (0)