File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-03 15:24+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:17+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -32,6 +32,7 @@ msgstr "Python and this documentation is:"
32
32
#: ../../copyright.rst:7
33
33
msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
34
34
msgstr ""
35
+ "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
35
36
36
37
#: ../../copyright.rst:9
37
38
msgid "Copyright © 2000 BeOpen.com. All rights reserved."
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:17+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1569,6 +1569,11 @@ 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* にリストアップされたどれかのファイルより古ければ真を返します。\n"
1573
+ "言い換えれば、 *target* が存在して *sources* にある全てのファイルより新しいなら偽を返し、そうでなければ真を返します。\n"
1574
+ "*missing* はソースファイルが存在しなかった時の振る舞いを決定します。デフォルト(``'error'``)は :func:`os.stat` 関数の内部で発生した :exc:`OSError` 例外を投げます。\n"
1575
+ "``'ignore'`` の場合は、単に存在しないソースファイルを無視します。\n"
1576
+ "``'newer'`` の場合は、存在しないソースファイルについては *target* が古いとみなします(これは \" dry-run\" モードで便利です: 入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
1572
1577
1573
1578
#: ../../distutils/apiref.rst:952
1574
1579
msgid ":mod:`distutils.dir_util` --- Directory tree operations"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To: \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:38+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -84,6 +84,10 @@ msgid ""
84
84
"constructor. Events scheduled for the same *time* will be executed in the "
85
85
"order of their *priority*. A lower number represents a higher priority."
86
86
msgstr ""
87
+ "新しいイベントをスケジュールします。\n"
88
+ "引数 *time* は、コンストラクタへ渡された *timefunc* の戻り値と互換な数値型でなければいけません。\n"
89
+ "同じ *time* によってスケジュールされたイベントは、それらの *priority* によって実行されます。\n"
90
+ "数値の小さい方が高い優先度となります。"
87
91
88
92
#: ../../library/sched.rst:74
89
93
msgid ""
You can’t perform that action at this time.
0 commit comments