@@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182
182
msgstr ""
183
183
184
184
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185
+ #: shared-module/gifio/OnDiskGif.c
185
186
msgid "%q must be <= %d"
186
187
msgstr ""
187
188
@@ -1950,10 +1951,6 @@ msgstr ""
1950
1951
msgid "Size not supported"
1951
1952
msgstr ""
1952
1953
1953
- #: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954
- msgid "Sleep Memory not available"
1955
- msgstr ""
1956
-
1957
1954
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
1958
1955
#: shared-bindings/nvm/ByteArray.c
1959
1956
msgid "Slice and value different lengths."
@@ -2797,6 +2794,10 @@ msgstr ""
2797
2794
msgid "cannot create instance"
2798
2795
msgstr ""
2799
2796
2797
+ #: extmod/ulab/code/ndarray.c
2798
+ msgid "cannot delete array elements"
2799
+ msgstr ""
2800
+
2800
2801
#: py/runtime.c
2801
2802
msgid "cannot import name %q"
2802
2803
msgstr ""
@@ -3254,6 +3255,14 @@ msgstr ""
3254
3255
msgid "inline assembler must be a function"
3255
3256
msgstr ""
3256
3257
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
+
3257
3266
#: extmod/ulab/code/numpy/create.c
3258
3267
msgid "input argument must be an integer, a tuple, or a list"
3259
3268
msgstr ""
@@ -3582,6 +3591,10 @@ msgstr ""
3582
3591
msgid "native yield"
3583
3592
msgstr ""
3584
3593
3594
+ #: extmod/ulab/code/ndarray.c
3595
+ msgid "ndarray length overflows"
3596
+ msgstr ""
3597
+
3585
3598
#: py/runtime.c
3586
3599
#, c-format
3587
3600
msgid "need more than %d values to unpack"
@@ -3685,6 +3698,10 @@ msgstr ""
3685
3698
msgid "not implemented for complex dtype"
3686
3699
msgstr ""
3687
3700
3701
+ #: extmod/ulab/code/numpy/bitwise.c
3702
+ msgid "not supported for input types"
3703
+ msgstr ""
3704
+
3688
3705
#: extmod/ulab/code/numpy/create.c
3689
3706
msgid "number of points must be at least 2"
3690
3707
msgstr ""
@@ -3795,8 +3812,8 @@ msgstr ""
3795
3812
msgid "opcode"
3796
3813
msgstr ""
3797
3814
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
3800
3817
msgid "operands could not be broadcast together"
3801
3818
msgstr ""
3802
3819
@@ -3833,10 +3850,26 @@ msgstr ""
3833
3850
msgid "out array is too small"
3834
3851
msgstr ""
3835
3852
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
+
3836
3861
#: extmod/ulab/code/utils/utils.c
3837
3862
msgid "out must be a float dense array"
3838
3863
msgstr ""
3839
3864
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
+
3840
3873
#: shared-bindings/bitmaptools/__init__.c
3841
3874
msgid "out of range of target"
3842
3875
msgstr ""
0 commit comments