- Notifications
You must be signed in to change notification settings - Fork395
Traducido library/wave#954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
19972e1
Traducido library/wave
eflipeef852e0
Update library/wave.po
eflipe2790da1
Update library/wave.po
eflipee50604e
Update library/wave.po
eflipe4f9d1e0
Update library/wave.po
eflipea21dbea
Update library/wave.po
eflipe5c377ff
Update library/wave.po
eflipea811f0b
Update library/wave.po
eflipe3fa3e52
Update library/wave.po
eflipe3031e65
traducción library/wave
eflipe16c09dd
Update library/wave.po
eflipefe3a0c5
traducción library/wave
eflipee47ea27
traducción library/wave
eflipe36a1e4b
Update library/wave.po
eflipeFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
traducción library/wave
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitfe3a0c50d99cbc9c9de3c3efa6057cd5387eadde
There are no files selected for viewing
30 changes: 15 additions & 15 deletionslibrary/wave.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,7 +9,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-06 11:59-0400\n" | ||
"PO-Revision-Date: 2020-10-05 18:57-0300\n" | ||
"Language-Team: python-doc-es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
@@ -33,8 +33,8 @@ msgid "" | ||
"format. It does not support compression/decompression, but it does support " | ||
"mono/stereo." | ||
msgstr "" | ||
"El módulo :mod:`wave` proporciona una interfaz conveniente para el formato " | ||
"desonido WAV. No es compatible con la compresión/descompresión, pero sí es " | ||
"compatible con mono/estéreo." | ||
#: ../Doc/library/wave.rst:17 | ||
@@ -183,7 +183,7 @@ msgstr "" | ||
msgid "" | ||
"Reads and returns at most *n* frames of audio, as a :class:`bytes` object." | ||
msgstr "" | ||
"Lee y devuelve como máximo *n* cuadros de audio, como un objeto :class: " | ||
"`bytes`." | ||
#: ../Doc/library/wave.rst:122 | ||
@@ -245,20 +245,20 @@ msgstr "" | ||
"``wave`` se actualizará automáticamente para reflejar el número de cuadros " | ||
"realmente escritos. Para secuencias que no se pueden buscar, el valor " | ||
"*nframes* debe ser preciso cuando se escriben los datos del primer cuadro. " | ||
"Se puede lograr un valor *nframes* preciso llamando a :meth:`~Wave_write." | ||
"setnframes` o :meth:`~Wave_write.setparams` con el número de cuadros que se " | ||
"escribirán antes de que se llame a :meth:`~Wave_write.close` y luego se " | ||
"usa :meth:`~ Wave_write.writeframesraw` para escribir los datos del cuadro, " | ||
"o llamando a :meth:`~Wave_write.writeframes` con todos los datos del cuadro " | ||
"que se escribirán. En el último caso :meth:`~Wave_write.writeframes` " | ||
"calculará el número de cuadros en los datos y establecerá *nframes* como " | ||
"consecuencia antes de escribir los datos del cuadro." | ||
#: ../Doc/library/wave.rst:168 | ||
msgid "" | ||
"Wave_write objects, as returned by :func:`.open`, have the following methods:" | ||
msgstr "" | ||
"Los objetos *Wave_write*,devueltos por :func:`.open`, tienen los siguientes " | ||
"métodos:" | ||
#: ../Doc/library/wave.rst:176 | ||
@@ -269,7 +269,7 @@ msgid "" | ||
"the number of frames actually written." | ||
msgstr "" | ||
"Asegúrese de que *nframes* sea correcto y cierre el archivo si fue abierto " | ||
"por :mod:`wave`. Este método es invocado en la colección de objetos. " | ||
"Levantará una excepción si la secuencia de salida no se puede buscar y " | ||
"*nframes* no coinciden con el número de cuadros realmente escritos." | ||
@@ -317,7 +317,7 @@ msgid "" | ||
"parameters." | ||
msgstr "" | ||
"La *tupla* debe ser ``(nchannels, sampwidth, framerate, nframes, comptype, " | ||
"compname)``, con valores válidos para los métodos :meth:`set \\ *`. " | ||
"Establece todos los parámetros." | ||
#: ../Doc/library/wave.rst:223 | ||
@@ -326,15 +326,15 @@ msgid "" | ||
"`Wave_read.tell` and :meth:`Wave_read.setpos` methods." | ||
msgstr "" | ||
"Devuelve la posición actual en el archivo, con el mismo descargo para los " | ||
"métodos :meth:`Wave_read.tell` y :meth:`Wave_read.setpos`." | ||
#: ../Doc/library/wave.rst:229 | ||
msgid "Write audio frames, without correcting *nframes*." | ||
msgstr "Escribe cuadros de audio, sin corregir *nframes*." | ||
#: ../Doc/library/wave.rst:231 ../Doc/library/wave.rst:242 | ||
msgid "Any :term:`bytes-like object` is now accepted." | ||
msgstr "Todo :term:`objeto bytes o similar` ahora es aceptado." | ||
eflipe marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/wave.rst:237 | ||
msgid "" | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.