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

Skip to content

Commit 77d5240

Browse files
[po] auto sync
1 parent 374ba91 commit 77d5240

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

library/mailbox.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,13 +1976,14 @@ msgid ""
19761976
" causes it to be unable to proceed, such as when failing to acquire a lock "
19771977
"that another program already holds a lock, or when a uniquely-generated file"
19781978
" name already exists."
1979-
msgstr ""
1979+
msgstr "在某些邮箱相关条件超出了程序控制范围导致其无法继续运行时被引发,例如当要获取的锁已被另一个程序获取时,或是当要生成的唯一性文件名已存在时。"
19801980

19811981
#: ../../library/mailbox.rst:1519
19821982
msgid ""
19831983
"Raised when the data in a file cannot be parsed, such as when an :class:`MH`"
19841984
" instance attempts to read a corrupted :file:`.mh_sequences` file."
19851985
msgstr ""
1986+
"在某个文件中的数据无法被解析时被引发,例如当一个 :class:`MH` 实例尝试读取已损坏的 :file:`.mh_sequences` 文件时。"
19861987

19871988
#: ../../library/mailbox.rst:1526
19881989
msgid "Examples"
@@ -1992,13 +1993,13 @@ msgstr "例子"
19921993
msgid ""
19931994
"A simple example of printing the subjects of all messages in a mailbox that "
19941995
"seem interesting::"
1995-
msgstr ""
1996+
msgstr "一个打印指定邮箱中所有消息的主题的简单示例::"
19961997

19971998
#: ../../library/mailbox.rst:1537
19981999
msgid ""
19992000
"To copy all mail from a Babyl mailbox to an MH mailbox, converting all of "
20002001
"the format-specific information that can be converted::"
2001-
msgstr ""
2002+
msgstr "要将所有邮件从 Babyl 邮箱拷贝到 MH 邮箱,请转换所有可转换的格式专属信息::"
20022003

20032004
#: ../../library/mailbox.rst:1548
20042005
msgid ""
@@ -2007,3 +2008,4 @@ msgid ""
20072008
"other programs, mail loss due to interruption of the program, or premature "
20082009
"termination due to malformed messages in the mailbox::"
20092010
msgstr ""
2011+
"这个示例将来自多个邮件列表的邮件分类放入不同的邮箱,小心避免由于其他程序的并发修改导致的邮件损坏,由于程序中断导致的邮件丢失,或是由于邮箱中消息格式错误导致的意外终止::"

library/mimetypes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# cdarlint <[email protected]>, 2020
8+
# Freesand Leo <[email protected]>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1516
"PO-Revision-Date: 2020-05-30 12:05+0000\n"
16-
"Last-Translator: cdarlint <cdarling@126.com>, 2020\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +24,11 @@ msgstr ""
2324

2425
#: ../../library/mimetypes.rst:2
2526
msgid ":mod:`mimetypes` --- Map filenames to MIME types"
26-
msgstr ""
27+
msgstr ":mod:`mimetypes` --- 映射文件夹到 MIME 类型"
2728

2829
#: ../../library/mimetypes.rst:9
2930
msgid "**Source code:** :source:`Lib/mimetypes.py`"
30-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/mimetypes.py`"
3132

3233
#: ../../library/mimetypes.rst:15
3334
msgid ""

0 commit comments

Comments
 (0)