@@ -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
@@ -393,10 +393,6 @@ msgstr ""
393393msgid "'continue' outside loop"
394394msgstr ""
395395
396- #: py/objgenerator.c
397- msgid "'coroutine' object is not an iterator"
398- msgstr ""
399-
400396#: py/compile.c
401397msgid "'data' requires at least 2 arguments"
402398msgstr ""
@@ -664,11 +660,6 @@ msgstr ""
664660msgid "Buffer is not a bytearray."
665661msgstr ""
666662
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-
672663#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
673664#, c-format
674665msgid "Buffer length %d too big. It must be less than %d"
@@ -688,6 +679,12 @@ msgstr ""
688679msgid "Buffer too short by %d bytes"
689680msgstr ""
690681
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+
691688#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
692689msgid "Buffers must be same size"
693690msgstr ""
@@ -1030,10 +1027,6 @@ msgstr ""
10301027msgid "Failed to write internal flash."
10311028msgstr ""
10321029
1033- #: supervisor/shared/safe_mode.c
1034- msgid "Fault detected by hardware."
1035- msgstr ""
1036-
10371030#: py/moduerrno.c
10381031msgid "File exists"
10391032msgstr ""
@@ -1109,6 +1102,10 @@ msgstr ""
11091102msgid "Half duplex SPI is not implemented"
11101103msgstr ""
11111104
1105+ #: supervisor/shared/safe_mode.c
1106+ msgid "Hard fault: memory access or instruction error."
1107+ msgstr ""
1108+
11121109#: ports/mimxrt10xx/common-hal/busio/SPI.c
11131110#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
11141111#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
@@ -1755,6 +1752,10 @@ msgstr ""
17551752msgid "Polygon needs at least 3 points"
17561753msgstr ""
17571754
1755+ #: supervisor/shared/safe_mode.c
1756+ msgid "Power dipped. Make sure you are providing enough power."
1757+ msgstr ""
1758+
17581759#: shared-bindings/_bleio/Adapter.c
17591760msgid "Prefix buffer must be on the heap"
17601761msgstr ""
@@ -1986,10 +1987,6 @@ msgstr ""
19861987msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
19871988msgstr ""
19881989
1989- #: supervisor/shared/safe_mode.c
1990- msgid "The power dipped. Make sure you are providing enough power."
1991- msgstr ""
1992-
19931990#: shared-module/audiomixer/MixerVoice.c
19941991msgid "The sample's bits_per_sample does not match the mixer's"
19951992msgstr ""
@@ -2580,8 +2577,7 @@ msgstr ""
25802577msgid "buffer slices must be of equal length"
25812578msgstr ""
25822579
2583- #: py/modstruct.c shared-bindings/struct/__init__.c
2584- #: shared-module/struct/__init__.c
2580+ #: py/modstruct.c shared-module/struct/__init__.c
25852581msgid "buffer too small"
25862582msgstr ""
25872583
@@ -3866,10 +3862,6 @@ msgstr ""
38663862msgid "pixel coordinates out of bounds"
38673863msgstr ""
38683864
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-
38733865#: extmod/vfs_posix_file.c
38743866msgid "poll on file not available on win32"
38753867msgstr ""
@@ -4181,7 +4173,7 @@ msgstr ""
41814173msgid "type is not an acceptable base type"
41824174msgstr ""
41834175
4184- #: py/objgenerator.c py/ runtime.c
4176+ #: py/runtime.c
41854177msgid "type object '%q' has no attribute '%q'"
41864178msgstr ""
41874179
0 commit comments