Skip to content

Commit e5767db

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 4c6a756 commit e5767db

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

faq/library.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-04-10 13:00+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: mnamihdk, 2017\n"
13+
"Last-Translator: yudetamago <yudetamago.orz@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -143,6 +143,8 @@ msgid ""
143143
":program:`/usr/bin/env` program fails; or there's no env program at all. In"
144144
" that case, you can try the following hack (due to Alex Rezinsky):"
145145
msgstr ""
146+
"ときおり、ユーザ環境に余裕が無く :program:`/usr/bin/env` プログラムが失敗することがあります; もしくは、 env "
147+
"プログラム自体が無いことがあります。そのような場合は、次の (Alex Rezinsky による) ハックが試せます:"
146148

147149
#: ../../faq/library.rst:86
148150
msgid ""

library/io.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: cocoatomo, 2017\n"
13+
"Last-Translator: yudetamago <yudetamago.orz@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -373,7 +373,7 @@ msgstr "``detach``, ``read``, ``read1``, ``write``"
373373

374374
#: ../../library/io.rst:208
375375
msgid "Inherited :class:`IOBase` methods, ``readinto``, and ``readinto1``"
376-
msgstr ""
376+
msgstr ":class:`IOBase` から継承したメソッド、 ``readinto``, ``readinto1``"
377377

378378
#: ../../library/io.rst:210
379379
msgid ":class:`TextIOBase`"
@@ -685,7 +685,7 @@ msgstr ""
685685
#: ../../library/io.rst:396
686686
msgid ""
687687
"The default implementation defers to :meth:`readall` and :meth:`readinto`."
688-
msgstr ""
688+
msgstr "デフォルトの実装は :meth:`readall` と :meth:`readinto` に従います。"
689689

690690
#: ../../library/io.rst:401
691691
msgid ""

library/string.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Naoki INADA <songofacandy@gmail.com>, 2017\n"
13+
"Last-Translator: yudetamago <yudetamago.orz@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1109,6 +1109,8 @@ msgid ""
11091109
"appropriate). The default value is the regular expression ``(?-i:[_a-zA-Z"
11101110
"][_a-zA-Z0-9]*)``."
11111111
msgstr ""
1112+
"*idpattern* -- 波括弧でくくらない形式のプレースホルダの表記パターンを示す正規表現です "
1113+
"(波括弧は自動的に適切な場所に追加されます)。デフォルトの値は ``(?-i:[_a-zA-Z][_a-zA-Z0-9]*)`` という正規表現です。"
11121114

11131115
#: ../../library/string.rst:754
11141116
msgid ""
@@ -1121,6 +1123,8 @@ msgid ""
11211123
"While *flags* is kept to ``re.IGNORECASE`` for backward compatibility, you "
11221124
"can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when subclassing."
11231125
msgstr ""
1126+
"*flags* は後方互換性のため ``re.IGNORECASE`` のままになっていますが、サブクラス化する時に ``0`` または "
1127+
"``re.IGNORECASE | re.ASCII`` にオーバライドすることが出来ます。"
11241128

11251129
#: ../../library/string.rst:762
11261130
msgid ""

0 commit comments

Comments
 (0)