@@ -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
@@ -633,11 +633,6 @@ msgstr ""
633
633
msgid "Buffer is not a bytearray."
634
634
msgstr ""
635
635
636
- #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
637
- #: shared-bindings/framebufferio/FramebufferDisplay.c
638
- msgid "Buffer is too small"
639
- msgstr ""
640
-
641
636
#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
642
637
#, c-format
643
638
msgid "Buffer length %d too big. It must be less than %d"
@@ -657,6 +652,12 @@ msgstr ""
657
652
msgid "Buffer too short by %d bytes"
658
653
msgstr ""
659
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
+
660
661
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
661
662
msgid "Buffers must be same size"
662
663
msgstr ""
@@ -1786,6 +1787,10 @@ msgstr ""
1786
1787
msgid "Polygon needs at least 3 points"
1787
1788
msgstr ""
1788
1789
1790
+ #: supervisor/shared/safe_mode.c
1791
+ msgid "Power dipped. Make sure you are providing enough power."
1792
+ msgstr ""
1793
+
1789
1794
#: shared-bindings/_bleio/Adapter.c
1790
1795
msgid "Prefix buffer must be on the heap"
1791
1796
msgstr ""
@@ -2016,10 +2021,6 @@ msgstr ""
2016
2021
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
2017
2022
msgstr ""
2018
2023
2019
- #: supervisor/shared/safe_mode.c
2020
- msgid "The power dipped. Make sure you are providing enough power."
2021
- msgstr ""
2022
-
2023
2024
#: shared-module/audiomixer/MixerVoice.c
2024
2025
msgid "The sample's bits_per_sample does not match the mixer's"
2025
2026
msgstr ""
@@ -2605,8 +2606,7 @@ msgstr ""
2605
2606
msgid "buffer slices must be of equal length"
2606
2607
msgstr ""
2607
2608
2608
- #: py/modstruct.c shared-bindings/struct/__init__.c
2609
- #: shared-module/struct/__init__.c
2609
+ #: py/modstruct.c shared-module/struct/__init__.c
2610
2610
msgid "buffer too small"
2611
2611
msgstr ""
2612
2612
@@ -3863,10 +3863,6 @@ msgstr ""
3863
3863
msgid "pixel coordinates out of bounds"
3864
3864
msgstr ""
3865
3865
3866
- #: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
3867
- msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
3868
- msgstr ""
3869
-
3870
3866
#: extmod/vfs_posix_file.c
3871
3867
msgid "poll on file not available on win32"
3872
3868
msgstr ""
0 commit comments