Skip to content

Commit ea57615

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents ebdc48a + 8aba80c commit ea57615

File tree

16 files changed

+2083
-757
lines changed

16 files changed

+2083
-757
lines changed

locale/ID.po

Lines changed: 104 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"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"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -873,6 +873,10 @@ msgstr "Penyebaran yang diperluas dengan respon pindai tidak didukung."
873873
msgid "FFT is defined for ndarrays only"
874874
msgstr "FFT didefinisikan hanya untuk ndarrays"
875875

876+
#: extmod/ulab/code/fft/fft.c
877+
msgid "FFT is implemented for linear arrays only"
878+
msgstr ""
879+
876880
#: ports/esp32s2/common-hal/socketpool/Socket.c
877881
msgid "Failed SSL handshake"
878882
msgstr ""
@@ -1991,7 +1995,7 @@ msgstr ""
19911995
msgid "WARNING: Your code filename has two extensions\n"
19921996
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
19931997

1994-
#: shared-bindings/watchdog/WatchDogTimer.c
1998+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
19951999
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
19962000
msgstr ""
19972001

@@ -2076,10 +2080,6 @@ msgstr ""
20762080
msgid "addresses is empty"
20772081
msgstr ""
20782082

2079-
#: extmod/ulab/code/vector/vectorise.c
2080-
msgid "arctan2 is implemented for scalars and ndarrays only"
2081-
msgstr ""
2082-
20832083
#: py/modbuiltins.c
20842084
msgid "arg is an empty sequence"
20852085
msgstr ""
@@ -2088,6 +2088,10 @@ msgstr ""
20882088
msgid "argsort argument must be an ndarray"
20892089
msgstr ""
20902090

2091+
#: extmod/ulab/code/numerical/numerical.c
2092+
msgid "argsort is not implemented for flattened arrays"
2093+
msgstr ""
2094+
20912095
#: py/runtime.c
20922096
msgid "argument has wrong type"
20932097
msgstr ""
@@ -2105,14 +2109,22 @@ msgstr "argumen num/types tidak cocok"
21052109
msgid "argument should be a '%q' not a '%q'"
21062110
msgstr ""
21072111

2108-
#: extmod/ulab/code/linalg/linalg.c
2112+
#: extmod/ulab/code/linalg/linalg.c extmod/ulab/code/numerical/numerical.c
21092113
msgid "arguments must be ndarrays"
21102114
msgstr ""
21112115

2116+
#: extmod/ulab/code/ndarray.c
2117+
msgid "array and index length must be equal"
2118+
msgstr ""
2119+
21122120
#: py/objarray.c shared-bindings/nvm/ByteArray.c
21132121
msgid "array/bytes required on right side"
21142122
msgstr ""
21152123

2124+
#: extmod/ulab/code/numerical/numerical.c
2125+
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2126+
msgstr ""
2127+
21162128
#: extmod/ulab/code/numerical/numerical.c
21172129
msgid "attempt to get argmin/argmax of an empty sequence"
21182130
msgstr ""
@@ -2122,15 +2134,15 @@ msgid "attributes not supported yet"
21222134
msgstr ""
21232135

21242136
#: extmod/ulab/code/numerical/numerical.c
2125-
msgid "axis must be -1, 0, None, or 1"
2137+
msgid "axis is out of bounds"
21262138
msgstr ""
21272139

21282140
#: extmod/ulab/code/numerical/numerical.c
2129-
msgid "axis must be -1, 0, or 1"
2141+
msgid "axis must be None, or an integer"
21302142
msgstr ""
21312143

21322144
#: extmod/ulab/code/numerical/numerical.c
2133-
msgid "axis must be None, 0, or 1"
2145+
msgid "axis too long"
21342146
msgstr ""
21352147

21362148
#: py/builtinevex.c
@@ -2335,6 +2347,10 @@ msgid ""
23352347
"can't switch from manual field specification to automatic field numbering"
23362348
msgstr ""
23372349

2350+
#: extmod/ulab/code/ndarray_operators.c
2351+
msgid "cannot cast output with casting rule"
2352+
msgstr ""
2353+
23382354
#: py/objtype.c
23392355
msgid "cannot create '%q' instances"
23402356
msgstr ""
@@ -2351,10 +2367,6 @@ msgstr ""
23512367
msgid "cannot perform relative import"
23522368
msgstr "tidak dapat melakukan relative import"
23532369

2354-
#: extmod/ulab/code/ndarray.c
2355-
msgid "cannot reshape array (incompatible input/output shape)"
2356-
msgstr ""
2357-
23582370
#: py/emitnative.c
23592371
msgid "casting"
23602372
msgstr ""
@@ -2427,10 +2439,6 @@ msgstr ""
24272439
msgid "convolve arguments must not be empty"
24282440
msgstr ""
24292441

2430-
#: extmod/ulab/code/ndarray.c
2431-
msgid "could not broadast input array from shape"
2432-
msgstr ""
2433-
24342442
#: extmod/ulab/code/poly/poly.c
24352443
msgid "could not invert Vandermonde matrix"
24362444
msgstr ""
@@ -2439,6 +2447,10 @@ msgstr ""
24392447
msgid "couldn't determine SD card version"
24402448
msgstr ""
24412449

2450+
#: extmod/ulab/code/numerical/numerical.c
2451+
msgid "cross is defined for 1D arrays of length 3"
2452+
msgstr ""
2453+
24422454
#: extmod/ulab/code/approx/approx.c
24432455
msgid "data must be iterable"
24442456
msgstr ""
@@ -2447,10 +2459,6 @@ msgstr ""
24472459
msgid "data must be of equal length"
24482460
msgstr ""
24492461

2450-
#: extmod/ulab/code/numerical/numerical.c
2451-
msgid "ddof must be smaller than length of data set"
2452-
msgstr ""
2453-
24542462
#: py/parsenum.c
24552463
msgid "decimal numbers not supported"
24562464
msgstr ""
@@ -2480,6 +2488,10 @@ msgstr ""
24802488
msgid "diff argument must be an ndarray"
24812489
msgstr ""
24822490

2491+
#: extmod/ulab/code/numerical/numerical.c
2492+
msgid "differentiation order out of range"
2493+
msgstr ""
2494+
24832495
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
24842496
#: shared-bindings/math/__init__.c
24852497
msgid "division by zero"
@@ -2595,6 +2607,10 @@ msgstr ""
25952607
msgid "first argument must be a function"
25962608
msgstr ""
25972609

2610+
#: extmod/ulab/code/ulab_create.c
2611+
msgid "first argument must be a tuple of ndarrays"
2612+
msgstr ""
2613+
25982614
#: extmod/ulab/code/ndarray.c
25992615
msgid "first argument must be an iterable"
26002616
msgstr ""
@@ -2648,8 +2664,8 @@ msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
26482664
msgid "function has the same sign at the ends of interval"
26492665
msgstr ""
26502666

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"
26532669
msgstr ""
26542670

26552671
#: py/argcheck.c
@@ -2719,6 +2735,7 @@ msgstr "lapisan (padding) tidak benar"
27192735
msgid "index is out of bounds"
27202736
msgstr ""
27212737

2738+
#: extmod/ulab/code/numerical/numerical.c
27222739
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
27232740
msgid "index out of range"
27242741
msgstr "index keluar dari jangkauan"
@@ -2743,6 +2760,10 @@ msgstr ""
27432760
msgid "inline assembler must be a function"
27442761
msgstr "inline assembler harus sebuah fungsi"
27452762

2763+
#: extmod/ulab/code/ndarray.c
2764+
msgid "input and output shapes are not compatible"
2765+
msgstr ""
2766+
27462767
#: extmod/ulab/code/ulab_create.c
27472768
msgid "input argument must be an integer or a 2-tuple"
27482769
msgstr ""
@@ -2751,6 +2772,10 @@ msgstr ""
27512772
msgid "input array length must be power of 2"
27522773
msgstr ""
27532774

2775+
#: extmod/ulab/code/ulab_create.c
2776+
msgid "input arrays are not compatible"
2777+
msgstr ""
2778+
27542779
#: extmod/ulab/code/poly/poly.c
27552780
msgid "input data must be an iterable"
27562781
msgstr ""
@@ -2763,6 +2788,22 @@ msgstr ""
27632788
msgid "input matrix is singular"
27642789
msgstr ""
27652790

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+
27662807
#: extmod/ulab/code/linalg/linalg.c
27672808
msgid "input must be square matrix"
27682809
msgstr ""
@@ -2775,6 +2816,10 @@ msgstr ""
27752816
msgid "input vectors must be of equal length"
27762817
msgstr ""
27772818

2819+
#: extmod/ulab/code/poly/poly.c
2820+
msgid "inputs are not iterable"
2821+
msgstr ""
2822+
27782823
#: py/parsenum.c
27792824
msgid "int() arg 2 must be >= 2 and <= 36"
27802825
msgstr ""
@@ -2943,6 +2988,10 @@ msgstr ""
29432988
msgid "max_length must be > 0"
29442989
msgstr ""
29452990

2991+
#: extmod/ulab/code/ndarray.c
2992+
msgid "maximum number of dimensions is 4"
2993+
msgstr ""
2994+
29462995
#: py/runtime.c
29472996
msgid "maximum recursion depth exceeded"
29482997
msgstr ""
@@ -2992,10 +3041,6 @@ msgstr ""
29923041
msgid "must use keyword argument for key function"
29933042
msgstr ""
29943043

2995-
#: extmod/ulab/code/numerical/numerical.c
2996-
msgid "n must be between 0, and 9"
2997-
msgstr ""
2998-
29993044
#: py/runtime.c
30003045
msgid "name '%q' is not defined"
30013046
msgstr ""
@@ -3078,6 +3123,10 @@ msgstr "non-keyword arg setelah */**"
30783123
msgid "non-keyword arg after keyword arg"
30793124
msgstr "non-keyword arg setelah keyword arg"
30803125

3126+
#: extmod/ulab/code/linalg/linalg.c
3127+
msgid "norm is defined for 1D and 2D arrays"
3128+
msgstr ""
3129+
30813130
#: shared-bindings/_bleio/UUID.c
30823131
msgid "not a 128-bit UUID"
30833132
msgstr ""
@@ -3090,10 +3139,6 @@ msgstr ""
30903139
msgid "not enough arguments for format string"
30913140
msgstr ""
30923141

3093-
#: extmod/ulab/code/poly/poly.c
3094-
msgid "number of arguments must be 2, or 3"
3095-
msgstr ""
3096-
30973142
#: extmod/ulab/code/ulab_create.c
30983143
msgid "number of points must be at least 2"
30993144
msgstr ""
@@ -3146,6 +3191,10 @@ msgstr ""
31463191
msgid "odd-length string"
31473192
msgstr "panjang data string memiliki keganjilan (odd-length)"
31483193

3194+
#: extmod/ulab/code/ulab_create.c
3195+
msgid "offset is too large"
3196+
msgstr ""
3197+
31493198
#: py/objstr.c py/objstrunicode.c
31503199
#, fuzzy
31513200
msgid "offset out of bounds"
@@ -3169,6 +3218,14 @@ msgstr ""
31693218
msgid "operands could not be broadcast together"
31703219
msgstr ""
31713220

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+
31723229
#: extmod/ulab/code/numerical/numerical.c
31733230
msgid "operation is not implemented on ndarrays"
31743231
msgstr ""
@@ -3303,6 +3360,10 @@ msgstr "relative import"
33033360
msgid "requested length %d but object has length %d"
33043361
msgstr ""
33053362

3363+
#: extmod/ulab/code/ndarray_operators.c
3364+
msgid "results cannot be cast to specified type"
3365+
msgstr ""
3366+
33063367
#: py/compile.c
33073368
msgid "return annotation must be an identifier"
33083369
msgstr "anotasi return harus sebuah identifier"
@@ -3321,8 +3382,8 @@ msgstr ""
33213382
msgid "rgb_pins[%d] is not on the same port as clock"
33223383
msgstr ""
33233384

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"
33263387
msgstr ""
33273388

33283389
#: py/objstr.c
@@ -3348,7 +3409,7 @@ msgid "script compilation not supported"
33483409
msgstr "kompilasi script tidak didukung"
33493410

33503411
#: extmod/ulab/code/ndarray.c
3351-
msgid "shape must be a 2-tuple"
3412+
msgid "shape must be a tuple"
33523413
msgstr ""
33533414

33543415
#: py/objstr.c
@@ -3391,10 +3452,6 @@ msgstr "memulai ulang software(soft reboot)\n"
33913452
msgid "sort argument must be an ndarray"
33923453
msgstr ""
33933454

3394-
#: extmod/ulab/code/numerical/numerical.c
3395-
msgid "sorted axis can't be longer than 65535"
3396-
msgstr ""
3397-
33983455
#: extmod/ulab/code/filter/filter.c
33993456
msgid "sos array must be of shape (n_section, 6)"
34003457
msgstr ""
@@ -3501,6 +3558,10 @@ msgstr ""
35013558
msgid "timestamp out of range for platform time_t"
35023559
msgstr ""
35033560

3561+
#: extmod/ulab/code/ndarray.c
3562+
msgid "tobytes can be invoked for dense arrays only"
3563+
msgstr ""
3564+
35043565
#: shared-module/struct/__init__.c
35053566
msgid "too many arguments provided with the given format"
35063567
msgstr ""
@@ -3676,12 +3737,12 @@ msgstr ""
36763737
msgid "window must be <= interval"
36773738
msgstr ""
36783739

3679-
#: extmod/ulab/code/linalg/linalg.c
3680-
msgid "wrong argument type"
3740+
#: extmod/ulab/code/numerical/numerical.c
3741+
msgid "wrong axis index"
36813742
msgstr ""
36823743

3683-
#: extmod/ulab/code/ndarray.c
3684-
msgid "wrong index type"
3744+
#: extmod/ulab/code/ulab_create.c
3745+
msgid "wrong axis specified"
36853746
msgstr ""
36863747

36873748
#: extmod/ulab/code/vector/vectorise.c

0 commit comments

Comments
 (0)