99# Meng Du <[email protected] >, 20191010# Wu Pipi, 2019
1111# isombyt <[email protected] >, 201912+ # ppcfish <[email protected] >, 20191213#
1314#, fuzzy
1415msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718"Report-Msgid-Bugs-To : \n "
1819"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1920"PO-Revision-Date : 2017-02-16 23:15+0000\n "
20- "
Last-Translator :
isombyt <[email protected] >, 2019\n"
21+ "
Last-Translator :
ppcfish <[email protected] >, 2019\n"
2122"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2223"MIME-Version : 1.0\n "
2324"Content-Type : text/plain; charset=UTF-8\n "
@@ -58,6 +59,7 @@ msgid ""
5859"location), or only sequential access (for example in the case of a socket or"
5960" pipe)."
6061msgstr ""
62+ "独立于其类别,每个具体流对象也将具有各种功能:它可以是只读,只写或读写。它还可以允许任意随机访问(向前或向后寻找任何位置),或仅允许顺序访问(例如在套接字或管道的情况下)。"
6163
6264#: ../../library/io.rst:40
6365msgid ""
@@ -197,7 +199,7 @@ msgstr ""
197199
198200#: ../../library/io.rst:149
199201msgid ":mod:`sys`"
200- msgstr ""
202+ msgstr ":mod:`sys` "
201203
202204#: ../../library/io.rst:149
203205msgid ""
@@ -292,50 +294,53 @@ msgstr ""
292294#: ../../library/io.rst:201 ../../library/io.rst:206 ../../library/io.rst:208
293295#: ../../library/io.rst:210
294296msgid ":class:`IOBase`"
295- msgstr ""
297+ msgstr ":class:`IOBase` "
296298
297299#: ../../library/io.rst:201
298300msgid "``fileno``, ``seek``, and ``truncate``"
299- msgstr ""
301+ msgstr "``fileno``, ``seek``, 和 ``truncate`` "
300302
301303#: ../../library/io.rst:201
302304msgid ""
303305"``close``, ``closed``, ``__enter__``, ``__exit__``, ``flush``, ``isatty``, "
304306"``__iter__``, ``__next__``, ``readable``, ``readline``, ``readlines``, "
305307"``seekable``, ``tell``, ``writable``, and ``writelines``"
306308msgstr ""
309+ "``close``, ``closed``, ``__enter__``, ``__exit__``, ``flush``, ``isatty``, "
310+ "``__iter__``, ``__next__``, ``readable``, ``readline``, ``readlines``, "
311+ "``seekable``, ``tell``, ``writable``, 和 ``writelines``"
307312
308313#: ../../library/io.rst:206
309314msgid ":class:`RawIOBase`"
310- msgstr ""
315+ msgstr ":class:`RawIOBase` "
311316
312317#: ../../library/io.rst:206
313318msgid "``readinto`` and ``write``"
314- msgstr ""
319+ msgstr "``readinto`` 和 ``write`` "
315320
316321#: ../../library/io.rst:206
317322msgid "Inherited :class:`IOBase` methods, ``read``, and ``readall``"
318323msgstr ""
319324
320325#: ../../library/io.rst:208
321326msgid ":class:`BufferedIOBase`"
322- msgstr ""
327+ msgstr ":class:`BufferedIOBase` "
323328
324329#: ../../library/io.rst:208
325330msgid "``detach``, ``read``, ``read1``, and ``write``"
326- msgstr ""
331+ msgstr "``detach``, ``read``, ``read1``, 和 ``write`` "
327332
328333#: ../../library/io.rst:208
329334msgid "Inherited :class:`IOBase` methods, ``readinto``, and ``readinto1``"
330335msgstr ""
331336
332337#: ../../library/io.rst:210
333338msgid ":class:`TextIOBase`"
334- msgstr ""
339+ msgstr ":class:`TextIOBase` "
335340
336341#: ../../library/io.rst:210
337342msgid "``detach``, ``read``, ``readline``, and ``write``"
338- msgstr ""
343+ msgstr "``detach``, ``read``, ``readline``, 和 ``write`` "
339344
340345#: ../../library/io.rst:210
341346msgid ""
0 commit comments