@@ -105,6 +105,10 @@ msgstr ""
105105msgid "%q failure: %d"
106106msgstr ""
107107
108+ #: py/argcheck.c
109+ msgid "%q in %q must be of type %q, not %q"
110+ msgstr ""
111+
108112#: ports/espressif/common-hal/espulp/ULP.c
109113#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
110114#: shared-bindings/digitalio/DigitalInOut.c
@@ -172,12 +176,13 @@ msgstr ""
172176msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
173177msgstr ""
174178
175- #: py/argcheck.c py/obj.c py/objstrunicode.c
176- msgid "%q must be of type %q"
179+ #: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
180+ #: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
181+ msgid "%q must be of type %q or %q, not %q"
177182msgstr ""
178183
179- #: py/objexcept .c shared-bindings/digitalio/Pull .c
180- msgid "%q must be of type %q or None "
184+ #: py/argcheck .c py/obj.c py/objstrunicode .c
185+ msgid "%q must be of type %q, not %q "
181186msgstr ""
182187
183188#: ports/atmel-samd/common-hal/busio/UART.c
@@ -932,20 +937,8 @@ msgstr ""
932937msgid "Error: Failure to bind"
933938msgstr ""
934939
935- #: ports/espressif/bindings/espulp/ULP.c py/enum.c
936- #: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
937- #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
938- #: shared-bindings/microcontroller/Pin.c
939- #: shared-bindings/neopixel_write/__init__.c
940- msgid "Expected a %q"
941- msgstr ""
942-
943- #: ports/raspberrypi/bindings/cyw43/__init__.c
944- msgid "Expected a %q or %q"
945- msgstr ""
946-
947940#: shared-bindings/alarm/__init__.c
948- msgid "Expected an %q"
941+ msgid "Expected a kind of %q"
949942msgstr ""
950943
951944#: ports/espressif/common-hal/_bleio/Adapter.c
@@ -1118,11 +1111,6 @@ msgstr ""
11181111msgid "I2SOut not available"
11191112msgstr ""
11201113
1121- #: shared-bindings/aesio/aes.c
1122- #, c-format
1123- msgid "IV must be %d bytes long"
1124- msgstr ""
1125-
11261114#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11271115msgid "In-buffer elements must be <= 4 bytes long"
11281116msgstr ""
@@ -1583,10 +1571,6 @@ msgstr ""
15831571msgid "Not playing"
15841572msgstr ""
15851573
1586- #: shared-bindings/_bleio/__init__.c
1587- msgid "Not settable"
1588- msgstr ""
1589-
15901574#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
15911575#, c-format
15921576msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1859,6 +1843,7 @@ msgstr ""
18591843msgid "Random number generation error"
18601844msgstr ""
18611845
1846+ #: shared-bindings/_bleio/__init__.c
18621847#: shared-bindings/memorymonitor/AllocationSize.c
18631848#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18641849msgid "Read-only"
@@ -2045,7 +2030,10 @@ msgstr ""
20452030msgid "The above exception was the direct cause of the following exception:"
20462031msgstr ""
20472032
2033+ #: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
20482034#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2035+ #: ports/espressif/boards/m5stack_atom_matrix/mpconfigboard.h
2036+ #: ports/espressif/boards/m5stack_atom_u/mpconfigboard.h
20492037msgid "The central button was pressed at start up.\n"
20502038msgstr ""
20512039
@@ -2969,14 +2957,6 @@ msgstr ""
29692957msgid "exceptions must derive from BaseException"
29702958msgstr ""
29712959
2972- #: shared-bindings/canio/CAN.c
2973- msgid "expected '%q' but got '%q'"
2974- msgstr ""
2975-
2976- #: shared-bindings/canio/CAN.c
2977- msgid "expected '%q' or '%q' but got '%q'"
2978- msgstr ""
2979-
29802960#: py/objstr.c
29812961msgid "expected ':' after format specifier"
29822962msgstr ""
0 commit comments