Skip to content

Commit fe86731

Browse files
authored
Merge pull request #1276 from C47D/es_mixer
[ES] Translate strings on Mixer module
2 parents 5cf8b99 + f6c0a23 commit fe86731

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

locale/es.po

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,34 +2074,32 @@ msgid ""
20742074
msgstr ""
20752075

20762076
#: shared-bindings/audioio/Mixer.c:94
2077-
#, fuzzy
20782077
msgid "Invalid voice count"
2079-
msgstr "Dirección inválida."
2078+
msgstr "Cuenta de voces inválida"
20802079

20812080
#: shared-bindings/audioio/Mixer.c:99
2082-
#, fuzzy
20832081
msgid "Invalid channel count"
2084-
msgstr "argumentos inválidos"
2082+
msgstr "Cuenta de canales inválida"
20852083

20862084
#: shared-bindings/audioio/Mixer.c:103
2087-
#, fuzzy
20882085
msgid "Sample rate must be positive"
2089-
msgstr "STA debe estar activo"
2086+
msgstr "Sample rate debe ser positivo"
20902087

20912088
#: shared-bindings/audioio/Mixer.c:107
2092-
#, fuzzy
20932089
msgid "bits_per_sample must be 8 or 16"
2094-
msgstr "bits debe ser 8"
2090+
msgstr "bits_per_sample debe ser 8 o 16"
20952091

20962092
#: shared-bindings/audioio/RawSample.c:98
20972093
msgid ""
20982094
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
20992095
"'B'"
21002096
msgstr ""
2097+
"sample_source buffer debe ser un bytearray o un array de tipo 'h', 'H', 'b' o"
2098+
"'B'"
21012099

21022100
#: shared-bindings/audioio/RawSample.c:104
21032101
msgid "buffer must be a bytes-like object"
2104-
msgstr ""
2102+
msgstr "buffer debe de ser un objeto bytes-like"
21052103

21062104
#: shared-bindings/audioio/WaveFile.c:78
21072105
#: shared-bindings/displayio/OnDiskBitmap.c:85
@@ -2387,31 +2385,31 @@ msgstr ""
23872385

23882386
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
23892387
msgid "Couldn't allocate first buffer"
2390-
msgstr ""
2388+
msgstr "No se pudo asignar el primer buffer"
23912389

23922390
#: shared-module/audioio/Mixer.c:53 shared-module/audioio/WaveFile.c:123
23932391
msgid "Couldn't allocate second buffer"
2394-
msgstr ""
2392+
msgstr "No se pudo asignar el segundo buffer"
23952393

23962394
#: shared-module/audioio/Mixer.c:82
23972395
msgid "Voice index too high"
2398-
msgstr ""
2396+
msgstr "Index de voz demasiado alto"
23992397

24002398
#: shared-module/audioio/Mixer.c:85
24012399
msgid "The sample's sample rate does not match the mixer's"
2402-
msgstr ""
2400+
msgstr "El sample rate del sample no iguala al del mixer"
24032401

24042402
#: shared-module/audioio/Mixer.c:88
24052403
msgid "The sample's channel count does not match the mixer's"
2406-
msgstr ""
2404+
msgstr "La cuenta de canales del sample no iguala a las del mixer"
24072405

24082406
#: shared-module/audioio/Mixer.c:91
24092407
msgid "The sample's bits_per_sample does not match the mixer's"
2410-
msgstr ""
2408+
msgstr "Los bits_per_sample del sample no igualan a los del mixer"
24112409

24122410
#: shared-module/audioio/Mixer.c:100
24132411
msgid "The sample's signedness does not match the mixer's"
2414-
msgstr ""
2412+
msgstr "El signo del sample no iguala al del mixer"
24152413

24162414
#: shared-module/audioio/WaveFile.c:61
24172415
msgid "Invalid wave file"

0 commit comments

Comments
 (0)