File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ msgid ""
112112":func:`findmatch` will automatically check such conditions and skip the "
113113"entry if the check fails."
114114msgstr ""
115+ "在 mailcap 文件中,可以指定可选的 \" test\" 字段来检测某些外部条件(例如所使用的机器架构或窗口系统)来确定是否要应用 mailcap "
116+ "行。 :func:`findmatch` 将自动检查此类条件并在检查未通过时跳过条目。"
115117
116118#: /home/travis/build/python/cpython-doc-catalog/Doc/library/mailcap.rst:60
117119msgid ""
@@ -120,6 +122,8 @@ msgid ""
120122"is stored as a list of dictionaries, but it shouldn't be necessary to know "
121123"the details of this representation."
122124msgstr ""
125+ "返回一个将 MIME 类型映射到 mailcap 文件条目列表的字典。 此字典必须被传给 :func:`findmatch` 函数。 "
126+ "条目会被存储为字典列表,但并不需要了解此表示形式的细节。"
123127
124128#: /home/travis/build/python/cpython-doc-catalog/Doc/library/mailcap.rst:65
125129msgid ""
@@ -128,6 +132,9 @@ msgid ""
128132"override settings in the system mailcap files :file:`/etc/mailcap`, "
129133":file:`/usr/etc/mailcap`, and :file:`/usr/local/etc/mailcap`."
130134msgstr ""
135+ "此信息来自在系统中找到的所有 mailcap 文件。 用户的 mailcap 文件 :file:`$HOME/.mailcap` 中的设置将覆盖系统 "
136+ "mailcap 文件 :file:`/etc/mailcap`, :file:`/usr/etc/mailcap` 和 "
137+ ":file:`/usr/local/etc/mailcap` 中的设置。"
131138
132139#: /home/travis/build/python/cpython-doc-catalog/Doc/library/mailcap.rst:70
133140msgid "An example usage::"
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ msgstr ""
333333msgid ""
334334"Raises an :ref:`auditing event <auditing>` ``sqlite3.connect`` with argument"
335335" ``database``."
336- msgstr ""
336+ msgstr "引发一个 :ref:`审核事件 <auditing>` ``sqlite3.connect``,附带参数 ``database``。 "
337337
338338#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:229
339339msgid "Added the *uri* parameter."
You can’t perform that action at this time.
0 commit comments