Skip to content

Commit 26f386c

Browse files
author
Nac
committed
traduccion-library-aifc 73%
1 parent ce3597f commit 26f386c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

library/aifc.po

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -230,39 +230,55 @@ msgid ""
230230
"Before the first :meth:`writeframes` or :meth:`writeframesraw`, all "
231231
"parameters except for the number of frames must be filled in."
232232
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."
233240

234241
#: ../Doc/library/aifc.rst:150
235242
msgid ""
236243
"Create an AIFF file. The default is that an AIFF-C file is created, unless "
237244
"the name of the file ends in ``'.aiff'`` in which case the default is an "
238245
"AIFF file."
239246
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."
240250

241251
#: ../Doc/library/aifc.rst:156
242252
msgid ""
243253
"Create an AIFF-C file. The default is that an AIFF-C file is created, "
244254
"unless the name of the file ends in ``'.aiff'`` in which case the default is "
245255
"an AIFF file."
246256
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."
247260

248261
#: ../Doc/library/aifc.rst:163
249262
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."
251264

252265
#: ../Doc/library/aifc.rst:168
253266
msgid "Specify the size in bytes of audio samples."
254-
msgstr ""
267+
msgstr "Especifica el tamaño en bytes de las muestras de audio."
255268

256269
#: ../Doc/library/aifc.rst:173
257270
msgid "Specify the sampling frequency in frames per second."
258-
msgstr ""
271+
msgstr "Especifica la frecuencia de muestreo en fotogramas por segundo."
259272

260273
#: ../Doc/library/aifc.rst:178
261274
msgid ""
262275
"Specify the number of frames that are to be written to the audio file. If "
263276
"this parameter is not set, or not set correctly, the file needs to support "
264277
"seeking."
265278
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*)."
266282

267283
#: ../Doc/library/aifc.rst:189
268284
msgid ""

0 commit comments

Comments
 (0)