Skip to content

Commit 4a26c93

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ca52153 commit 4a26c93

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

howto/logging-cookbook.po

+12-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1919
"Last-Translator: Takeshi Nakazato, 2023\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
@@ -228,19 +228,19 @@ msgstr ""
228228

229229
#: ../../howto/logging-cookbook.rst:289
230230
msgid "Send messages of severity ``INFO`` and ``WARNING`` to ``sys.stdout``"
231-
msgstr ""
231+
msgstr "深刻度 ``INFO`` と ``WARNING`` のメッセージを ``sys.stdout`` に送る"
232232

233233
#: ../../howto/logging-cookbook.rst:290
234234
msgid "Send messages of severity ``ERROR`` and above to ``sys.stderr``"
235-
msgstr ""
235+
msgstr "深刻度 ``ERROR`` 以上のメッセージを ``sys.stderr`` に送る"
236236

237237
#: ../../howto/logging-cookbook.rst:291
238238
msgid "Send messages of severity ``DEBUG`` and above to file ``app.log``"
239-
msgstr ""
239+
msgstr "深刻度 ``DEBUG`` 以上のメッセージをファイル ``app.log`` に送る"
240240

241241
#: ../../howto/logging-cookbook.rst:293
242242
msgid "Suppose you configure logging with the following JSON:"
243-
msgstr ""
243+
msgstr "logging モジュールを下記の JSON によって構成したとしましょう:"
244244

245245
#: ../../howto/logging-cookbook.rst:335
246246
msgid ""
@@ -250,10 +250,17 @@ msgid ""
250250
"those messages and add it to the relevant handler. This can be configured by "
251251
"adding a ``filters`` section parallel to ``formatters`` and ``handlers``:"
252252
msgstr ""
253+
"この構成は、上記の要求を *ほぼ* 行ってくれます。 ``INFO`` と ``WARNING`` の"
254+
"メッセージに加えて、 ``sys.stdout`` が深刻度 ``ERROR`` 以上のメッセージも表示"
255+
"してしまうことを除いては。 これを防ぐために、表示したくないメッセージを除外す"
256+
"るフィルターを設定して関連するハンドラに追加することができます。そのような"
257+
"フィルターは ``filters`` セクションを ``formatters`` や ``handlers`` と並べて"
258+
"追加することで構成できます:"
253259

254260
#: ../../howto/logging-cookbook.rst:350
255261
msgid "and changing the section on the ``stdout`` handler to add it:"
256262
msgstr ""
263+
"そして ``stdout`` のハンドラに関するセクションにフィルターを追加します:"
257264

258265
#: ../../howto/logging-cookbook.rst:362
259266
msgid ""

howto/regex.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-02-03 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1818
"Last-Translator: Takeshi Nakazato, 2023\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)