@@ -231,11 +231,11 @@ msgstr "La dirección debe ser %d bytes de largo"
231
231
232
232
#: ports/nrf/common-hal/busio/I2C.c
233
233
msgid "All I2C peripherals are in use"
234
- msgstr "Todos los I2C peripherals están siendo usados"
234
+ msgstr "Todos los periféricos I2C están siendo usados"
235
235
236
236
#: ports/nrf/common-hal/busio/SPI.c
237
237
msgid "All SPI peripherals are in use"
238
- msgstr "Todos los SPI peripherals están siendo usados"
238
+ msgstr "Todos los periféricos SPI están siendo usados"
239
239
240
240
#: ports/nrf/common-hal/busio/UART.c
241
241
msgid "All UART peripherals are in use"
@@ -313,11 +313,11 @@ msgstr "Ambos pines deben soportar interrupciones por hardware"
313
313
314
314
#: shared-bindings/supervisor/__init__.c
315
315
msgid "Brightness must be between 0 and 255"
316
- msgstr "Brightness debe estar entro 0 y 255"
316
+ msgstr "El brillo debe estar entro 0 y 255"
317
317
318
318
#: shared-bindings/displayio/Display.c
319
319
msgid "Brightness not adjustable"
320
- msgstr "Brillo no se puede ajustar"
320
+ msgstr "El brillo no se puede ajustar"
321
321
322
322
#: shared-module/usb_hid/Device.c
323
323
#, c-format
@@ -357,7 +357,7 @@ msgstr "No se pueden agregar servicio en modo Central"
357
357
358
358
#: shared-bindings/bleio/Device.c
359
359
msgid "Can't advertise in Central mode"
360
- msgstr "No se puede anunciarse en Central mode"
360
+ msgstr "No puede anunciarse en Central mode"
361
361
362
362
#: shared-bindings/bleio/Device.c
363
363
msgid "Can't change the name in Central mode"
@@ -757,7 +757,7 @@ msgstr "Argumento inválido"
757
757
758
758
#: shared-module/displayio/Bitmap.c
759
759
msgid "Invalid bits per value"
760
- msgstr "Inválido bits per valor"
760
+ msgstr "Inválido bits por valor"
761
761
762
762
#: ports/nrf/common-hal/busio/UART.c
763
763
msgid "Invalid buffer size"
@@ -985,7 +985,7 @@ msgstr "solo se admiten segmentos con step=1 (alias None)"
985
985
986
986
#: shared-bindings/audiobusio/PDMIn.c
987
987
msgid "Oversample must be multiple of 8."
988
- msgstr "La sobreexplotación debe ser un múltiplo de 8"
988
+ msgstr "El sobremuestreo debe ser un múltiplo de 8"
989
989
990
990
#: shared-bindings/pulseio/PWMOut.c
991
991
msgid ""
@@ -1092,7 +1092,7 @@ msgstr "Serializer está siendo utilizado"
1092
1092
1093
1093
#: shared-bindings/nvm/ByteArray.c
1094
1094
msgid "Slice and value different lengths."
1095
- msgstr "Rebanada y valor son diferentes longitudes"
1095
+ msgstr "Slice y value tienen diferentes longitudes"
1096
1096
1097
1097
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1098
1098
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
@@ -1102,7 +1102,7 @@ msgstr "Rebanadas no soportadas"
1102
1102
#: ports/nrf/common-hal/bleio/Adapter.c
1103
1103
#, c-format
1104
1104
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
1105
- msgstr "Asunto de dispositivo suave , id: 0x%08lX, pc: 0x%08lX"
1105
+ msgstr "Soft device assert , id: 0x%08lX, pc: 0x%08lX"
1106
1106
1107
1107
#: extmod/modure.c
1108
1108
msgid "Splitting with sub-captures"
@@ -1183,7 +1183,7 @@ msgstr "Los índices de Tile deben ser 0 - 255"
1183
1183
1184
1184
#: shared-bindings/displayio/TileGrid.c
1185
1185
msgid "Tile width must exactly divide bitmap width"
1186
- msgstr "Ancho del azulejo debe dividir exactamente ancho de mapa de bits"
1186
+ msgstr "Ancho del Tile debe dividir exactamente el ancho de mapa de bits"
1187
1187
1188
1188
#: supervisor/shared/safe_mode.c
1189
1189
msgid "To exit, please reset the board without "
@@ -1195,7 +1195,7 @@ msgstr "Demasiados canales en sample."
1195
1195
1196
1196
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
1197
1197
msgid "Too many display busses"
1198
- msgstr "Demasiados autobuses de pantalla"
1198
+ msgstr "Demasiados buses de pantalla"
1199
1199
1200
1200
#: shared-bindings/displayio/Display.c
1201
1201
msgid "Too many displays"
@@ -1381,7 +1381,7 @@ msgstr "atributos aún no soportados"
1381
1381
1382
1382
#: ports/nrf/common-hal/bleio/Characteristic.c
1383
1383
msgid "bad GATT role"
1384
- msgstr "mal GATT papel "
1384
+ msgstr "mal GATT role "
1385
1385
1386
1386
#: py/builtinevex.c
1387
1387
msgid "bad compile mode"
@@ -1429,9 +1429,8 @@ msgid "buffer must be a bytes-like object"
1429
1429
msgstr "buffer debe de ser un objeto bytes-like"
1430
1430
1431
1431
#: shared-module/struct/__init__.c
1432
- #, fuzzy
1433
1432
msgid "buffer size must match format"
1434
- msgstr "los buffers deben de tener el mismo formato"
1433
+ msgstr "el tamaño del buffer debe de coincidir con el formato"
1435
1434
1436
1435
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1437
1436
msgid "buffer slices must be of equal length"
@@ -1448,7 +1447,7 @@ msgstr "los buffers deben de tener la misma longitud"
1448
1447
1449
1448
#: shared-bindings/_pew/PewPew.c
1450
1449
msgid "buttons must be digitalio.DigitalInOut"
1451
- msgstr "los bottones nececitan ser digitalio.DigitalInOut"
1450
+ msgstr "los botones necesitan ser digitalio.DigitalInOut"
1452
1451
1453
1452
#: py/vm.c
1454
1453
msgid "byte code not implemented"
@@ -2266,9 +2265,8 @@ msgid "parameters must be registers in sequence r0 to r3"
2266
2265
msgstr "los parametros deben ser registros en secuencia del r0 al r3"
2267
2266
2268
2267
#: shared-bindings/displayio/Bitmap.c
2269
- #, fuzzy
2270
2268
msgid "pixel coordinates out of bounds"
2271
- msgstr "address fuera de límites"
2269
+ msgstr "coordenadas del pixel fuera de límites"
2272
2270
2273
2271
#: shared-bindings/displayio/Bitmap.c
2274
2272
msgid "pixel value requires too many bits"
@@ -2461,7 +2459,7 @@ msgstr "limite debe ser en el rango 0-65536"
2461
2459
2462
2460
#: shared-bindings/displayio/TileGrid.c
2463
2461
msgid "tile index out of bounds"
2464
- msgstr "titlo indice fuera de limite"
2462
+ msgstr "el indice del tile fuera de limite"
2465
2463
2466
2464
#: shared-bindings/time/__init__.c
2467
2465
msgid "time.struct_time() takes a 9-sequence"
@@ -2476,13 +2474,12 @@ msgid "timeout >100 (units are now seconds, not msecs)"
2476
2474
msgstr "timepo muerto >100 (unidades en segundos)"
2477
2475
2478
2476
#: shared-bindings/bleio/CharacteristicBuffer.c
2479
- #, fuzzy
2480
2477
msgid "timeout must be >= 0.0"
2481
- msgstr "tiempo muetro debe ser >= 0.o "
2478
+ msgstr "tiempo muerto debe ser >= 0.0 "
2482
2479
2483
2480
#: shared-bindings/time/__init__.c
2484
2481
msgid "timestamp out of range for platform time_t"
2485
- msgstr "sello de tiemp to esta en rango para plataformatime_t "
2482
+ msgstr "timestamp fuera de rango para plataform time_t "
2486
2483
2487
2484
#: shared-module/struct/__init__.c
2488
2485
msgid "too many arguments provided with the given format"
0 commit comments