@@ -31,8 +31,8 @@ msgstr ""
31
31
#: supervisor/shared/safe_mode.c
32
32
msgid ""
33
33
"\n"
34
- "Please file an issue with your program at https:// github.com/adafruit/"
35
- "circuitpython/ issues."
34
+ "Please file an issue with your program at github.com/adafruit/circuitpython /"
35
+ "issues."
36
36
msgstr ""
37
37
38
38
#: supervisor/shared/safe_mode.c
@@ -393,10 +393,6 @@ msgstr ""
393
393
msgid "'continue' outside loop"
394
394
msgstr ""
395
395
396
- #: py/objgenerator.c
397
- msgid "'coroutine' object is not an iterator"
398
- msgstr ""
399
-
400
396
#: py/compile.c
401
397
msgid "'data' requires at least 2 arguments"
402
398
msgstr ""
@@ -664,11 +660,6 @@ msgstr ""
664
660
msgid "Buffer is not a bytearray."
665
661
msgstr ""
666
662
667
- #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
668
- #: shared-bindings/framebufferio/FramebufferDisplay.c
669
- msgid "Buffer is too small"
670
- msgstr ""
671
-
672
663
#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
673
664
#, c-format
674
665
msgid "Buffer length %d too big. It must be less than %d"
@@ -688,6 +679,12 @@ msgstr ""
688
679
msgid "Buffer too short by %d bytes"
689
680
msgstr ""
690
681
682
+ #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
683
+ #: shared-bindings/framebufferio/FramebufferDisplay.c
684
+ #: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
685
+ msgid "Buffer too small"
686
+ msgstr ""
687
+
691
688
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
692
689
msgid "Buffers must be same size"
693
690
msgstr ""
@@ -1030,10 +1027,6 @@ msgstr ""
1030
1027
msgid "Failed to write internal flash."
1031
1028
msgstr ""
1032
1029
1033
- #: supervisor/shared/safe_mode.c
1034
- msgid "Fault detected by hardware."
1035
- msgstr ""
1036
-
1037
1030
#: py/moduerrno.c
1038
1031
msgid "File exists"
1039
1032
msgstr ""
@@ -1109,6 +1102,10 @@ msgstr ""
1109
1102
msgid "Half duplex SPI is not implemented"
1110
1103
msgstr ""
1111
1104
1105
+ #: supervisor/shared/safe_mode.c
1106
+ msgid "Hard fault: memory access or instruction error."
1107
+ msgstr ""
1108
+
1112
1109
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1113
1110
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1114
1111
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
@@ -1755,6 +1752,10 @@ msgstr ""
1755
1752
msgid "Polygon needs at least 3 points"
1756
1753
msgstr ""
1757
1754
1755
+ #: supervisor/shared/safe_mode.c
1756
+ msgid "Power dipped. Make sure you are providing enough power."
1757
+ msgstr ""
1758
+
1758
1759
#: shared-bindings/_bleio/Adapter.c
1759
1760
msgid "Prefix buffer must be on the heap"
1760
1761
msgstr ""
@@ -1986,10 +1987,6 @@ msgstr ""
1986
1987
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
1987
1988
msgstr ""
1988
1989
1989
- #: supervisor/shared/safe_mode.c
1990
- msgid "The power dipped. Make sure you are providing enough power."
1991
- msgstr ""
1992
-
1993
1990
#: shared-module/audiomixer/MixerVoice.c
1994
1991
msgid "The sample's bits_per_sample does not match the mixer's"
1995
1992
msgstr ""
@@ -2580,8 +2577,7 @@ msgstr ""
2580
2577
msgid "buffer slices must be of equal length"
2581
2578
msgstr ""
2582
2579
2583
- #: py/modstruct.c shared-bindings/struct/__init__.c
2584
- #: shared-module/struct/__init__.c
2580
+ #: py/modstruct.c shared-module/struct/__init__.c
2585
2581
msgid "buffer too small"
2586
2582
msgstr ""
2587
2583
@@ -3866,10 +3862,6 @@ msgstr ""
3866
3862
msgid "pixel coordinates out of bounds"
3867
3863
msgstr ""
3868
3864
3869
- #: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
3870
- msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
3871
- msgstr ""
3872
-
3873
3865
#: extmod/vfs_posix_file.c
3874
3866
msgid "poll on file not available on win32"
3875
3867
msgstr ""
@@ -4181,7 +4173,7 @@ msgstr ""
4181
4173
msgid "type is not an acceptable base type"
4182
4174
msgstr ""
4183
4175
4184
- #: py/objgenerator.c py/ runtime.c
4176
+ #: py/runtime.c
4185
4177
msgid "type object '%q' has no attribute '%q'"
4186
4178
msgstr ""
4187
4179
0 commit comments