@@ -226,29 +226,29 @@ msgstr "El canal EXTINT ya está siendo utilizado"
226
226
#: shared-bindings/bleio/Address.c
227
227
#, c-format
228
228
msgid "Address is not %d bytes long or is in wrong format"
229
- msgstr ""
229
+ msgstr "Direción no es %d bytes largo o esta en el formato incorrecto "
230
230
231
231
#: shared-bindings/bleio/Address.c
232
232
#, fuzzy , c-format
233
233
msgid "Address must be %d bytes long"
234
- msgstr "palette debe ser 32 bytes de largo"
234
+ msgstr "Direción debe ser %d bytes de largo"
235
235
236
236
#: ports/nrf/common-hal/busio/I2C.c
237
237
msgid "All I2C peripherals are in use"
238
- msgstr "Todos los timers están siendo usados"
238
+ msgstr "Todos los periféricos I2C están siendo usados"
239
239
240
240
#: ports/nrf/common-hal/busio/SPI.c
241
241
msgid "All SPI peripherals are in use"
242
- msgstr "Todos los timers están siendo usados"
242
+ msgstr "Todos los periféricos SPI están siendo usados"
243
243
244
244
#: ports/nrf/common-hal/busio/UART.c
245
245
#, fuzzy
246
246
msgid "All UART peripherals are in use"
247
- msgstr "Todos los timers están siendo usados"
247
+ msgstr "Todos los periféricos UART están siendo usados"
248
248
249
249
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
250
250
msgid "All event channels in use"
251
- msgstr "Todos los canales de eventos en uso"
251
+ msgstr "Todos los canales de eventos estan en uso"
252
252
253
253
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
254
254
msgid "All sync event channels in use"
@@ -266,15 +266,15 @@ msgstr "Todos los timers para este pin están siendo utilizados"
266
266
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
267
267
#: shared-module/_pew/PewPew.c
268
268
msgid "All timers in use"
269
- msgstr "Todos los timers en uso"
269
+ msgstr "Todos los timers estan en uso"
270
270
271
271
#: ports/nrf/common-hal/analogio/AnalogOut.c
272
272
msgid "AnalogOut functionality not supported"
273
273
msgstr "Funcionalidad AnalogOut no soportada"
274
274
275
275
#: shared-bindings/analogio/AnalogOut.c
276
276
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
277
- msgstr "AnalogOut es solo de 16 bits. Value debe ser menos a 65536."
277
+ msgstr "AnalogOut solo toma 16 bits. El valor debe ser menos de 65536."
278
278
279
279
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
280
280
msgid "AnalogOut not supported on given pin"
@@ -286,7 +286,7 @@ msgstr "Otro envío ya está activo"
286
286
287
287
#: shared-bindings/pulseio/PulseOut.c
288
288
msgid "Array must contain halfwords (type 'H')"
289
- msgstr ""
289
+ msgstr "La matriz debe contener palabras medias (tipo 'H') "
290
290
291
291
#: shared-bindings/nvm/ByteArray.c
292
292
msgid "Array values should be single bytes."
@@ -295,6 +295,8 @@ msgstr "Valores del array deben ser bytes individuales."
295
295
#: supervisor/shared/safe_mode.c
296
296
msgid "Attempted heap allocation when MicroPython VM not running.\n"
297
297
msgstr ""
298
+ "Se intentó la asignación del heap cuando el VM de"
299
+ " MicroPython no estaba corriendo.\n"
298
300
299
301
#: main.c
300
302
msgid "Auto-reload is off.\n"
@@ -355,7 +357,7 @@ msgstr "Bytes debe estar entre 0 y 255."
355
357
#: shared-bindings/_pixelbuf/PixelBuf.c
356
358
#, c-format
357
359
msgid "Can not use dotstar with %s"
358
- msgstr ""
360
+ msgstr "No se puede usar dotstar con %s "
359
361
360
362
#: shared-bindings/bleio/Device.c
361
363
msgid "Can't add services in Central mode"
@@ -489,7 +491,7 @@ msgstr "DAC ya está siendo utilizado"
489
491
#: ports/nrf/common-hal/displayio/ParallelBus.c
490
492
#, fuzzy
491
493
msgid "Data 0 pin must be byte aligned"
492
- msgstr "graphic debe ser 2048 bytes de largo "
494
+ msgstr ""
493
495
494
496
#: shared-module/audioio/WaveFile.c
495
497
msgid "Data chunk must follow fmt chunk"
0 commit comments