@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14- "PO-Revision-Date : 2020 -10-05 19:39-0300 \n "
14+ "PO-Revision-Date : 2022 -10-30 21:29+0100 \n "
1515"Last-Translator : \n "
1616"Language : es\n "
1717"Language-Team : python-doc-es\n "
@@ -20,6 +20,7 @@ msgstr ""
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.10.3\n "
23+ "X-Generator : Poedit 2.3\n "
2324
2425#: ../Doc/library/wave.rst:2
2526msgid ":mod:`wave` --- Read and write WAV files"
@@ -29,13 +30,18 @@ msgstr ":mod:`wave` --- Leer y escribir archivos WAV"
2930msgid "**Source code:** :source:`Lib/wave.py`"
3031msgstr "**Código fuente:** :source:`Lib/wave.py`"
3132
33+ # Aun != Aún (hoy aprendí algo nuevo)
3234#: ../Doc/library/wave.rst:14
3335msgid ""
3436"The :mod:`wave` module provides a convenient interface to the WAV sound "
3537"format. Only files using ``WAVE_FORMAT_PCM`` are supported. Note that this "
3638"does not include files using ``WAVE_FORMAT_EXTENSIBLE`` even if the "
3739"subformat is PCM."
3840msgstr ""
41+ "El módulo :mod:`wave` provee una interfaz conveniente para el formato de "
42+ "sonido WAV. Sólo los archivos que usan ``WAVE_FORMAT_PCM`` son soportados. "
43+ "Notar que esto no incluye archivos que usen ``WAVE_FORMAT_EXTENSIBLE``, aun "
44+ "si el sub-formato es PCM."
3945
4046#: ../Doc/library/wave.rst:18
4147msgid "The :mod:`wave` module defines the following function and exception:"
0 commit comments