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:29+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 "
@@ -138,7 +138,7 @@ msgstr "コンテキストマネージャとして使うことができるよう
138
138
139
139
#: ../../library/fileinput.rst:76 ../../library/fileinput.rst:170
140
140
msgid "The *bufsize* parameter."
141
- msgstr ""
141
+ msgstr "*bufsize* 引数。 "
142
142
143
143
#: ../../library/fileinput.rst:78
144
144
msgid ""
@@ -312,14 +312,18 @@ msgid ""
312
312
"Returns a hook which opens each file with :func:`open`, using the given "
313
313
"*encoding* and *errors* to read the file."
314
314
msgstr ""
315
+ "各ファイルを :func:`open` でオープンするフックを返します。指定した *encoding* および *errors* "
316
+ "でファイルを読み込みます。"
315
317
316
318
#: ../../library/fileinput.rst:202
317
319
msgid ""
318
320
"Usage example: ``fi = "
319
321
"fileinput.FileInput(openhook=fileinput.hook_encoded(\" utf-8\" , "
320
322
"\" surrogateescape\" ))``"
321
323
msgstr ""
324
+ "使用例: ``fi = fileinput.FileInput(openhook=fileinput.hook_encoded(\" utf-8\" , "
325
+ "\" surrogateescape\" ))``"
322
326
323
327
#: ../../library/fileinput.rst:206
324
328
msgid "Added the optional *errors* parameter."
325
- msgstr ""
329
+ msgstr "オプションの *errors* 引数が追加されました。 "