1414# Meng Du <[email protected] >, 20191515# Freesand Leo <[email protected] >, 20191616# ppcfish <[email protected] >, 201917- # WH-2099 <[email protected] >, 2020 17+ # WH-2099 <[email protected] >, 2021 1818#
1919#, fuzzy
2020msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323"Report-Msgid-Bugs-To : \n "
2424"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2525"PO-Revision-Date : 2017-02-16 17:45+0000\n "
26- "
Last-Translator :
WH-2099 <[email protected] >, 2020 \n "
26+ "
Last-Translator :
WH-2099 <[email protected] >, 2021 \n "
2727"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2828"MIME-Version : 1.0\n "
2929"Content-Type : text/plain; charset=UTF-8\n "
@@ -212,7 +212,7 @@ msgid ""
212212"The default level is ``WARNING``, which means that only events of this level"
213213" and above will be tracked, unless the logging package is configured to do "
214214"otherwise."
215- msgstr "默认的级别是``WARNING``,意味着只会追踪该级别及以上的事件,除非更改日志配置。"
215+ msgstr "默认的级别是 ``WARNING``,意味着只会追踪该级别及以上的事件,除非更改日志配置。"
216216
217217#: ../../howto/logging.rst:93
218218msgid ""
@@ -487,7 +487,7 @@ msgstr "进阶日志教程"
487487msgid ""
488488"The logging library takes a modular approach and offers several categories "
489489"of components: loggers, handlers, filters, and formatters."
490- msgstr "日志库采用模块化方法,并提供几类组件:记录器、处理程序、过滤器和格式化程序 。"
490+ msgstr "日志库采用模块化方法,并提供几类组件:记录器、处理器、过滤器和格式器 。"
491491
492492#: ../../howto/logging.rst:354
493493msgid "Loggers expose the interface that application code directly uses."
@@ -497,7 +497,7 @@ msgstr "记录器暴露了应用程序代码直接使用的接口。"
497497msgid ""
498498"Handlers send the log records (created by loggers) to the appropriate "
499499"destination."
500- msgstr "处理程序将日志记录 (由记录器创建)发送到适当的目标。"
500+ msgstr "处理器将日志记录 (由记录器创建)发送到适当的目标。"
501501
502502#: ../../howto/logging.rst:357
503503msgid ""
@@ -507,13 +507,13 @@ msgstr "过滤器提供了更精细的附加功能,用于确定要输出的日
507507
508508#: ../../howto/logging.rst:359
509509msgid "Formatters specify the layout of log records in the final output."
510- msgstr "格式化程序指定最终输出中日志记录的样式 。"
510+ msgstr "格式器指定最终输出中日志记录的样式 。"
511511
512512#: ../../howto/logging.rst:361
513513msgid ""
514514"Log event information is passed between loggers, handlers, filters and "
515515"formatters in a :class:`LogRecord` instance."
516- msgstr "日志事件信息在 :class:`LogRecord` 实例中的记录器、处理程序、过滤器和格式化程序之间传递 。"
516+ msgstr "日志事件信息在 :class:`LogRecord` 实例中的记录器、处理器、过滤器和格式器之间传递 。"
517517
518518#: ../../howto/logging.rst:364
519519msgid ""
0 commit comments