Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b05f31e

Browse files
committed
[po] auto sync bot
1 parent 7619073 commit b05f31e

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

library/sunau.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ msgstr ""
244244

245245
#: ../../library/sunau.rst:170
246246
msgid "Rewind the file pointer to the beginning of the audio stream."
247-
msgstr ""
247+
msgstr "设置当前文件指针位置。"
248248

249249
#: ../../library/sunau.rst:172
250250
msgid ""
@@ -272,11 +272,11 @@ msgstr ""
272272

273273
#: ../../library/sunau.rst:193
274274
msgid "Returns ``None``."
275-
msgstr ""
275+
msgstr "返回``None``."
276276

277277
#: ../../library/sunau.rst:198
278278
msgid "Raise an error."
279-
msgstr ""
279+
msgstr "引发错误异常。"
280280

281281
#: ../../library/sunau.rst:204
282282
msgid "AU_write Objects"
@@ -290,7 +290,7 @@ msgstr ""
290290

291291
#: ../../library/sunau.rst:211
292292
msgid "Set the number of channels."
293-
msgstr ""
293+
msgstr "设置声道数。"
294294

295295
#: ../../library/sunau.rst:216
296296
msgid "Set the sample width (in bytes.)"
@@ -331,15 +331,15 @@ msgstr ""
331331

332332
#: ../../library/sunau.rst:254
333333
msgid "Write audio frames, without correcting *nframes*."
334-
msgstr ""
334+
msgstr "写入音频数据但不更新*nframes*。"
335335

336336
#: ../../library/sunau.rst:256 ../../library/sunau.rst:264
337337
msgid "Any :term:`bytes-like object` is now accepted."
338338
msgstr ""
339339

340340
#: ../../library/sunau.rst:262
341341
msgid "Write audio frames and make sure *nframes* is correct."
342-
msgstr ""
342+
msgstr "写入音频数据并更新*nframes*。"
343343

344344
#: ../../library/sunau.rst:270
345345
msgid "Make sure *nframes* is correct, and close the file."

library/wave.po

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ msgstr ""
155155

156156
#: ../../library/wave.rst:122
157157
msgid "Rewind the file pointer to the beginning of the audio stream."
158-
msgstr ""
158+
msgstr "设置当前文件指针位置。"
159159

160160
#: ../../library/wave.rst:124
161161
msgid ""
@@ -165,11 +165,11 @@ msgstr ""
165165

166166
#: ../../library/wave.rst:130
167167
msgid "Returns ``None``."
168-
msgstr ""
168+
msgstr "返回``None``."
169169

170170
#: ../../library/wave.rst:135
171171
msgid "Raise an error."
172-
msgstr ""
172+
msgstr "引发错误异常。"
173173

174174
#: ../../library/wave.rst:137
175175
msgid ""
@@ -183,11 +183,11 @@ msgstr ""
183183

184184
#: ../../library/wave.rst:148
185185
msgid "Return current file pointer position."
186-
msgstr ""
186+
msgstr "返回当前文件指针位置。"
187187

188188
#: ../../library/wave.rst:154
189189
msgid "Wave_write Objects"
190-
msgstr ""
190+
msgstr "Wave_write对象"
191191

192192
#: ../../library/wave.rst:156
193193
msgid ""
@@ -208,7 +208,7 @@ msgstr ""
208208
msgid ""
209209
"Wave_write objects, as returned by :func:`.open`, have the following "
210210
"methods:"
211-
msgstr ""
211+
msgstr "由:func:`.open`返回的Wave_write对象,有以下几种方法:"
212212

213213
#: ../../library/wave.rst:176
214214
msgid ""
@@ -220,15 +220,15 @@ msgstr ""
220220

221221
#: ../../library/wave.rst:184
222222
msgid "Set the number of channels."
223-
msgstr ""
223+
msgstr "设置声道数。"
224224

225225
#: ../../library/wave.rst:189
226226
msgid "Set the sample width to *n* bytes."
227-
msgstr ""
227+
msgstr "设置采样字节长度为*n*。"
228228

229229
#: ../../library/wave.rst:194
230230
msgid "Set the frame rate to *n*."
231-
msgstr ""
231+
msgstr "设置采样频率为*n*。"
232232

233233
#: ../../library/wave.rst:196
234234
msgid "A non-integral input to this method is rounded to the nearest integer."
@@ -245,14 +245,16 @@ msgstr ""
245245
msgid ""
246246
"Set the compression type and description. At the moment, only compression "
247247
"type ``NONE`` is supported, meaning no compression."
248-
msgstr ""
248+
msgstr "设置压缩格式。目前只支持``NONE``即无压缩格式。"
249249

250250
#: ../../library/wave.rst:216
251251
msgid ""
252252
"The *tuple* should be ``(nchannels, sampwidth, framerate, nframes, comptype,"
253253
" compname)``, with values valid for the :meth:`set\\*` methods. Sets all "
254254
"parameters."
255255
msgstr ""
256+
"*tuple*须是元组``(nchannels, sampwidth, framerate, nframes, comptype, "
257+
"compname)``, 每项元素对应相应的:meth:`set\\*`方法的参数."
256258

257259
#: ../../library/wave.rst:223
258260
msgid ""
@@ -262,7 +264,7 @@ msgstr ""
262264

263265
#: ../../library/wave.rst:229
264266
msgid "Write audio frames, without correcting *nframes*."
265-
msgstr ""
267+
msgstr "写入音频数据但不更新*nframes*。"
266268

267269
#: ../../library/wave.rst:231 ../../library/wave.rst:242
268270
msgid "Any :term:`bytes-like object` is now accepted."
@@ -282,3 +284,4 @@ msgid ""
282284
":meth:`writeframes` or :meth:`writeframesraw`, and any attempt to do so will"
283285
" raise :exc:`wave.Error`."
284286
msgstr ""
287+
"注意在调用:meth:`writeframes`或:meth:`writeframesraw`之后再设置任何格式参数是无效的,而且任何这样的尝试将引发:exc:`wave.Error`."

0 commit comments

Comments
 (0)