- Notifications
You must be signed in to change notification settings - Fork395
Traducción de archivo library/windsound.po #791#942
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
127e8ee
Traducción de archivo library/windsound.po #791
ayosefiguera1785026
Apply suggestions from code review
ayosefiguerac728b55
Apply suggestions from code review
ayosefiguera0c04e9d
Update winsound.po
ayosefiguera5ef466e
Update winsound.po
ayosefigueraa3727d2
powrap library/winsound
cmaureirFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>Co-authored-by: Carlos Martel Lamas <Letram@users.noreply.github.com>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
42 changes: 21 additions & 21 deletionslibrary/winsound.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -21,7 +21,7 @@ msgstr "" | ||
#: ../Doc/library/winsound.rst:2 | ||
msgid ":mod:`winsound` --- Sound-playing interface for Windows" | ||
msgstr ":mod:'winsound' --- Interfaz dereproducción desonido para Windows" | ||
#: ../Doc/library/winsound.rst:13 | ||
msgid "" | ||
@@ -41,11 +41,11 @@ msgid "" | ||
"last. If the system is not able to beep the speaker, :exc:`RuntimeError` is " | ||
"raised." | ||
msgstr "" | ||
"Hace sonar el altavoz delPC. El parámetro *frequency* especifica la " | ||
"frecuencia, en hercio(hz), de la señal de audio y debe estar en el rango de " | ||
"37 a 32.767 hz. El parámetro *duration* especifica el numero de milisegundo " | ||
"de duración de la señal de audio. Si el sistema no puede hacer sonar el " | ||
"altavoz, se lanza :exc:`RuntimeError`." | ||
#: ../Doc/library/winsound.rst:27 | ||
msgid "" | ||
@@ -84,7 +84,7 @@ msgstr "" | ||
"``MB_ICONQUESTION``, y ``MB_OK``, todos descritos a continuación. El valor " | ||
"\"1\" produce un \"simple pitido\"; este es el último recurso si un sonido " | ||
"no puede ser reproducido de otra manera. Si el sistema indica un error, se " | ||
"lanza :exc:`RuntimeError`." | ||
#: ../Doc/library/winsound.rst:49 | ||
msgid "" | ||
@@ -101,7 +101,7 @@ msgid "" | ||
"`SND_NODEFAULT` is also specified. If no default sound is registered, raise :" | ||
"exc:`RuntimeError`. Do not use with :const:`SND_FILENAME`." | ||
msgstr "" | ||
"El parámetro *sound* esun nombre de asociación de sonido del registro. Si " | ||
"el registro no contiene tal nombre, reproduce el sonido por defecto del " | ||
"sistema a menos que :const:`SND_NODEFAULT` también se especifique. Si no se " | ||
"registra ningún sonido por defecto, se genera :exc:`RuntimeError`. No lo " | ||
ayosefiguera marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
@@ -117,11 +117,11 @@ msgstr "" | ||
#: ../Doc/library/winsound.rst:64 | ||
msgid ":func:`PlaySound` *name*" | ||
msgstr ":func:`PlaySound` *name*" | ||
#: ../Doc/library/winsound.rst:64 | ||
msgid "Corresponding Control Panel Sound name" | ||
msgstr "Panel de control correspondientenombre (*name*) del sonido" | ||
#: ../Doc/library/winsound.rst:66 | ||
msgid "``'SystemAsterisk'``" | ||
@@ -145,7 +145,7 @@ msgstr "``'SystemExit'``" | ||
#: ../Doc/library/winsound.rst:70 | ||
msgid "Exit Windows" | ||
msgstr "Salir de Windows" | ||
#: ../Doc/library/winsound.rst:72 | ||
msgid "``'SystemHand'``" | ||
@@ -172,7 +172,7 @@ msgid "" | ||
"Play the sound repeatedly. The :const:`SND_ASYNC` flag must also be used to " | ||
"avoid blocking. Cannot be used with :const:`SND_MEMORY`." | ||
msgstr "" | ||
"Reproducir el sonido repetidamente.El flag :const:`SND_ASYNC` también " | ||
"debe ser usada para evitar el bloqueo. No puede ser usada con :const:" | ||
"`SND_MEMORY`." | ||
@@ -182,7 +182,7 @@ msgid "" | ||
"as a :term:`bytes-like object`." | ||
msgstr "" | ||
"El parámetro *sound* de :func:`PlaySound` es una imagen de memoria de un " | ||
"archivo WAV, como un :term:`bytes-like object`." | ||
#: ../Doc/library/winsound.rst:101 | ||
msgid "" | ||
@@ -191,23 +191,23 @@ msgid "" | ||
"`RuntimeError`." | ||
msgstr "" | ||
"Este módulo no admite la reproducción desde una imagen de memoria de forma " | ||
"sincrónica, por lo que una combinación de este indicador y :const:" | ||
"`SND_ASYNC` selanza :exc:`RuntimeError`." | ||
#: ../Doc/library/winsound.rst:107 | ||
msgid "Stop playing all instances of the specified sound." | ||
msgstr "" | ||
"Detiene la reproducción de todas las instancias de un sonidoespecífico." | ||
#: ../Doc/library/winsound.rst:111 ../Doc/library/winsound.rst:135 | ||
msgid "This flag is not supported on modern Windows platforms." | ||
msgstr "" | ||
"Esta flag no esta soportado en las plataformas modernas deWindows." | ||
#: ../Doc/library/winsound.rst:116 | ||
msgid "Return immediately, allowing sounds to play asynchronously." | ||
msgstr "" | ||
"Retorna inmediatamente, permitiendo que los sonidos se reproduzcan " | ||
"asincrónicamente." | ||
#: ../Doc/library/winsound.rst:121 | ||
@@ -219,23 +219,23 @@ msgstr "" | ||
#: ../Doc/library/winsound.rst:126 | ||
msgid "Do not interrupt sounds currently playing." | ||
msgstr "Nointerrumpe los sonidos que se están reproduciendo." | ||
#: ../Doc/library/winsound.rst:131 | ||
msgid "Return immediately if the sound driver is busy." | ||
msgstr "Retornainmediatamenteen caso de que el controlador de sonido está ocupado." | ||
#: ../Doc/library/winsound.rst:140 ../Doc/library/winsound.rst:160 | ||
msgid "Play the ``SystemDefault`` sound." | ||
msgstr "Reproduce el sonido``SystemDefault``." | ||
#: ../Doc/library/winsound.rst:145 | ||
msgid "Play the ``SystemExclamation`` sound." | ||
msgstr "Reproduce el sonido``SystemExclamation``." | ||
#: ../Doc/library/winsound.rst:150 | ||
msgid "Play the ``SystemHand`` sound." | ||
msgstr "Reproduce el sonido``SystemHand``." | ||
#: ../Doc/library/winsound.rst:155 | ||
msgid "Play the ``SystemQuestion`` sound." | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.