@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version :Python 3.8\n "
14
14
"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 "
16
16
"PO-Revision-Date :2020-05-30 11:54+0000\n "
17
17
"Last-Translator :mollinaca, 2020\n "
18
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -975,23 +975,17 @@ msgstr "辞書ベースで構成する例"
975
975
msgid ""
976
976
"Below is an example of a logging configuration dictionary - it's taken from "
977
977
"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-"
979
979
"logging>`_. This dictionary is passed to :func:`~config.dictConfig` to put "
980
980
"the configuration into effect::"
981
981
msgstr ""
982
- "次の例は辞書を使った logging の構成です。この例は `Django プロジェクトのドキュメント "
983
- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
984
- "logging>`_ から持ってきました。この辞書を :func:`~config.dictConfig` に渡して設定を有効にします::"
985
982
986
983
#: ../../howto/logging-cookbook.rst:1426
987
984
msgid ""
988
985
"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."
991
988
msgstr ""
992
- "この構成方法についてのより詳しい情報は、 Django のドキュメントの `該当のセクション "
993
- "<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
994
- "logging>`_ で見ることができます。"
995
989
996
990
#: ../../howto/logging-cookbook.rst:1433
997
991
msgid "Using a rotator and namer to customize log rotation processing"