File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1722,29 +1722,29 @@ msgstr "重启命令类似:"
1722
1722
msgid ""
1723
1723
"If we run this application with the default log level, we get output like "
1724
1724
"this:"
1725
- msgstr ""
1725
+ msgstr "如果以默认日志级别运行该程序,会得到以下结果: "
1726
1726
1727
1727
#: ../../howto/logging-cookbook.rst:2717
1728
1728
msgid ""
1729
1729
"The first word is the logging level, and the second word is the module or "
1730
1730
"package name of the place where the event was logged."
1731
- msgstr ""
1731
+ msgstr "第一个单词是日志级别,第二个单词是日志事件所在的模块或包的名称。 "
1732
1732
1733
1733
#: ../../howto/logging-cookbook.rst:2720
1734
1734
msgid ""
1735
1735
"If we change the logging level, then we can change the information sent to "
1736
1736
"the log. For example, if we want more information:"
1737
- msgstr ""
1737
+ msgstr "如果修改了日志级别,发送给日志的信息就能得以改变。如要显示更多信息,则可: "
1738
1738
1739
1739
#: ../../howto/logging-cookbook.rst:2737
1740
1740
msgid "And if we want less:"
1741
- msgstr ""
1741
+ msgstr "若要显示的信息少一些,则: "
1742
1742
1743
1743
#: ../../howto/logging-cookbook.rst:2745
1744
1744
msgid ""
1745
1745
"In this case, the commands don't print anything to the console, since "
1746
1746
"nothing at ``WARNING`` level or above is logged by them."
1747
- msgstr ""
1747
+ msgstr "这里的命令不会向控制台输出任何信息,因为没有记录 ``WARNING`` 以上级别的日志。 "
1748
1748
1749
1749
#: ../../howto/logging-cookbook.rst:2751
1750
1750
msgid "A Qt GUI for logging"
You can’t perform that action at this time.
0 commit comments