Skip to content

Commit 3fe1bd5

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 8966a04 commit 3fe1bd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

howto/logging.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@ msgid ""
342342
"off simple configuration facility, only the first call will actually do "
343343
"anything: subsequent calls are effectively no-ops."
344344
msgstr ""
345+
":func:`basicConfig` の呼び出しは :func:`debug`, :func:`info` などの呼び出し"
346+
"の *前に* 行わなければなりません。さもなければ、他の関数の内部で :func:"
347+
"`basicConfig` がデフォルトのオプションで呼び出されてしまいます。この関数は一"
348+
"度限りの単純な設定機能を意図しているため、最初の呼び出しだけが実際に設定作業"
349+
"を行います: それ以降の呼び出しは実効的に何もしません。"
345350

346351
#: ../../howto/logging.rst:187
347352
msgid ""
@@ -987,6 +992,9 @@ msgid ""
987992
"``'{'``, or ``'$'``. If one of these is not specified, then ``'%'`` will be "
988993
"used."
989994
msgstr ""
995+
"時刻の末尾にはミリ秒が付きます。 ``style`` は ``'%'``, ``'{'``, または "
996+
"``'{TX-PL-LABEL}#x27;`` のいずれかです。特に指定がなければ ``'%'`` が使われま"
997+
"す。"
990998

991999
#: ../../howto/logging.rst:558
9921000
msgid ""

0 commit comments

Comments
 (0)