@@ -2661,7 +2661,7 @@ msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
26612661msgid "attributes not supported yet"
26622662msgstr "atribut belum didukung"
26632663
2664- #: extmod/ulab/code/numpy/numerical .c
2664+ #: extmod/ulab/code/ulab_tools .c
26652665msgid "axis is out of bounds"
26662666msgstr ""
26672667
@@ -2717,11 +2717,11 @@ msgstr ""
27172717msgid "branch not in range"
27182718msgstr ""
27192719
2720- #: extmod/ulab/code/ulab_create .c extmod/ulab/code/utils/utils.c
2720+ #: extmod/ulab/code/numpy/create .c extmod/ulab/code/utils/utils.c
27212721msgid "buffer is smaller than requested size"
27222722msgstr ""
27232723
2724- #: extmod/ulab/code/ulab_create .c extmod/ulab/code/utils/utils.c
2724+ #: extmod/ulab/code/numpy/create .c extmod/ulab/code/utils/utils.c
27252725msgid "buffer size must be a multiple of element size"
27262726msgstr ""
27272727
@@ -2813,6 +2813,10 @@ msgstr ""
28132813msgid "can't convert '%q' object to %q implicitly"
28142814msgstr ""
28152815
2816+ #: extmod/ulab/code/numpy/vector.c
2817+ msgid "can't convert complex to float"
2818+ msgstr ""
2819+
28162820#: py/obj.c
28172821msgid "can't convert to %q"
28182822msgstr ""
@@ -2907,6 +2911,14 @@ msgstr ""
29072911msgid "cannot cast output with casting rule"
29082912msgstr ""
29092913
2914+ #: extmod/ulab/code/ndarray.c
2915+ msgid "cannot convert complex to dtype"
2916+ msgstr ""
2917+
2918+ #: extmod/ulab/code/ndarray.c
2919+ msgid "cannot convert complex type"
2920+ msgstr ""
2921+
29102922#: py/objtype.c
29112923msgid "cannot create '%q' instances"
29122924msgstr ""
@@ -3098,6 +3110,10 @@ msgstr ""
30983110msgid "divisor must be 4"
30993111msgstr ""
31003112
3113+ #: extmod/ulab/code/numpy/vector.c
3114+ msgid "dtype must be float, or complex"
3115+ msgstr ""
3116+
31013117#: py/objdeque.c
31023118msgid "empty"
31033119msgstr ""
@@ -3201,7 +3217,7 @@ msgstr ""
32013217msgid "first argument must be a function"
32023218msgstr ""
32033219
3204- #: extmod/ulab/code/ulab_create .c
3220+ #: extmod/ulab/code/numpy/create .c
32053221msgid "first argument must be a tuple of ndarrays"
32063222msgstr ""
32073223
@@ -3266,6 +3282,10 @@ msgstr ""
32663282msgid "function is defined for ndarrays only"
32673283msgstr ""
32683284
3285+ #: extmod/ulab/code/numpy/carray/carray.c
3286+ msgid "function is implemented for ndarrays only"
3287+ msgstr ""
3288+
32693289#: py/argcheck.c
32703290#, c-format
32713291msgid "function missing %d required positional arguments"
@@ -3379,22 +3399,26 @@ msgstr "inline assembler harus sebuah fungsi"
33793399msgid "input and output shapes are not compatible"
33803400msgstr ""
33813401
3382- #: extmod/ulab/code/ulab_create .c
3402+ #: extmod/ulab/code/numpy/create .c
33833403msgid "input argument must be an integer, a tuple, or a list"
33843404msgstr ""
33853405
33863406#: extmod/ulab/code/numpy/fft/fft_tools.c
33873407msgid "input array length must be power of 2"
33883408msgstr ""
33893409
3390- #: extmod/ulab/code/ulab_create .c
3410+ #: extmod/ulab/code/numpy/create .c
33913411msgid "input arrays are not compatible"
33923412msgstr ""
33933413
33943414#: extmod/ulab/code/numpy/poly.c
33953415msgid "input data must be an iterable"
33963416msgstr ""
33973417
3418+ #: extmod/ulab/code/numpy/vector.c
3419+ msgid "input dtype must be float or complex"
3420+ msgstr ""
3421+
33983422#: extmod/ulab/code/numpy/linalg/linalg.c
33993423msgid "input matrix is asymmetric"
34003424msgstr ""
@@ -3404,18 +3428,26 @@ msgstr ""
34043428msgid "input matrix is singular"
34053429msgstr ""
34063430
3431+ #: extmod/ulab/code/numpy/carray/carray.c
3432+ msgid "input must be a 1D ndarray"
3433+ msgstr ""
3434+
34073435#: extmod/ulab/code/scipy/linalg/linalg.c extmod/ulab/code/user/user.c
34083436msgid "input must be a dense ndarray"
34093437msgstr ""
34103438
3411- #: extmod/ulab/code/ulab_create .c
3439+ #: extmod/ulab/code/numpy/create .c
34123440msgid "input must be a tensor of rank 2"
34133441msgstr ""
34143442
3415- #: extmod/ulab/code/ulab_create .c extmod/ulab/code/user/user.c
3443+ #: extmod/ulab/code/numpy/create .c extmod/ulab/code/user/user.c
34163444msgid "input must be an ndarray"
34173445msgstr ""
34183446
3447+ #: extmod/ulab/code/numpy/carray/carray.c
3448+ msgid "input must be an ndarray, or a scalar"
3449+ msgstr ""
3450+
34193451#: extmod/ulab/code/scipy/signal/signal.c
34203452msgid "input must be one-dimensional"
34213453msgstr ""
@@ -3786,7 +3818,11 @@ msgstr ""
37863818msgid "not enough arguments for format string"
37873819msgstr ""
37883820
3789- #: extmod/ulab/code/ulab_create.c
3821+ #: extmod/ulab/code/numpy/carray/carray_tools.c
3822+ msgid "not implemented for complex dtype"
3823+ msgstr ""
3824+
3825+ #: extmod/ulab/code/numpy/create.c
37903826msgid "number of points must be at least 2"
37913827msgstr ""
37923828
@@ -3844,15 +3880,15 @@ msgstr ""
38443880msgid "odd-length string"
38453881msgstr "panjang data string memiliki keganjilan (odd-length)"
38463882
3847- #: extmod/ulab/code/ulab_create .c extmod/ulab/code/utils/utils.c
3883+ #: extmod/ulab/code/numpy/create .c extmod/ulab/code/utils/utils.c
38483884msgid "offset is too large"
38493885msgstr ""
38503886
38513887#: shared-bindings/dualbank/__init__.c
38523888msgid "offset must be >= 0"
38533889msgstr ""
38543890
3855- #: extmod/ulab/code/ulab_create .c
3891+ #: extmod/ulab/code/numpy/create .c
38563892msgid "offset must be non-negative and no greater than buffer length"
38573893msgstr ""
38583894
@@ -4332,7 +4368,7 @@ msgstr ""
43324368msgid "too many arguments provided with the given format"
43334369msgstr ""
43344370
4335- #: extmod/ulab/code/ndarray.c extmod/ulab/code/ulab_create .c
4371+ #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create .c
43364372msgid "too many dimensions"
43374373msgstr ""
43384374
@@ -4533,15 +4569,19 @@ msgstr "jendela harus <= interval"
45334569msgid "wrong axis index"
45344570msgstr "indeks sumbu salah"
45354571
4536- #: extmod/ulab/code/ulab_create .c
4572+ #: extmod/ulab/code/numpy/create .c
45374573msgid "wrong axis specified"
45384574msgstr "sumbu yang ditentukan salah"
45394575
45404576#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
45414577msgid "wrong input type"
45424578msgstr "tipe input salah"
45434579
4544- #: extmod/ulab/code/ulab_create.c py/objarray.c py/objstr.c
4580+ #: extmod/ulab/code/numpy/transform.c
4581+ msgid "wrong length of condition array"
4582+ msgstr ""
4583+
4584+ #: extmod/ulab/code/numpy/create.c py/objarray.c py/objstr.c
45454585msgid "wrong number of arguments"
45464586msgstr "jumlah argumen salah"
45474587
0 commit comments