diff --git a/library/wave.po b/library/wave.po index 75d1edff29..8c9f0449cb 100644 --- a/library/wave.po +++ b/library/wave.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2020-10-05 19:39-0300\n" +"PO-Revision-Date: 2022-10-30 21:29+0100\n" "Last-Translator: \n" "Language: es\n" "Language-Team: python-doc-es\n" @@ -20,6 +20,7 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 2.3\n" #: ../Doc/library/wave.rst:2 msgid ":mod:`wave` --- Read and write WAV files" @@ -29,6 +30,7 @@ msgstr ":mod:`wave` --- Leer y escribir archivos WAV" msgid "**Source code:** :source:`Lib/wave.py`" msgstr "**Código fuente:** :source:`Lib/wave.py`" +# Aun != Aún (hoy aprendí algo nuevo) #: ../Doc/library/wave.rst:14 msgid "" "The :mod:`wave` module provides a convenient interface to the WAV sound " @@ -36,6 +38,10 @@ msgid "" "does not include files using ``WAVE_FORMAT_EXTENSIBLE`` even if the " "subformat is PCM." msgstr "" +"El módulo :mod:`wave` provee una interfaz conveniente para el formato de " +"sonido WAV. Sólo los archivos que usan ``WAVE_FORMAT_PCM`` son soportados. " +"Notar que esto no incluye archivos que usen ``WAVE_FORMAT_EXTENSIBLE``, aun " +"si el sub-formato es PCM." #: ../Doc/library/wave.rst:18 msgid "The :mod:`wave` module defines the following function and exception:"