Skip to content

Commit f21cdae

Browse files
[po] auto sync
1 parent 31dddc7 commit f21cdae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

howto/logging-cookbook.po

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

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

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

17391739
#: ../../howto/logging-cookbook.rst:2737
17401740
msgid "And if we want less:"
1741-
msgstr ""
1741+
msgstr "若要显示的信息少一些,则:"
17421742

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

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

0 commit comments

Comments
 (0)