@@ -142,7 +142,7 @@ msgstr ""
142142msgid "%q in use"
143143msgstr "%q sedang digunakan"
144144
145- #: py/objstr.c py/objstrunicode.c
145+ #: py/objstr.c
146146msgid "%q index out of range"
147147msgstr "%q indeks di luar batas"
148148
@@ -229,7 +229,7 @@ msgstr ""
229229msgid "%q must be of type %q or %q, not %q"
230230msgstr ""
231231
232- #: py/argcheck.c py/objstrunicode.c shared-module/synthio/__init__.c
232+ #: py/argcheck.c shared-module/synthio/__init__.c
233233msgid "%q must be of type %q, not %q"
234234msgstr ""
235235
@@ -282,6 +282,11 @@ msgstr ""
282282msgid "%q[%u] waits on input outside of count"
283283msgstr ""
284284
285+ #: py/runtime.c
286+ #, c-format
287+ msgid "%s"
288+ msgstr ""
289+
285290#: ports/espressif/common-hal/espidf/__init__.c
286291#, c-format
287292msgid "%s error 0x%x"
@@ -1978,10 +1983,6 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
19781983msgid "Specify exactly one of data0 or data_pins"
19791984msgstr ""
19801985
1981- #: extmod/modure.c
1982- msgid "Splitting with sub-captures"
1983- msgstr "Memisahkan dengan menggunakan sub-captures"
1984-
19851986#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
19861987msgid "Stereo left must be on PWM channel A"
19871988msgstr ""
@@ -2420,7 +2421,8 @@ msgid "__init__() should return None"
24202421msgstr "__init __() harus mengembalikan None"
24212422
24222423#: py/objtype.c
2423- msgid "__init__() should return None, not '%q'"
2424+ #, c-format
2425+ msgid "__init__() should return None, not '%s'"
24242426msgstr ""
24252427
24262428#: py/objobject.c
@@ -2510,8 +2512,8 @@ msgid "attempt to get argmin/argmax of an empty sequence"
25102512msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
25112513
25122514#: py/objstr.c
2513- msgid "attributes not supported yet "
2514- msgstr "atribut belum didukung "
2515+ msgid "attributes not supported"
2516+ msgstr ""
25152517
25162518#: extmod/ulab/code/ulab_tools.c
25172519msgid "axis is out of bounds"
@@ -2638,7 +2640,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26382640msgid "can't cancel self"
26392641msgstr ""
26402642
2641- #: py/objint.c py/ runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2643+ #: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
26422644msgid "can't convert %q to %q"
26432645msgstr ""
26442646
@@ -2656,10 +2658,18 @@ msgstr ""
26562658msgid "can't convert '%q' object to %q implicitly"
26572659msgstr ""
26582660
2661+ #: py/objint.c
2662+ msgid "can't convert NaN to int"
2663+ msgstr ""
2664+
26592665#: extmod/ulab/code/numpy/vector.c
26602666msgid "can't convert complex to float"
26612667msgstr ""
26622668
2669+ #: py/objint.c
2670+ msgid "can't convert inf to int"
2671+ msgstr ""
2672+
26632673#: py/obj.c
26642674msgid "can't convert to complex"
26652675msgstr ""
@@ -2688,14 +2698,14 @@ msgstr "tidak bisa menghapus ekspresi"
26882698msgid "can't do binary op between '%q' and '%q'"
26892699msgstr ""
26902700
2691- #: py/objcomplex.c
2692- msgid "can't do truncated division of a complex number"
2693- msgstr ""
2694-
26952701#: py/emitnative.c
26962702msgid "can't implicitly convert '%q' to 'bool'"
26972703msgstr ""
26982704
2705+ #: py/runtime.c
2706+ msgid "can't import name %q"
2707+ msgstr ""
2708+
26992709#: py/emitnative.c
27002710msgid "can't load from '%q'"
27012711msgstr ""
@@ -2746,6 +2756,14 @@ msgid ""
27462756"can't switch from manual field specification to automatic field numbering"
27472757msgstr ""
27482758
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+
27492767#: extmod/moduasyncio.c
27502768msgid "can't wait"
27512769msgstr ""
@@ -2778,18 +2796,10 @@ msgstr ""
27782796msgid "cannot delete array elements"
27792797msgstr ""
27802798
2781- #: py/runtime.c
2782- msgid "cannot import name %q"
2783- msgstr ""
2784-
27852799#: extmod/ulab/code/ndarray.c
27862800msgid "cannot reshape array"
27872801msgstr ""
27882802
2789- #: extmod/moductypes.c
2790- msgid "cannot unambiguously get sizeof scalar"
2791- msgstr ""
2792-
27932803#: py/emitnative.c
27942804msgid "casting"
27952805msgstr ""
@@ -2838,6 +2848,10 @@ msgstr ""
28382848msgid "comparison of int and uint"
28392849msgstr ""
28402850
2851+ #: py/objcomplex.c
2852+ msgid "complex divide by zero"
2853+ msgstr ""
2854+
28412855#: py/objfloat.c py/parsenum.c
28422856msgid "complex values not supported"
28432857msgstr ""
@@ -3410,8 +3424,8 @@ msgid "join expects a list of str/bytes objects consistent with self object"
34103424msgstr ""
34113425
34123426#: 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 ""
34153429
34163430#: py/emitinlinethumb.c py/emitinlinextensa.c
34173431msgid "label '%q' not defined"
@@ -3421,10 +3435,6 @@ msgstr ""
34213435msgid "label redefined"
34223436msgstr "label didefinis ulang"
34233437
3424- #: py/stream.c
3425- msgid "length argument not allowed for this type"
3426- msgstr ""
3427-
34283438#: shared-bindings/audiomixer/MixerVoice.c
34293439msgid "level must be between 0 and 1"
34303440msgstr ""
@@ -3511,6 +3521,10 @@ msgstr ""
35113521msgid "memory allocation failed, heap is locked"
35123522msgstr ""
35133523
3524+ #: py/objarray.c
3525+ msgid "memoryview offset too large"
3526+ msgstr ""
3527+
35143528#: py/objarray.c
35153529msgid "memoryview: length is not a multiple of itemsize"
35163530msgstr ""
@@ -3559,6 +3573,10 @@ msgstr ""
35593573msgid "name not defined"
35603574msgstr ""
35613575
3576+ #: py/persistentcode.c
3577+ msgid "native code in .mpy unsupported"
3578+ msgstr ""
3579+
35623580#: py/asmthumb.c
35633581msgid "native method too big"
35643582msgstr ""
@@ -3633,7 +3651,7 @@ msgstr ""
36333651msgid "non-default argument follows default argument"
36343652msgstr "argumen non-default mengikuti argumen standar(default)"
36353653
3636- #: extmod/modubinascii .c
3654+ #: py/objstr .c
36373655msgid "non-hex digit found"
36383656msgstr "digit non-hex ditemukan"
36393657
@@ -3723,7 +3741,7 @@ msgstr ""
37233741msgid "object with buffer protocol required"
37243742msgstr ""
37253743
3726- #: extmod/modubinascii .c
3744+ #: py/objstr .c
37273745msgid "odd-length string"
37283746msgstr "panjang data string memiliki keganjilan (odd-length)"
37293747
@@ -3743,11 +3761,6 @@ msgstr ""
37433761msgid "offset must be non-negative and no greater than buffer length"
37443762msgstr ""
37453763
3746- #: py/objstr.c py/objstrunicode.c
3747- #, fuzzy
3748- msgid "offset out of bounds"
3749- msgstr "modul tidak ditemukan"
3750-
37513764#: ports/nrf/common-hal/audiobusio/PDMIn.c
37523765#: ports/stm/common-hal/audiobusio/PDMIn.c
37533766msgid "only bit_depth=16 is supported"
@@ -3996,10 +4009,6 @@ msgstr ""
39964009msgid "sleep length must be non-negative"
39974010msgstr ""
39984011
3999- #: extmod/ulab/code/ndarray.c
4000- msgid "slice step can't be zero"
4001- msgstr ""
4002-
40034012#: py/nativeglue.c
40044013msgid "slice unsupported"
40054014msgstr ""
@@ -4044,6 +4053,10 @@ msgstr ""
40444053msgid "source_bitmap must have value_count of 8"
40454054msgstr ""
40464055
4056+ #: extmod/modure.c
4057+ msgid "splitting with sub-captures"
4058+ msgstr ""
4059+
40474060#: py/objstr.c
40484061msgid "start/end indices"
40494062msgstr ""
@@ -4056,8 +4069,17 @@ msgstr ""
40564069msgid "stream operation not supported"
40574070msgstr ""
40584071
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"
40614083msgstr ""
40624084
40634085#: extmod/moductypes.c
@@ -4088,6 +4110,10 @@ msgstr "sintaksis error pada JSON"
40884110msgid "syntax error in uctypes descriptor"
40894111msgstr "sintaksis error pada pendeskripsi uctypes"
40904112
4113+ #: extmod/utime_mphal.c
4114+ msgid "ticks interval overflow"
4115+ msgstr ""
4116+
40914117#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
40924118msgid "timeout duration exceeded the maximum supported value"
40934119msgstr ""
@@ -4361,6 +4387,19 @@ msgstr "zi harus berjenis float"
43614387msgid "zi must be of shape (n_section, 2)"
43624388msgstr "Zi harus berbentuk (n_section, 2)"
43634389
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+
43644403#~ msgid "ADC2 is being used by WiFi"
43654404#~ msgstr "ADC2 sedang digunakan oleh WiFi"
43664405
0 commit comments