@@ -661,12 +661,12 @@ msgid "Buffer length %d too big. It must be less than %d"
661661msgstr ""
662662
663663#: ports/atmel-samd/common-hal/sdioio/SDCard.c
664- #: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
665- msgid "Buffer length must be a multiple of 512"
666- msgstr ""
667-
664+ #: ports/cxd56/common-hal/sdioio/SDCard.c
665+ #: ports/espressif/common-hal/sdioio/SDCard.c
668666#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
669- msgid "Buffer must be a multiple of 512 bytes"
667+ #: shared-module/sdcardio/SDCard.c
668+ #, c-format
669+ msgid "Buffer must be a multiple of %d bytes"
670670msgstr ""
671671
672672#: shared-bindings/_bleio/PacketBuffer.c
@@ -1183,11 +1183,13 @@ msgstr ""
11831183msgid "Interrupted by output function"
11841184msgstr ""
11851185
1186+ #: ports/espressif/common-hal/_bleio/Service.c
11861187#: ports/espressif/common-hal/espulp/ULP.c
11871188#: ports/espressif/common-hal/microcontroller/Processor.c
11881189#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
11891190#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
11901191#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1192+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11911193#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
11921194#: shared-bindings/digitalio/DigitalInOut.c
11931195#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
@@ -1307,6 +1309,7 @@ msgid "MAC address was invalid"
13071309msgstr ""
13081310
13091311#: ports/espressif/common-hal/_bleio/Characteristic.c
1312+ #: ports/espressif/common-hal/_bleio/Descriptor.c
13101313msgid "MITM security not supported"
13111314msgstr ""
13121315
@@ -1539,8 +1542,9 @@ msgid "Not supported JPEG standard"
15391542msgstr ""
15401543
15411544#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1545+ #: ports/espressif/common-hal/sdioio/SDCard.c
15421546#, c-format
1543- msgid "Number of data_pins must be 8 or 16 , not %d"
1547+ msgid "Number of data_pins must be %d or %d , not %d"
15441548msgstr ""
15451549
15461550#: shared-bindings/util.c
@@ -1864,9 +1868,10 @@ msgstr ""
18641868msgid "SDIO GetCardInfo Error %d"
18651869msgstr ""
18661870
1871+ #: ports/espressif/common-hal/sdioio/SDCard.c
18671872#: ports/stm/common-hal/sdioio/SDCard.c
18681873#, c-format
1869- msgid "SDIO Init Error %d "
1874+ msgid "SDIO Init Error %x "
18701875msgstr ""
18711876
18721877#: ports/espressif/common-hal/busio/SPI.c
@@ -2242,14 +2247,12 @@ msgid "Update failed"
22422247msgstr ""
22432248
22442249#: ports/espressif/common-hal/_bleio/Characteristic.c
2245- #: ports/espressif/common-hal/_bleio/Descriptor.c
22462250#: ports/nordic/common-hal/_bleio/Characteristic.c
22472251#: ports/nordic/common-hal/_bleio/Descriptor.c
22482252msgid "Value length != required fixed length"
22492253msgstr ""
22502254
22512255#: ports/espressif/common-hal/_bleio/Characteristic.c
2252- #: ports/espressif/common-hal/_bleio/Descriptor.c
22532256#: ports/nordic/common-hal/_bleio/Characteristic.c
22542257#: ports/nordic/common-hal/_bleio/Descriptor.c
22552258msgid "Value length > max_length"
@@ -3098,7 +3101,8 @@ msgstr ""
30983101msgid "function missing required positional argument #%d"
30993102msgstr ""
31003103
3101- #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
3104+ #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
3105+ #: shared-bindings/time/__init__.c
31023106#, c-format
31033107msgid "function takes %d positional arguments but %d were given"
31043108msgstr ""
@@ -3250,7 +3254,7 @@ msgstr ""
32503254msgid "input must be a dense ndarray"
32513255msgstr ""
32523256
3253- #: extmod/ulab/code/user/user.c
3257+ #: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
32543258msgid "input must be an ndarray"
32553259msgstr ""
32563260
0 commit comments