File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 2.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2019-01-03 15:23+0900\n "
11
- "PO-Revision-Date : 2019-01-03 06:25 +0000\n "
11
+ "PO-Revision-Date : 2019-08-12 11:48 +0000\n "
12
12
"Last-Translator : tomo\n "
13
13
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
14
14
"MIME-Version : 1.0\n "
@@ -27,7 +27,7 @@ msgstr "Python and this documentation is:"
27
27
28
28
#: ../../copyright.rst:7
29
29
msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
30
- msgstr ""
30
+ msgstr "Copyright © 2001-2019 Python Software Foundation. All rights reserved. "
31
31
32
32
#: ../../copyright.rst:9
33
33
msgid "Copyright © 2000 BeOpen.com. All rights reserved."
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2019-01-01 15:21+0900\n "
13
- "PO-Revision-Date : 2018-12-07 06:19 +0000\n "
13
+ "PO-Revision-Date : 2019-08-12 13:01 +0000\n "
14
14
"Last-Translator : tomo\n "
15
15
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version : 1.0\n "
@@ -1338,7 +1338,7 @@ msgid ""
1338
1338
"handy in \" dry-run\" mode: it'll make you pretend to carry out commands that"
1339
1339
" wouldn't work because inputs are missing, but that doesn't matter because "
1340
1340
"you're not actually going to run the commands)."
1341
- msgstr ""
1341
+ msgstr "*target* が、 *sources* にリストアップされたどれかのファイルより古ければ真を返します。\n言い換えれば、 *target* が存在して *sources* にある全てのファイルより新しいなら偽を返し、そうでなければ真を返します。\n*missing* はソースファイルが存在しなかった時の振る舞いを決定します。デフォルト(``'error'``)は :func:`os.stat` 関数の内部で発生した :exc:`OSError` 例外を投げます。\n``'ignore'`` の場合は、単に存在しないソースファイルを無視します。\n``'newer'`` の場合は、存在しないソースファイルについては *target* が古いとみなします(これは \" dry-run \" モードで便利です: 入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。 "
1342
1342
1343
1343
#: ../../distutils/apiref.rst:949
1344
1344
msgid ":mod:`distutils.dir_util` --- Directory tree operations"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-01-01 15:21+0900\n "
12
- "PO-Revision-Date : 2018-01-20 17:23 +0000\n "
12
+ "PO-Revision-Date : 2019-08-13 04:17 +0000\n "
13
13
"Last-Translator : tomo\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -72,7 +72,7 @@ msgid ""
72
72
"compatible with the return value of the *timefunc* function passed to the "
73
73
"constructor. Events scheduled for the same *time* will be executed in the "
74
74
"order of their *priority*. A lower number represents a higher priority."
75
- msgstr ""
75
+ msgstr "新しいイベントをスケジュールします。\n引数 *time* は、コンストラクタへ渡された *timefunc* の戻り値と互換な数値型でなければいけません。\n同じ *time* によってスケジュールされたイベントは、それらの *priority* によって実行されます。\n数値の小さい方が高い優先度となります。 "
76
76
77
77
#: ../../library/sched.rst:89
78
78
msgid ""
You can’t perform that action at this time.
0 commit comments