Skip to content

Commit 1770718

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 74833ef commit 1770718

23 files changed

+28
-34
lines changed

distutils/apiref.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.7\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2018-11-01 09:38+0900\n"
20+
"POT-Creation-Date: 2018-12-07 09:58+0900\n"
2121
"PO-Revision-Date: 2017-02-16 17:40+0000\n"
2222
"Last-Translator: tomo🐧, 2018\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1573,7 +1573,7 @@ msgstr ""
15731573
#: ../../distutils/apiref.rst:943
15741574
msgid ""
15751575
"Return true if *target* is out-of-date with respect to any file listed in "
1576-
"*sources* In other words, if *target* exists and is newer than every file "
1576+
"*sources*. In other words, if *target* exists and is newer than every file "
15771577
"in *sources*, return false; otherwise return true. *missing* controls what "
15781578
"we do when a source file is missing; the default (``'error'``) is to blow up"
15791579
" with an :exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``,"
@@ -1583,12 +1583,6 @@ msgid ""
15831583
" wouldn't work because inputs are missing, but that doesn't matter because "
15841584
"you're not actually going to run the commands)."
15851585
msgstr ""
1586-
"*target* が *sources* にリストアップされたどれかのファイルより古ければ真を返します。言い換えれば、 *target* が存在して "
1587-
"*sources* の全てより新しいなら偽を返し、そうでなければ真を返します。 *missing* "
1588-
"はソースファイルが存在しなかった時の振る舞いを決定します。デフォルト(``'error'``)は :func:`os.stat` で "
1589-
":exc:`OSError` 例外を起こします。もし ``'ignore'`` なら、単に存在しないソースファイルを無視します。もし "
1590-
"``'newer'`` なら、存在しないソースファイルについては *target* が古いとみなします(これは\"dry-run\"モードで便利です: "
1591-
"入力がないのでコマンドは実行できませんが実際に実行しようとしていないので問題になりません)。"
15921586

15931587
#: ../../distutils/apiref.rst:956
15941588
msgid ":mod:`distutils.dir_util` --- Directory tree operations"

faq/programming.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Akihiro Uchida <uchida@turbare.net>, 2017
7+
# auchida <uchida@turbare.net>, 2017
88
# Naoki INADA <songofacandy@gmail.com>, 2017
99
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
1010
# E. Kawashima, 2017

howto/functional.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Akihiro Uchida <uchida@turbare.net>, 2017
7+
# auchida <uchida@turbare.net>, 2017
88
# Ryuichi Takano <ryuichi.takano@sinewave.onmicrosoft.com>, 2017
99
# Naoki INADA <songofacandy@gmail.com>, 2017
1010
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017

howto/ipaddress.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Akihiro Uchida <uchida@turbare.net>, 2017
7+
# auchida <uchida@turbare.net>, 2017
88
# Naoki INADA <songofacandy@gmail.com>, 2017
99
# Takeshi Fujiwara <1.800.takeshi@gmail.com>, 2017
1010
# SHIMIZU Taku <shimizu.taku@gmail.com>, 2017

howto/unicode.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
8-
# Akihiro Uchida <uchida@turbare.net>, 2017
8+
# auchida <uchida@turbare.net>, 2017
99
# mnamihdk, 2017
1010
# 秘湯 <xwhhsprings@gmail.com>, 2017
1111
# Arihiro TAKASE, 2017

library/cmath.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# 秘湯 <xwhhsprings@gmail.com>, 2017
88
# tomo🐧, 2017
9-
# Akihiro Uchida <uchida@turbare.net>, 2017
9+
# auchida <uchida@turbare.net>, 2017
1010
# Arihiro TAKASE, 2017
1111
# E. Kawashima, 2017
1212
#

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Ryuichi Takano <ryuichi.takano@sinewave.onmicrosoft.com>, 2017
88
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
9-
# Akihiro Uchida <uchida@turbare.net>, 2017
9+
# auchida <uchida@turbare.net>, 2017
1010
# Shun Sakurai, 2017
1111
# 秘湯 <xwhhsprings@gmail.com>, 2017
1212
# Arihiro TAKASE, 2017

library/datetime.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 秘湯 <xwhhsprings@gmail.com>, 2017
1111
# E. Kawashima, 2017
1212
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2017
13-
# Akihiro Uchida <uchida@turbare.net>, 2017
13+
# auchida <uchida@turbare.net>, 2017
1414
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1515
# Arihiro TAKASE, 2017
1616
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017

library/difflib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Akihiro Uchida <uchida@turbare.net>, 2017
7+
# auchida <uchida@turbare.net>, 2017
88
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99
# 秘湯 <xwhhsprings@gmail.com>, 2017
1010
# Shun Sakurai, 2017

library/email.generator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Akihiro Uchida <uchida@turbare.net>, 2017
7+
# auchida <uchida@turbare.net>, 2017
88
# 秘湯 <xwhhsprings@gmail.com>, 2017
99
# E. Kawashima, 2017
1010
# Arihiro TAKASE, 2017

0 commit comments

Comments
 (0)