@@ -31,8 +31,8 @@ msgstr ""
3131#: supervisor/shared/safe_mode.c
3232msgid ""
3333"\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."
3636msgstr ""
3737
3838#: supervisor/shared/safe_mode.c
@@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182182msgstr ""
183183
184184#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185+ #: shared-module/gifio/OnDiskGif.c
185186msgid "%q must be <= %d"
186187msgstr ""
187188
@@ -632,11 +633,6 @@ msgstr ""
632633msgid "Buffer is not a bytearray."
633634msgstr ""
634635
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-
640636#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
641637#, c-format
642638msgid "Buffer length %d too big. It must be less than %d"
@@ -656,6 +652,12 @@ msgstr ""
656652msgid "Buffer too short by %d bytes"
657653msgstr ""
658654
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+
659661#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
660662msgid "Buffers must be same size"
661663msgstr ""
@@ -1006,10 +1008,6 @@ msgstr ""
10061008msgid "Failed to write internal flash."
10071009msgstr ""
10081010
1009- #: supervisor/shared/safe_mode.c
1010- msgid "Fault detected by hardware."
1011- msgstr ""
1012-
10131011#: py/moduerrno.c
10141012msgid "File exists"
10151013msgstr ""
@@ -1085,6 +1083,10 @@ msgstr ""
10851083msgid "Half duplex SPI is not implemented"
10861084msgstr ""
10871085
1086+ #: supervisor/shared/safe_mode.c
1087+ msgid "Hard fault: memory access or instruction error."
1088+ msgstr ""
1089+
10881090#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
10891091#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
10901092#: ports/stm/common-hal/sdioio/SDCard.c
@@ -1785,6 +1787,10 @@ msgstr ""
17851787msgid "Polygon needs at least 3 points"
17861788msgstr ""
17871789
1790+ #: supervisor/shared/safe_mode.c
1791+ msgid "Power dipped. Make sure you are providing enough power."
1792+ msgstr ""
1793+
17881794#: shared-bindings/_bleio/Adapter.c
17891795msgid "Prefix buffer must be on the heap"
17901796msgstr ""
@@ -1950,10 +1956,6 @@ msgstr ""
19501956msgid "Size not supported"
19511957msgstr ""
19521958
1953- #: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954- msgid "Sleep Memory not available"
1955- msgstr ""
1956-
19571959#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
19581960#: shared-bindings/nvm/ByteArray.c
19591961msgid "Slice and value different lengths."
@@ -2019,10 +2021,6 @@ msgstr ""
20192021msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
20202022msgstr ""
20212023
2022- #: supervisor/shared/safe_mode.c
2023- msgid "The power dipped. Make sure you are providing enough power."
2024- msgstr ""
2025-
20262024#: shared-module/audiomixer/MixerVoice.c
20272025msgid "The sample's bits_per_sample does not match the mixer's"
20282026msgstr ""
@@ -2608,8 +2606,7 @@ msgstr ""
26082606msgid "buffer slices must be of equal length"
26092607msgstr ""
26102608
2611- #: py/modstruct.c shared-bindings/struct/__init__.c
2612- #: shared-module/struct/__init__.c
2609+ #: py/modstruct.c shared-module/struct/__init__.c
26132610msgid "buffer too small"
26142611msgstr ""
26152612
@@ -3866,10 +3863,6 @@ msgstr ""
38663863msgid "pixel coordinates out of bounds"
38673864msgstr ""
38683865
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-
38733866#: extmod/vfs_posix_file.c
38743867msgid "poll on file not available on win32"
38753868msgstr ""
0 commit comments