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

Skip to content

Commit ce3066b

Browse files
[po] auto sync
1 parent a618d0e commit ce3066b

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.62%", "updated_at": "2023-12-27T15:55:55Z"}
1+
{"translation": "92.64%", "updated_at": "2023-12-28T02:06:22Z"}

library/mailbox.po

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -643,19 +643,25 @@ msgid ""
643643
"storing the message, although occurrences of \">From \" are not transformed "
644644
"to \"From \" when reading the message."
645645
msgstr ""
646+
"还有一些 mbox 格式的变种对原始格式中发现的缺点做了改进。 为了保证兼容性,:class:`!mbox` 只实现了原始格式,或称 "
647+
":dfn:`mboxo` 格式。 这意味着当存储消息时,如果存在 :mailheader:`Content-Length` "
648+
"标头,它将被忽略并且消息体中出现于行开头的任何 \"From \" 都会被转换为 \">From \",但是当读取消息时 \">From \" "
649+
"则不会被转换为 \"From \"。"
646650

647651
#: ../../library/mailbox.rst:481
648652
msgid ""
649653
"Some :class:`Mailbox` methods implemented by :class:`!mbox` deserve special "
650654
"remarks:"
651-
msgstr ""
655+
msgstr ":class:`!mbox` 所实现的某些 :class:`Mailbox` 方法值得进行特别的说明:"
652656

653657
#: ../../library/mailbox.rst:487
654658
msgid ""
655659
"Using the file after calling :meth:`~Mailbox.flush` or "
656660
":meth:`~Mailbox.close` on the :class:`!mbox` instance may yield "
657661
"unpredictable results or raise an exception."
658662
msgstr ""
663+
"在 :class:`!mbox` 实例上调用 :meth:`~Mailbox.flush` 或 :meth:`~Mailbox.close` "
664+
"之后再使用文件可能产生无法预料的结果或者引发异常。"
659665

660666
#: ../../library/mailbox.rst:495 ../../library/mailbox.rst:704
661667
#: ../../library/mailbox.rst:755
@@ -703,7 +709,7 @@ msgstr "有关 mbox 变种的历史。"
703709

704710
#: ../../library/mailbox.rst:514
705711
msgid ":class:`!MH` objects"
706-
msgstr ""
712+
msgstr ":class:`!MH` 对象"
707713

708714
#: ../../library/mailbox.rst:519
709715
msgid ""
@@ -741,25 +747,30 @@ msgid ""
741747
"and is not affected by the :file:`context` or :file:`.mh_profile` files that"
742748
" are used by :program:`mh` to store its state and configuration."
743749
msgstr ""
750+
":class:`!MH` 类可以操作 MH 邮箱,但它并不试图模拟 :program:`mh` 的所有行为。 特别地,它并不会修改 "
751+
":file:`context` 或 :file:`.mh_profile` 文件也不会受其影响,这两个文件是 :program:`mh` "
752+
"用来存储状态和配置数据的。"
744753

745754
#: ../../library/mailbox.rst:539
746755
msgid ""
747756
":class:`!MH` instances have all of the methods of :class:`Mailbox` in "
748757
"addition to the following:"
749-
msgstr ""
758+
msgstr ":class:`!MH` 实例具有 :class:`Mailbox` 的所有方法及下列附加方法:"
750759

751760
#: ../../library/mailbox.rst:550
752761
msgid ""
753762
"Return an :class:`!MH` instance representing the folder whose name is "
754763
"*folder*. A :exc:`NoSuchMailboxError` exception is raised if the folder does"
755764
" not exist."
756765
msgstr ""
766+
"返回表示名称为 *folder* 的文件夹的 :class:`!MH` 实例。 如果文件夹不存在则会引发 "
767+
":exc:`NoSuchMailboxError` 异常。"
757768

758769
#: ../../library/mailbox.rst:557
759770
msgid ""
760771
"Create a folder whose name is *folder* and return an :class:`!MH` instance "
761772
"representing it."
762-
msgstr ""
773+
msgstr "创建名称为 *folder* 的文件夹并返回表示它的 :class:`!MH` 实例。"
763774

764775
#: ../../library/mailbox.rst:570
765776
msgid ""
@@ -792,7 +803,7 @@ msgstr "已发送的键会因此操作而失效并且不应当被继续使用。
792803
msgid ""
793804
"Some :class:`Mailbox` methods implemented by :class:`!MH` deserve special "
794805
"remarks:"
795-
msgstr ""
806+
msgstr ":class:`!MH` 所实现的某些 :class:`Mailbox` 方法值得进行特别的说明:"
796807

797808
#: ../../library/mailbox.rst:599
798809
msgid ""
@@ -827,7 +838,7 @@ msgstr "对 MH 邮箱的所有更改都会立即被应用,所以此方法并
827838
msgid ""
828839
":class:`!MH` instances do not keep any open files, so this method is "
829840
"equivalent to :meth:`unlock`."
830-
msgstr ""
841+
msgstr ":class:`!MH` 实例不会保留任何打开的文件,所以此方法等价于 :meth:`unlock`。"
831842

832843
#: ../../library/mailbox.rst:634
833844
msgid "`nmh - Message Handling System <https://www.nongnu.org/nmh/>`_"

0 commit comments

Comments
 (0)