@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-12-14 07:52 -0300\n "
12
+ "PO-Revision-Date : 2020-12-14 08:08 -0300\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -230,39 +230,55 @@ msgid ""
230
230
"Before the first :meth:`writeframes` or :meth:`writeframesraw`, all "
231
231
"parameters except for the number of frames must be filled in."
232
232
msgstr ""
233
+ "Cuando un archivo se abre para escritura, los objetos retornados por func:`."
234
+ "open` poseen todos los métodos mencionados más arriba, excepto :meth:"
235
+ "`readframes` and :meth:`setpos`. Adicionalmente, también incluyen los "
236
+ "siguientes métodos. Los métodos :meth:`get\\ *` sólo pueden ser invocados "
237
+ "después de haber invocado su correspondiente método :meth:`set\\ *`. Antes de "
238
+ "invocar al primer :meth:`writeframes` o :meth:`writeframesraw`, todos los "
239
+ "parámetros excepto el número de fotogramas deben estar completos."
233
240
234
241
#: ../Doc/library/aifc.rst:150
235
242
msgid ""
236
243
"Create an AIFF file. The default is that an AIFF-C file is created, unless "
237
244
"the name of the file ends in ``'.aiff'`` in which case the default is an "
238
245
"AIFF file."
239
246
msgstr ""
247
+ "Crea un archivo AIFF. Por defecto se crea un archivo AIFF-C, excepto que el "
248
+ "nombre del archivo termine en ``’.aiff’``, en cuyo caso se crea por defecto "
249
+ "un archivo AIFF."
240
250
241
251
#: ../Doc/library/aifc.rst:156
242
252
msgid ""
243
253
"Create an AIFF-C file. The default is that an AIFF-C file is created, "
244
254
"unless the name of the file ends in ``'.aiff'`` in which case the default is "
245
255
"an AIFF file."
246
256
msgstr ""
257
+ "Crea un archivo AIFF-C. La acción por defecto es que cree un archivo AIFF-C, "
258
+ "excepto que el nombre del archivo termine en ``’.aiff’``, en cuyo caso se "
259
+ "crea por defecto un archivo AIFF."
247
260
248
261
#: ../Doc/library/aifc.rst:163
249
262
msgid "Specify the number of channels in the audio file."
250
- msgstr ""
263
+ msgstr "Especifica el número de canales en el archivo de audio. "
251
264
252
265
#: ../Doc/library/aifc.rst:168
253
266
msgid "Specify the size in bytes of audio samples."
254
- msgstr ""
267
+ msgstr "Especifica el tamaño en bytes de las muestras de audio. "
255
268
256
269
#: ../Doc/library/aifc.rst:173
257
270
msgid "Specify the sampling frequency in frames per second."
258
- msgstr ""
271
+ msgstr "Especifica la frecuencia de muestreo en fotogramas por segundo. "
259
272
260
273
#: ../Doc/library/aifc.rst:178
261
274
msgid ""
262
275
"Specify the number of frames that are to be written to the audio file. If "
263
276
"this parameter is not set, or not set correctly, the file needs to support "
264
277
"seeking."
265
278
msgstr ""
279
+ "Especifica el número de fotogramas que se escribirán en el archivo de audio. "
280
+ "Si este parámetro no es definido, o si no se lo define correctamente, el "
281
+ "archivo necesita soportar búsqueda (*seek*)."
266
282
267
283
#: ../Doc/library/aifc.rst:189
268
284
msgid ""
0 commit comments