@@ -216,7 +216,8 @@ msgstr ""
216
216
msgid "%q must be of type %q, %q, or %q, not %q"
217
217
msgstr ""
218
218
219
- #: py/argcheck.c shared-module/synthio/__init__.c
219
+ #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
220
+ #: shared-module/synthio/__init__.c
220
221
msgid "%q must be of type %q, not %q"
221
222
msgstr ""
222
223
@@ -896,10 +897,6 @@ msgstr ""
896
897
msgid "Deep sleep pins must use a rising edge with pulldown"
897
898
msgstr ""
898
899
899
- #: shared-module/jpegio/JpegDecoder.c
900
- msgid "Destination bitmap too small to contain image"
901
- msgstr ""
902
-
903
900
#: shared-bindings/audiobusio/PDMIn.c
904
901
msgid "Destination capacity is smaller than destination_length."
905
902
msgstr ""
@@ -2539,6 +2536,10 @@ msgstr ""
2539
2536
msgid "binary op %q not implemented"
2540
2537
msgstr ""
2541
2538
2539
+ #: shared-module/bitmapfilter/__init__.c
2540
+ msgid "bitmap size and depth must match"
2541
+ msgstr ""
2542
+
2542
2543
#: shared-bindings/bitmaptools/__init__.c
2543
2544
msgid "bitmap sizes must match"
2544
2545
msgstr ""
@@ -3879,10 +3880,6 @@ msgstr ""
3879
3880
msgid "parameters must be registers in sequence r0 to r3"
3880
3881
msgstr ""
3881
3882
3882
- #: shared-bindings/bitmaptools/__init__.c
3883
- msgid "pixel coordinates out of bounds"
3884
- msgstr ""
3885
-
3886
3883
#: extmod/vfs_posix_file.c
3887
3884
msgid "poll on file not available on win32"
3888
3885
msgstr ""
@@ -4277,6 +4274,10 @@ msgstr ""
4277
4274
msgid "unsupported Xtensa instruction '%s' with %d arguments"
4278
4275
msgstr ""
4279
4276
4277
+ #: shared-module/bitmapfilter/__init__.c
4278
+ msgid "unsupported bitmap depth"
4279
+ msgstr ""
4280
+
4280
4281
#: shared-module/gifio/GifWriter.c
4281
4282
msgid "unsupported colorspace for GifWriter"
4282
4283
msgstr ""
@@ -4323,6 +4324,16 @@ msgstr ""
4323
4324
msgid "wbits"
4324
4325
msgstr ""
4325
4326
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
+
4326
4337
#: shared-bindings/is31fl3741/FrameBuffer.c
4327
4338
msgid "width must be greater than zero"
4328
4339
msgstr ""
0 commit comments