@@ -78,6 +78,11 @@ msgid ""
7878"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
7979msgstr ""
8080
81+ #: py/emitinlinextensa.c
82+ #, c-format
83+ msgid "%d is not a multiple of %d"
84+ msgstr ""
85+
8186#: shared-bindings/microcontroller/Pin.c
8287msgid "%q and %q contain duplicate pins"
8388msgstr ""
@@ -259,10 +264,6 @@ msgstr ""
259264msgid "%q out of range"
260265msgstr ""
261266
262- #: py/objmodule.c
263- msgid "%q renamed %q"
264- msgstr ""
265-
266267#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
267268msgid "%q step cannot be zero"
268269msgstr ""
@@ -956,6 +957,14 @@ msgstr ""
956957msgid "ECB only operates on 16 bytes at a time"
957958msgstr ""
958959
960+ #: py/asmxtensa.c
961+ msgid "ERROR: %q %q not word-aligned"
962+ msgstr ""
963+
964+ #: py/asmxtensa.c
965+ msgid "ERROR: xtensa %q out of range"
966+ msgstr ""
967+
959968#: ports/espressif/common-hal/busio/SPI.c
960969#: ports/espressif/common-hal/canio/CAN.c
961970msgid "ESP-IDF memory allocation failed"
@@ -1020,10 +1029,6 @@ msgstr ""
10201029msgid "Failed to buffer the sample"
10211030msgstr ""
10221031
1023- #: ports/zephyr-cp/common-hal/_bleio/Adapter.c
1024- msgid "Failed to connect"
1025- msgstr ""
1026-
10271032#: ports/espressif/common-hal/_bleio/Adapter.c
10281033#: ports/nordic/common-hal/_bleio/Adapter.c
10291034#: ports/zephyr-cp/common-hal/_bleio/Adapter.c
@@ -2615,10 +2620,6 @@ msgstr ""
26152620msgid "array/bytes required on right side"
26162621msgstr ""
26172622
2618- #: py/asmxtensa.c
2619- msgid "asm overflow"
2620- msgstr ""
2621-
26222623#: py/compile.c
26232624msgid "async for/with outside async function"
26242625msgstr ""
@@ -2832,6 +2833,10 @@ msgstr ""
28322833msgid "can't create '%q' instances"
28332834msgstr ""
28342835
2836+ #: py/objtype.c
2837+ msgid "can't create instance"
2838+ msgstr ""
2839+
28352840#: py/compile.c
28362841msgid "can't declare nonlocal in outer code"
28372842msgstr ""
@@ -2930,14 +2935,14 @@ msgstr ""
29302935msgid "cannot convert complex type"
29312936msgstr ""
29322937
2933- #: py/objtype.c
2934- msgid "cannot create instance"
2935- msgstr ""
2936-
29372938#: extmod/ulab/code/ndarray.c
29382939msgid "cannot delete array elements"
29392940msgstr ""
29402941
2942+ #: py/compile.c
2943+ msgid "cannot emit native code for this architecture"
2944+ msgstr ""
2945+
29412946#: extmod/ulab/code/ndarray.c
29422947msgid "cannot reshape array"
29432948msgstr ""
@@ -3092,7 +3097,7 @@ msgstr ""
30923097msgid "div/mod not implemented for uint"
30933098msgstr ""
30943099
3095- #: extmod/ulab/code/numpy/create.c
3100+ #: extmod/ulab/code/numpy/create.c py/objint_longlong.c py/objint_mpz.c
30963101msgid "divide by zero"
30973102msgstr ""
30983103
@@ -3476,6 +3481,10 @@ msgstr ""
34763481msgid "interval must be in range %s-%s"
34773482msgstr ""
34783483
3484+ #: py/emitinlinerv32.c
3485+ msgid "invalid RV32 instruction '%q'"
3486+ msgstr ""
3487+
34793488#: py/compile.c
34803489msgid "invalid arch"
34813490msgstr ""
@@ -3670,6 +3679,10 @@ msgstr ""
36703679msgid "mode must be complete, or reduced"
36713680msgstr ""
36723681
3682+ #: py/runtime.c
3683+ msgid "module '%q' has no attribute '%q'"
3684+ msgstr ""
3685+
36733686#: py/builtinimport.c
36743687msgid "module not found"
36753688msgstr ""
@@ -3718,10 +3731,6 @@ msgstr ""
37183731msgid "native code in .mpy unsupported"
37193732msgstr ""
37203733
3721- #: py/asmthumb.c
3722- msgid "native method too big"
3723- msgstr ""
3724-
37253734#: py/emitnative.c
37263735msgid "native yield"
37273736msgstr ""
@@ -3743,7 +3752,7 @@ msgstr ""
37433752msgid "negative power with no float support"
37443753msgstr ""
37453754
3746- #: py/objint_mpz.c py/runtime.c
3755+ #: py/objint_longlong.c py/ objint_mpz.c py/runtime.c
37473756msgid "negative shift count"
37483757msgstr ""
37493758
@@ -4102,6 +4111,10 @@ msgstr ""
41024111msgid "real and imaginary parts must be of equal length"
41034112msgstr ""
41044113
4114+ #: extmod/modre.c
4115+ msgid "regex too complex"
4116+ msgstr ""
4117+
41054118#: py/builtinimport.c
41064119msgid "relative import"
41074120msgstr ""
@@ -4111,6 +4124,10 @@ msgstr ""
41114124msgid "requested length %d but object has length %d"
41124125msgstr ""
41134126
4127+ #: py/objint_longlong.c py/parsenum.c
4128+ msgid "result overflows long long storage"
4129+ msgstr ""
4130+
41144131#: extmod/ulab/code/ndarray_operators.c
41154132msgid "results cannot be cast to specified type"
41164133msgstr ""
@@ -4375,10 +4392,6 @@ msgstr ""
43754392msgid "type takes 1 or 3 arguments"
43764393msgstr ""
43774394
4378- #: py/objint_longlong.c
4379- msgid "ulonglong too large"
4380- msgstr ""
4381-
43824395#: py/parse.c
43834396msgid "unexpected indent"
43844397msgstr ""
@@ -4400,10 +4413,6 @@ msgstr ""
44004413msgid "unindent doesn't match any outer indent level"
44014414msgstr ""
44024415
4403- #: py/emitinlinerv32.c
4404- msgid "unknown RV32 instruction '%q'"
4405- msgstr ""
4406-
44074416#: py/objstr.c
44084417#, c-format
44094418msgid "unknown conversion specifier %c"
0 commit comments