@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
20
+ "POT-Creation-Date : 2020-09-10 04:03 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 17:45+0000\n "
22
22
"Last-Translator : mollinaca, 2020\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -980,23 +980,17 @@ msgstr "辞書ベースで構成する例"
980
980
msgid ""
981
981
"Below is an example of a logging configuration dictionary - it's taken from "
982
982
"the `documentation on the Django project "
983
- "<https://docs.djangoproject.com/en/1.9 /topics/logging/#configuring-"
983
+ "<https://docs.djangoproject.com/en/stable /topics/logging/#configuring-"
984
984
"logging>`_. This dictionary is passed to :func:`~config.dictConfig` to put "
985
985
"the configuration into effect::"
986
986
msgstr ""
987
- "次の例は辞書を使った logging の構成です。この例は `Django プロジェクトのドキュメント "
988
- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
989
- "logging>`_ から持ってきました。この辞書を :func:`~config.dictConfig` に渡して設定を有効にします::"
990
987
991
988
#: ../../howto/logging-cookbook.rst:1426
992
989
msgid ""
993
990
"For more information about this configuration, you can see the `relevant "
994
- "section <https://docs.djangoproject.com/en/1.9 /topics/logging/#configuring- "
995
- "logging>`_ of the Django documentation."
991
+ "section <https://docs.djangoproject.com/en/stable /topics/logging"
992
+ "/#configuring- logging>`_ of the Django documentation."
996
993
msgstr ""
997
- "この構成方法についてのより詳しい情報は、 Django のドキュメントの `該当のセクション "
998
- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
999
- "logging>`_ で見ることができます。"
1000
994
1001
995
#: ../../howto/logging-cookbook.rst:1433
1002
996
msgid "Using a rotator and namer to customize log rotation processing"
0 commit comments