@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.8\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2020-02 -0912:40 +0000\n "
15+ "POT-Creation-Date :2020-09 -0915:05 +0000\n "
1616"PO-Revision-Date :2020-05-30 11:54+0000\n "
1717"Last-Translator :mollinaca, 2020\n "
1818"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -975,23 +975,17 @@ msgstr "辞書ベースで構成する例"
975975msgid ""
976976"Below is an example of a logging configuration dictionary - it's taken from "
977977"the `documentation on the Django project "
978- "<https://docs.djangoproject.com/en/1.9 /topics/logging/#configuring-"
978+ "<https://docs.djangoproject.com/en/stable /topics/logging/#configuring-"
979979"logging>`_. This dictionary is passed to :func:`~config.dictConfig` to put "
980980"the configuration into effect::"
981981msgstr ""
982- "次の例は辞書を使った logging の構成です。この例は `Django プロジェクトのドキュメント "
983- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
984- "logging>`_ から持ってきました。この辞書を :func:`~config.dictConfig` に渡して設定を有効にします::"
985982
986983#: ../../howto/logging-cookbook.rst:1426
987984msgid ""
988985"For more information about this configuration, you can see the `relevant "
989- "section <https://docs.djangoproject.com/en/1.9 /topics/logging/#configuring- "
990- "logging>`_ of the Django documentation."
986+ "section <https://docs.djangoproject.com/en/stable /topics/logging"
987+ "/#configuring- logging>`_ of the Django documentation."
991988msgstr ""
992- "この構成方法についてのより詳しい情報は、 Django のドキュメントの `該当のセクション "
993- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
994- "logging>`_ で見ることができます。"
995989
996990#: ../../howto/logging-cookbook.rst:1433
997991msgid "Using a rotator and namer to customize log rotation processing"