@@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182182msgstr ""
183183
184184#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185+ #: shared-module/gifio/OnDiskGif.c
185186msgid "%q must be <= %d"
186187msgstr ""
187188
@@ -1950,10 +1951,6 @@ msgstr ""
19501951msgid "Size not supported"
19511952msgstr ""
19521953
1953- #: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954- msgid "Sleep Memory not available"
1955- msgstr ""
1956-
19571954#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
19581955#: shared-bindings/nvm/ByteArray.c
19591956msgid "Slice and value different lengths."
@@ -2797,6 +2794,10 @@ msgstr ""
27972794msgid "cannot create instance"
27982795msgstr ""
27992796
2797+ #: extmod/ulab/code/ndarray.c
2798+ msgid "cannot delete array elements"
2799+ msgstr ""
2800+
28002801#: py/runtime.c
28012802msgid "cannot import name %q"
28022803msgstr ""
@@ -3254,6 +3255,14 @@ msgstr ""
32543255msgid "inline assembler must be a function"
32553256msgstr ""
32563257
3258+ #: extmod/ulab/code/numpy/vector.c
3259+ msgid "input and output dimensions differ"
3260+ msgstr ""
3261+
3262+ #: extmod/ulab/code/numpy/vector.c
3263+ msgid "input and output shapes differ"
3264+ msgstr ""
3265+
32573266#: extmod/ulab/code/numpy/create.c
32583267msgid "input argument must be an integer, a tuple, or a list"
32593268msgstr ""
@@ -3582,6 +3591,10 @@ msgstr ""
35823591msgid "native yield"
35833592msgstr ""
35843593
3594+ #: extmod/ulab/code/ndarray.c
3595+ msgid "ndarray length overflows"
3596+ msgstr ""
3597+
35853598#: py/runtime.c
35863599#, c-format
35873600msgid "need more than %d values to unpack"
@@ -3685,6 +3698,10 @@ msgstr ""
36853698msgid "not implemented for complex dtype"
36863699msgstr ""
36873700
3701+ #: extmod/ulab/code/numpy/bitwise.c
3702+ msgid "not supported for input types"
3703+ msgstr ""
3704+
36883705#: extmod/ulab/code/numpy/create.c
36893706msgid "number of points must be at least 2"
36903707msgstr ""
@@ -3795,8 +3812,8 @@ msgstr ""
37953812msgid "opcode"
37963813msgstr ""
37973814
3798- #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare .c
3799- #: extmod/ulab/code/numpy/vector.c
3815+ #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise .c
3816+ #: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/ vector.c
38003817msgid "operands could not be broadcast together"
38013818msgstr ""
38023819
@@ -3833,10 +3850,26 @@ msgstr ""
38333850msgid "out array is too small"
38343851msgstr ""
38353852
3853+ #: extmod/ulab/code/numpy/vector.c
3854+ msgid "out keyword is not supported for complex dtype"
3855+ msgstr ""
3856+
3857+ #: extmod/ulab/code/numpy/vector.c
3858+ msgid "out keyword is not supported for function"
3859+ msgstr ""
3860+
38363861#: extmod/ulab/code/utils/utils.c
38373862msgid "out must be a float dense array"
38383863msgstr ""
38393864
3865+ #: extmod/ulab/code/numpy/vector.c
3866+ msgid "out must be an ndarray"
3867+ msgstr ""
3868+
3869+ #: extmod/ulab/code/numpy/vector.c
3870+ msgid "out must be of float dtype"
3871+ msgstr ""
3872+
38403873#: shared-bindings/bitmaptools/__init__.c
38413874msgid "out of range of target"
38423875msgstr ""
0 commit comments