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

Skip to content

Commit b082f4f

Browse files
[po] auto sync
1 parent 2d6c85a commit b082f4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

howto/logging-cookbook.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,29 +1717,29 @@ msgstr "重启命令类似:"
17171717
msgid ""
17181718
"If we run this application with the default log level, we get output like "
17191719
"this:"
1720-
msgstr ""
1720+
msgstr "如果以默认日志级别运行该程序,会得到以下结果:"
17211721

17221722
#: ../../howto/logging-cookbook.rst:2717
17231723
msgid ""
17241724
"The first word is the logging level, and the second word is the module or "
17251725
"package name of the place where the event was logged."
1726-
msgstr ""
1726+
msgstr "第一个单词是日志级别,第二个单词是日志事件所在的模块或包的名称。"
17271727

17281728
#: ../../howto/logging-cookbook.rst:2720
17291729
msgid ""
17301730
"If we change the logging level, then we can change the information sent to "
17311731
"the log. For example, if we want more information:"
1732-
msgstr ""
1732+
msgstr "如果修改了日志级别,发送给日志的信息就能得以改变。如要显示更多信息,则可:"
17331733

17341734
#: ../../howto/logging-cookbook.rst:2737
17351735
msgid "And if we want less:"
1736-
msgstr ""
1736+
msgstr "若要显示的信息少一些,则:"
17371737

17381738
#: ../../howto/logging-cookbook.rst:2745
17391739
msgid ""
17401740
"In this case, the commands don't print anything to the console, since "
17411741
"nothing at ``WARNING`` level or above is logged by them."
1742-
msgstr ""
1742+
msgstr "这里的命令不会向控制台输出任何信息,因为没有记录 ``WARNING`` 以上级别的日志。"
17431743

17441744
#: ../../howto/logging-cookbook.rst:2751
17451745
msgid "A Qt GUI for logging"

0 commit comments

Comments
 (0)