File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#
66# Translators:
77# Nes.AI_NongXiao <[email protected] >, 20208+ # Freesand Leo <[email protected] >, 202089#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1516"PO-Revision-Date : 2020-05-30 11:53+0000\n "
16- "Last-Translator : Nes.AI_NongXiao <toaier@me .com>, 2020\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\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 "
@@ -34,6 +35,9 @@ msgid ""
3435"programmer interested in producing software which can be successfully built "
3536"on both Unix and Windows."
3637msgstr ""
38+ "这一章简要介绍了如何使用 Microsoft Visual C++ 创建 Python 的 Windows "
39+ "扩展模块,然后再提供有关其工作机理的详细背景信息。 这些说明材料同时适用于 Windows 程序员学习构建 Python 扩展以及 Unix "
40+ "程序员学习如何生成在 Unix 和 Windows 上均能成功构建的软件。"
3741
3842#: ../../extending/windows.rst:17
3943msgid ""
Original file line number Diff line number Diff line change @@ -613,6 +613,9 @@ msgid ""
613613" determine connections between objects, and are not persisted anywhere when "
614614"the configuration call is complete."
615615msgstr ""
616+ "日志记录器 ID 就是日志记录器的名称,它会在程序中被用来获取对日志记录器的引用,例如 ``foo.bar.baz``。 格式化器和过滤器的 ID "
617+ "可以是任意字符串值 (例如上面的 ``brief``, ``precise``) "
618+ "并且它们是瞬态的,因为它们仅对处理配置字典有意义并会被用来确定对象之间的连接,而当配置调用完成时不会在任何地方保留。"
616619
617620#: ../../library/logging.config.rst:403
618621msgid ""
@@ -621,10 +624,12 @@ msgid ""
621624"and ``h2``. The formatter for ``h1`` is that described by id ``brief``, and "
622625"the formatter for ``h2`` is that described by id ``precise``."
623626msgstr ""
627+ "上面的代码片段指明名为 ``foo.bar.baz`` 的日志记录器应当关联到两个处理程序,它们的 ID 是 ``h1`` 和 ``h2``。 "
628+ "``h1`` 的格式化器的 ID 是 ``brief``,而 ``h2`` 的格式化器的 ID 是 ``precise``。"
624629
625630#: ../../library/logging.config.rst:413
626631msgid "User-defined objects"
627- msgstr ""
632+ msgstr "用户定义对象 "
628633
629634#: ../../library/logging.config.rst:415
630635msgid ""
@@ -633,6 +638,7 @@ msgid ""
633638"instances, so there is no support in this configuration schema for user-"
634639"defined logger classes.)"
635640msgstr ""
641+ "此架构支持用户定义对象作为处理程序、过滤器和格式化器。 (日志记录器的不同实例不需要具有不同类型,因此这个配置架构并不支持用户定义日志记录器类。)"
636642
637643#: ../../library/logging.config.rst:420
638644msgid ""
You can’t perform that action at this time.
0 commit comments