@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.6\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2018-11-01 14:48 +0900\n "
14
+ "POT-Creation-Date :2018-12-07 15:09 +0900\n "
15
15
"PO-Revision-Date :2018-06-29 17:17+0000\n "
16
16
"Last-Translator :tomo🐧, 2018\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1559,7 +1559,7 @@ msgstr ""
1559
1559
#: ../../distutils/apiref.rst:939
1560
1560
msgid ""
1561
1561
"Return true if *target* is out-of-date with respect to any file listed in "
1562
- "*sources* In other words, if *target* exists and is newer than every file "
1562
+ "*sources*. In other words, if *target* exists and is newer than every file "
1563
1563
"in *sources*, return false; otherwise return true. *missing* controls what "
1564
1564
"we do when a source file is missing; the default (``'error'``) is to blow up"
1565
1565
" with an :exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``,"
@@ -1569,12 +1569,6 @@ msgid ""
1569
1569
" wouldn't work because inputs are missing, but that doesn't matter because "
1570
1570
"you're not actually going to run the commands)."
1571
1571
msgstr ""
1572
- "*target* が *sources* にリストアップされたどれかのファイルより古ければ真を返します。言い換えれば、 *target* が存在して "
1573
- "*sources* の全てより新しいなら偽を返し、そうでなければ真を返します。 *missing* "
1574
- "はソースファイルが存在しなかった時の振る舞いを決定します。デフォルト(``'error'``)は :func:`os.stat` で "
1575
- ":exc:`OSError` 例外を起こします。もし ``'ignore'`` なら、単に存在しないソースファイルを無視します。もし "
1576
- "``'newer'`` なら、存在しないソースファイルについては *target* が古いとみなします(これは\" dry-run\" モードで便利です: "
1577
- "入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
1578
1572
1579
1573
#: ../../distutils/apiref.rst:952
1580
1574
msgid ":mod:`distutils.dir_util` --- Directory tree operations"