@@ -398,16 +398,8 @@ msgid "'await' outside function"
398
398
msgstr "'await' diluar fungsi"
399
399
400
400
#: py/compile.c
401
- msgid "'await', 'async for' or 'async with' outside async function"
402
- msgstr "'await', 'async for' atau 'async with' di luar fungsi async"
403
-
404
- #: py/compile.c
405
- msgid "'break' outside loop"
406
- msgstr "'break' diluar loop"
407
-
408
- #: py/compile.c
409
- msgid "'continue' outside loop"
410
- msgstr "'continue' diluar loop"
401
+ msgid "'break'/'continue' outside loop"
402
+ msgstr ""
411
403
412
404
#: py/compile.c
413
405
msgid "'data' requires at least 2 arguments"
@@ -975,7 +967,7 @@ msgstr ""
975
967
msgid "EXTINT channel already in use"
976
968
msgstr "Channel EXTINT sedang digunakan"
977
969
978
- #: extmod/modure .c
970
+ #: extmod/modre .c
979
971
msgid "Error in regex"
980
972
msgstr "Error pada regex"
981
973
@@ -1055,7 +1047,7 @@ msgstr "Gagal melepaskan mutex, err 0x%04x"
1055
1047
msgid "Failed to write internal flash."
1056
1048
msgstr "Gagal menulis flash internal."
1057
1049
1058
- #: py/moduerrno .c
1050
+ #: py/moderrno .c
1059
1051
msgid "File exists"
1060
1052
msgstr "File sudah ada"
1061
1053
@@ -1190,7 +1182,7 @@ msgstr ""
1190
1182
msgid "Input taking too long"
1191
1183
msgstr ""
1192
1184
1193
- #: ports/espressif/common-hal/neopixel_write/__init__.c py/moduerrno .c
1185
+ #: ports/espressif/common-hal/neopixel_write/__init__.c py/moderrno .c
1194
1186
msgid "Input/output error"
1195
1187
msgstr "Kesalahan input/output"
1196
1188
@@ -1269,7 +1261,7 @@ msgstr ""
1269
1261
msgid "Invalid MAC address"
1270
1262
msgstr ""
1271
1263
1272
- #: ports/espressif/common-hal/espidf/__init__.c py/moduerrno .c
1264
+ #: ports/espressif/common-hal/espidf/__init__.c py/moderrno .c
1273
1265
msgid "Invalid argument"
1274
1266
msgstr "Argumen tidak valid"
1275
1267
@@ -1535,15 +1527,15 @@ msgstr ""
1535
1527
msgid "No pulldown on pin; 1Mohm recommended"
1536
1528
msgstr "Tidak ada pull-down pada pin; 1Mohm direkomendasikan"
1537
1529
1538
- #: py/moduerrno .c
1530
+ #: py/moderrno .c
1539
1531
msgid "No space left on device"
1540
1532
msgstr "Tidak ada ruang yang tersisa di perangkat"
1541
1533
1542
- #: py/moduerrno .c
1534
+ #: py/moderrno .c
1543
1535
msgid "No such device"
1544
1536
msgstr ""
1545
1537
1546
- #: py/moduerrno .c
1538
+ #: py/moderrno .c
1547
1539
msgid "No such file/directory"
1548
1540
msgstr "Tidak ada file/direktori"
1549
1541
@@ -1669,7 +1661,7 @@ msgstr ""
1669
1661
msgid "Only one color can be transparent at a time"
1670
1662
msgstr ""
1671
1663
1672
- #: py/moduerrno .c
1664
+ #: py/moderrno .c
1673
1665
msgid "Operation not permitted"
1674
1666
msgstr ""
1675
1667
@@ -1725,7 +1717,7 @@ msgstr ""
1725
1717
msgid "Peripheral in use"
1726
1718
msgstr "Periferal sedang digunakan"
1727
1719
1728
- #: py/moduerrno .c
1720
+ #: py/moderrno .c
1729
1721
msgid "Permission denied"
1730
1722
msgstr "Izin ditolak"
1731
1723
@@ -1864,7 +1856,7 @@ msgstr "Kesalahan pembuatan nomor acak"
1864
1856
msgid "Read-only"
1865
1857
msgstr "Baca-saja"
1866
1858
1867
- #: extmod/vfs_fat.c py/moduerrno .c
1859
+ #: extmod/vfs_fat.c py/moderrno .c
1868
1860
msgid "Read-only filesystem"
1869
1861
msgstr "sistem file (filesystem) bersifat Read-only"
1870
1862
@@ -2429,7 +2421,7 @@ msgstr ""
2429
2421
msgid "__new__ arg must be a user-type"
2430
2422
msgstr "__new__ arg harus berupa user-type"
2431
2423
2432
- #: extmod/modubinascii .c extmod/moduhashlib .c py/objarray.c
2424
+ #: extmod/modbinascii .c extmod/modhashlib .c py/objarray.c
2433
2425
msgid "a bytes-like object is required"
2434
2426
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
2435
2427
@@ -2503,6 +2495,10 @@ msgstr "diperlukan array/byte di sisi kanan"
2503
2495
msgid "asm overflow"
2504
2496
msgstr ""
2505
2497
2498
+ #: py/compile.c
2499
+ msgid "async for/with outside async function"
2500
+ msgstr ""
2501
+
2506
2502
#: extmod/ulab/code/numpy/numerical.c
2507
2503
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2508
2504
msgstr ""
@@ -2555,7 +2551,7 @@ msgstr ""
2555
2551
msgid "bitmap sizes must match"
2556
2552
msgstr ""
2557
2553
2558
- #: extmod/modurandom .c
2554
+ #: extmod/modrandom .c
2559
2555
msgid "bits must be 32 or less"
2560
2556
msgstr ""
2561
2557
@@ -2636,11 +2632,11 @@ msgstr ""
2636
2632
msgid "can't assign to expression"
2637
2633
msgstr "tidak dapat menetapkan ke ekspresi"
2638
2634
2639
- #: extmod/moduasyncio .c
2635
+ #: extmod/modasyncio .c
2640
2636
msgid "can't cancel self"
2641
2637
msgstr ""
2642
2638
2643
- #: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2639
+ #: shared-module/adafruit_pixelbuf/PixelBuf.c
2644
2640
msgid "can't convert %q to %q"
2645
2641
msgstr ""
2646
2642
@@ -2654,6 +2650,11 @@ msgstr ""
2654
2650
msgid "can't convert %s to float"
2655
2651
msgstr ""
2656
2652
2653
+ #: py/runtime.c
2654
+ #, c-format
2655
+ msgid "can't convert %s to int"
2656
+ msgstr ""
2657
+
2657
2658
#: py/objstr.c
2658
2659
msgid "can't convert '%q' object to %q implicitly"
2659
2660
msgstr ""
@@ -2764,7 +2765,7 @@ msgstr ""
2764
2765
msgid "can't unambiguously get sizeof scalar"
2765
2766
msgstr ""
2766
2767
2767
- #: extmod/moduasyncio .c
2768
+ #: extmod/modasyncio .c
2768
2769
msgid "can't wait"
2769
2770
msgstr ""
2770
2771
@@ -2856,7 +2857,7 @@ msgstr ""
2856
2857
msgid "complex values not supported"
2857
2858
msgstr ""
2858
2859
2859
- #: extmod/moduzlib .c
2860
+ #: extmod/modzlib .c
2860
2861
msgid "compression header"
2861
2862
msgstr "kompresi header"
2862
2863
@@ -2970,7 +2971,7 @@ msgstr ""
2970
2971
msgid "empty file"
2971
2972
msgstr ""
2972
2973
2973
- #: extmod/moduasyncio .c extmod/moduheapq .c
2974
+ #: extmod/modasyncio .c extmod/modheapq .c
2974
2975
msgid "empty heap"
2975
2976
msgstr "heap kosong"
2976
2977
@@ -3099,6 +3100,10 @@ msgstr ""
3099
3100
msgid "font must be 2048 bytes long"
3100
3101
msgstr ""
3101
3102
3103
+ #: extmod/moddeflate.c
3104
+ msgid "format"
3105
+ msgstr ""
3106
+
3102
3107
#: py/objstr.c
3103
3108
msgid "format requires a dict"
3104
3109
msgstr ""
@@ -3175,11 +3180,11 @@ msgstr ""
3175
3180
msgid "graphic must be 2048 bytes long"
3176
3181
msgstr ""
3177
3182
3178
- #: extmod/moduhashlib .c
3183
+ #: extmod/modhashlib .c
3179
3184
msgid "hash is final"
3180
3185
msgstr ""
3181
3186
3182
- #: extmod/moduheapq .c
3187
+ #: extmod/modheapq .c
3183
3188
msgid "heap must be a list"
3184
3189
msgstr "heap harus berupa sebuah list"
3185
3190
@@ -3211,7 +3216,7 @@ msgstr ""
3211
3216
msgid "incomplete format key"
3212
3217
msgstr ""
3213
3218
3214
- #: extmod/modubinascii .c
3219
+ #: extmod/modbinascii .c
3215
3220
msgid "incorrect padding"
3216
3221
msgstr "lapisan (padding) tidak benar"
3217
3222
@@ -3340,7 +3345,7 @@ msgid "interval must be in range %s-%s"
3340
3345
msgstr ""
3341
3346
3342
3347
#: py/compile.c
3343
- msgid "invalid architecture "
3348
+ msgid "invalid arch "
3344
3349
msgstr ""
3345
3350
3346
3351
#: shared-bindings/bitmaptools/__init__.c
@@ -3529,6 +3534,10 @@ msgstr ""
3529
3534
msgid "memoryview: length is not a multiple of itemsize"
3530
3535
msgstr ""
3531
3536
3537
+ #: extmod/modtime.c
3538
+ msgid "mktime needs a tuple of length 8 or 9"
3539
+ msgstr ""
3540
+
3532
3541
#: extmod/ulab/code/numpy/linalg/linalg.c
3533
3542
msgid "mode must be complete, or reduced"
3534
3543
msgstr ""
@@ -3626,7 +3635,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
3626
3635
msgid "no default packer"
3627
3636
msgstr ""
3628
3637
3629
- #: extmod/modurandom .c
3638
+ #: extmod/modrandom .c
3630
3639
msgid "no default seed"
3631
3640
msgstr ""
3632
3641
@@ -4053,7 +4062,7 @@ msgstr ""
4053
4062
msgid "source_bitmap must have value_count of 8"
4054
4063
msgstr ""
4055
4064
4056
- #: extmod/modure .c
4065
+ #: extmod/modre .c
4057
4066
msgid "splitting with sub-captures"
4058
4067
msgstr ""
4059
4068
@@ -4102,15 +4111,15 @@ msgstr ""
4102
4111
msgid "super() can't find self"
4103
4112
msgstr "super() tidak dapat menemukan dirinya sendiri"
4104
4113
4105
- #: extmod/modujson .c
4114
+ #: extmod/modjson .c
4106
4115
msgid "syntax error in JSON"
4107
4116
msgstr "sintaksis error pada JSON"
4108
4117
4109
4118
#: extmod/moductypes.c
4110
4119
msgid "syntax error in uctypes descriptor"
4111
4120
msgstr "sintaksis error pada pendeskripsi uctypes"
4112
4121
4113
- #: extmod/utime_mphal .c
4122
+ #: extmod/modtime .c
4114
4123
msgid "ticks interval overflow"
4115
4124
msgstr ""
4116
4125
@@ -4288,7 +4297,7 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
4288
4297
msgstr ""
4289
4298
4290
4299
#: py/runtime.c
4291
- msgid "unsupported type for %q: '%q '"
4300
+ msgid "unsupported type for %q: '%s '"
4292
4301
msgstr ""
4293
4302
4294
4303
#: py/runtime.c
@@ -4316,6 +4325,10 @@ msgstr ""
4316
4325
msgid "value out of range of target"
4317
4326
msgstr ""
4318
4327
4328
+ #: extmod/moddeflate.c
4329
+ msgid "wbits"
4330
+ msgstr ""
4331
+
4319
4332
#: shared-bindings/is31fl3741/FrameBuffer.c
4320
4333
msgid "width must be greater than zero"
4321
4334
msgstr ""
@@ -4387,6 +4400,15 @@ msgstr "zi harus berjenis float"
4387
4400
msgid "zi must be of shape (n_section, 2)"
4388
4401
msgstr "Zi harus berbentuk (n_section, 2)"
4389
4402
4403
+ #~ msgid "'await', 'async for' or 'async with' outside async function"
4404
+ #~ msgstr "'await', 'async for' atau 'async with' di luar fungsi async"
4405
+
4406
+ #~ msgid "'break' outside loop"
4407
+ #~ msgstr "'break' diluar loop"
4408
+
4409
+ #~ msgid "'continue' outside loop"
4410
+ #~ msgstr "'continue' diluar loop"
4411
+
4390
4412
#~ msgid "Splitting with sub-captures"
4391
4413
#~ msgstr "Memisahkan dengan menggunakan sub-captures"
4392
4414
0 commit comments