@@ -417,6 +417,10 @@ msgstr "'data' membutuhkan argumen integer"
417417msgid "'label' requires 1 argument"
418418msgstr "'label' membutuhkan 1 argumen"
419419
420+ #: py/emitnative.c
421+ msgid "'not' not implemented"
422+ msgstr ""
423+
420424#: py/compile.c
421425msgid "'return' outside function"
422426msgstr "'return' diluar fungsi"
@@ -2424,6 +2428,10 @@ msgstr "Argumen argsort harus berupa ndarray"
24242428msgid "argsort is not implemented for flattened arrays"
24252429msgstr ""
24262430
2431+ #: extmod/ulab/code/numpy/random/random.c
2432+ msgid "argument must be None, an integer or a tuple of integers"
2433+ msgstr ""
2434+
24272435#: py/compile.c
24282436msgid "argument name reused"
24292437msgstr ""
@@ -2658,6 +2666,10 @@ msgstr "tidak bisa menghapus ekspresi"
26582666msgid "can't do binary op between '%q' and '%q'"
26592667msgstr ""
26602668
2669+ #: py/emitnative.c
2670+ msgid "can't do unary op of '%q'"
2671+ msgstr ""
2672+
26612673#: py/emitnative.c
26622674msgid "can't implicitly convert '%q' to 'bool'"
26632675msgstr ""
@@ -2720,10 +2732,6 @@ msgstr ""
27202732msgid "can't truncate-divide a complex number"
27212733msgstr ""
27222734
2723- #: extmod/moductypes.c
2724- msgid "can't unambiguously get sizeof scalar"
2725- msgstr ""
2726-
27272735#: extmod/modasyncio.c
27282736msgid "can't wait"
27292737msgstr ""
@@ -3450,7 +3458,7 @@ msgstr ""
34503458msgid "max_length must be 0-%d when fixed_length is %s"
34513459msgstr ""
34523460
3453- #: extmod/ulab/code/ndarray.c
3461+ #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/random/random.c
34543462msgid "maximum number of dimensions is "
34553463msgstr ""
34563464
@@ -3592,7 +3600,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
35923600msgid "no default packer"
35933601msgstr ""
35943602
3595- #: extmod/modrandom.c
3603+ #: extmod/modrandom.c extmod/ulab/code/numpy/random/random.c
35963604msgid "no default seed"
35973605msgstr ""
35983606
@@ -3801,6 +3809,10 @@ msgstr ""
38013809msgid "out array is too small"
38023810msgstr ""
38033811
3812+ #: extmod/ulab/code/numpy/random/random.c
3813+ msgid "out has wrong type"
3814+ msgstr ""
3815+
38043816#: extmod/ulab/code/numpy/vector.c
38053817msgid "out keyword is not supported for complex dtype"
38063818msgstr ""
@@ -3825,6 +3837,14 @@ msgstr ""
38253837msgid "out of range of target"
38263838msgstr ""
38273839
3840+ #: extmod/ulab/code/numpy/random/random.c
3841+ msgid "output array has wrong type"
3842+ msgstr ""
3843+
3844+ #: extmod/ulab/code/numpy/random/random.c
3845+ msgid "output array must be contiguous"
3846+ msgstr ""
3847+
38283848#: py/objint_mpz.c
38293849msgid "overflow converting long int to machine word"
38303850msgstr ""
@@ -3951,6 +3971,10 @@ msgstr "kompilasi script tidak didukung"
39513971msgid "set unsupported"
39523972msgstr ""
39533973
3974+ #: extmod/ulab/code/numpy/random/random.c
3975+ msgid "shape must be None, and integer or a tuple of integers"
3976+ msgstr ""
3977+
39543978#: extmod/ulab/code/ndarray.c
39553979msgid "shape must be integer or tuple of integers"
39563980msgstr ""
@@ -3971,6 +3995,10 @@ msgstr ""
39713995msgid "size is defined for ndarrays only"
39723996msgstr ""
39733997
3998+ #: extmod/ulab/code/numpy/random/random.c
3999+ msgid "size must match out.shape when used together"
4000+ msgstr ""
4001+
39744002#: py/nativeglue.c
39754003msgid "slice unsupported"
39764004msgstr ""
@@ -4044,18 +4072,6 @@ msgstr ""
40444072msgid "string indices must be integers, not %s"
40454073msgstr ""
40464074
4047- #: extmod/moductypes.c
4048- msgid "struct: can't index"
4049- msgstr ""
4050-
4051- #: extmod/moductypes.c
4052- msgid "struct: index out of range"
4053- msgstr "struct: index keluar dari jangkauan"
4054-
4055- #: extmod/moductypes.c
4056- msgid "struct: no fields"
4057- msgstr "struct: tidak ada fields"
4058-
40594075#: py/objarray.c py/objstr.c
40604076msgid "substring not found"
40614077msgstr ""
@@ -4068,10 +4084,6 @@ msgstr "super() tidak dapat menemukan dirinya sendiri"
40684084msgid "syntax error in JSON"
40694085msgstr "sintaksis error pada JSON"
40704086
4071- #: extmod/moductypes.c
4072- msgid "syntax error in uctypes descriptor"
4073- msgstr "sintaksis error pada pendeskripsi uctypes"
4074-
40754087#: extmod/modtime.c
40764088msgid "ticks interval overflow"
40774089msgstr ""
@@ -4180,10 +4192,6 @@ msgstr ""
41804192msgid "ulonglong too large"
41814193msgstr ""
41824194
4183- #: py/emitnative.c
4184- msgid "unary op %q not implemented"
4185- msgstr ""
4186-
41874195#: py/parse.c
41884196msgid "unexpected indent"
41894197msgstr ""
@@ -4376,6 +4384,15 @@ msgstr "zi harus berjenis float"
43764384msgid "zi must be of shape (n_section, 2)"
43774385msgstr "Zi harus berbentuk (n_section, 2)"
43784386
4387+ #~ msgid "struct: index out of range"
4388+ #~ msgstr "struct: index keluar dari jangkauan"
4389+
4390+ #~ msgid "struct: no fields"
4391+ #~ msgstr "struct: tidak ada fields"
4392+
4393+ #~ msgid "syntax error in uctypes descriptor"
4394+ #~ msgstr "sintaksis error pada pendeskripsi uctypes"
4395+
43794396#~ msgid "Name too long"
43804397#~ msgstr "Nama terlalu panjang"
43814398
0 commit comments