@@ -2765,6 +2765,10 @@ msgstr ""
27652765msgid "cannot create instance"
27662766msgstr ""
27672767
2768+ #: extmod/ulab/code/ndarray.c
2769+ msgid "cannot delete array elements"
2770+ msgstr ""
2771+
27682772#: py/runtime.c
27692773msgid "cannot import name %q"
27702774msgstr ""
@@ -3222,6 +3226,14 @@ msgstr ""
32223226msgid "inline assembler must be a function"
32233227msgstr ""
32243228
3229+ #: extmod/ulab/code/numpy/vector.c
3230+ msgid "input and output dimensions differ"
3231+ msgstr ""
3232+
3233+ #: extmod/ulab/code/numpy/vector.c
3234+ msgid "input and output shapes differ"
3235+ msgstr ""
3236+
32253237#: extmod/ulab/code/numpy/create.c
32263238msgid "input argument must be an integer, a tuple, or a list"
32273239msgstr ""
@@ -3550,6 +3562,10 @@ msgstr ""
35503562msgid "native yield"
35513563msgstr ""
35523564
3565+ #: extmod/ulab/code/ndarray.c
3566+ msgid "ndarray length overflows"
3567+ msgstr ""
3568+
35533569#: py/runtime.c
35543570#, c-format
35553571msgid "need more than %d values to unpack"
@@ -3648,6 +3664,10 @@ msgstr ""
36483664msgid "not implemented for complex dtype"
36493665msgstr ""
36503666
3667+ #: extmod/ulab/code/numpy/bitwise.c
3668+ msgid "not supported for input types"
3669+ msgstr ""
3670+
36513671#: extmod/ulab/code/numpy/create.c
36523672msgid "number of points must be at least 2"
36533673msgstr ""
@@ -3758,8 +3778,8 @@ msgstr ""
37583778msgid "opcode"
37593779msgstr ""
37603780
3761- #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare .c
3762- #: extmod/ulab/code/numpy/vector.c
3781+ #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise .c
3782+ #: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/ vector.c
37633783msgid "operands could not be broadcast together"
37643784msgstr ""
37653785
@@ -3796,10 +3816,26 @@ msgstr ""
37963816msgid "out array is too small"
37973817msgstr ""
37983818
3819+ #: extmod/ulab/code/numpy/vector.c
3820+ msgid "out keyword is not supported for complex dtype"
3821+ msgstr ""
3822+
3823+ #: extmod/ulab/code/numpy/vector.c
3824+ msgid "out keyword is not supported for function"
3825+ msgstr ""
3826+
37993827#: extmod/ulab/code/utils/utils.c
38003828msgid "out must be a float dense array"
38013829msgstr ""
38023830
3831+ #: extmod/ulab/code/numpy/vector.c
3832+ msgid "out must be an ndarray"
3833+ msgstr ""
3834+
3835+ #: extmod/ulab/code/numpy/vector.c
3836+ msgid "out must be of float dtype"
3837+ msgstr ""
3838+
38033839#: shared-bindings/bitmaptools/__init__.c
38043840msgid "out of range of target"
38053841msgstr ""
0 commit comments