@@ -112,6 +112,10 @@ msgstr ""
112
112
msgid "%q init failed"
113
113
msgstr ""
114
114
115
+ #: shared-bindings/dualbank/__init__.c
116
+ msgid "%q is %q"
117
+ msgstr ""
118
+
115
119
#: py/argcheck.c
116
120
msgid "%q length must be %d"
117
121
msgstr ""
@@ -152,14 +156,6 @@ msgstr ""
152
156
msgid "%q must be >= %d"
153
157
msgstr ""
154
158
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
-
163
159
#: shared-bindings/analogbufio/BufferedIn.c
164
160
#: shared-bindings/audiocore/RawSample.c
165
161
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -214,7 +210,7 @@ msgstr ""
214
210
msgid "%q, %q, and %q must all be the same length"
215
211
msgstr ""
216
212
217
- #: py/objint.c
213
+ #: py/objint.c shared-bindings/storage/__init__.c
218
214
msgid "%q=%q"
219
215
msgstr ""
220
216
@@ -910,8 +906,7 @@ msgstr ""
910
906
msgid "Error: Failure to bind"
911
907
msgstr ""
912
908
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
915
910
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
916
911
#: shared-bindings/microcontroller/Pin.c
917
912
#: shared-bindings/neopixel_write/__init__.c
@@ -1569,10 +1564,12 @@ msgid "Only 8 or 16 bit mono with "
1569
1564
msgstr ""
1570
1565
1571
1566
#: ports/espressif/common-hal/wifi/__init__.c
1567
+ #: ports/raspberrypi/common-hal/wifi/__init__.c
1572
1568
msgid "Only IPv4 addresses supported"
1573
1569
msgstr ""
1574
1570
1575
1571
#: ports/espressif/common-hal/socketpool/Socket.c
1572
+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
1576
1573
msgid "Only IPv4 sockets supported"
1577
1574
msgstr ""
1578
1575
@@ -1642,6 +1639,7 @@ msgid "Out of memory"
1642
1639
msgstr ""
1643
1640
1644
1641
#: ports/espressif/common-hal/socketpool/Socket.c
1642
+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
1645
1643
msgid "Out of sockets"
1646
1644
msgstr ""
1647
1645
@@ -1696,7 +1694,6 @@ msgid "Pin interrupt already in use"
1696
1694
msgstr ""
1697
1695
1698
1696
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1699
- #: shared-bindings/digitalio/DigitalInOut.c
1700
1697
msgid "Pin is input only"
1701
1698
msgstr ""
1702
1699
@@ -1916,6 +1913,7 @@ msgid "Slices not supported"
1916
1913
msgstr ""
1917
1914
1918
1915
#: ports/espressif/common-hal/socketpool/SocketPool.c
1916
+ #: ports/raspberrypi/common-hal/socketpool/SocketPool.c
1919
1917
msgid "SocketPool can only be used with wifi.radio"
1920
1918
msgstr ""
1921
1919
@@ -2341,10 +2339,6 @@ msgstr ""
2341
2339
msgid "a bytes-like object is required"
2342
2340
msgstr ""
2343
2341
2344
- #: shared-bindings/i2ctarget/I2CTarget.c
2345
- msgid "address out of bounds"
2346
- msgstr ""
2347
-
2348
2342
#: shared-bindings/i2ctarget/I2CTarget.c
2349
2343
msgid "addresses is empty"
2350
2344
msgstr ""
@@ -2814,10 +2808,6 @@ msgstr ""
2814
2808
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
2815
2809
msgstr ""
2816
2810
2817
- #: shared-bindings/audiobusio/PDMIn.c
2818
- msgid "destination_length must be an int >= 0"
2819
- msgstr ""
2820
-
2821
2811
#: py/objdict.c
2822
2812
msgid "dict update sequence has wrong length"
2823
2813
msgstr ""
0 commit comments