@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version : Python 3.12\n "
2020"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2024-02-02 14:13 +0000\n "
21+ "POT-Creation-Date : 2024-02-02 15:40 +0000\n "
2222"PO-Revision-Date : 2021-06-28 01:08+0000\n "
2323"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2424"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1014,7 +1014,7 @@ msgstr "原始文件 I/O"
10141014msgid ""
10151015"A raw binary stream representing an OS-level file containing bytes data. It"
10161016" inherits from :class:`RawIOBase`."
1017- msgstr ""
1017+ msgstr "代码一个包含字节数据的 OS 层级文件的原始二进制流。 它继承自 :class:`RawIOBase`。 "
10181018
10191019#: ../../library/io.rst:638
10201020msgid "The *name* can be one of two things:"
@@ -1127,6 +1127,8 @@ msgid ""
11271127":class:`BufferedIOBase`. The buffer is discarded when the "
11281128":meth:`~IOBase.close` method is called."
11291129msgstr ""
1130+ "一个使用内存字节缓冲区的二进制流。 它继承自 :class:`BufferedIOBase`。 当 :meth:`~IOBase.close` "
1131+ "方法被调用时缓冲区将被丢弃。"
11301132
11311133#: ../../library/io.rst:703
11321134msgid ""
@@ -1178,6 +1180,8 @@ msgid ""
11781180"seekable :class:`RawIOBase` raw binary stream. It inherits from "
11791181":class:`BufferedIOBase`."
11801182msgstr ""
1183+ "一个提供对可读、不可定位的 :class:`RawIOBase` 原始二进制流的高层级访问的缓冲二进制流。 它继承自 "
1184+ ":class:`BufferedIOBase`。"
11811185
11821186#: ../../library/io.rst:751
11831187msgid ""
@@ -1230,6 +1234,8 @@ msgid ""
12301234"seekable :class:`RawIOBase` raw binary stream. It inherits from "
12311235":class:`BufferedIOBase`."
12321236msgstr ""
1237+ "一个提供对可写、不可定位的 :class:`RawIOBase` 原始二进制流的高层级访问的缓冲二进制流。 它继承自 "
1238+ ":class:`BufferedIOBase`。"
12331239
12341240#: ../../library/io.rst:789
12351241msgid ""
@@ -1295,6 +1301,8 @@ msgid ""
12951301":class:`RawIOBase` raw binary stream. It inherits from "
12961302":class:`BufferedReader` and :class:`BufferedWriter`."
12971303msgstr ""
1304+ "一个提供对不可定位的 :class:`RawIOBase` 原始二进制流的高层级访问的缓冲二进制流。 它继承自 "
1305+ ":class:`BufferedReader` 和 :class:`BufferedWriter`。"
12981306
12991307#: ../../library/io.rst:824
13001308msgid ""
@@ -1321,6 +1329,8 @@ msgid ""
13211329":class:`RawIOBase` raw binary streams---one readable, the other writeable. "
13221330"It inherits from :class:`BufferedIOBase`."
13231331msgstr ""
1332+ "一个提供对两个不可定位的 :class:`RawIOBase` 原始二进制流的高层级访问的缓冲二进制流 --- 一个可读,另一个可写。 它继承自 "
1333+ ":class:`BufferedIOBase`。"
13241334
13251335#: ../../library/io.rst:839
13261336msgid ""
@@ -1353,7 +1363,7 @@ msgstr ""
13531363msgid ""
13541364"Base class for text streams. This class provides a character and line based"
13551365" interface to stream I/O. It inherits from :class:`IOBase`."
1356- msgstr ""
1366+ msgstr "文本流的基类。 该类提供了基于字符和行的流 I/O 的接口。 它继承自 :class:`IOBase`。 "
13571367
13581368#: ../../library/io.rst:862
13591369msgid ""
@@ -1477,6 +1487,7 @@ msgid ""
14771487":class:`BufferedIOBase` buffered binary stream. It inherits from "
14781488":class:`TextIOBase`."
14791489msgstr ""
1490+ "一个提供对 :class:`BufferedIOBase` 缓冲二进制流的高层级访问的缓冲文本流。 它继承自 :class:`TextIOBase`。"
14801491
14811492#: ../../library/io.rst:952
14821493msgid ""
@@ -1678,7 +1689,7 @@ msgstr "以不透明数字的形式返回流位置。 :meth:`!tell` 的返回值
16781689msgid ""
16791690"A text stream using an in-memory text buffer. It inherits from "
16801691":class:`TextIOBase`."
1681- msgstr ""
1692+ msgstr "一个使用内存文本缓冲区的文本流。 它继承自 :class:`TextIOBase`。 "
16821693
16831694#: ../../library/io.rst:1079
16841695msgid ""
@@ -1737,6 +1748,8 @@ msgid ""
17371748"A helper codec that decodes newlines for :term:`universal newlines` mode. It"
17381749" inherits from :class:`codecs.IncrementalDecoder`."
17391750msgstr ""
1751+ "用于在 :term:`universal newlines` 模式下解码换行符的辅助编解码器。 它继承自 "
1752+ ":class:`codecs.IncrementalDecoder`。"
17401753
17411754#: ../../library/io.rst:1131
17421755msgid "Performance"
0 commit comments