8000 [skip ci] Update .po files · python/python-docs-ja@3651bea · GitHub
[go: up one dir, main page]

Skip to content

Commit 3651bea

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 817d1b1 commit 3651bea

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

copyright.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-03 15:24+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:17+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,6 +32,7 @@ msgstr "Python and this documentation is:"
3232
#: ../../copyright.rst:7
3333
msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
3434
msgstr ""
35+
"Copyright © 2001-2019 Python Software Foundation. All rights reserved."
3536

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

distutils/apiref.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:17+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1569,6 +1569,11 @@ msgid ""
15691569
" wouldn't work because inputs are missing, but that doesn't matter because "
15701570
"you're not actually going to run the commands)."
15711571
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\" モードで便利です: 入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
15721577

15731578
#: ../../distutils/apiref.rst:952
15741579
msgid ":mod:`distutils.dir_util` --- Directory tree operations"

library/sched.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1515
"PO-Revision-Date: 2018-06-29 17:38+0000\n"
16-
"Last-Translator: tomo, 2018\n"
16+
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -84,6 +84,10 @@ msgid ""
8484
"constructor. Events scheduled for the same *time* will be executed in the "
8585
"order of their *priority*. A lower number represents a higher priority."
8686
msgstr ""
87+
"新しいイベントをスケジュールします。\n"
88+
"引数 *time* は、コンストラクタへ渡された *timefunc* の戻り値と互換な数値型でなければいけません。\n"
89+
"同じ *time* によってスケジュールされたイベントは、それらの *priority* によって実行されます。\n"
90+
"数値の小さい方が高い優先度となります。"
8791

8892
#: ../../library/sched.rst:74
8993
msgid ""

0 commit comments

Comments
 (0)
0