@@ -63,9 +63,9 @@ msgstr "%%c requiere int o char"
63
63
64
64
#: shared-bindings/rgbmatrix/RGBMatrix.c
65
65
#, c-format
66
- msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
66
+ msgid ""
67
+ "%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
67
68
msgstr ""
68
- "%d pines de dirección y %d pines rgb indican una altura de %d, no de %d"
69
69
70
70
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
71
71
msgid "%q failure: %d"
@@ -528,7 +528,6 @@ msgstr "El tamaño del búfer debe ser múltiplo de 512"
528
528
msgid "Buffer must be a multiple of 512 bytes"
529
529
msgstr "Búfer deber ser un múltiplo de 512 bytes"
530
530
531
- #: shared-bindings/adafruit_bus_device/I2CDevice.c
532
531
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
533
532
msgid "Buffer must be at least length 1"
534
533
msgstr "Buffer debe ser de longitud 1 como minimo"
@@ -3790,6 +3789,10 @@ msgstr "error de sintaxis en el descriptor uctypes"
3790
3789
msgid "threshold must be in the range 0-65536"
3791
3790
msgstr "limite debe ser en el rango 0-65536"
3792
3791
3792
+ #: shared-bindings/rgbmatrix/RGBMatrix.c
3793
+ msgid "tile must be greater than zero"
3794
+ msgstr ""
3795
+
3793
3796
#: shared-bindings/time/__init__.c
3794
3797
msgid "time.struct_time() takes a 9-sequence"
3795
3798
msgstr "time.struct_time() toma un sequencio 9"
@@ -4079,6 +4082,10 @@ msgstr "zi debe ser de tipo flotante"
4079
4082
msgid "zi must be of shape (n_section, 2)"
4080
4083
msgstr "zi debe ser una forma (n_section,2)"
4081
4084
4085
+ #~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4086
+ #~ msgstr ""
4087
+ #~ "%d pines de dirección y %d pines rgb indican una altura de %d, no de %d"
4088
+
4082
4089
#~ msgid "Unknown failure"
4083
4090
#~ msgstr "Fallo desconocido"
4084
4091
0 commit comments