@@ -434,7 +434,7 @@ msgid "Attempt to allocate %d blocks"
434
434
msgstr ""
435
435
436
436
#: supervisor/shared/safe_mode.c
437
- msgid "Attempted heap allocation when MicroPython VM not running."
437
+ msgid "Attempted heap allocation when VM not running."
438
438
msgstr ""
439
439
440
440
#: shared-bindings/wifi/Radio.c
@@ -999,6 +999,10 @@ msgstr ""
999
999
msgid "Failed to write internal flash."
1000
1000
msgstr ""
1001
1001
1002
+ #: supervisor/shared/safe_mode.c
1003
+ msgid "Fatal error."
1004
+ msgstr ""
1005
+
1002
1006
#: py/moduerrno.c
1003
1007
msgid "File exists"
1004
1008
msgstr ""
@@ -1171,6 +1175,7 @@ msgstr ""
1171
1175
1172
1176
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1173
1177
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1178
+ #: ports/mimxrt10xx/common-hal/busio/UART.c
1174
1179
msgid "Invalid %q pin"
1175
1180
msgstr ""
1176
1181
@@ -1386,14 +1391,6 @@ msgstr ""
1386
1391
msgid "Messages limited to 8 bytes"
1387
1392
msgstr ""
1388
1393
1389
- #: supervisor/shared/safe_mode.c
1390
- msgid "MicroPython NLR jump failed. Likely memory corruption."
1391
- msgstr ""
1392
-
1393
- #: supervisor/shared/safe_mode.c
1394
- msgid "MicroPython fatal error."
1395
- msgstr ""
1396
-
1397
1394
#: shared-bindings/audiobusio/PDMIn.c
1398
1395
msgid "Microphone startup delay must be in range 0.0 to 1.0"
1399
1396
msgstr ""
@@ -1445,6 +1442,10 @@ msgstr ""
1445
1442
msgid "Must use a multiple of 6 rgb pins, not %d"
1446
1443
msgstr ""
1447
1444
1445
+ #: supervisor/shared/safe_mode.c
1446
+ msgid "NLR jump failed. Likely memory corruption."
1447
+ msgstr ""
1448
+
1448
1449
#: ports/esp32s2/common-hal/nvm/ByteArray.c
1449
1450
msgid "NVS Error"
1450
1451
msgstr ""
@@ -1877,7 +1878,7 @@ msgstr ""
1877
1878
msgid "Read-only filesystem"
1878
1879
msgstr ""
1879
1880
1880
- #: shared-module/bitmaptools/__init__.c shared-module/ displayio/Bitmap.c
1881
+ #: shared-module/displayio/Bitmap.c
1881
1882
msgid "Read-only object"
1882
1883
msgstr ""
1883
1884
@@ -1952,14 +1953,6 @@ msgstr ""
1952
1953
msgid "Scan already in progess. Stop with stop_scan."
1953
1954
msgstr ""
1954
1955
1955
- #: ports/mimxrt10xx/common-hal/busio/UART.c
1956
- msgid "Selected CTS pin not valid"
1957
- msgstr ""
1958
-
1959
- #: ports/mimxrt10xx/common-hal/busio/UART.c
1960
- msgid "Selected RTS pin not valid"
1961
- msgstr ""
1962
-
1963
1956
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1964
1957
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1965
1958
msgid "Serializer in use"
@@ -3193,6 +3186,10 @@ msgstr ""
3193
3186
msgid "invalid cert"
3194
3187
msgstr ""
3195
3188
3189
+ #: py/compile.c
3190
+ msgid "invalid decorator"
3191
+ msgstr ""
3192
+
3196
3193
#: extmod/uos_dupterm.c
3197
3194
msgid "invalid dupterm index"
3198
3195
msgstr ""
0 commit comments