@@ -142,7 +142,7 @@ msgstr ""
142
142
msgid "%q in use"
143
143
msgstr "%q sedang digunakan"
144
144
145
- #: py/objstr.c py/objstrunicode.c
145
+ #: py/objstr.c
146
146
msgid "%q index out of range"
147
147
msgstr "%q indeks di luar batas"
148
148
@@ -229,7 +229,7 @@ msgstr ""
229
229
msgid "%q must be of type %q or %q, not %q"
230
230
msgstr ""
231
231
232
- #: py/argcheck.c py/objstrunicode.c shared-module/synthio/__init__.c
232
+ #: py/argcheck.c shared-module/synthio/__init__.c
233
233
msgid "%q must be of type %q, not %q"
234
234
msgstr ""
235
235
@@ -282,6 +282,11 @@ msgstr ""
282
282
msgid "%q[%u] waits on input outside of count"
283
283
msgstr ""
284
284
285
+ #: py/runtime.c
286
+ #, c-format
287
+ msgid "%s"
288
+ msgstr ""
289
+
285
290
#: ports/espressif/common-hal/espidf/__init__.c
286
291
#, c-format
287
292
msgid "%s error 0x%x"
@@ -1978,10 +1983,6 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
1978
1983
msgid "Specify exactly one of data0 or data_pins"
1979
1984
msgstr ""
1980
1985
1981
- #: extmod/modure.c
1982
- msgid "Splitting with sub-captures"
1983
- msgstr "Memisahkan dengan menggunakan sub-captures"
1984
-
1985
1986
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1986
1987
msgid "Stereo left must be on PWM channel A"
1987
1988
msgstr ""
@@ -2420,7 +2421,8 @@ msgid "__init__() should return None"
2420
2421
msgstr "__init __() harus mengembalikan None"
2421
2422
2422
2423
#: py/objtype.c
2423
- msgid "__init__() should return None, not '%q'"
2424
+ #, c-format
2425
+ msgid "__init__() should return None, not '%s'"
2424
2426
msgstr ""
2425
2427
2426
2428
#: py/objobject.c
@@ -2510,8 +2512,8 @@ msgid "attempt to get argmin/argmax of an empty sequence"
2510
2512
msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
2511
2513
2512
2514
#: py/objstr.c
2513
- msgid "attributes not supported yet "
2514
- msgstr "atribut belum didukung "
2515
+ msgid "attributes not supported"
2516
+ msgstr ""
2515
2517
2516
2518
#: extmod/ulab/code/ulab_tools.c
2517
2519
msgid "axis is out of bounds"
@@ -2638,7 +2640,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
2638
2640
msgid "can't cancel self"
2639
2641
msgstr ""
2640
2642
2641
- #: py/objint.c py/ runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2643
+ #: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2642
2644
msgid "can't convert %q to %q"
2643
2645
msgstr ""
2644
2646
@@ -2656,10 +2658,18 @@ msgstr ""
2656
2658
msgid "can't convert '%q' object to %q implicitly"
2657
2659
msgstr ""
2658
2660
2661
+ #: py/objint.c
2662
+ msgid "can't convert NaN to int"
2663
+ msgstr ""
2664
+
2659
2665
#: extmod/ulab/code/numpy/vector.c
2660
2666
msgid "can't convert complex to float"
2661
2667
msgstr ""
2662
2668
2669
+ #: py/objint.c
2670
+ msgid "can't convert inf to int"
2671
+ msgstr ""
2672
+
2663
2673
#: py/obj.c
2664
2674
msgid "can't convert to complex"
2665
2675
msgstr ""
@@ -2688,14 +2698,14 @@ msgstr "tidak bisa menghapus ekspresi"
2688
2698
msgid "can't do binary op between '%q' and '%q'"
2689
2699
msgstr ""
2690
2700
2691
- #: py/objcomplex.c
2692
- msgid "can't do truncated division of a complex number"
2693
- msgstr ""
2694
-
2695
2701
#: py/emitnative.c
2696
2702
msgid "can't implicitly convert '%q' to 'bool'"
2697
2703
msgstr ""
2698
2704
2705
+ #: py/runtime.c
2706
+ msgid "can't import name %q"
2707
+ msgstr ""
2708
+
2699
2709
#: py/emitnative.c
2700
2710
msgid "can't load from '%q'"
2701
2711
msgstr ""
@@ -2746,6 +2756,14 @@ msgid ""
2746
2756
"can't switch from manual field specification to automatic field numbering"
2747
2757
msgstr ""
2748
2758
2759
+ #: py/objcomplex.c
2760
+ msgid "can't truncate-divide a complex number"
2761
+ msgstr ""
2762
+
2763
+ #: extmod/moductypes.c
2764
+ msgid "can't unambiguously get sizeof scalar"
2765
+ msgstr ""
2766
+
2749
2767
#: extmod/moduasyncio.c
2750
2768
msgid "can't wait"
2751
2769
msgstr ""
@@ -2778,18 +2796,10 @@ msgstr ""
2778
2796
msgid "cannot delete array elements"
2779
2797
msgstr ""
2780
2798
2781
- #: py/runtime.c
2782
- msgid "cannot import name %q"
2783
- msgstr ""
2784
-
2785
2799
#: extmod/ulab/code/ndarray.c
2786
2800
msgid "cannot reshape array"
2787
2801
msgstr ""
2788
2802
2789
- #: extmod/moductypes.c
2790
- msgid "cannot unambiguously get sizeof scalar"
2791
- msgstr ""
2792
-
2793
2803
#: py/emitnative.c
2794
2804
msgid "casting"
2795
2805
msgstr ""
@@ -2838,6 +2848,10 @@ msgstr ""
2838
2848
msgid "comparison of int and uint"
2839
2849
msgstr ""
2840
2850
2851
+ #: py/objcomplex.c
2852
+ msgid "complex divide by zero"
2853
+ msgstr ""
2854
+
2841
2855
#: py/objfloat.c py/parsenum.c
2842
2856
msgid "complex values not supported"
2843
2857
msgstr ""
@@ -3410,8 +3424,8 @@ msgid "join expects a list of str/bytes objects consistent with self object"
3410
3424
msgstr ""
3411
3425
3412
3426
#: py/argcheck.c
3413
- msgid "keyword argument(s) not yet implemented - use normal args instead"
3414
- msgstr "argumen keyword belum diimplementasi - gunakan args normal "
3427
+ msgid "keyword argument(s) not implemented - use normal args instead"
3428
+ msgstr ""
3415
3429
3416
3430
#: py/emitinlinethumb.c py/emitinlinextensa.c
3417
3431
msgid "label '%q' not defined"
@@ -3421,10 +3435,6 @@ msgstr ""
3421
3435
msgid "label redefined"
3422
3436
msgstr "label didefinis ulang"
3423
3437
3424
- #: py/stream.c
3425
- msgid "length argument not allowed for this type"
3426
- msgstr ""
3427
-
3428
3438
#: shared-bindings/audiomixer/MixerVoice.c
3429
3439
msgid "level must be between 0 and 1"
3430
3440
msgstr ""
@@ -3511,6 +3521,10 @@ msgstr ""
3511
3521
msgid "memory allocation failed, heap is locked"
3512
3522
msgstr ""
3513
3523
3524
+ #: py/objarray.c
3525
+ msgid "memoryview offset too large"
3526
+ msgstr ""
3527
+
3514
3528
#: py/objarray.c
3515
3529
msgid "memoryview: length is not a multiple of itemsize"
3516
3530
msgstr ""
@@ -3559,6 +3573,10 @@ msgstr ""
3559
3573
msgid "name not defined"
3560
3574
msgstr ""
3561
3575
3576
+ #: py/persistentcode.c
3577
+ msgid "native code in .mpy unsupported"
3578
+ msgstr ""
3579
+
3562
3580
#: py/asmthumb.c
3563
3581
msgid "native method too big"
3564
3582
msgstr ""
@@ -3633,7 +3651,7 @@ msgstr ""
3633
3651
msgid "non-default argument follows default argument"
3634
3652
msgstr "argumen non-default mengikuti argumen standar(default)"
3635
3653
3636
- #: extmod/modubinascii .c
3654
+ #: py/objstr .c
3637
3655
msgid "non-hex digit found"
3638
3656
msgstr "digit non-hex ditemukan"
3639
3657
@@ -3723,7 +3741,7 @@ msgstr ""
3723
3741
msgid "object with buffer protocol required"
3724
3742
msgstr ""
3725
3743
3726
- #: extmod/modubinascii .c
3744
+ #: py/objstr .c
3727
3745
msgid "odd-length string"
3728
3746
msgstr "panjang data string memiliki keganjilan (odd-length)"
3729
3747
@@ -3743,11 +3761,6 @@ msgstr ""
3743
3761
msgid "offset must be non-negative and no greater than buffer length"
3744
3762
msgstr ""
3745
3763
3746
- #: py/objstr.c py/objstrunicode.c
3747
- #, fuzzy
3748
- msgid "offset out of bounds"
3749
- msgstr "modul tidak ditemukan"
3750
-
3751
3764
#: ports/nrf/common-hal/audiobusio/PDMIn.c
3752
3765
#: ports/stm/common-hal/audiobusio/PDMIn.c
3753
3766
msgid "only bit_depth=16 is supported"
@@ -3996,10 +4009,6 @@ msgstr ""
3996
4009
msgid "sleep length must be non-negative"
3997
4010
msgstr ""
3998
4011
3999
- #: extmod/ulab/code/ndarray.c
4000
- msgid "slice step can't be zero"
4001
- msgstr ""
4002
-
4003
4012
#: py/nativeglue.c
4004
4013
msgid "slice unsupported"
4005
4014
msgstr ""
@@ -4044,6 +4053,10 @@ msgstr ""
4044
4053
msgid "source_bitmap must have value_count of 8"
4045
4054
msgstr ""
4046
4055
4056
+ #: extmod/modure.c
4057
+ msgid "splitting with sub-captures"
4058
+ msgstr ""
4059
+
4047
4060
#: py/objstr.c
4048
4061
msgid "start/end indices"
4049
4062
msgstr ""
@@ -4056,8 +4069,17 @@ msgstr ""
4056
4069
msgid "stream operation not supported"
4057
4070
msgstr ""
4058
4071
4059
- #: py/stream.c
4060
- msgid "string not supported; use bytes or bytearray"
4072
+ #: py/objarray.c py/objstr.c
4073
+ msgid "string argument without an encoding"
4074
+ msgstr ""
4075
+
4076
+ #: py/objstrunicode.c
4077
+ msgid "string index out of range"
4078
+ msgstr ""
4079
+
4080
+ #: py/objstrunicode.c
4081
+ #, c-format
4082
+ msgid "string indices must be integers, not %s"
4061
4083
msgstr ""
4062
4084
4063
4085
#: extmod/moductypes.c
@@ -4088,6 +4110,10 @@ msgstr "sintaksis error pada JSON"
4088
4110
msgid "syntax error in uctypes descriptor"
4089
4111
msgstr "sintaksis error pada pendeskripsi uctypes"
4090
4112
4113
+ #: extmod/utime_mphal.c
4114
+ msgid "ticks interval overflow"
4115
+ msgstr ""
4116
+
4091
4117
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4092
4118
msgid "timeout duration exceeded the maximum supported value"
4093
4119
msgstr ""
@@ -4361,6 +4387,19 @@ msgstr "zi harus berjenis float"
4361
4387
msgid "zi must be of shape (n_section, 2)"
4362
4388
msgstr "Zi harus berbentuk (n_section, 2)"
4363
4389
4390
+ #~ msgid "Splitting with sub-captures"
4391
+ #~ msgstr "Memisahkan dengan menggunakan sub-captures"
4392
+
4393
+ #~ msgid "attributes not supported yet"
4394
+ #~ msgstr "atribut belum didukung"
4395
+
4396
+ #~ msgid "keyword argument(s) not yet implemented - use normal args instead"
4397
+ #~ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
4398
+
4399
+ #, fuzzy
4400
+ #~ msgid "offset out of bounds"
4401
+ #~ msgstr "modul tidak ditemukan"
4402
+
4364
4403
#~ msgid "ADC2 is being used by WiFi"
4365
4404
#~ msgstr "ADC2 sedang digunakan oleh WiFi"
4366
4405
0 commit comments