@@ -142,6 +142,10 @@ msgstr "%q sedang digunakan"
142
142
msgid "%q index out of range"
143
143
msgstr "%q indeks di luar batas"
144
144
145
+ #: py/obj.c
146
+ msgid "%q indices must be integers, not %s"
147
+ msgstr "indeks %q harus bilangan bulat, bukan %s"
148
+
145
149
#: shared-module/bitbangio/SPI.c
146
150
msgid "%q init failed"
147
151
msgstr ""
@@ -217,7 +221,7 @@ msgstr ""
217
221
msgid "%q must be of type %q or %q, not %q"
218
222
msgstr ""
219
223
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
221
225
msgid "%q must be of type %q, not %q"
222
226
msgstr ""
223
227
@@ -420,6 +424,10 @@ msgstr "'yield from' di dalam fungsi async"
420
424
msgid "'yield' outside function"
421
425
msgstr "'yield' diluar fungsi"
422
426
427
+ #: py/compile.c
428
+ msgid "* arg after **"
429
+ msgstr ""
430
+
423
431
#: py/compile.c
424
432
msgid "*x must be assignment target"
425
433
msgstr "*x harus menjadi target assignment"
@@ -850,10 +858,6 @@ msgstr ""
850
858
msgid "Coordinate arrays types have different sizes"
851
859
msgstr ""
852
860
853
- #: py/persistentcode.c
854
- msgid "Corrupt .mpy file"
855
- msgstr "File .mpy rusak"
856
-
857
861
#: ports/espressif/common-hal/neopixel_write/__init__.c
858
862
msgid "Could not retrieve clock"
859
863
msgstr ""
@@ -1148,14 +1152,6 @@ msgstr ""
1148
1152
msgid "In-buffer elements must be <= 4 bytes long"
1149
1153
msgstr ""
1150
1154
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
-
1159
1155
#: shared-bindings/_pew/PewPew.c
1160
1156
msgid "Incorrect buffer size"
1161
1157
msgstr "Ukuran penyangga salah"
@@ -1502,7 +1498,7 @@ msgstr ""
1502
1498
msgid "No in or out in program"
1503
1499
msgstr ""
1504
1500
1505
- #: shared-bindings/time/__init__.c
1501
+ #: py/objint.c shared-bindings/time/__init__.c
1506
1502
msgid "No long integer support"
1507
1503
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
1508
1504
@@ -2526,6 +2522,10 @@ msgstr ""
2526
2522
msgid "array/bytes required on right side"
2527
2523
msgstr "diperlukan array/byte di sisi kanan"
2528
2524
2525
+ #: py/asmxtensa.c
2526
+ msgid "asm overflow"
2527
+ msgstr ""
2528
+
2529
2529
#: extmod/ulab/code/numpy/numerical.c
2530
2530
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2531
2531
msgstr ""
@@ -2615,6 +2615,10 @@ msgstr ""
2615
2615
msgid "buffer too small for requested bytes"
2616
2616
msgstr ""
2617
2617
2618
+ #: py/emitbc.c
2619
+ msgid "bytecode overflow"
2620
+ msgstr ""
2621
+
2618
2622
#: py/objarray.c
2619
2623
msgid "bytes length not a multiple of item size"
2620
2624
msgstr ""
@@ -2660,7 +2664,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
2660
2664
msgid "can't cancel self"
2661
2665
msgstr ""
2662
2666
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
2664
2668
msgid "can't convert %q to %q"
2665
2669
msgstr ""
2666
2670
@@ -2669,6 +2673,11 @@ msgstr ""
2669
2673
msgid "can't convert %s to complex"
2670
2674
msgstr ""
2671
2675
2676
+ #: py/obj.c
2677
+ #, c-format
2678
+ msgid "can't convert %s to float"
2679
+ msgstr ""
2680
+
2672
2681
#: py/objstr.c
2673
2682
msgid "can't convert '%q' object to %q implicitly"
2674
2683
msgstr ""
@@ -2678,11 +2687,11 @@ msgid "can't convert complex to float"
2678
2687
msgstr ""
2679
2688
2680
2689
#: py/obj.c
2681
- msgid "can't convert to %q "
2690
+ msgid "can't convert to complex "
2682
2691
msgstr ""
2683
2692
2684
2693
#: py/obj.c
2685
- msgid "can't convert to complex "
2694
+ msgid "can't convert to float "
2686
2695
msgstr ""
2687
2696
2688
2697
#: py/runtime.c
@@ -2709,14 +2718,6 @@ msgstr ""
2709
2718
msgid "can't do truncated division of a complex number"
2710
2719
msgstr ""
2711
2720
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
-
2720
2721
#: py/emitnative.c
2721
2722
msgid "can't implicitly convert '%q' to 'bool'"
2722
2723
msgstr ""
@@ -2771,6 +2772,10 @@ msgid ""
2771
2772
"can't switch from manual field specification to automatic field numbering"
2772
2773
msgstr ""
2773
2774
2775
+ #: extmod/moduasyncio.c
2776
+ msgid "can't wait"
2777
+ msgstr ""
2778
+
2774
2779
#: extmod/ulab/code/ndarray.c
2775
2780
msgid "cannot assign new shape"
2776
2781
msgstr ""
@@ -2867,10 +2872,6 @@ msgstr ""
2867
2872
msgid "compression header"
2868
2873
msgstr "kompresi header"
2869
2874
2870
- #: py/parse.c
2871
- msgid "constant must be an integer"
2872
- msgstr ""
2873
-
2874
2875
#: py/emitnative.c
2875
2876
msgid "conversion to object"
2876
2877
msgstr ""
@@ -3207,7 +3208,11 @@ msgid "import * not at module level"
3207
3208
msgstr ""
3208
3209
3209
3210
#: 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"
3211
3216
msgstr ""
3212
3217
3213
3218
#: py/objstr.c
@@ -3236,6 +3241,10 @@ msgstr ""
3236
3241
msgid "index out of range"
3237
3242
msgstr "index keluar dari jangkauan"
3238
3243
3244
+ #: py/obj.c
3245
+ msgid "indices must be integers"
3246
+ msgstr ""
3247
+
3239
3248
#: extmod/ulab/code/ndarray.c
3240
3249
msgid "indices must be integers, slices, or Boolean lists"
3241
3250
msgstr ""
@@ -3369,10 +3378,6 @@ msgstr ""
3369
3378
msgid "invalid exception"
3370
3379
msgstr ""
3371
3380
3372
- #: extmod/modframebuf.c
3373
- msgid "invalid format"
3374
- msgstr "format tidak valid"
3375
-
3376
3381
#: py/objstr.c
3377
3382
msgid "invalid format specifier"
3378
3383
msgstr ""
@@ -3434,10 +3439,6 @@ msgstr ""
3434
3439
msgid "keyword argument(s) not yet implemented - use normal args instead"
3435
3440
msgstr "argumen keyword belum diimplementasi - gunakan args normal"
3436
3441
3437
- #: py/bc.c
3438
- msgid "keywords must be strings"
3439
- msgstr "keyword harus berupa string"
3440
-
3441
3442
#: py/emitinlinethumb.c py/emitinlinextensa.c
3442
3443
msgid "label '%q' not defined"
3443
3444
msgstr ""
@@ -3662,14 +3663,6 @@ msgstr "argumen non-default mengikuti argumen standar(default)"
3662
3663
msgid "non-hex digit found"
3663
3664
msgstr "digit non-hex ditemukan"
3664
3665
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
-
3673
3666
#: ports/nrf/common-hal/_bleio/Adapter.c
3674
3667
msgid "non-zero timeout must be > 0.01"
3675
3668
msgstr ""
@@ -3682,6 +3675,10 @@ msgstr ""
3682
3675
msgid "not a 128-bit UUID"
3683
3676
msgstr ""
3684
3677
3678
+ #: py/parse.c
3679
+ msgid "not a constant"
3680
+ msgstr ""
3681
+
3685
3682
#: py/objstr.c
3686
3683
msgid "not all arguments converted during string formatting"
3687
3684
msgstr ""
@@ -3921,6 +3918,14 @@ msgstr ""
3921
3918
msgid "port must be >= 0"
3922
3919
msgstr ""
3923
3920
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
+
3924
3929
#: py/objint_mpz.c
3925
3930
msgid "pow() 3rd argument cannot be 0"
3926
3931
msgstr ""
@@ -3949,6 +3954,11 @@ msgstr ""
3949
3954
msgid "relative import"
3950
3955
msgstr "relative import"
3951
3956
3957
+ #: py/obj.c
3958
+ #, c-format
3959
+ msgid "requested length %d but object has length %d"
3960
+ msgstr ""
3961
+
3952
3962
#: extmod/ulab/code/ndarray_operators.c
3953
3963
msgid "results cannot be cast to specified type"
3954
3964
msgstr ""
@@ -4143,6 +4153,10 @@ msgstr ""
4143
4153
msgid "tobytes can be invoked for dense arrays only"
4144
4154
msgstr ""
4145
4155
4156
+ #: py/compile.c
4157
+ msgid "too many args"
4158
+ msgstr ""
4159
+
4146
4160
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
4147
4161
msgid "too many dimensions"
4148
4162
msgstr ""
@@ -4168,6 +4182,10 @@ msgstr ""
4168
4182
msgid "trapz is defined for 1D iterables"
4169
4183
msgstr ""
4170
4184
4185
+ #: py/obj.c
4186
+ msgid "tuple/list has wrong length"
4187
+ msgstr ""
4188
+
4171
4189
#: ports/espressif/common-hal/canio/CAN.c
4172
4190
#, c-format
4173
4191
msgid "twai_driver_install returned esp-idf error #%d"
@@ -4387,6 +4405,34 @@ msgstr "zi harus berjenis float"
4387
4405
msgid "zi must be of shape (n_section, 2)"
4388
4406
msgstr "Zi harus berbentuk (n_section, 2)"
4389
4407
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
+
4390
4436
#~ msgid "Too many display busses"
4391
4437
#~ msgstr "Terlalu banyak tampilan bus"
4392
4438
@@ -4476,9 +4522,6 @@ msgstr "Zi harus berbentuk (n_section, 2)"
4476
4522
#~ msgid "zero step"
4477
4523
#~ msgstr "nol langkah"
4478
4524
4479
- #~ msgid "%q indices must be integers, not %s"
4480
- #~ msgstr "indeks %q harus bilangan bulat, bukan %s"
4481
-
4482
4525
#~ msgid "To exit, please reset the board without "
4483
4526
#~ msgstr "Untuk keluar, silahkan reset board tanpa "
4484
4527
0 commit comments