@@ -1341,7 +1341,8 @@ msgstr "El Layer debe ser un grupo o una subclase de TileGrid"
1341
1341
1342
1342
#: shared-bindings/audiocore/RawSample.c
1343
1343
msgid "Length of %q must be an even multiple of channel_count * type_size"
1344
- msgstr "La longitud de %q debe ser un múltiplo par de channel_count * type_size"
1344
+ msgstr ""
1345
+ "La longitud de %q debe ser un múltiplo par de channel_count * type_size"
1345
1346
1346
1347
#: ports/espressif/common-hal/espidf/__init__.c
1347
1348
msgid "MAC address was invalid"
@@ -2019,21 +2020,9 @@ msgstr "La excepción fue la causa directa de la excepción siguiente:"
2019
2020
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
2020
2021
msgstr "La longitud de rgb_pins debe ser 6, 12, 18, 24, o 30"
2021
2022
2022
- #: shared-module/audiomixer/MixerVoice.c
2023
- msgid "The sample's bits_per_sample does not match the mixer's"
2024
- msgstr "Los bits_per_sample del sample no igualan a los del mixer"
2025
-
2026
- #: shared-module/audiomixer/MixerVoice.c
2027
- msgid "The sample's channel count does not match the mixer's"
2028
- msgstr "La cuenta de canales del sample no iguala a las del mixer"
2029
-
2030
- #: shared-module/audiomixer/MixerVoice.c
2031
- msgid "The sample's sample rate does not match the mixer's"
2032
- msgstr "El sample rate del sample no iguala al del mixer"
2033
-
2034
- #: shared-module/audiomixer/MixerVoice.c
2035
- msgid "The sample's signedness does not match the mixer's"
2036
- msgstr "El signo del sample no iguala al del mixer"
2023
+ #: shared-module/audiodelays/Echo.c shared-module/audiomixer/MixerVoice.c
2024
+ msgid "The sample's %q does not match"
2025
+ msgstr ""
2037
2026
2038
2027
#: supervisor/shared/safe_mode.c
2039
2028
msgid "Third-party firmware fatal error."
@@ -2578,7 +2567,7 @@ msgstr "los tamaños de los bitmap deben coincidir"
2578
2567
msgid "bits must be 32 or less"
2579
2568
msgstr "los bits deben ser 32 o menos"
2580
2569
2581
- #: shared-bindings/audiomixer/Mixer.c
2570
+ #: shared-bindings/audiodelays/Echo.c shared-bindings/ audiomixer/Mixer.c
2582
2571
msgid "bits_per_sample must be 8 or 16"
2583
2572
msgstr "bits_per_sample debe ser 8 ó 16"
2584
2573
@@ -4447,6 +4436,18 @@ msgstr "zi debe ser de tipo flotante"
4447
4436
msgid "zi must be of shape (n_section, 2)"
4448
4437
msgstr "zi debe ser una forma (n_section,2)"
4449
4438
4439
+ #~ msgid "The sample's bits_per_sample does not match the mixer's"
4440
+ #~ msgstr "Los bits_per_sample del sample no igualan a los del mixer"
4441
+
4442
+ #~ msgid "The sample's channel count does not match the mixer's"
4443
+ #~ msgstr "La cuenta de canales del sample no iguala a las del mixer"
4444
+
4445
+ #~ msgid "The sample's sample rate does not match the mixer's"
4446
+ #~ msgstr "El sample rate del sample no iguala al del mixer"
4447
+
4448
+ #~ msgid "The sample's signedness does not match the mixer's"
4449
+ #~ msgstr "El signo del sample no iguala al del mixer"
4450
+
4450
4451
#~ msgid "Buffer length must be a multiple of 512"
4451
4452
#~ msgstr "El tamaño del buffer debe ser múltiplo de 512"
4452
4453
0 commit comments