Skip to content

Traducido archivo library/wave #2124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2022
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
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