@@ -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
@@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182
182
msgstr ""
183
183
184
184
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185
+ #: shared-module/gifio/OnDiskGif.c
185
186
msgid "%q must be <= %d"
186
187
msgstr ""
187
188
@@ -632,11 +633,6 @@ msgstr ""
632
633
msgid "Buffer is not a bytearray."
633
634
msgstr ""
634
635
635
- #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
636
- #: shared-bindings/framebufferio/FramebufferDisplay.c
637
- msgid "Buffer is too small"
638
- msgstr ""
639
-
640
636
#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
641
637
#, c-format
642
638
msgid "Buffer length %d too big. It must be less than %d"
@@ -656,6 +652,12 @@ msgstr ""
656
652
msgid "Buffer too short by %d bytes"
657
653
msgstr ""
658
654
655
+ #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
656
+ #: shared-bindings/framebufferio/FramebufferDisplay.c
657
+ #: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
658
+ msgid "Buffer too small"
659
+ msgstr ""
660
+
659
661
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
660
662
msgid "Buffers must be same size"
661
663
msgstr ""
@@ -1006,10 +1008,6 @@ msgstr ""
1006
1008
msgid "Failed to write internal flash."
1007
1009
msgstr ""
1008
1010
1009
- #: supervisor/shared/safe_mode.c
1010
- msgid "Fault detected by hardware."
1011
- msgstr ""
1012
-
1013
1011
#: py/moduerrno.c
1014
1012
msgid "File exists"
1015
1013
msgstr ""
@@ -1085,6 +1083,10 @@ msgstr ""
1085
1083
msgid "Half duplex SPI is not implemented"
1086
1084
msgstr ""
1087
1085
1086
+ #: supervisor/shared/safe_mode.c
1087
+ msgid "Hard fault: memory access or instruction error."
1088
+ msgstr ""
1089
+
1088
1090
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1089
1091
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1090
1092
#: ports/stm/common-hal/sdioio/SDCard.c
@@ -1785,6 +1787,10 @@ msgstr ""
1785
1787
msgid "Polygon needs at least 3 points"
1786
1788
msgstr ""
1787
1789
1790
+ #: supervisor/shared/safe_mode.c
1791
+ msgid "Power dipped. Make sure you are providing enough power."
1792
+ msgstr ""
1793
+
1788
1794
#: shared-bindings/_bleio/Adapter.c
1789
1795
msgid "Prefix buffer must be on the heap"
1790
1796
msgstr ""
@@ -1950,10 +1956,6 @@ msgstr ""
1950
1956
msgid "Size not supported"
1951
1957
msgstr ""
1952
1958
1953
- #: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954
- msgid "Sleep Memory not available"
1955
- msgstr ""
1956
-
1957
1959
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
1958
1960
#: shared-bindings/nvm/ByteArray.c
1959
1961
msgid "Slice and value different lengths."
@@ -2019,10 +2021,6 @@ msgstr ""
2019
2021
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
2020
2022
msgstr ""
2021
2023
2022
- #: supervisor/shared/safe_mode.c
2023
- msgid "The power dipped. Make sure you are providing enough power."
2024
- msgstr ""
2025
-
2026
2024
#: shared-module/audiomixer/MixerVoice.c
2027
2025
msgid "The sample's bits_per_sample does not match the mixer's"
2028
2026
msgstr ""
@@ -2608,8 +2606,7 @@ msgstr ""
2608
2606
msgid "buffer slices must be of equal length"
2609
2607
msgstr ""
2610
2608
2611
- #: py/modstruct.c shared-bindings/struct/__init__.c
2612
- #: shared-module/struct/__init__.c
2609
+ #: py/modstruct.c shared-module/struct/__init__.c
2613
2610
msgid "buffer too small"
2614
2611
msgstr ""
2615
2612
@@ -3866,10 +3863,6 @@ msgstr ""
3866
3863
msgid "pixel coordinates out of bounds"
3867
3864
msgstr ""
3868
3865
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
3866
#: extmod/vfs_posix_file.c
3874
3867
msgid "poll on file not available on win32"
3875
3868
msgstr ""
0 commit comments