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

Skip to content

Commit 97c7e81

Browse files
[po] auto sync
1 parent e9e5727 commit 97c7e81

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/logging.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ msgid ""
144144
"ancestor loggers' handlers - neither the level nor filters of the ancestor "
145145
"loggers in question are considered."
146146
msgstr ""
147-
"如果这个属性为真,记录到这个记录器的事件将会传递给这个高级别管理器的记录器(原型),此外任何关联到这个记录器的管理器。消息会直接传递给原型记录器的管理器"
147+
"如果这个属性为真,记录到这个记录器的事件将会传递给这个高级别处理器的记录器(原型),此外任何关联到这个记录器的处理器。消息会直接传递给原型记录器的处理器"
148148
" - 既不是这个原型记录器的级别也不是过滤器是在考虑的问题。"
149149

150150
#: ../../library/logging.rst:80
151151
msgid ""
152152
"If this evaluates to false, logging messages are not passed to the handlers "
153153
"of ancestor loggers."
154-
msgstr ""
154+
msgstr "如果等于假,记录消息将不会传递给这个原型记录器的处理器。"
155155

156156
#: ../../library/logging.rst:83
157157
msgid "The constructor sets this attribute to ``True``."
@@ -168,6 +168,8 @@ msgid ""
168168
"handlers only to the root logger, and to let propagation take care of the "
169169
"rest."
170170
msgstr ""
171+
"如果你关联了一个处理器*并且*到它自己的一个或多个记录器,它可能发出多次相同的记录。总体来说,你不需要关联处理器到一个或多个记录器 - "
172+
"如果你只是关联它到一个合适的记录器等级中的最高级别记录器,它将会看到子记录器所有记录的事件,他们的传播剩下的设置为``True``。一个通用场景是只关联处理器到根记录器,并且让传播照顾剩下的."
171173

172174
#: ../../library/logging.rst:96
173175
msgid ""

0 commit comments

Comments
 (0)