@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -20,6 +20,7 @@ msgstr ""
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 2.3\n "
23
24
24
25
#: ../Doc/library/wave.rst:2
25
26
msgid ":mod:`wave` --- Read and write WAV files"
@@ -29,13 +30,18 @@ msgstr ":mod:`wave` --- Leer y escribir archivos WAV"
29
30
msgid "**Source code:** :source:`Lib/wave.py`"
30
31
msgstr "**Código fuente:** :source:`Lib/wave.py`"
31
32
33
+ # Aun != Aún (hoy aprendí algo nuevo)
32
34
#: ../Doc/library/wave.rst:14
33
35
msgid ""
34
36
"The :mod:`wave` module provides a convenient interface to the WAV sound "
35
37
"format. Only files using ``WAVE_FORMAT_PCM`` are supported. Note that this "
36
38
"does not include files using ``WAVE_FORMAT_EXTENSIBLE`` even if the "
37
39
"subformat is PCM."
38
40
msgstr ""
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."
39
45
40
46
#: ../Doc/library/wave.rst:18
41
47
msgid "The :mod:`wave` module defines the following function and exception:"
0 commit comments