Skip to content

Commit d5b91a2

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 8752549 commit d5b91a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

copyright.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: tomo\n"
1313
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1414
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "Python and this documentation is:"
2727

2828
#: ../../copyright.rst:7
2929
msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
30-
msgstr ""
30+
msgstr "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
3131

3232
#: ../../copyright.rst:9
3333
msgid "Copyright © 2000 BeOpen.com. All rights reserved."

distutils/apiref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -1338,7 +1338,7 @@ msgid ""
13381338
"handy in \"dry-run\" mode: it'll make you pretend to carry out commands that"
13391339
" wouldn't work because inputs are missing, but that doesn't matter because "
13401340
"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\" モードで便利です: 入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
13421342

13431343
#: ../../distutils/apiref.rst:949
13441344
msgid ":mod:`distutils.dir_util` --- Directory tree operations"

library/sched.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Last-Translator: tomo\n"
1414
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version: 1.0\n"
@@ -72,7 +72,7 @@ msgid ""
7272
"compatible with the return value of the *timefunc* function passed to the "
7373
"constructor. Events scheduled for the same *time* will be executed in the "
7474
"order of their *priority*. A lower number represents a higher priority."
75-
msgstr ""
75+
msgstr "新しいイベントをスケジュールします。\n引数 *time* は、コンストラクタへ渡された *timefunc* の戻り値と互換な数値型でなければいけません。\n同じ *time* によってスケジュールされたイベントは、それらの *priority* によって実行されます。\n数値の小さい方が高い優先度となります。"
7676

7777
#: ../../library/sched.rst:89
7878
msgid ""

0 commit comments

Comments
 (0)