@@ -152,14 +152,6 @@ msgstr ""
152152msgid "%q must be >= %d"
153153msgstr ""
154154
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-
163155#: shared-bindings/analogbufio/BufferedIn.c
164156#: shared-bindings/audiocore/RawSample.c
165157msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -910,8 +902,7 @@ msgstr ""
910902msgid "Error: Failure to bind"
911903msgstr ""
912904
913- #: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
914- #: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
905+ #: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
915906#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
916907#: shared-bindings/microcontroller/Pin.c
917908#: shared-bindings/neopixel_write/__init__.c
@@ -1243,6 +1234,7 @@ msgid "Invalid size"
12431234msgstr ""
12441235
12451236#: ports/espressif/common-hal/ssl/SSLContext.c
1237+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
12461238msgid "Invalid socket for TLS"
12471239msgstr ""
12481240
@@ -1569,10 +1561,12 @@ msgid "Only 8 or 16 bit mono with "
15691561msgstr ""
15701562
15711563#: ports/espressif/common-hal/wifi/__init__.c
1564+ #: ports/raspberrypi/common-hal/wifi/__init__.c
15721565msgid "Only IPv4 addresses supported"
15731566msgstr ""
15741567
15751568#: ports/espressif/common-hal/socketpool/Socket.c
1569+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
15761570msgid "Only IPv4 sockets supported"
15771571msgstr ""
15781572
@@ -1642,6 +1636,7 @@ msgid "Out of memory"
16421636msgstr ""
16431637
16441638#: ports/espressif/common-hal/socketpool/Socket.c
1639+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
16451640msgid "Out of sockets"
16461641msgstr ""
16471642
@@ -1696,7 +1691,6 @@ msgid "Pin interrupt already in use"
16961691msgstr ""
16971692
16981693#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1699- #: shared-bindings/digitalio/DigitalInOut.c
17001694msgid "Pin is input only"
17011695msgstr ""
17021696
@@ -1916,6 +1910,7 @@ msgid "Slices not supported"
19161910msgstr ""
19171911
19181912#: ports/espressif/common-hal/socketpool/SocketPool.c
1913+ #: ports/raspberrypi/common-hal/socketpool/SocketPool.c
19191914msgid "SocketPool can only be used with wifi.radio"
19201915msgstr ""
19211916
@@ -2341,10 +2336,6 @@ msgstr ""
23412336msgid "a bytes-like object is required"
23422337msgstr ""
23432338
2344- #: shared-bindings/i2ctarget/I2CTarget.c
2345- msgid "address out of bounds"
2346- msgstr ""
2347-
23482339#: shared-bindings/i2ctarget/I2CTarget.c
23492340msgid "addresses is empty"
23502341msgstr ""
@@ -2814,10 +2805,6 @@ msgstr ""
28142805msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
28152806msgstr ""
28162807
2817- #: shared-bindings/audiobusio/PDMIn.c
2818- msgid "destination_length must be an int >= 0"
2819- msgstr ""
2820-
28212808#: py/objdict.c
28222809msgid "dict update sequence has wrong length"
28232810msgstr ""
@@ -3241,6 +3228,10 @@ msgstr ""
32413228msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
32423229msgstr ""
32433230
3231+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3232+ msgid "invalid cert"
3233+ msgstr ""
3234+
32443235#: shared-bindings/bitmaptools/__init__.c
32453236#, c-format
32463237msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3267,6 +3258,10 @@ msgstr ""
32673258msgid "invalid hostname"
32683259msgstr ""
32693260
3261+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3262+ msgid "invalid key"
3263+ msgstr ""
3264+
32703265#: py/compile.c
32713266msgid "invalid micropython decorator"
32723267msgstr ""
0 commit comments