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

Skip to content

Commit 7567973

Browse files
[po] auto sync
1 parent 1d87dbc commit 7567973

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
@@ -1709,29 +1709,29 @@ msgstr "重启命令类似:"
17091709
msgid ""
17101710
"If we run this application with the default log level, we get output like "
17111711
"this:"
1712-
msgstr ""
1712+
msgstr "如果以默认日志级别运行该程序,会得到以下结果:"
17131713

17141714
#: ../../howto/logging-cookbook.rst:2718
17151715
msgid ""
17161716
"The first word is the logging level, and the second word is the module or "
17171717
"package name of the place where the event was logged."
1718-
msgstr ""
1718+
msgstr "第一个单词是日志级别,第二个单词是日志事件所在的模块或包的名称。"
17191719

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

17261726
#: ../../howto/logging-cookbook.rst:2738
17271727
msgid "And if we want less:"
1728-
msgstr ""
1728+
msgstr "若要显示的信息少一些,则:"
17291729

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

17361736
#: ../../howto/logging-cookbook.rst:2752
17371737
msgid "A Qt GUI for logging"

0 commit comments

Comments
 (0)