@@ -211,7 +211,7 @@ msgstr ""
211211msgid "%q must be of type %q or %q, not %q"
212212msgstr ""
213213
214- #: py/argcheck.c py/obj.c py/objstrunicode.c
214+ #: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
215215msgid "%q must be of type %q, not %q"
216216msgstr ""
217217
@@ -2470,6 +2470,10 @@ msgstr ""
24702470msgid "annotation must be an identifier"
24712471msgstr ""
24722472
2473+ #: extmod/ulab/code/numpy/create.c
2474+ msgid "arange: cannot compute length"
2475+ msgstr ""
2476+
24732477#: py/modbuiltins.c
24742478msgid "arg is an empty sequence"
24752479msgstr ""
@@ -2642,6 +2646,10 @@ msgstr ""
26422646msgid "can only have up to 4 parameters to Xtensa assembly"
26432647msgstr ""
26442648
2649+ #: extmod/ulab/code/ndarray.c
2650+ msgid "can only specify one unknown dimension"
2651+ msgstr ""
2652+
26452653#: py/objtype.c
26462654msgid "can't add special method to already-subclassed class"
26472655msgstr ""
@@ -2793,6 +2801,10 @@ msgstr ""
27932801msgid "cannot import name %q"
27942802msgstr ""
27952803
2804+ #: extmod/ulab/code/ndarray.c
2805+ msgid "cannot reshape array"
2806+ msgstr ""
2807+
27962808#: extmod/moductypes.c
27972809msgid "cannot unambiguously get sizeof scalar"
27982810msgstr ""
@@ -3242,10 +3254,6 @@ msgstr ""
32423254msgid "inline assembler must be a function"
32433255msgstr ""
32443256
3245- #: extmod/ulab/code/ndarray.c
3246- msgid "input and output shapes are not compatible"
3247- msgstr ""
3248-
32493257#: extmod/ulab/code/numpy/create.c
32503258msgid "input argument must be an integer, a tuple, or a list"
32513259msgstr ""
@@ -3959,7 +3967,7 @@ msgid "set unsupported"
39593967msgstr ""
39603968
39613969#: extmod/ulab/code/ndarray.c
3962- msgid "shape must be a tuple"
3970+ msgid "shape must be integer or tuple of integers "
39633971msgstr ""
39643972
39653973#: shared-module/msgpack/__init__.c
0 commit comments