@@ -229,7 +229,8 @@ msgstr "%q must be of type %q or %q, not %q"
229
229
msgid "%q must be of type %q, %q, or %q, not %q"
230
230
msgstr "%q must be of type %q, %q, or %q, not %q"
231
231
232
- #: py/argcheck.c shared-module/synthio/__init__.c
232
+ #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
233
+ #: shared-module/synthio/__init__.c
233
234
msgid "%q must be of type %q, not %q"
234
235
msgstr "%q must be of type %q, not %q"
235
236
@@ -913,10 +914,6 @@ msgstr "Data too large for advertisement packet"
913
914
msgid "Deep sleep pins must use a rising edge with pulldown"
914
915
msgstr "Deep sleep pins must use a rising edge with pulldown"
915
916
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
-
920
917
#: shared-bindings/audiobusio/PDMIn.c
921
918
msgid "Destination capacity is smaller than destination_length."
922
919
msgstr "Destination capacity is smaller than destination_length."
@@ -2576,6 +2573,10 @@ msgstr "bad typecode"
2576
2573
msgid "binary op %q not implemented"
2577
2574
msgstr "binary op %q not implemented"
2578
2575
2576
+ #: shared-module/bitmapfilter/__init__.c
2577
+ msgid "bitmap size and depth must match"
2578
+ msgstr ""
2579
+
2579
2580
#: shared-bindings/bitmaptools/__init__.c
2580
2581
msgid "bitmap sizes must match"
2581
2582
msgstr "bitmap sizes must match"
@@ -3919,10 +3920,6 @@ msgstr "parameters must be registers in sequence a2 to a5"
3919
3920
msgid "parameters must be registers in sequence r0 to r3"
3920
3921
msgstr "parameters must be registers in sequence r0 to r3"
3921
3922
3922
- #: shared-bindings/bitmaptools/__init__.c
3923
- msgid "pixel coordinates out of bounds"
3924
- msgstr "pixel coordinates out of bounds"
3925
-
3926
3923
#: extmod/vfs_posix_file.c
3927
3924
msgid "poll on file not available on win32"
3928
3925
msgstr "poll on file not available on win32"
@@ -4317,6 +4314,10 @@ msgstr "unsupported Thumb instruction '%s' with %d arguments"
4317
4314
msgid "unsupported Xtensa instruction '%s' with %d arguments"
4318
4315
msgstr "unsupported Xtensa instruction '%s' with %d arguments"
4319
4316
4317
+ #: shared-module/bitmapfilter/__init__.c
4318
+ msgid "unsupported bitmap depth"
4319
+ msgstr ""
4320
+
4320
4321
#: shared-module/gifio/GifWriter.c
4321
4322
msgid "unsupported colorspace for GifWriter"
4322
4323
msgstr "unsupported colourspace for GifWriter"
@@ -4363,6 +4364,16 @@ msgstr "value out of range of target"
4363
4364
msgid "wbits"
4364
4365
msgstr "wbits"
4365
4366
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
+
4366
4377
#: shared-bindings/is31fl3741/FrameBuffer.c
4367
4378
msgid "width must be greater than zero"
4368
4379
msgstr "width must be greater than zero"
@@ -4434,6 +4445,12 @@ msgstr "zi must be of float type"
4434
4445
msgid "zi must be of shape (n_section, 2)"
4435
4446
msgstr "zi must be of shape (n_section, 2)"
4436
4447
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
+
4437
4454
#~ msgid "A hardware interrupt channel is already in use"
4438
4455
#~ msgstr "A hardware interrupt channel is already in use"
4439
4456
0 commit comments