@@ -26,18 +26,20 @@ msgstr ""
2626
2727#: ../../library/sunau.rst:2
2828msgid ":mod:`sunau` --- Read and write Sun AU files"
29- msgstr ""
29+ msgstr ":mod:`sunau` --- 读写 Sun AU 文件 "
3030
3131#: ../../library/sunau.rst:9
3232msgid "**Source code:** :source:`Lib/sunau.py`"
33- msgstr ""
33+ msgstr "**源代码:** :source:`Lib/sunau.py` "
3434
3535#: ../../library/sunau.rst:13
3636msgid ""
3737"The :mod:`sunau` module provides a convenient interface to the Sun AU sound "
3838"format. Note that this module is interface-compatible with the modules "
3939":mod:`aifc` and :mod:`wave`."
4040msgstr ""
41+ ":mod:`sunau` 模拟提供了一个处理 Sun AU 声音格式的便利接口。请注意此模块与 :mod:`aifc` 和 :mod:`wave` "
42+ "是兼容接口的。"
4143
4244#: ../../library/sunau.rst:17
4345msgid ""
@@ -133,15 +135,15 @@ msgstr "``'r'``"
133135
134136#: ../../library/sunau.rst:51
135137msgid "Read only mode."
136- msgstr "只读 。"
138+ msgstr "只读模式 。"
137139
138140#: ../../library/sunau.rst:54
139141msgid "``'w'``"
140142msgstr "``'w'``"
141143
142144#: ../../library/sunau.rst:54
143145msgid "Write only mode."
144- msgstr "只写 。"
146+ msgstr "只写模式 。"
145147
146148#: ../../library/sunau.rst:56
147149msgid "Note that it does not allow read/write files."
@@ -155,7 +157,7 @@ msgstr ""
155157
156158#: ../../library/sunau.rst:64
157159msgid "A synonym for :func:`.open`, maintained for backwards compatibility."
158- msgstr "同:func:`.open`, 用于向后兼容。"
160+ msgstr "同 :func:`.open`, 用于向后兼容。"
159161
160162#: ../../library/sunau.rst:69
161163msgid "The :mod:`sunau` module defines the following exception:"
@@ -280,7 +282,7 @@ msgstr ""
280282
281283#: ../../library/sunau.rst:193
282284msgid "Returns ``None``."
283- msgstr "返回``None``. "
285+ msgstr "返回 ``None``。 "
284286
285287#: ../../library/sunau.rst:198
286288msgid "Raise an error."
@@ -339,15 +341,15 @@ msgstr ""
339341
340342#: ../../library/sunau.rst:254
341343msgid "Write audio frames, without correcting *nframes*."
342- msgstr "写入音频数据但不更新*nframes*。"
344+ msgstr "写入音频数据但不更新 *nframes*。"
343345
344346#: ../../library/sunau.rst:256 ../../library/sunau.rst:264
345347msgid "Any :term:`bytes-like object` is now accepted."
346348msgstr ""
347349
348350#: ../../library/sunau.rst:262
349351msgid "Write audio frames and make sure *nframes* is correct."
350- msgstr "写入音频数据并更新*nframes*。"
352+ msgstr "写入音频数据并更新 *nframes*。"
351353
352354#: ../../library/sunau.rst:270
353355msgid "Make sure *nframes* is correct, and close the file."
0 commit comments