@@ -224,7 +224,7 @@ msgstr "%q must be array of type 'h'"
224224msgid "%q must be of type %q or %q, not %q"
225225msgstr "%q must be of type %q or %q, not %q"
226226
227- #: py/argcheck.c py/obj.c py/objstrunicode.c
227+ #: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
228228msgid "%q must be of type %q, not %q"
229229msgstr "%q must be of type %q, not %q"
230230
@@ -2508,6 +2508,10 @@ msgstr "addresses is empty"
25082508msgid "annotation must be an identifier"
25092509msgstr "annotation must be an identifier"
25102510
2511+ #: extmod/ulab/code/numpy/create.c
2512+ msgid "arange: cannot compute length"
2513+ msgstr ""
2514+
25112515#: py/modbuiltins.c
25122516msgid "arg is an empty sequence"
25132517msgstr "arg is an empty sequence"
@@ -2680,6 +2684,10 @@ msgstr "Can only have up to 4 parameters to thumb assembly"
26802684msgid "can only have up to 4 parameters to Xtensa assembly"
26812685msgstr "Can only have up to 4 parameters to xtensa assembly"
26822686
2687+ #: extmod/ulab/code/ndarray.c
2688+ msgid "can only specify one unknown dimension"
2689+ msgstr ""
2690+
26832691#: py/objtype.c
26842692msgid "can't add special method to already-subclassed class"
26852693msgstr "Can't add special method to already-subclassed class"
@@ -2833,6 +2841,10 @@ msgstr "can't create instance"
28332841msgid "cannot import name %q"
28342842msgstr "can't import name %q"
28352843
2844+ #: extmod/ulab/code/ndarray.c
2845+ msgid "cannot reshape array"
2846+ msgstr ""
2847+
28362848#: extmod/moductypes.c
28372849msgid "cannot unambiguously get sizeof scalar"
28382850msgstr "cannot unambiguously get sizeof scalar"
@@ -3285,10 +3297,6 @@ msgstr "initial_value length is wrong"
32853297msgid "inline assembler must be a function"
32863298msgstr "inline assembler must be a function"
32873299
3288- #: extmod/ulab/code/ndarray.c
3289- msgid "input and output shapes are not compatible"
3290- msgstr "input and output shapes are not compatible"
3291-
32923300#: extmod/ulab/code/numpy/create.c
32933301msgid "input argument must be an integer, a tuple, or a list"
32943302msgstr "input argument must be an integer, a tuple, or a list"
@@ -4002,8 +4010,8 @@ msgid "set unsupported"
40024010msgstr "set unsupported"
40034011
40044012#: extmod/ulab/code/ndarray.c
4005- msgid "shape must be a tuple"
4006- msgstr "shape must be a tuple "
4013+ msgid "shape must be integer or tuple of integers "
4014+ msgstr ""
40074015
40084016#: shared-module/msgpack/__init__.c
40094017msgid "short read"
@@ -4392,6 +4400,12 @@ msgstr "zi must be of float type"
43924400msgid "zi must be of shape (n_section, 2)"
43934401msgstr "zi must be of shape (n_section, 2)"
43944402
4403+ #~ msgid "input and output shapes are not compatible"
4404+ #~ msgstr "input and output shapes are not compatible"
4405+
4406+ #~ msgid "shape must be a tuple"
4407+ #~ msgstr "shape must be a tuple"
4408+
43954409#~ msgid "Brightness must be 0-1.0"
43964410#~ msgstr "Brightness must be 0-1.0"
43974411
0 commit comments