@@ -118,7 +118,7 @@ msgstr ""
118118msgid "%q is %q"
119119msgstr ""
120120
121- #: py/argcheck.c
121+ #: py/argcheck.c shared-bindings/usb_hid/Device.c
122122msgid "%q length must be %d"
123123msgstr ""
124124
@@ -134,10 +134,6 @@ msgstr ""
134134msgid "%q length must be >= %d"
135135msgstr ""
136136
137- #: shared-bindings/busio/I2C.c
138- msgid "%q length must be >= 1"
139- msgstr ""
140-
141137#: py/argcheck.c
142138msgid "%q must be %d"
143139msgstr ""
@@ -163,15 +159,7 @@ msgstr ""
163159msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
164160msgstr ""
165161
166- #: py/argcheck.c
167- msgid "%q must be a string"
168- msgstr ""
169-
170- #: py/argcheck.c
171- msgid "%q must be an int"
172- msgstr ""
173-
174- #: py/argcheck.c py/obj.c
162+ #: py/argcheck.c py/obj.c py/objstrunicode.c
175163msgid "%q must be of type %q"
176164msgstr ""
177165
@@ -201,8 +189,8 @@ msgstr ""
201189msgid "%q pin invalid"
202190msgstr ""
203191
204- #: shared-bindings/usb_hid/Device .c
205- msgid "%q with a report ID of 0 must be of length 1 "
192+ #: py/objrange.c py/objslice.c shared-bindings/random/__init__ .c
193+ msgid "%q step cannot be zero "
206194msgstr ""
207195
208196#: py/bc.c py/objnamedtuple.c
@@ -511,10 +499,6 @@ msgstr ""
511499msgid "Array values should be single bytes."
512500msgstr ""
513501
514- #: shared-bindings/microcontroller/Pin.c
515- msgid "At most %d %q may be specified (not %d)"
516- msgstr ""
517-
518502#: shared-module/memorymonitor/AllocationAlarm.c
519503#, c-format
520504msgid "Attempt to allocate %d blocks"
@@ -1260,10 +1244,6 @@ msgstr ""
12601244msgid "Invalid multicast MAC address"
12611245msgstr ""
12621246
1263- #: shared-bindings/busio/UART.c
1264- msgid "Invalid pins"
1265- msgstr ""
1266-
12671247#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
12681248msgid "Invalid size"
12691249msgstr ""
@@ -1501,11 +1481,6 @@ msgstr ""
15011481msgid "No long integer support"
15021482msgstr ""
15031483
1504- #: shared-module/usb_hid/__init__.c
1505- #, c-format
1506- msgid "No more than %d HID devices allowed"
1507- msgstr ""
1508-
15091484#: shared-bindings/wifi/Radio.c
15101485msgid "No network with that ssid"
15111486msgstr ""
@@ -2545,10 +2520,6 @@ msgstr ""
25452520msgid "buffer too small for requested bytes"
25462521msgstr ""
25472522
2548- #: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2549- msgid "byteorder is not a string"
2550- msgstr ""
2551-
25522523#: py/objarray.c
25532524msgid "bytes length not a multiple of item size"
25542525msgstr ""
@@ -2590,14 +2561,10 @@ msgstr ""
25902561msgid "can't cancel self"
25912562msgstr ""
25922563
2593- #: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
2564+ #: py/obj.c py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
25942565msgid "can't convert %q to %q"
25952566msgstr ""
25962567
2597- #: py/runtime.c
2598- msgid "can't convert %q to int"
2599- msgstr ""
2600-
26012568#: py/obj.c
26022569#, c-format
26032570msgid "can't convert %s to complex"
@@ -2781,10 +2748,6 @@ msgstr ""
27812748msgid "comparison of int and uint"
27822749msgstr ""
27832750
2784- #: py/objcomplex.c
2785- msgid "complex division by zero"
2786- msgstr ""
2787-
27882751#: py/objfloat.c py/parsenum.c
27892752msgid "complex values not supported"
27902753msgstr ""
@@ -2887,12 +2850,7 @@ msgstr ""
28872850msgid "div/mod not implemented for uint"
28882851msgstr ""
28892852
2890- #: py/objfloat.c py/objint_mpz.c
2891- msgid "divide by zero"
2892- msgstr ""
2893-
2894- #: py/modmath.c py/objint_longlong.c py/runtime.c
2895- #: shared-bindings/math/__init__.c
2853+ #: py/runtime.c
28962854msgid "division by zero"
28972855msgstr ""
28982856
@@ -3264,10 +3222,6 @@ msgstr ""
32643222msgid "inputs are not iterable"
32653223msgstr ""
32663224
3267- #: py/parsenum.c
3268- msgid "int() arg 2 must be >= 2 and <= 36"
3269- msgstr ""
3270-
32713225#: extmod/ulab/code/numpy/approx.c
32723226msgid "interp is defined for 1D iterables of equal length"
32733227msgstr ""
@@ -3405,10 +3359,6 @@ msgstr ""
34053359msgid "local variable referenced before assignment"
34063360msgstr ""
34073361
3408- #: py/objint.c
3409- msgid "long int not supported in this build"
3410- msgstr ""
3411-
34123362#: ports/espressif/common-hal/canio/CAN.c
34133363msgid "loopback + silent mode not supported by peripheral"
34143364msgstr ""
@@ -3943,10 +3893,6 @@ msgstr ""
39433893msgid "slice step can't be zero"
39443894msgstr ""
39453895
3946- #: py/objslice.c
3947- msgid "slice step cannot be zero"
3948- msgstr ""
3949-
39503896#: py/nativeglue.c
39513897msgid "slice unsupported"
39523898msgstr ""
@@ -3995,10 +3941,6 @@ msgstr ""
39953941msgid "start/end indices"
39963942msgstr ""
39973943
3998- #: shared-bindings/random/__init__.c
3999- msgid "step must be non-zero"
4000- msgstr ""
4001-
40023944#: shared-bindings/random/__init__.c
40033945msgid "stop not reachable from start"
40043946msgstr ""
@@ -4007,10 +3949,6 @@ msgstr ""
40073949msgid "stream operation not supported"
40083950msgstr ""
40093951
4010- #: py/objstrunicode.c
4011- msgid "string indices must be integers, not %q"
4012- msgstr ""
4013-
40143952#: py/stream.c
40153953msgid "string not supported; use bytes or bytearray"
40163954msgstr ""
@@ -4043,10 +3981,6 @@ msgstr ""
40433981msgid "syntax error in uctypes descriptor"
40443982msgstr ""
40453983
4046- #: shared-bindings/time/__init__.c
4047- msgid "time.struct_time() takes a 9-sequence"
4048- msgstr ""
4049-
40503984#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
40513985#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
40523986#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
@@ -4328,10 +4262,6 @@ msgstr ""
43284262msgid "y value out of bounds"
43294263msgstr ""
43304264
4331- #: py/objrange.c
4332- msgid "zero step"
4333- msgstr ""
4334-
43354265#: extmod/ulab/code/scipy/signal/signal.c
43364266msgid "zi must be an ndarray"
43374267msgstr ""
0 commit comments