5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-11-10 15:30+0530 \n "
8
+ "POT-Creation-Date : 2020-11-23 10:10-0600 \n "
9
9
"PO-Revision-Date : 2020-10-10 23:51+0000\n "
10
10
"
Last-Translator :
oon arfiandwi <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -873,6 +873,10 @@ msgstr "Penyebaran yang diperluas dengan respon pindai tidak didukung."
873
873
msgid "FFT is defined for ndarrays only"
874
874
msgstr "FFT didefinisikan hanya untuk ndarrays"
875
875
876
+ #: extmod/ulab/code/fft/fft.c
877
+ msgid "FFT is implemented for linear arrays only"
878
+ msgstr ""
879
+
876
880
#: ports/esp32s2/common-hal/socketpool/Socket.c
877
881
msgid "Failed SSL handshake"
878
882
msgstr ""
@@ -1991,7 +1995,7 @@ msgstr ""
1991
1995
msgid "WARNING: Your code filename has two extensions\n"
1992
1996
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
1993
1997
1994
- #: shared-bindings /watchdog/WatchDogTimer.c
1998
+ #: ports/nrf/common-hal /watchdog/WatchDogTimer.c
1995
1999
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1996
2000
msgstr ""
1997
2001
@@ -2076,10 +2080,6 @@ msgstr ""
2076
2080
msgid "addresses is empty"
2077
2081
msgstr ""
2078
2082
2079
- #: extmod/ulab/code/vector/vectorise.c
2080
- msgid "arctan2 is implemented for scalars and ndarrays only"
2081
- msgstr ""
2082
-
2083
2083
#: py/modbuiltins.c
2084
2084
msgid "arg is an empty sequence"
2085
2085
msgstr ""
@@ -2088,6 +2088,10 @@ msgstr ""
2088
2088
msgid "argsort argument must be an ndarray"
2089
2089
msgstr ""
2090
2090
2091
+ #: extmod/ulab/code/numerical/numerical.c
2092
+ msgid "argsort is not implemented for flattened arrays"
2093
+ msgstr ""
2094
+
2091
2095
#: py/runtime.c
2092
2096
msgid "argument has wrong type"
2093
2097
msgstr ""
@@ -2105,14 +2109,22 @@ msgstr "argumen num/types tidak cocok"
2105
2109
msgid "argument should be a '%q' not a '%q'"
2106
2110
msgstr ""
2107
2111
2108
- #: extmod/ulab/code/linalg/linalg.c
2112
+ #: extmod/ulab/code/linalg/linalg.c extmod/ulab/code/numerical/numerical.c
2109
2113
msgid "arguments must be ndarrays"
2110
2114
msgstr ""
2111
2115
2116
+ #: extmod/ulab/code/ndarray.c
2117
+ msgid "array and index length must be equal"
2118
+ msgstr ""
2119
+
2112
2120
#: py/objarray.c shared-bindings/nvm/ByteArray.c
2113
2121
msgid "array/bytes required on right side"
2114
2122
msgstr ""
2115
2123
2124
+ #: extmod/ulab/code/numerical/numerical.c
2125
+ msgid "attempt to get (arg)min/(arg)max of empty sequence"
2126
+ msgstr ""
2127
+
2116
2128
#: extmod/ulab/code/numerical/numerical.c
2117
2129
msgid "attempt to get argmin/argmax of an empty sequence"
2118
2130
msgstr ""
@@ -2122,15 +2134,15 @@ msgid "attributes not supported yet"
2122
2134
msgstr ""
2123
2135
2124
2136
#: extmod/ulab/code/numerical/numerical.c
2125
- msgid "axis must be -1, 0, None, or 1 "
2137
+ msgid "axis is out of bounds "
2126
2138
msgstr ""
2127
2139
2128
2140
#: extmod/ulab/code/numerical/numerical.c
2129
- msgid "axis must be -1, 0, or 1 "
2141
+ msgid "axis must be None, or an integer "
2130
2142
msgstr ""
2131
2143
2132
2144
#: extmod/ulab/code/numerical/numerical.c
2133
- msgid "axis must be None, 0, or 1 "
2145
+ msgid "axis too long "
2134
2146
msgstr ""
2135
2147
2136
2148
#: py/builtinevex.c
@@ -2335,6 +2347,10 @@ msgid ""
2335
2347
"can't switch from manual field specification to automatic field numbering"
2336
2348
msgstr ""
2337
2349
2350
+ #: extmod/ulab/code/ndarray_operators.c
2351
+ msgid "cannot cast output with casting rule"
2352
+ msgstr ""
2353
+
2338
2354
#: py/objtype.c
2339
2355
msgid "cannot create '%q' instances"
2340
2356
msgstr ""
@@ -2351,10 +2367,6 @@ msgstr ""
2351
2367
msgid "cannot perform relative import"
2352
2368
msgstr "tidak dapat melakukan relative import"
2353
2369
2354
- #: extmod/ulab/code/ndarray.c
2355
- msgid "cannot reshape array (incompatible input/output shape)"
2356
- msgstr ""
2357
-
2358
2370
#: py/emitnative.c
2359
2371
msgid "casting"
2360
2372
msgstr ""
@@ -2427,10 +2439,6 @@ msgstr ""
2427
2439
msgid "convolve arguments must not be empty"
2428
2440
msgstr ""
2429
2441
2430
- #: extmod/ulab/code/ndarray.c
2431
- msgid "could not broadast input array from shape"
2432
- msgstr ""
2433
-
2434
2442
#: extmod/ulab/code/poly/poly.c
2435
2443
msgid "could not invert Vandermonde matrix"
2436
2444
msgstr ""
@@ -2439,6 +2447,10 @@ msgstr ""
2439
2447
msgid "couldn't determine SD card version"
2440
2448
msgstr ""
2441
2449
2450
+ #: extmod/ulab/code/numerical/numerical.c
2451
+ msgid "cross is defined for 1D arrays of length 3"
2452
+ msgstr ""
2453
+
2442
2454
#: extmod/ulab/code/approx/approx.c
2443
2455
msgid "data must be iterable"
2444
2456
msgstr ""
@@ -2447,10 +2459,6 @@ msgstr ""
2447
2459
msgid "data must be of equal length"
2448
2460
msgstr ""
2449
2461
2450
- #: extmod/ulab/code/numerical/numerical.c
2451
- msgid "ddof must be smaller than length of data set"
2452
- msgstr ""
2453
-
2454
2462
#: py/parsenum.c
2455
2463
msgid "decimal numbers not supported"
2456
2464
msgstr ""
@@ -2480,6 +2488,10 @@ msgstr ""
2480
2488
msgid "diff argument must be an ndarray"
2481
2489
msgstr ""
2482
2490
2491
+ #: extmod/ulab/code/numerical/numerical.c
2492
+ msgid "differentiation order out of range"
2493
+ msgstr ""
2494
+
2483
2495
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
2484
2496
#: shared-bindings/math/__init__.c
2485
2497
msgid "division by zero"
@@ -2595,6 +2607,10 @@ msgstr ""
2595
2607
msgid "first argument must be a function"
2596
2608
msgstr ""
2597
2609
2610
+ #: extmod/ulab/code/ulab_create.c
2611
+ msgid "first argument must be a tuple of ndarrays"
2612
+ msgstr ""
2613
+
2598
2614
#: extmod/ulab/code/ndarray.c
2599
2615
msgid "first argument must be an iterable"
2600
2616
msgstr ""
@@ -2648,8 +2664,8 @@ msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
2648
2664
msgid "function has the same sign at the ends of interval"
2649
2665
msgstr ""
2650
2666
2651
- #: extmod/ulab/code/compare/compare .c
2652
- msgid "function is implemented for scalars and ndarrays only"
2667
+ #: extmod/ulab/code/ndarray .c
2668
+ msgid "function is defined for ndarrays only"
2653
2669
msgstr ""
2654
2670
2655
2671
#: py/argcheck.c
@@ -2719,6 +2735,7 @@ msgstr "lapisan (padding) tidak benar"
2719
2735
msgid "index is out of bounds"
2720
2736
msgstr ""
2721
2737
2738
+ #: extmod/ulab/code/numerical/numerical.c
2722
2739
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
2723
2740
msgid "index out of range"
2724
2741
msgstr "index keluar dari jangkauan"
@@ -2743,6 +2760,10 @@ msgstr ""
2743
2760
msgid "inline assembler must be a function"
2744
2761
msgstr "inline assembler harus sebuah fungsi"
2745
2762
2763
+ #: extmod/ulab/code/ndarray.c
2764
+ msgid "input and output shapes are not compatible"
2765
+ msgstr ""
2766
+
2746
2767
#: extmod/ulab/code/ulab_create.c
2747
2768
msgid "input argument must be an integer or a 2-tuple"
2748
2769
msgstr ""
@@ -2751,6 +2772,10 @@ msgstr ""
2751
2772
msgid "input array length must be power of 2"
2752
2773
msgstr ""
2753
2774
2775
+ #: extmod/ulab/code/ulab_create.c
2776
+ msgid "input arrays are not compatible"
2777
+ msgstr ""
2778
+
2754
2779
#: extmod/ulab/code/poly/poly.c
2755
2780
msgid "input data must be an iterable"
2756
2781
msgstr ""
@@ -2763,6 +2788,22 @@ msgstr ""
2763
2788
msgid "input matrix is singular"
2764
2789
msgstr ""
2765
2790
2791
+ #: extmod/ulab/code/user/user.c
2792
+ msgid "input must be a dense ndarray"
2793
+ msgstr ""
2794
+
2795
+ #: extmod/ulab/code/ulab_create.c
2796
+ msgid "input must be a tensor of rank 2"
2797
+ msgstr ""
2798
+
2799
+ #: extmod/ulab/code/ulab_create.c extmod/ulab/code/user/user.c
2800
+ msgid "input must be an ndarray"
2801
+ msgstr ""
2802
+
2803
+ #: extmod/ulab/code/filter/filter.c
2804
+ msgid "input must be one-dimensional"
2805
+ msgstr ""
2806
+
2766
2807
#: extmod/ulab/code/linalg/linalg.c
2767
2808
msgid "input must be square matrix"
2768
2809
msgstr ""
@@ -2775,6 +2816,10 @@ msgstr ""
2775
2816
msgid "input vectors must be of equal length"
2776
2817
msgstr ""
2777
2818
2819
+ #: extmod/ulab/code/poly/poly.c
2820
+ msgid "inputs are not iterable"
2821
+ msgstr ""
2822
+
2778
2823
#: py/parsenum.c
2779
2824
msgid "int() arg 2 must be >= 2 and <= 36"
2780
2825
msgstr ""
@@ -2943,6 +2988,10 @@ msgstr ""
2943
2988
msgid "max_length must be > 0"
2944
2989
msgstr ""
2945
2990
2991
+ #: extmod/ulab/code/ndarray.c
2992
+ msgid "maximum number of dimensions is 4"
2993
+ msgstr ""
2994
+
2946
2995
#: py/runtime.c
2947
2996
msgid "maximum recursion depth exceeded"
2948
2997
msgstr ""
@@ -2992,10 +3041,6 @@ msgstr ""
2992
3041
msgid "must use keyword argument for key function"
2993
3042
msgstr ""
2994
3043
2995
- #: extmod/ulab/code/numerical/numerical.c
2996
- msgid "n must be between 0, and 9"
2997
- msgstr ""
2998
-
2999
3044
#: py/runtime.c
3000
3045
msgid "name '%q' is not defined"
3001
3046
msgstr ""
@@ -3078,6 +3123,10 @@ msgstr "non-keyword arg setelah */**"
3078
3123
msgid "non-keyword arg after keyword arg"
3079
3124
msgstr "non-keyword arg setelah keyword arg"
3080
3125
3126
+ #: extmod/ulab/code/linalg/linalg.c
3127
+ msgid "norm is defined for 1D and 2D arrays"
3128
+ msgstr ""
3129
+
3081
3130
#: shared-bindings/_bleio/UUID.c
3082
3131
msgid "not a 128-bit UUID"
3083
3132
msgstr ""
@@ -3090,10 +3139,6 @@ msgstr ""
3090
3139
msgid "not enough arguments for format string"
3091
3140
msgstr ""
3092
3141
3093
- #: extmod/ulab/code/poly/poly.c
3094
- msgid "number of arguments must be 2, or 3"
3095
- msgstr ""
3096
-
3097
3142
#: extmod/ulab/code/ulab_create.c
3098
3143
msgid "number of points must be at least 2"
3099
3144
msgstr ""
@@ -3146,6 +3191,10 @@ msgstr ""
3146
3191
msgid "odd-length string"
3147
3192
msgstr "panjang data string memiliki keganjilan (odd-length)"
3148
3193
3194
+ #: extmod/ulab/code/ulab_create.c
3195
+ msgid "offset is too large"
3196
+ msgstr ""
3197
+
3149
3198
#: py/objstr.c py/objstrunicode.c
3150
3199
#, fuzzy
3151
3200
msgid "offset out of bounds"
@@ -3169,6 +3218,14 @@ msgstr ""
3169
3218
msgid "operands could not be broadcast together"
3170
3219
msgstr ""
3171
3220
3221
+ #: extmod/ulab/code/ndarray.c
3222
+ msgid "operation is implemented for 1D Boolean arrays only"
3223
+ msgstr ""
3224
+
3225
+ #: extmod/ulab/code/numerical/numerical.c
3226
+ msgid "operation is not implemented for flattened array"
3227
+ msgstr ""
3228
+
3172
3229
#: extmod/ulab/code/numerical/numerical.c
3173
3230
msgid "operation is not implemented on ndarrays"
3174
3231
msgstr ""
@@ -3303,6 +3360,10 @@ msgstr "relative import"
3303
3360
msgid "requested length %d but object has length %d"
3304
3361
msgstr ""
3305
3362
3363
+ #: extmod/ulab/code/ndarray_operators.c
3364
+ msgid "results cannot be cast to specified type"
3365
+ msgstr ""
3366
+
3306
3367
#: py/compile.c
3307
3368
msgid "return annotation must be an identifier"
3308
3369
msgstr "anotasi return harus sebuah identifier"
@@ -3321,8 +3382,8 @@ msgstr ""
3321
3382
msgid "rgb_pins[%d] is not on the same port as clock"
3322
3383
msgstr ""
3323
3384
3324
- #: extmod/ulab/code/ndarray .c
3325
- msgid "right hand side must be an ndarray, or a scalar "
3385
+ #: extmod/ulab/code/numerical/numerical .c
3386
+ msgid "roll argument must be an ndarray"
3326
3387
msgstr ""
3327
3388
3328
3389
#: py/objstr.c
@@ -3348,7 +3409,7 @@ msgid "script compilation not supported"
3348
3409
msgstr "kompilasi script tidak didukung"
3349
3410
3350
3411
#: extmod/ulab/code/ndarray.c
3351
- msgid "shape must be a 2- tuple"
3412
+ msgid "shape must be a tuple"
3352
3413
msgstr ""
3353
3414
3354
3415
#: py/objstr.c
@@ -3391,10 +3452,6 @@ msgstr "memulai ulang software(soft reboot)\n"
3391
3452
msgid "sort argument must be an ndarray"
3392
3453
msgstr ""
3393
3454
3394
- #: extmod/ulab/code/numerical/numerical.c
3395
- msgid "sorted axis can't be longer than 65535"
3396
- msgstr ""
3397
-
3398
3455
#: extmod/ulab/code/filter/filter.c
3399
3456
msgid "sos array must be of shape (n_section, 6)"
3400
3457
msgstr ""
@@ -3501,6 +3558,10 @@ msgstr ""
3501
3558
msgid "timestamp out of range for platform time_t"
3502
3559
msgstr ""
3503
3560
3561
+ #: extmod/ulab/code/ndarray.c
3562
+ msgid "tobytes can be invoked for dense arrays only"
3563
+ msgstr ""
3564
+
3504
3565
#: shared-module/struct/__init__.c
3505
3566
msgid "too many arguments provided with the given format"
3506
3567
msgstr ""
@@ -3676,12 +3737,12 @@ msgstr ""
3676
3737
msgid "window must be <= interval"
3677
3738
msgstr ""
3678
3739
3679
- #: extmod/ulab/code/linalg/linalg .c
3680
- msgid "wrong argument type "
3740
+ #: extmod/ulab/code/numerical/numerical .c
3741
+ msgid "wrong axis index "
3681
3742
msgstr ""
3682
3743
3683
- #: extmod/ulab/code/ndarray .c
3684
- msgid "wrong index type "
3744
+ #: extmod/ulab/code/ulab_create .c
3745
+ msgid "wrong axis specified "
3685
3746
msgstr ""
3686
3747
3687
3748
#: extmod/ulab/code/vector/vectorise.c
0 commit comments