@@ -105,6 +105,10 @@ msgstr ""
105
105
msgid "%q failure: %d"
106
106
msgstr ""
107
107
108
+ #: py/argcheck.c
109
+ msgid "%q in %q must be of type %q, not %q"
110
+ msgstr ""
111
+
108
112
#: ports/espressif/common-hal/espulp/ULP.c
109
113
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
110
114
#: shared-bindings/digitalio/DigitalInOut.c
@@ -172,12 +176,13 @@ msgstr ""
172
176
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
173
177
msgstr ""
174
178
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"
177
182
msgstr ""
178
183
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 "
181
186
msgstr ""
182
187
183
188
#: ports/atmel-samd/common-hal/busio/UART.c
@@ -932,20 +937,8 @@ msgstr ""
932
937
msgid "Error: Failure to bind"
933
938
msgstr ""
934
939
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
-
947
940
#: shared-bindings/alarm/__init__.c
948
- msgid "Expected an %q"
941
+ msgid "Expected a kind of %q"
949
942
msgstr ""
950
943
951
944
#: ports/espressif/common-hal/_bleio/Adapter.c
@@ -1118,11 +1111,6 @@ msgstr ""
1118
1111
msgid "I2SOut not available"
1119
1112
msgstr ""
1120
1113
1121
- #: shared-bindings/aesio/aes.c
1122
- #, c-format
1123
- msgid "IV must be %d bytes long"
1124
- msgstr ""
1125
-
1126
1114
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1127
1115
msgid "In-buffer elements must be <= 4 bytes long"
1128
1116
msgstr ""
@@ -1583,10 +1571,6 @@ msgstr ""
1583
1571
msgid "Not playing"
1584
1572
msgstr ""
1585
1573
1586
- #: shared-bindings/_bleio/__init__.c
1587
- msgid "Not settable"
1588
- msgstr ""
1589
-
1590
1574
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
1591
1575
#, c-format
1592
1576
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1859,6 +1843,7 @@ msgstr ""
1859
1843
msgid "Random number generation error"
1860
1844
msgstr ""
1861
1845
1846
+ #: shared-bindings/_bleio/__init__.c
1862
1847
#: shared-bindings/memorymonitor/AllocationSize.c
1863
1848
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
1864
1849
msgid "Read-only"
@@ -2045,7 +2030,10 @@ msgstr ""
2045
2030
msgid "The above exception was the direct cause of the following exception:"
2046
2031
msgstr ""
2047
2032
2033
+ #: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
2048
2034
#: 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
2049
2037
msgid "The central button was pressed at start up.\n"
2050
2038
msgstr ""
2051
2039
@@ -2969,14 +2957,6 @@ msgstr ""
2969
2957
msgid "exceptions must derive from BaseException"
2970
2958
msgstr ""
2971
2959
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
-
2980
2960
#: py/objstr.c
2981
2961
msgid "expected ':' after format specifier"
2982
2962
msgstr ""
0 commit comments