55msgstr ""
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 <oon.arfiandwi@gmail.com>\n "
1111"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -873,6 +873,10 @@ msgstr "Penyebaran yang diperluas dengan respon pindai tidak didukung."
873873msgid "FFT is defined for ndarrays only"
874874msgstr "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
877881msgid "Failed SSL handshake"
878882msgstr ""
@@ -1991,7 +1995,7 @@ msgstr ""
19911995msgid "WARNING: Your code filename has two extensions\n"
19921996msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
19931997
1994- #: shared-bindings /watchdog/WatchDogTimer.c
1998+ #: ports/nrf/common-hal /watchdog/WatchDogTimer.c
19951999msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
19962000msgstr ""
19972001
@@ -2076,10 +2080,6 @@ msgstr ""
20762080msgid "addresses is empty"
20772081msgstr ""
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
20842084msgid "arg is an empty sequence"
20852085msgstr ""
@@ -2088,6 +2088,10 @@ msgstr ""
20882088msgid "argsort argument must be an ndarray"
20892089msgstr ""
20902090
2091+ #: extmod/ulab/code/numerical/numerical.c
2092+ msgid "argsort is not implemented for flattened arrays"
2093+ msgstr ""
2094+
20912095#: py/runtime.c
20922096msgid "argument has wrong type"
20932097msgstr ""
@@ -2105,14 +2109,22 @@ msgstr "argumen num/types tidak cocok"
21052109msgid "argument should be a '%q' not a '%q'"
21062110msgstr ""
21072111
2108- #: extmod/ulab/code/linalg/linalg.c
2112+ #: extmod/ulab/code/linalg/linalg.c extmod/ulab/code/numerical/numerical.c
21092113msgid "arguments must be ndarrays"
21102114msgstr ""
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
21132121msgid "array/bytes required on right side"
21142122msgstr ""
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
21172129msgid "attempt to get argmin/argmax of an empty sequence"
21182130msgstr ""
@@ -2122,15 +2134,15 @@ msgid "attributes not supported yet"
21222134msgstr ""
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 "
21262138msgstr ""
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 "
21302142msgstr ""
21312143
21322144#: extmod/ulab/code/numerical/numerical.c
2133- msgid "axis must be None, 0, or 1 "
2145+ msgid "axis too long "
21342146msgstr ""
21352147
21362148#: py/builtinevex.c
@@ -2335,6 +2347,10 @@ msgid ""
23352347"can't switch from manual field specification to automatic field numbering"
23362348msgstr ""
23372349
2350+ #: extmod/ulab/code/ndarray_operators.c
2351+ msgid "cannot cast output with casting rule"
2352+ msgstr ""
2353+
23382354#: py/objtype.c
23392355msgid "cannot create '%q' instances"
23402356msgstr ""
@@ -2351,10 +2367,6 @@ msgstr ""
23512367msgid "cannot perform relative import"
23522368msgstr "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
23592371msgid "casting"
23602372msgstr ""
@@ -2427,10 +2439,6 @@ msgstr ""
24272439msgid "convolve arguments must not be empty"
24282440msgstr ""
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
24352443msgid "could not invert Vandermonde matrix"
24362444msgstr ""
@@ -2439,6 +2447,10 @@ msgstr ""
24392447msgid "couldn't determine SD card version"
24402448msgstr ""
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
24432455msgid "data must be iterable"
24442456msgstr ""
@@ -2447,10 +2459,6 @@ msgstr ""
24472459msgid "data must be of equal length"
24482460msgstr ""
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
24552463msgid "decimal numbers not supported"
24562464msgstr ""
@@ -2480,6 +2488,10 @@ msgstr ""
24802488msgid "diff argument must be an ndarray"
24812489msgstr ""
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
24852497msgid "division by zero"
@@ -2595,6 +2607,10 @@ msgstr ""
25952607msgid "first argument must be a function"
25962608msgstr ""
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
25992615msgid "first argument must be an iterable"
26002616msgstr ""
@@ -2648,8 +2664,8 @@ msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
26482664msgid "function has the same sign at the ends of interval"
26492665msgstr ""
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"
26532669msgstr ""
26542670
26552671#: py/argcheck.c
@@ -2719,6 +2735,7 @@ msgstr "lapisan (padding) tidak benar"
27192735msgid "index is out of bounds"
27202736msgstr ""
27212737
2738+ #: extmod/ulab/code/numerical/numerical.c
27222739#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
27232740msgid "index out of range"
27242741msgstr "index keluar dari jangkauan"
@@ -2743,6 +2760,10 @@ msgstr ""
27432760msgid "inline assembler must be a function"
27442761msgstr "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
27472768msgid "input argument must be an integer or a 2-tuple"
27482769msgstr ""
@@ -2751,6 +2772,10 @@ msgstr ""
27512772msgid "input array length must be power of 2"
27522773msgstr ""
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
27552780msgid "input data must be an iterable"
27562781msgstr ""
@@ -2763,6 +2788,22 @@ msgstr ""
27632788msgid "input matrix is singular"
27642789msgstr ""
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
27672808msgid "input must be square matrix"
27682809msgstr ""
@@ -2775,6 +2816,10 @@ msgstr ""
27752816msgid "input vectors must be of equal length"
27762817msgstr ""
27772818
2819+ #: extmod/ulab/code/poly/poly.c
2820+ msgid "inputs are not iterable"
2821+ msgstr ""
2822+
27782823#: py/parsenum.c
27792824msgid "int() arg 2 must be >= 2 and <= 36"
27802825msgstr ""
@@ -2943,6 +2988,10 @@ msgstr ""
29432988msgid "max_length must be > 0"
29442989msgstr ""
29452990
2991+ #: extmod/ulab/code/ndarray.c
2992+ msgid "maximum number of dimensions is 4"
2993+ msgstr ""
2994+
29462995#: py/runtime.c
29472996msgid "maximum recursion depth exceeded"
29482997msgstr ""
@@ -2992,10 +3041,6 @@ msgstr ""
29923041msgid "must use keyword argument for key function"
29933042msgstr ""
29943043
2995- #: extmod/ulab/code/numerical/numerical.c
2996- msgid "n must be between 0, and 9"
2997- msgstr ""
2998-
29993044#: py/runtime.c
30003045msgid "name '%q' is not defined"
30013046msgstr ""
@@ -3078,6 +3123,10 @@ msgstr "non-keyword arg setelah */**"
30783123msgid "non-keyword arg after keyword arg"
30793124msgstr "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
30823131msgid "not a 128-bit UUID"
30833132msgstr ""
@@ -3090,10 +3139,6 @@ msgstr ""
30903139msgid "not enough arguments for format string"
30913140msgstr ""
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
30983143msgid "number of points must be at least 2"
30993144msgstr ""
@@ -3146,6 +3191,10 @@ msgstr ""
31463191msgid "odd-length string"
31473192msgstr "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
31513200msgid "offset out of bounds"
@@ -3169,6 +3218,14 @@ msgstr ""
31693218msgid "operands could not be broadcast together"
31703219msgstr ""
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
31733230msgid "operation is not implemented on ndarrays"
31743231msgstr ""
@@ -3303,6 +3360,10 @@ msgstr "relative import"
33033360msgid "requested length %d but object has length %d"
33043361msgstr ""
33053362
3363+ #: extmod/ulab/code/ndarray_operators.c
3364+ msgid "results cannot be cast to specified type"
3365+ msgstr ""
3366+
33063367#: py/compile.c
33073368msgid "return annotation must be an identifier"
33083369msgstr "anotasi return harus sebuah identifier"
@@ -3321,8 +3382,8 @@ msgstr ""
33213382msgid "rgb_pins[%d] is not on the same port as clock"
33223383msgstr ""
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"
33263387msgstr ""
33273388
33283389#: py/objstr.c
@@ -3348,7 +3409,7 @@ msgid "script compilation not supported"
33483409msgstr "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"
33523413msgstr ""
33533414
33543415#: py/objstr.c
@@ -3391,10 +3452,6 @@ msgstr "memulai ulang software(soft reboot)\n"
33913452msgid "sort argument must be an ndarray"
33923453msgstr ""
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
33993456msgid "sos array must be of shape (n_section, 6)"
34003457msgstr ""
@@ -3501,6 +3558,10 @@ msgstr ""
35013558msgid "timestamp out of range for platform time_t"
35023559msgstr ""
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
35053566msgid "too many arguments provided with the given format"
35063567msgstr ""
@@ -3676,12 +3737,12 @@ msgstr ""
36763737msgid "window must be <= interval"
36773738msgstr ""
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 "
36813742msgstr ""
36823743
3683- #: extmod/ulab/code/ndarray .c
3684- msgid "wrong index type "
3744+ #: extmod/ulab/code/ulab_create .c
3745+ msgid "wrong axis specified "
36853746msgstr ""
36863747
36873748#: extmod/ulab/code/vector/vectorise.c
0 commit comments