Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Traducido archivo library/wave
  • Loading branch information
aandrea committed Oct 30, 2022
commit 5c39d46d3cf3f82e922f83c29c9e09b8baf7ae55
8 changes: 7 additions & 1 deletion library/wave.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -29,13 +30,18 @@ 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 "
"format. Only files using ``WAVE_FORMAT_PCM`` are supported. Note that this "
"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:"
Expand Down