@@ -142,6 +142,10 @@ msgstr "%q sedang digunakan"
142142msgid "%q index out of range"
143143msgstr "%q indeks di luar batas"
144144
145+ #: py/obj.c
146+ msgid "%q indices must be integers, not %s"
147+ msgstr "indeks %q harus bilangan bulat, bukan %s"
148+
145149#: shared-module/bitbangio/SPI.c
146150msgid "%q init failed"
147151msgstr ""
@@ -217,7 +221,7 @@ msgstr ""
217221msgid "%q must be of type %q or %q, not %q"
218222msgstr ""
219223
220- #: py/argcheck.c py/obj.c py/ objstrunicode.c shared-module/synthio/__init__.c
224+ #: py/argcheck.c py/objstrunicode.c shared-module/synthio/__init__.c
221225msgid "%q must be of type %q, not %q"
222226msgstr ""
223227
@@ -420,6 +424,10 @@ msgstr "'yield from' di dalam fungsi async"
420424msgid "'yield' outside function"
421425msgstr "'yield' diluar fungsi"
422426
427+ #: py/compile.c
428+ msgid "* arg after **"
429+ msgstr ""
430+
423431#: py/compile.c
424432msgid "*x must be assignment target"
425433msgstr "*x harus menjadi target assignment"
@@ -850,10 +858,6 @@ msgstr ""
850858msgid "Coordinate arrays types have different sizes"
851859msgstr ""
852860
853- #: py/persistentcode.c
854- msgid "Corrupt .mpy file"
855- msgstr "File .mpy rusak"
856-
857861#: ports/espressif/common-hal/neopixel_write/__init__.c
858862msgid "Could not retrieve clock"
859863msgstr ""
@@ -1148,14 +1152,6 @@ msgstr ""
11481152msgid "In-buffer elements must be <= 4 bytes long"
11491153msgstr ""
11501154
1151- #: py/persistentcode.c
1152- msgid ""
1153- "Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
1154- "mpy-update for more info."
1155- msgstr ""
1156- "File .mpy tidak kompatibel. Perbarui semua file .mpy. Lihat http://adafru.it/"
1157- "mpy-update untuk info lebih lanjut."
1158-
11591155#: shared-bindings/_pew/PewPew.c
11601156msgid "Incorrect buffer size"
11611157msgstr "Ukuran penyangga salah"
@@ -1502,7 +1498,7 @@ msgstr ""
15021498msgid "No in or out in program"
15031499msgstr ""
15041500
1505- #: shared-bindings/time/__init__.c
1501+ #: py/objint.c shared-bindings/time/__init__.c
15061502msgid "No long integer support"
15071503msgstr "Tidak ada dukungan bilangan bulat yang panjang"
15081504
@@ -2526,6 +2522,10 @@ msgstr ""
25262522msgid "array/bytes required on right side"
25272523msgstr "diperlukan array/byte di sisi kanan"
25282524
2525+ #: py/asmxtensa.c
2526+ msgid "asm overflow"
2527+ msgstr ""
2528+
25292529#: extmod/ulab/code/numpy/numerical.c
25302530msgid "attempt to get (arg)min/(arg)max of empty sequence"
25312531msgstr ""
@@ -2615,6 +2615,10 @@ msgstr ""
26152615msgid "buffer too small for requested bytes"
26162616msgstr ""
26172617
2618+ #: py/emitbc.c
2619+ msgid "bytecode overflow"
2620+ msgstr ""
2621+
26182622#: py/objarray.c
26192623msgid "bytes length not a multiple of item size"
26202624msgstr ""
@@ -2660,7 +2664,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26602664msgid "can't cancel self"
26612665msgstr ""
26622666
2663- #: py/obj.c py/ objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2667+ #: py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
26642668msgid "can't convert %q to %q"
26652669msgstr ""
26662670
@@ -2669,6 +2673,11 @@ msgstr ""
26692673msgid "can't convert %s to complex"
26702674msgstr ""
26712675
2676+ #: py/obj.c
2677+ #, c-format
2678+ msgid "can't convert %s to float"
2679+ msgstr ""
2680+
26722681#: py/objstr.c
26732682msgid "can't convert '%q' object to %q implicitly"
26742683msgstr ""
@@ -2678,11 +2687,11 @@ msgid "can't convert complex to float"
26782687msgstr ""
26792688
26802689#: py/obj.c
2681- msgid "can't convert to %q "
2690+ msgid "can't convert to complex "
26822691msgstr ""
26832692
26842693#: py/obj.c
2685- msgid "can't convert to complex "
2694+ msgid "can't convert to float "
26862695msgstr ""
26872696
26882697#: py/runtime.c
@@ -2709,14 +2718,6 @@ msgstr ""
27092718msgid "can't do truncated division of a complex number"
27102719msgstr ""
27112720
2712- #: py/compile.c
2713- msgid "can't have multiple **x"
2714- msgstr "tidak bisa memiliki **x ganda"
2715-
2716- #: py/compile.c
2717- msgid "can't have multiple *x"
2718- msgstr "tidak bisa memiliki *x ganda"
2719-
27202721#: py/emitnative.c
27212722msgid "can't implicitly convert '%q' to 'bool'"
27222723msgstr ""
@@ -2771,6 +2772,10 @@ msgid ""
27712772"can't switch from manual field specification to automatic field numbering"
27722773msgstr ""
27732774
2775+ #: extmod/moduasyncio.c
2776+ msgid "can't wait"
2777+ msgstr ""
2778+
27742779#: extmod/ulab/code/ndarray.c
27752780msgid "cannot assign new shape"
27762781msgstr ""
@@ -2867,10 +2872,6 @@ msgstr ""
28672872msgid "compression header"
28682873msgstr "kompresi header"
28692874
2870- #: py/parse.c
2871- msgid "constant must be an integer"
2872- msgstr ""
2873-
28742875#: py/emitnative.c
28752876msgid "conversion to object"
28762877msgstr ""
@@ -3207,7 +3208,11 @@ msgid "import * not at module level"
32073208msgstr ""
32083209
32093210#: py/persistentcode.c
3210- msgid "incompatible native .mpy architecture"
3211+ msgid "incompatible .mpy arch"
3212+ msgstr ""
3213+
3214+ #: py/persistentcode.c
3215+ msgid "incompatible .mpy file"
32113216msgstr ""
32123217
32133218#: py/objstr.c
@@ -3236,6 +3241,10 @@ msgstr ""
32363241msgid "index out of range"
32373242msgstr "index keluar dari jangkauan"
32383243
3244+ #: py/obj.c
3245+ msgid "indices must be integers"
3246+ msgstr ""
3247+
32393248#: extmod/ulab/code/ndarray.c
32403249msgid "indices must be integers, slices, or Boolean lists"
32413250msgstr ""
@@ -3369,10 +3378,6 @@ msgstr ""
33693378msgid "invalid exception"
33703379msgstr ""
33713380
3372- #: extmod/modframebuf.c
3373- msgid "invalid format"
3374- msgstr "format tidak valid"
3375-
33763381#: py/objstr.c
33773382msgid "invalid format specifier"
33783383msgstr ""
@@ -3434,10 +3439,6 @@ msgstr ""
34343439msgid "keyword argument(s) not yet implemented - use normal args instead"
34353440msgstr "argumen keyword belum diimplementasi - gunakan args normal"
34363441
3437- #: py/bc.c
3438- msgid "keywords must be strings"
3439- msgstr "keyword harus berupa string"
3440-
34413442#: py/emitinlinethumb.c py/emitinlinextensa.c
34423443msgid "label '%q' not defined"
34433444msgstr ""
@@ -3662,14 +3663,6 @@ msgstr "argumen non-default mengikuti argumen standar(default)"
36623663msgid "non-hex digit found"
36633664msgstr "digit non-hex ditemukan"
36643665
3665- #: py/compile.c
3666- msgid "non-keyword arg after */**"
3667- msgstr "non-keyword arg setelah */**"
3668-
3669- #: py/compile.c
3670- msgid "non-keyword arg after keyword arg"
3671- msgstr "non-keyword arg setelah keyword arg"
3672-
36733666#: ports/nrf/common-hal/_bleio/Adapter.c
36743667msgid "non-zero timeout must be > 0.01"
36753668msgstr ""
@@ -3682,6 +3675,10 @@ msgstr ""
36823675msgid "not a 128-bit UUID"
36833676msgstr ""
36843677
3678+ #: py/parse.c
3679+ msgid "not a constant"
3680+ msgstr ""
3681+
36853682#: py/objstr.c
36863683msgid "not all arguments converted during string formatting"
36873684msgstr ""
@@ -3921,6 +3918,14 @@ msgstr ""
39213918msgid "port must be >= 0"
39223919msgstr ""
39233920
3921+ #: py/compile.c
3922+ msgid "positional arg after **"
3923+ msgstr ""
3924+
3925+ #: py/compile.c
3926+ msgid "positional arg after keyword arg"
3927+ msgstr ""
3928+
39243929#: py/objint_mpz.c
39253930msgid "pow() 3rd argument cannot be 0"
39263931msgstr ""
@@ -3949,6 +3954,11 @@ msgstr ""
39493954msgid "relative import"
39503955msgstr "relative import"
39513956
3957+ #: py/obj.c
3958+ #, c-format
3959+ msgid "requested length %d but object has length %d"
3960+ msgstr ""
3961+
39523962#: extmod/ulab/code/ndarray_operators.c
39533963msgid "results cannot be cast to specified type"
39543964msgstr ""
@@ -4143,6 +4153,10 @@ msgstr ""
41434153msgid "tobytes can be invoked for dense arrays only"
41444154msgstr ""
41454155
4156+ #: py/compile.c
4157+ msgid "too many args"
4158+ msgstr ""
4159+
41464160#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
41474161msgid "too many dimensions"
41484162msgstr ""
@@ -4168,6 +4182,10 @@ msgstr ""
41684182msgid "trapz is defined for 1D iterables"
41694183msgstr ""
41704184
4185+ #: py/obj.c
4186+ msgid "tuple/list has wrong length"
4187+ msgstr ""
4188+
41714189#: ports/espressif/common-hal/canio/CAN.c
41724190#, c-format
41734191msgid "twai_driver_install returned esp-idf error #%d"
@@ -4387,6 +4405,34 @@ msgstr "zi harus berjenis float"
43874405msgid "zi must be of shape (n_section, 2)"
43884406msgstr "Zi harus berbentuk (n_section, 2)"
43894407
4408+ #~ msgid "Corrupt .mpy file"
4409+ #~ msgstr "File .mpy rusak"
4410+
4411+ #~ msgid ""
4412+ #~ "Incompatible .mpy file. Please update all .mpy files. See http://adafru."
4413+ #~ "it/mpy-update for more info."
4414+ #~ msgstr ""
4415+ #~ "File .mpy tidak kompatibel. Perbarui semua file .mpy. Lihat http://adafru."
4416+ #~ "it/mpy-update untuk info lebih lanjut."
4417+
4418+ #~ msgid "can't have multiple **x"
4419+ #~ msgstr "tidak bisa memiliki **x ganda"
4420+
4421+ #~ msgid "can't have multiple *x"
4422+ #~ msgstr "tidak bisa memiliki *x ganda"
4423+
4424+ #~ msgid "invalid format"
4425+ #~ msgstr "format tidak valid"
4426+
4427+ #~ msgid "keywords must be strings"
4428+ #~ msgstr "keyword harus berupa string"
4429+
4430+ #~ msgid "non-keyword arg after */**"
4431+ #~ msgstr "non-keyword arg setelah */**"
4432+
4433+ #~ msgid "non-keyword arg after keyword arg"
4434+ #~ msgstr "non-keyword arg setelah keyword arg"
4435+
43904436#~ msgid "Too many display busses"
43914437#~ msgstr "Terlalu banyak tampilan bus"
43924438
@@ -4476,9 +4522,6 @@ msgstr "Zi harus berbentuk (n_section, 2)"
44764522#~ msgid "zero step"
44774523#~ msgstr "nol langkah"
44784524
4479- #~ msgid "%q indices must be integers, not %s"
4480- #~ msgstr "indeks %q harus bilangan bulat, bukan %s"
4481-
44824525#~ msgid "To exit, please reset the board without "
44834526#~ msgstr "Untuk keluar, silahkan reset board tanpa "
44844527
0 commit comments