@@ -229,7 +229,8 @@ msgstr "%q must be of type %q or %q, not %q"
229229msgid "%q must be of type %q, %q, or %q, not %q"
230230msgstr "%q must be of type %q, %q, or %q, not %q"
231231
232- #: py/argcheck.c shared-module/synthio/__init__.c
232+ #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
233+ #: shared-module/synthio/__init__.c
233234msgid "%q must be of type %q, not %q"
234235msgstr "%q must be of type %q, not %q"
235236
@@ -913,10 +914,6 @@ msgstr "Data too large for advertisement packet"
913914msgid "Deep sleep pins must use a rising edge with pulldown"
914915msgstr "Deep sleep pins must use a rising edge with pulldown"
915916
916- #: shared-module/jpegio/JpegDecoder.c
917- msgid "Destination bitmap too small to contain image"
918- msgstr "Destination bitmap too small to contain image"
919-
920917#: shared-bindings/audiobusio/PDMIn.c
921918msgid "Destination capacity is smaller than destination_length."
922919msgstr "Destination capacity is smaller than destination_length."
@@ -2576,6 +2573,10 @@ msgstr "bad typecode"
25762573msgid "binary op %q not implemented"
25772574msgstr "binary op %q not implemented"
25782575
2576+ #: shared-module/bitmapfilter/__init__.c
2577+ msgid "bitmap size and depth must match"
2578+ msgstr ""
2579+
25792580#: shared-bindings/bitmaptools/__init__.c
25802581msgid "bitmap sizes must match"
25812582msgstr "bitmap sizes must match"
@@ -3919,10 +3920,6 @@ msgstr "parameters must be registers in sequence a2 to a5"
39193920msgid "parameters must be registers in sequence r0 to r3"
39203921msgstr "parameters must be registers in sequence r0 to r3"
39213922
3922- #: shared-bindings/bitmaptools/__init__.c
3923- msgid "pixel coordinates out of bounds"
3924- msgstr "pixel coordinates out of bounds"
3925-
39263923#: extmod/vfs_posix_file.c
39273924msgid "poll on file not available on win32"
39283925msgstr "poll on file not available on win32"
@@ -4317,6 +4314,10 @@ msgstr "unsupported Thumb instruction '%s' with %d arguments"
43174314msgid "unsupported Xtensa instruction '%s' with %d arguments"
43184315msgstr "unsupported Xtensa instruction '%s' with %d arguments"
43194316
4317+ #: shared-module/bitmapfilter/__init__.c
4318+ msgid "unsupported bitmap depth"
4319+ msgstr ""
4320+
43204321#: shared-module/gifio/GifWriter.c
43214322msgid "unsupported colorspace for GifWriter"
43224323msgstr "unsupported colourspace for GifWriter"
@@ -4363,6 +4364,16 @@ msgstr "value out of range of target"
43634364msgid "wbits"
43644365msgstr "wbits"
43654366
4367+ #: shared-bindings/bitmapfilter/__init__.c
4368+ msgid ""
4369+ "weights must be a sequence with an odd square number of elements (usually 9 "
4370+ "or 25)"
4371+ msgstr ""
4372+
4373+ #: shared-bindings/bitmapfilter/__init__.c
4374+ msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4375+ msgstr ""
4376+
43664377#: shared-bindings/is31fl3741/FrameBuffer.c
43674378msgid "width must be greater than zero"
43684379msgstr "width must be greater than zero"
@@ -4434,6 +4445,12 @@ msgstr "zi must be of float type"
44344445msgid "zi must be of shape (n_section, 2)"
44354446msgstr "zi must be of shape (n_section, 2)"
44364447
4448+ #~ msgid "Destination bitmap too small to contain image"
4449+ #~ msgstr "Destination bitmap too small to contain image"
4450+
4451+ #~ msgid "pixel coordinates out of bounds"
4452+ #~ msgstr "pixel coordinates out of bounds"
4453+
44374454#~ msgid "A hardware interrupt channel is already in use"
44384455#~ msgstr "A hardware interrupt channel is already in use"
44394456
0 commit comments