@@ -585,6 +585,7 @@ msgstr "Both pins must support hardware interrupts"
585
585
586
586
#: shared-bindings/displayio/Display.c
587
587
#: shared-bindings/framebufferio/FramebufferDisplay.c
588
+ #: shared-bindings/is31fl3741/is31fl3741.c
588
589
#: shared-bindings/rgbmatrix/RGBMatrix.c
589
590
msgid "Brightness must be 0-1.0"
590
591
msgstr "Brightness must be 0-1.0"
@@ -1236,6 +1237,10 @@ msgstr "Insufficient authentication"
1236
1237
msgid "Insufficient encryption"
1237
1238
msgstr "Insufficient encryption"
1238
1239
1240
+ #: ports/espressif/common-hal/wifi/Radio.c
1241
+ msgid "Interface must be started"
1242
+ msgstr ""
1243
+
1239
1244
#: ports/atmel-samd/audio_dma.c ports/raspberrypi/audio_dma.c
1240
1245
msgid "Internal audio buffer too small"
1241
1246
msgstr "Internal audio buffer too small"
@@ -1472,6 +1477,10 @@ msgstr "Invalid word/bit length"
1472
1477
msgid "Key must be 16, 24, or 32 bytes long"
1473
1478
msgstr "Key must be 16, 24, or 32 bytes long"
1474
1479
1480
+ #: shared-module/is31fl3741/is31fl3741.c
1481
+ msgid "LED mappings must match display size"
1482
+ msgstr ""
1483
+
1475
1484
#: py/compile.c
1476
1485
msgid "LHS of keyword arg must be an id"
1477
1486
msgstr "LHS of keyword arg must be an id"
@@ -2105,6 +2114,10 @@ msgstr "Sample rate must be positive"
2105
2114
msgid "Sample rate too high. It must be less than %d"
2106
2115
msgstr "Sample rate too high. It must be less than %d"
2107
2116
2117
+ #: shared-bindings/is31fl3741/is31fl3741.c
2118
+ msgid "Scale dimensions must divide by 3"
2119
+ msgstr ""
2120
+
2108
2121
#: ports/nrf/common-hal/_bleio/Adapter.c
2109
2122
msgid "Scan already in progess. Stop with stop_scan."
2110
2123
msgstr "Scan already in progess. Stop with stop_scan."
@@ -2166,10 +2179,6 @@ msgstr "Splitting with sub-captures"
2166
2179
msgid "Stack size must be at least 256"
2167
2180
msgstr "Stack size must be at least 256"
2168
2181
2169
- #: ports/espressif/common-hal/wifi/Radio.c
2170
- msgid "Interface must be started"
2171
- msgstr ""
2172
-
2173
2182
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
2174
2183
msgid "Stereo left must be on PWM channel A"
2175
2184
msgstr "Stereo left must be on PWM channel A"
@@ -2373,7 +2382,7 @@ msgstr "Unable to allocate buffers for signed conversion"
2373
2382
msgid "Unable to create lock"
2374
2383
msgstr "Unable to create lock"
2375
2384
2376
- #: shared-module/displayio/I2CDisplay.c
2385
+ #: shared-module/displayio/I2CDisplay.c shared-module/is31fl3741/is31fl3741.c
2377
2386
#, c-format
2378
2387
msgid "Unable to find I2C Display at %x"
2379
2388
msgstr "Unable to find I2C display at %x"
@@ -4492,6 +4501,7 @@ msgstr "WatchDog timeout must be greater than 0"
4492
4501
msgid "width must be from 2 to 8 (inclusive), not %d"
4493
4502
msgstr "width must be from 2 to 8 (inclusive), not %d"
4494
4503
4504
+ #: shared-bindings/is31fl3741/is31fl3741.c
4495
4505
#: shared-bindings/rgbmatrix/RGBMatrix.c
4496
4506
msgid "width must be greater than zero"
4497
4507
msgstr "width must be greater than zero"
0 commit comments