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

Skip to content

Commit ee853c8

Browse files
[po] auto sync
1 parent 9d43dc2 commit ee853c8

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

library/aifc.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,39 +144,41 @@ msgid ""
144144
"mark position in frames from the beginning of the data (an integer), the "
145145
"third is the name of the mark (a string)."
146146
msgstr ""
147+
"返回一个列表,包含音频文件中的所有标记。标记由一个 3 元素的元组组成。第一个元素是标记 "
148+
"ID(整数),第二个是标记位置,从数据开头算起的帧数(整数),第三个是标记的名称(字符串)。"
147149

148150
#: ../../library/aifc.rst:108
149151
msgid ""
150152
"Return the tuple as described in :meth:`getmarkers` for the mark with the "
151153
"given *id*."
152-
msgstr ""
154+
msgstr "根据传入的标记 *id* 返回元组,元组与 :meth:`getmarkers` 中描述的一致。"
153155

154156
#: ../../library/aifc.rst:114
155157
msgid ""
156158
"Read and return the next *nframes* frames from the audio file. The returned"
157159
" data is a string containing for each frame the uncompressed samples of all "
158160
"channels."
159-
msgstr ""
161+
msgstr "从音频文件读取并返回后续 *nframes* 个帧。返回的数据是一个字符串,包含每个帧所有通道的未压缩采样值。"
160162

161163
#: ../../library/aifc.rst:121
162164
msgid ""
163165
"Rewind the read pointer. The next :meth:`readframes` will start from the "
164166
"beginning."
165-
msgstr ""
167+
msgstr "倒回读取指针。下一次 :meth:`readframes` 将从头开始。"
166168

167169
#: ../../library/aifc.rst:127
168170
msgid "Seek to the specified frame number."
169-
msgstr ""
171+
msgstr "移动读取指针到指定的帧上。"
170172

171173
#: ../../library/aifc.rst:132
172174
msgid "Return the current frame number."
173-
msgstr ""
175+
msgstr "返回当前的帧号。"
174176

175177
#: ../../library/aifc.rst:137
176178
msgid ""
177179
"Close the AIFF file. After calling this method, the object can no longer be"
178180
" used."
179-
msgstr ""
181+
msgstr "关闭 AIFF 文件。调用此方法后,对象将无法再使用。"
180182

181183
#: ../../library/aifc.rst:140
182184
msgid ""

0 commit comments

Comments
 (0)