@@ -208,15 +208,15 @@ msgstr ""
208208
209209#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210210#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
211- #: shared-module/synthio/Synthesizer.c
211+ #: shared-bindings/supervisor/__init__.c shared- module/synthio/Synthesizer.c
212212msgid "%q must be of type %q or %q, not %q"
213213msgstr ""
214214
215215#: shared-bindings/jpegio/JpegDecoder.c
216216msgid "%q must be of type %q, %q, or %q, not %q"
217217msgstr ""
218218
219- #: py/argcheck.c shared-module/synthio/__init__.c
219+ #: py/argcheck.c py/runtime.c shared-module/synthio/__init__.c
220220msgid "%q must be of type %q, not %q"
221221msgstr ""
222222
@@ -233,7 +233,7 @@ msgstr ""
233233#: ports/nrf/common-hal/pulseio/PulseIn.c
234234#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
235235#: ports/stm/common-hal/pulseio/PulseIn.c py/argcheck.c
236- #: shared-bindings/canio/Match.c
236+ #: shared-bindings/canio/Match.c shared-bindings/time/__init__.c
237237msgid "%q out of range"
238238msgstr ""
239239
@@ -1120,11 +1120,6 @@ msgstr ""
11201120msgid "Heap allocation when VM not running."
11211121msgstr ""
11221122
1123- #: supervisor/shared/safe_mode.c
1124- msgid ""
1125- "Heap was corrupted because the stack was too small. Increase stack size."
1126- msgstr ""
1127-
11281123#: extmod/vfs_posix_file.c py/objstringio.c
11291124msgid "I/O operation on closed file"
11301125msgstr ""
@@ -1375,11 +1370,7 @@ msgid "Missing jmp_pin. %q[%u] jumps on pin"
13751370msgstr ""
13761371
13771372#: shared-module/storage/__init__.c
1378- msgid "Mount point directory missing. Create first (maybe via USB)"
1379- msgstr ""
1380-
1381- #: shared-module/storage/__init__.c
1382- msgid "Mount point must be a directory"
1373+ msgid "Mount point directory missing"
13831374msgstr ""
13841375
13851376#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
@@ -1486,15 +1477,12 @@ msgstr ""
14861477msgid "No default %q bus"
14871478msgstr ""
14881479
1480+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14891481#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
14901482#: ports/atmel-samd/common-hal/touchio/TouchIn.c
14911483msgid "No free GCLKs"
14921484msgstr ""
14931485
1494- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1495- msgid "No free GLCKs"
1496- msgstr ""
1497-
14981486#: shared-bindings/os/__init__.c
14991487msgid "No hardware random available"
15001488msgstr ""
@@ -1978,6 +1966,10 @@ msgstr ""
19781966msgid "Specify exactly one of data0 or data_pins"
19791967msgstr ""
19801968
1969+ #: supervisor/shared/safe_mode.c
1970+ msgid "Stack overflow. Increase stack size."
1971+ msgstr ""
1972+
19811973#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
19821974msgid "Stereo left must be on PWM channel A"
19831975msgstr ""
@@ -2092,10 +2084,6 @@ msgstr ""
20922084msgid "Traceback (most recent call last):\n"
20932085msgstr ""
20942086
2095- #: shared-bindings/time/__init__.c
2096- msgid "Tuple or struct_time argument required"
2097- msgstr ""
2098-
20992087#: ports/stm/common-hal/busio/UART.c
21002088msgid "UART de-init"
21012089msgstr ""
@@ -2449,10 +2437,6 @@ msgstr ""
24492437msgid "argsort is not implemented for flattened arrays"
24502438msgstr ""
24512439
2452- #: py/runtime.c shared-bindings/supervisor/__init__.c
2453- msgid "argument has wrong type"
2454- msgstr ""
2455-
24562440#: py/compile.c
24572441msgid "argument name reused"
24582442msgstr ""
@@ -2462,10 +2446,6 @@ msgstr ""
24622446msgid "argument num/types mismatch"
24632447msgstr ""
24642448
2465- #: py/runtime.c
2466- msgid "argument should be a '%q' not a '%q'"
2467- msgstr ""
2468-
24692449#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
24702450msgid "arguments must be ndarrays"
24712451msgstr ""
@@ -2646,7 +2626,7 @@ msgstr ""
26462626msgid "can't convert %s to float"
26472627msgstr ""
26482628
2649- #: py/runtime.c
2629+ #: py/objint.c py/ runtime.c
26502630#, c-format
26512631msgid "can't convert %s to int"
26522632msgstr ""
@@ -2655,18 +2635,10 @@ msgstr ""
26552635msgid "can't convert '%q' object to %q implicitly"
26562636msgstr ""
26572637
2658- #: py/objint.c
2659- msgid "can't convert NaN to int"
2660- msgstr ""
2661-
26622638#: extmod/ulab/code/numpy/vector.c
26632639msgid "can't convert complex to float"
26642640msgstr ""
26652641
2666- #: py/objint.c
2667- msgid "can't convert inf to int"
2668- msgstr ""
2669-
26702642#: py/obj.c
26712643msgid "can't convert to complex"
26722644msgstr ""
@@ -3154,10 +3126,6 @@ msgstr ""
31543126msgid "function takes %d positional arguments but %d were given"
31553127msgstr ""
31563128
3157- #: shared-bindings/time/__init__.c
3158- msgid "function takes exactly 9 arguments"
3159- msgstr ""
3160-
31613129#: py/objgenerator.c
31623130msgid "generator already executing"
31633131msgstr ""
@@ -4008,10 +3976,6 @@ msgstr ""
40083976msgid "size is defined for ndarrays only"
40093977msgstr ""
40103978
4011- #: shared-bindings/time/__init__.c
4012- msgid "sleep length must be non-negative"
4013- msgstr ""
4014-
40153979#: py/nativeglue.c
40163980msgid "slice unsupported"
40173981msgstr ""
0 commit comments