@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.7\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2018-11-01 09:38 +0900\n "
20+ "POT-Creation-Date : 2018-12-07 09:58 +0900\n "
2121"PO-Revision-Date : 2017-02-16 17:40+0000\n "
2222"Last-Translator : tomo🐧, 2018\n "
2323"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1573,7 +1573,7 @@ msgstr ""
15731573#: ../../distutils/apiref.rst:943
15741574msgid ""
15751575"Return true if *target* is out-of-date with respect to any file listed in "
1576- "*sources* In other words, if *target* exists and is newer than every file "
1576+ "*sources*. In other words, if *target* exists and is newer than every file "
15771577"in *sources*, return false; otherwise return true. *missing* controls what "
15781578"we do when a source file is missing; the default (``'error'``) is to blow up"
15791579" with an :exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``,"
@@ -1583,12 +1583,6 @@ msgid ""
15831583" wouldn't work because inputs are missing, but that doesn't matter because "
15841584"you're not actually going to run the commands)."
15851585msgstr ""
1586- "*target* が *sources* にリストアップされたどれかのファイルより古ければ真を返します。言い換えれば、 *target* が存在して "
1587- "*sources* の全てより新しいなら偽を返し、そうでなければ真を返します。 *missing* "
1588- "はソースファイルが存在しなかった時の振る舞いを決定します。デフォルト(``'error'``)は :func:`os.stat` で "
1589- ":exc:`OSError` 例外を起こします。もし ``'ignore'`` なら、単に存在しないソースファイルを無視します。もし "
1590- "``'newer'`` なら、存在しないソースファイルについては *target* が古いとみなします(これは\" dry-run\" モードで便利です: "
1591- "入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
15921586
15931587#: ../../distutils/apiref.rst:956
15941588msgid ":mod:`distutils.dir_util` --- Directory tree operations"
0 commit comments