@@ -216,7 +216,8 @@ msgstr ""
216216msgid "%q must be of type %q, %q, or %q, not %q"
217217msgstr ""
218218
219- #: py/argcheck.c shared-module/synthio/__init__.c
219+ #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
220+ #: shared-module/synthio/__init__.c
220221msgid "%q must be of type %q, not %q"
221222msgstr ""
222223
@@ -896,10 +897,6 @@ msgstr ""
896897msgid "Deep sleep pins must use a rising edge with pulldown"
897898msgstr ""
898899
899- #: shared-module/jpegio/JpegDecoder.c
900- msgid "Destination bitmap too small to contain image"
901- msgstr ""
902-
903900#: shared-bindings/audiobusio/PDMIn.c
904901msgid "Destination capacity is smaller than destination_length."
905902msgstr ""
@@ -2539,6 +2536,10 @@ msgstr ""
25392536msgid "binary op %q not implemented"
25402537msgstr ""
25412538
2539+ #: shared-module/bitmapfilter/__init__.c
2540+ msgid "bitmap size and depth must match"
2541+ msgstr ""
2542+
25422543#: shared-bindings/bitmaptools/__init__.c
25432544msgid "bitmap sizes must match"
25442545msgstr ""
@@ -3879,10 +3880,6 @@ msgstr ""
38793880msgid "parameters must be registers in sequence r0 to r3"
38803881msgstr ""
38813882
3882- #: shared-bindings/bitmaptools/__init__.c
3883- msgid "pixel coordinates out of bounds"
3884- msgstr ""
3885-
38863883#: extmod/vfs_posix_file.c
38873884msgid "poll on file not available on win32"
38883885msgstr ""
@@ -4277,6 +4274,10 @@ msgstr ""
42774274msgid "unsupported Xtensa instruction '%s' with %d arguments"
42784275msgstr ""
42794276
4277+ #: shared-module/bitmapfilter/__init__.c
4278+ msgid "unsupported bitmap depth"
4279+ msgstr ""
4280+
42804281#: shared-module/gifio/GifWriter.c
42814282msgid "unsupported colorspace for GifWriter"
42824283msgstr ""
@@ -4323,6 +4324,16 @@ msgstr ""
43234324msgid "wbits"
43244325msgstr ""
43254326
4327+ #: shared-bindings/bitmapfilter/__init__.c
4328+ msgid ""
4329+ "weights must be a sequence with an odd square number of elements (usually 9 "
4330+ "or 25)"
4331+ msgstr ""
4332+
4333+ #: shared-bindings/bitmapfilter/__init__.c
4334+ msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4335+ msgstr ""
4336+
43264337#: shared-bindings/is31fl3741/FrameBuffer.c
43274338msgid "width must be greater than zero"
43284339msgstr ""
0 commit comments