|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.6\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-05-19 13:27+0900\n" |
| 11 | +"POT-Creation-Date: 2018-05-21 13:20+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2017\n"
|
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
|
@@ -314,9 +314,11 @@ msgstr ""
|
314 | 314 | ":term:`bytes-like オブジェクト <bytes-like object>` の読み込みおよび書き込みができる :term:`ファイルオブジェクト <file object>` です。\n"
|
315 | 315 | "バイナリファイルの例は、バイナリモード (``'rb'``, ``'wb'`` or ``'rb+'``) で開かれたファイル、 :data:`sys.stdin.buffer` 、 :data:`sys.stdout.buffer` 、 :class:`io.BytesIO` や :class:`gzip.GzipFile`. のインスタンスです。"
|
316 | 316 |
|
317 |
| -#: ../../glossary.rst:140 |
318 |
| -msgid "A :term:`text file` reads and writes :class:`str` objects." |
319 |
| -msgstr ":term:`text file` は :class:`str` オブジェクトを読み書きします。" |
| 317 | +#: ../../glossary.rst:139 |
| 318 | +msgid "" |
| 319 | +"See also :term:`text file` for a file object able to read and write " |
| 320 | +":class:`str` objects." |
| 321 | +msgstr "" |
320 | 322 |
|
321 | 323 | #: ../../glossary.rst:141
|
322 | 324 | msgid "bytes-like object"
|
@@ -2074,9 +2076,11 @@ msgid ""
|
2074 | 2076 | "and instances of :class:`io.StringIO`."
|
2075 | 2077 | msgstr ""
|
2076 | 2078 |
|
2077 |
| -#: ../../glossary.rst:1002 |
2078 |
| -msgid "A :term:`binary file` reads and write :class:`bytes` objects." |
2079 |
| -msgstr ":term:`binary file` ファイルは :class:`bytes` オブジェクトを読み書きします。" |
| 2079 | +#: ../../glossary.rst:1001 |
| 2080 | +msgid "" |
| 2081 | +"See also :term:`binary file` for a file object able to read and write :term" |
| 2082 | +":`bytes-like objects <bytes-like object>`." |
| 2083 | +msgstr "" |
2080 | 2084 |
|
2081 | 2085 | #: ../../glossary.rst:1003
|
2082 | 2086 | msgid "triple-quoted string"
|
|
0 commit comments