Skip to content

Commit ed0dfb0

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent d907dfb commit ed0dfb0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

library/logging.po

+9-3
Original file line numberDiff line numberDiff line change
@@ -2118,6 +2118,12 @@ msgid ""
21182118
"The default behavior is to ignore the *extra* argument of individual log "
21192119
"calls and only use the one of the :class:`LoggerAdapter` instance"
21202120
msgstr ""
2121+
"次に示す引数により初期化される :class:`LoggerAdapter` インスタンスを返しま"
2122+
"す: 元になる :class:`Logger` インスタンス、辞書ライク (dict-like) なオブジェ"
2123+
"クト (*extra*)、そして各ログ呼び出しにおける *extra* 引数を :class:"
2124+
"`LoggerAdapter` の *extra* とマージするかどうかを指定する真偽値 "
2125+
"(*merge_extra*)。デフォルトの振る舞いでは、各ログ呼び出しの *extra* 引数を無"
2126+
"視して :class:`LoggerAdapter` インスタンスの *extra* だけを使います。"
21212127

21222128
#: ../../library/logging.rst:1094
21232129
msgid ""
@@ -2135,11 +2141,11 @@ msgstr ""
21352141

21362142
#: ../../library/logging.rst:1102
21372143
msgid "Delegates to the underlying :attr:`!manager` on *logger*."
2138-
msgstr ""
2144+
msgstr "背後にある *logger* の :attr:`!manager` メソッドを代理で呼び出します。"
21392145

21402146
#: ../../library/logging.rst:1106
21412147
msgid "Delegates to the underlying :meth:`!_log` method on *logger*."
2142-
msgstr ""
2148+
msgstr "背後にある *logger* の :meth:`!_log` メソッドを代理で呼び出します。"
21432149

21442150
#: ../../library/logging.rst:1108
21452151
msgid ""
@@ -2180,7 +2186,7 @@ msgstr ""
21802186

21812187
#: ../../library/logging.rst:1130
21822188
msgid "The *merge_extra* argument was added."
2183-
msgstr ""
2189+
msgstr "*merge_extra* 引数が追加されました。"
21842190

21852191
#: ../../library/logging.rst:1134
21862192
msgid "Thread Safety"

0 commit comments

Comments
 (0)