File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ msgid ""
189189"Before the first :meth:`writeframes` or :meth:`writeframesraw`, all "
190190"parameters except for the number of frames must be filled in."
191191msgstr ""
192+ "打开文件用于写入时,:func:`.open` 返回的对象具有上述所有方法,但 :meth:`readframes` 和 :meth:`setpos` "
193+ "除外,并额外具备了以下方法。只有调用了 :meth:`set\\ *` 方法之后,才能调用相应的 :meth:`get\\ *` 方法。在首次调用 "
194+ ":meth:`writeframes` 或 :meth:`writeframesraw` 之前,必须填写除帧数以外的所有参数。"
192195
193196#: ../../library/aifc.rst:150
194197msgid ""
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ msgid ""
452452"If it is an object conforming to the :ref:`buffer interface "
453453"<bufferobjects>`, a read-only buffer of the object will be used to "
454454"initialize the bytes array."
455- msgstr ""
455+ msgstr "如果是一个遵循 :ref:`缓冲区接口 <bufferobjects>` 的对象,该对象的只读缓冲区将被用来初始化字节数组。 "
456456
457457#: ../../library/functions.rst:157
458458msgid ""
You can’t perform that action at this time.
0 commit comments