Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0e636a

Browse files
authored
Traducido archivo library/wave (#2124)
Closes #1917
1 parent 0f8ecf3 commit b0e636a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/wave.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
2526
msgid ":mod:`wave` --- Read and write WAV files"
@@ -29,13 +30,18 @@ msgstr ":mod:`wave` --- Leer y escribir archivos WAV"
2930
msgid "**Source code:** :source:`Lib/wave.py`"
3031
msgstr "**Código fuente:** :source:`Lib/wave.py`"
3132

33+
# Aun != Aún (hoy aprendí algo nuevo)
3234
#: ../Doc/library/wave.rst:14
3335
msgid ""
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."
3840
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."
3945

4046
#: ../Doc/library/wave.rst:18
4147
msgid "The :mod:`wave` module defines the following function and exception:"

0 commit comments

Comments
 (0)