Skip to content

Commit 0ec8ebe

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 76aafbe commit 0ec8ebe

File tree

4 files changed

+73
-72
lines changed

4 files changed

+73
-72
lines changed

howto/logging-cookbook.po

+4-10
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2222
"Last-Translator: mollinaca, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -980,23 +980,17 @@ msgstr "辞書ベースで構成する例"
980980
msgid ""
981981
"Below is an example of a logging configuration dictionary - it's taken from "
982982
"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-"
984984
"logging>`_. This dictionary is passed to :func:`~config.dictConfig` to put "
985985
"the configuration into effect::"
986986
msgstr ""
987-
"次の例は辞書を使った logging の構成です。この例は `Django プロジェクトのドキュメント "
988-
"<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
989-
"logging>`_ から持ってきました。この辞書を :func:`~config.dictConfig` に渡して設定を有効にします::"
990987

991988
#: ../../howto/logging-cookbook.rst:1426
992989
msgid ""
993990
"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."
996993
msgstr ""
997-
"この構成方法についてのより詳しい情報は、 Django のドキュメントの `該当のセクション "
998-
"<https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-"
999-
"logging>`_ で見ることができます。"
1000994

1001995
#: ../../howto/logging-cookbook.rst:1433
1002996
msgid "Using a rotator and namer to customize log rotation processing"

library/idle.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-07-10 03:35+0000\n"
19+
"POT-Creation-Date: 2020-09-10 04:03+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:14+0000\n"
2121
"Last-Translator: tomo, 2018\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -970,9 +970,9 @@ msgid ""
970970
" (To prevent auto popups, set the delay to a large number of milliseconds, "
971971
"such as 100000000.) For imported module names or class or function "
972972
"attributes, type '.'. For filenames in the root directory, type "
973-
":data:`os.sep` or data:`os.altsep` immediately after an opening quote. (On "
974-
"Windows, one can specify a drive first.) Move into subdirectories by typing"
975-
" a directory name and a separator."
973+
":data:`os.sep` or :data:`os.altsep` immediately after an opening quote. (On"
974+
" Windows, one can specify a drive first.) Move into subdirectories by "
975+
"typing a directory name and a separator."
976976
msgstr ""
977977

978978
#: ../../library/idle.rst:498

0 commit comments

Comments
 (0)