@@ -112,6 +112,10 @@ msgstr ""
112112msgid "%q init failed"
113113msgstr ""
114114
115+ #: shared-bindings/dualbank/__init__.c
116+ msgid "%q is %q"
117+ msgstr ""
118+
115119#: py/argcheck.c
116120msgid "%q length must be %d"
117121msgstr ""
@@ -152,14 +156,6 @@ msgstr ""
152156msgid "%q must be >= %d"
153157msgstr ""
154158
155- #: py/argcheck.c
156- msgid "%q must be >= 0"
157- msgstr ""
158-
159- #: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
160- msgid "%q must be >= 1"
161- msgstr ""
162-
163159#: shared-bindings/analogbufio/BufferedIn.c
164160#: shared-bindings/audiocore/RawSample.c
165161msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -214,7 +210,7 @@ msgstr ""
214210msgid "%q, %q, and %q must all be the same length"
215211msgstr ""
216212
217- #: py/objint.c
213+ #: py/objint.c shared-bindings/storage/__init__.c
218214msgid "%q=%q"
219215msgstr ""
220216
@@ -910,8 +906,7 @@ msgstr ""
910906msgid "Error: Failure to bind"
911907msgstr ""
912908
913- #: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
914- #: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
909+ #: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
915910#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
916911#: shared-bindings/microcontroller/Pin.c
917912#: shared-bindings/neopixel_write/__init__.c
@@ -1569,10 +1564,12 @@ msgid "Only 8 or 16 bit mono with "
15691564msgstr ""
15701565
15711566#: ports/espressif/common-hal/wifi/__init__.c
1567+ #: ports/raspberrypi/common-hal/wifi/__init__.c
15721568msgid "Only IPv4 addresses supported"
15731569msgstr ""
15741570
15751571#: ports/espressif/common-hal/socketpool/Socket.c
1572+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
15761573msgid "Only IPv4 sockets supported"
15771574msgstr ""
15781575
@@ -1642,6 +1639,7 @@ msgid "Out of memory"
16421639msgstr ""
16431640
16441641#: ports/espressif/common-hal/socketpool/Socket.c
1642+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
16451643msgid "Out of sockets"
16461644msgstr ""
16471645
@@ -1696,7 +1694,6 @@ msgid "Pin interrupt already in use"
16961694msgstr ""
16971695
16981696#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1699- #: shared-bindings/digitalio/DigitalInOut.c
17001697msgid "Pin is input only"
17011698msgstr ""
17021699
@@ -1916,6 +1913,7 @@ msgid "Slices not supported"
19161913msgstr ""
19171914
19181915#: ports/espressif/common-hal/socketpool/SocketPool.c
1916+ #: ports/raspberrypi/common-hal/socketpool/SocketPool.c
19191917msgid "SocketPool can only be used with wifi.radio"
19201918msgstr ""
19211919
@@ -2341,10 +2339,6 @@ msgstr ""
23412339msgid "a bytes-like object is required"
23422340msgstr ""
23432341
2344- #: shared-bindings/i2ctarget/I2CTarget.c
2345- msgid "address out of bounds"
2346- msgstr ""
2347-
23482342#: shared-bindings/i2ctarget/I2CTarget.c
23492343msgid "addresses is empty"
23502344msgstr ""
@@ -2814,10 +2808,6 @@ msgstr ""
28142808msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
28152809msgstr ""
28162810
2817- #: shared-bindings/audiobusio/PDMIn.c
2818- msgid "destination_length must be an int >= 0"
2819- msgstr ""
2820-
28212811#: py/objdict.c
28222812msgid "dict update sequence has wrong length"
28232813msgstr ""
0 commit comments