@@ -208,15 +208,15 @@ msgstr ""
208
208
209
209
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210
210
#: 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
212
212
msgid "%q must be of type %q or %q, not %q"
213
213
msgstr ""
214
214
215
215
#: shared-bindings/jpegio/JpegDecoder.c
216
216
msgid "%q must be of type %q, %q, or %q, not %q"
217
217
msgstr ""
218
218
219
- #: py/argcheck.c shared-module/synthio/__init__.c
219
+ #: py/argcheck.c py/runtime.c shared-module/synthio/__init__.c
220
220
msgid "%q must be of type %q, not %q"
221
221
msgstr ""
222
222
@@ -233,7 +233,7 @@ msgstr ""
233
233
#: ports/nrf/common-hal/pulseio/PulseIn.c
234
234
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
235
235
#: 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
237
237
msgid "%q out of range"
238
238
msgstr ""
239
239
@@ -1120,11 +1120,6 @@ msgstr ""
1120
1120
msgid "Heap allocation when VM not running."
1121
1121
msgstr ""
1122
1122
1123
- #: supervisor/shared/safe_mode.c
1124
- msgid ""
1125
- "Heap was corrupted because the stack was too small. Increase stack size."
1126
- msgstr ""
1127
-
1128
1123
#: extmod/vfs_posix_file.c py/objstringio.c
1129
1124
msgid "I/O operation on closed file"
1130
1125
msgstr ""
@@ -1375,11 +1370,7 @@ msgid "Missing jmp_pin. %q[%u] jumps on pin"
1375
1370
msgstr ""
1376
1371
1377
1372
#: 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"
1383
1374
msgstr ""
1384
1375
1385
1376
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
@@ -1486,15 +1477,12 @@ msgstr ""
1486
1477
msgid "No default %q bus"
1487
1478
msgstr ""
1488
1479
1480
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1489
1481
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1490
1482
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
1491
1483
msgid "No free GCLKs"
1492
1484
msgstr ""
1493
1485
1494
- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1495
- msgid "No free GLCKs"
1496
- msgstr ""
1497
-
1498
1486
#: shared-bindings/os/__init__.c
1499
1487
msgid "No hardware random available"
1500
1488
msgstr ""
@@ -1978,6 +1966,10 @@ msgstr ""
1978
1966
msgid "Specify exactly one of data0 or data_pins"
1979
1967
msgstr ""
1980
1968
1969
+ #: supervisor/shared/safe_mode.c
1970
+ msgid "Stack overflow. Increase stack size."
1971
+ msgstr ""
1972
+
1981
1973
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1982
1974
msgid "Stereo left must be on PWM channel A"
1983
1975
msgstr ""
@@ -2092,10 +2084,6 @@ msgstr ""
2092
2084
msgid "Traceback (most recent call last):\n"
2093
2085
msgstr ""
2094
2086
2095
- #: shared-bindings/time/__init__.c
2096
- msgid "Tuple or struct_time argument required"
2097
- msgstr ""
2098
-
2099
2087
#: ports/stm/common-hal/busio/UART.c
2100
2088
msgid "UART de-init"
2101
2089
msgstr ""
@@ -2449,10 +2437,6 @@ msgstr ""
2449
2437
msgid "argsort is not implemented for flattened arrays"
2450
2438
msgstr ""
2451
2439
2452
- #: py/runtime.c shared-bindings/supervisor/__init__.c
2453
- msgid "argument has wrong type"
2454
- msgstr ""
2455
-
2456
2440
#: py/compile.c
2457
2441
msgid "argument name reused"
2458
2442
msgstr ""
@@ -2462,10 +2446,6 @@ msgstr ""
2462
2446
msgid "argument num/types mismatch"
2463
2447
msgstr ""
2464
2448
2465
- #: py/runtime.c
2466
- msgid "argument should be a '%q' not a '%q'"
2467
- msgstr ""
2468
-
2469
2449
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
2470
2450
msgid "arguments must be ndarrays"
2471
2451
msgstr ""
@@ -2646,7 +2626,7 @@ msgstr ""
2646
2626
msgid "can't convert %s to float"
2647
2627
msgstr ""
2648
2628
2649
- #: py/runtime.c
2629
+ #: py/objint.c py/ runtime.c
2650
2630
#, c-format
2651
2631
msgid "can't convert %s to int"
2652
2632
msgstr ""
@@ -2655,18 +2635,10 @@ msgstr ""
2655
2635
msgid "can't convert '%q' object to %q implicitly"
2656
2636
msgstr ""
2657
2637
2658
- #: py/objint.c
2659
- msgid "can't convert NaN to int"
2660
- msgstr ""
2661
-
2662
2638
#: extmod/ulab/code/numpy/vector.c
2663
2639
msgid "can't convert complex to float"
2664
2640
msgstr ""
2665
2641
2666
- #: py/objint.c
2667
- msgid "can't convert inf to int"
2668
- msgstr ""
2669
-
2670
2642
#: py/obj.c
2671
2643
msgid "can't convert to complex"
2672
2644
msgstr ""
@@ -3154,10 +3126,6 @@ msgstr ""
3154
3126
msgid "function takes %d positional arguments but %d were given"
3155
3127
msgstr ""
3156
3128
3157
- #: shared-bindings/time/__init__.c
3158
- msgid "function takes exactly 9 arguments"
3159
- msgstr ""
3160
-
3161
3129
#: py/objgenerator.c
3162
3130
msgid "generator already executing"
3163
3131
msgstr ""
@@ -4008,10 +3976,6 @@ msgstr ""
4008
3976
msgid "size is defined for ndarrays only"
4009
3977
msgstr ""
4010
3978
4011
- #: shared-bindings/time/__init__.c
4012
- msgid "sleep length must be non-negative"
4013
- msgstr ""
4014
-
4015
3979
#: py/nativeglue.c
4016
3980
msgid "slice unsupported"
4017
3981
msgstr ""
0 commit comments