@@ -2661,7 +2661,7 @@ msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
2661
2661
msgid "attributes not supported yet"
2662
2662
msgstr "atribut belum didukung"
2663
2663
2664
- #: extmod/ulab/code/numpy/numerical .c
2664
+ #: extmod/ulab/code/ulab_tools .c
2665
2665
msgid "axis is out of bounds"
2666
2666
msgstr ""
2667
2667
@@ -2717,11 +2717,11 @@ msgstr ""
2717
2717
msgid "branch not in range"
2718
2718
msgstr ""
2719
2719
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
2721
2721
msgid "buffer is smaller than requested size"
2722
2722
msgstr ""
2723
2723
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
2725
2725
msgid "buffer size must be a multiple of element size"
2726
2726
msgstr ""
2727
2727
@@ -2813,6 +2813,10 @@ msgstr ""
2813
2813
msgid "can't convert '%q' object to %q implicitly"
2814
2814
msgstr ""
2815
2815
2816
+ #: extmod/ulab/code/numpy/vector.c
2817
+ msgid "can't convert complex to float"
2818
+ msgstr ""
2819
+
2816
2820
#: py/obj.c
2817
2821
msgid "can't convert to %q"
2818
2822
msgstr ""
@@ -2907,6 +2911,14 @@ msgstr ""
2907
2911
msgid "cannot cast output with casting rule"
2908
2912
msgstr ""
2909
2913
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
+
2910
2922
#: py/objtype.c
2911
2923
msgid "cannot create '%q' instances"
2912
2924
msgstr ""
@@ -3098,6 +3110,10 @@ msgstr ""
3098
3110
msgid "divisor must be 4"
3099
3111
msgstr ""
3100
3112
3113
+ #: extmod/ulab/code/numpy/vector.c
3114
+ msgid "dtype must be float, or complex"
3115
+ msgstr ""
3116
+
3101
3117
#: py/objdeque.c
3102
3118
msgid "empty"
3103
3119
msgstr ""
@@ -3201,7 +3217,7 @@ msgstr ""
3201
3217
msgid "first argument must be a function"
3202
3218
msgstr ""
3203
3219
3204
- #: extmod/ulab/code/ulab_create .c
3220
+ #: extmod/ulab/code/numpy/create .c
3205
3221
msgid "first argument must be a tuple of ndarrays"
3206
3222
msgstr ""
3207
3223
@@ -3266,6 +3282,10 @@ msgstr ""
3266
3282
msgid "function is defined for ndarrays only"
3267
3283
msgstr ""
3268
3284
3285
+ #: extmod/ulab/code/numpy/carray/carray.c
3286
+ msgid "function is implemented for ndarrays only"
3287
+ msgstr ""
3288
+
3269
3289
#: py/argcheck.c
3270
3290
#, c-format
3271
3291
msgid "function missing %d required positional arguments"
@@ -3379,22 +3399,26 @@ msgstr "inline assembler harus sebuah fungsi"
3379
3399
msgid "input and output shapes are not compatible"
3380
3400
msgstr ""
3381
3401
3382
- #: extmod/ulab/code/ulab_create .c
3402
+ #: extmod/ulab/code/numpy/create .c
3383
3403
msgid "input argument must be an integer, a tuple, or a list"
3384
3404
msgstr ""
3385
3405
3386
3406
#: extmod/ulab/code/numpy/fft/fft_tools.c
3387
3407
msgid "input array length must be power of 2"
3388
3408
msgstr ""
3389
3409
3390
- #: extmod/ulab/code/ulab_create .c
3410
+ #: extmod/ulab/code/numpy/create .c
3391
3411
msgid "input arrays are not compatible"
3392
3412
msgstr ""
3393
3413
3394
3414
#: extmod/ulab/code/numpy/poly.c
3395
3415
msgid "input data must be an iterable"
3396
3416
msgstr ""
3397
3417
3418
+ #: extmod/ulab/code/numpy/vector.c
3419
+ msgid "input dtype must be float or complex"
3420
+ msgstr ""
3421
+
3398
3422
#: extmod/ulab/code/numpy/linalg/linalg.c
3399
3423
msgid "input matrix is asymmetric"
3400
3424
msgstr ""
@@ -3404,18 +3428,26 @@ msgstr ""
3404
3428
msgid "input matrix is singular"
3405
3429
msgstr ""
3406
3430
3431
+ #: extmod/ulab/code/numpy/carray/carray.c
3432
+ msgid "input must be a 1D ndarray"
3433
+ msgstr ""
3434
+
3407
3435
#: extmod/ulab/code/scipy/linalg/linalg.c extmod/ulab/code/user/user.c
3408
3436
msgid "input must be a dense ndarray"
3409
3437
msgstr ""
3410
3438
3411
- #: extmod/ulab/code/ulab_create .c
3439
+ #: extmod/ulab/code/numpy/create .c
3412
3440
msgid "input must be a tensor of rank 2"
3413
3441
msgstr ""
3414
3442
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
3416
3444
msgid "input must be an ndarray"
3417
3445
msgstr ""
3418
3446
3447
+ #: extmod/ulab/code/numpy/carray/carray.c
3448
+ msgid "input must be an ndarray, or a scalar"
3449
+ msgstr ""
3450
+
3419
3451
#: extmod/ulab/code/scipy/signal/signal.c
3420
3452
msgid "input must be one-dimensional"
3421
3453
msgstr ""
@@ -3786,7 +3818,11 @@ msgstr ""
3786
3818
msgid "not enough arguments for format string"
3787
3819
msgstr ""
3788
3820
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
3790
3826
msgid "number of points must be at least 2"
3791
3827
msgstr ""
3792
3828
@@ -3844,15 +3880,15 @@ msgstr ""
3844
3880
msgid "odd-length string"
3845
3881
msgstr "panjang data string memiliki keganjilan (odd-length)"
3846
3882
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
3848
3884
msgid "offset is too large"
3849
3885
msgstr ""
3850
3886
3851
3887
#: shared-bindings/dualbank/__init__.c
3852
3888
msgid "offset must be >= 0"
3853
3889
msgstr ""
3854
3890
3855
- #: extmod/ulab/code/ulab_create .c
3891
+ #: extmod/ulab/code/numpy/create .c
3856
3892
msgid "offset must be non-negative and no greater than buffer length"
3857
3893
msgstr ""
3858
3894
@@ -4332,7 +4368,7 @@ msgstr ""
4332
4368
msgid "too many arguments provided with the given format"
4333
4369
msgstr ""
4334
4370
4335
- #: extmod/ulab/code/ndarray.c extmod/ulab/code/ulab_create .c
4371
+ #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create .c
4336
4372
msgid "too many dimensions"
4337
4373
msgstr ""
4338
4374
@@ -4533,15 +4569,19 @@ msgstr "jendela harus <= interval"
4533
4569
msgid "wrong axis index"
4534
4570
msgstr "indeks sumbu salah"
4535
4571
4536
- #: extmod/ulab/code/ulab_create .c
4572
+ #: extmod/ulab/code/numpy/create .c
4537
4573
msgid "wrong axis specified"
4538
4574
msgstr "sumbu yang ditentukan salah"
4539
4575
4540
4576
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
4541
4577
msgid "wrong input type"
4542
4578
msgstr "tipe input salah"
4543
4579
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
4545
4585
msgid "wrong number of arguments"
4546
4586
msgstr "jumlah argumen salah"
4547
4587
0 commit comments