Skip to content

Commit 841ce09

Browse files
authored
Merge pull request #8308 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 6c4f209 + 3bcce61 commit 841ce09

File tree

19 files changed

+1727
-1148
lines changed

19 files changed

+1727
-1148
lines changed

locale/ID.po

Lines changed: 92 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ msgstr "%q sedang digunakan"
142142
msgid "%q index out of range"
143143
msgstr "%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
146150
msgid "%q init failed"
147151
msgstr ""
@@ -217,7 +221,7 @@ msgstr ""
217221
msgid "%q must be of type %q or %q, not %q"
218222
msgstr ""
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
221225
msgid "%q must be of type %q, not %q"
222226
msgstr ""
223227

@@ -420,6 +424,10 @@ msgstr "'yield from' di dalam fungsi async"
420424
msgid "'yield' outside function"
421425
msgstr "'yield' diluar fungsi"
422426

427+
#: py/compile.c
428+
msgid "* arg after **"
429+
msgstr ""
430+
423431
#: py/compile.c
424432
msgid "*x must be assignment target"
425433
msgstr "*x harus menjadi target assignment"
@@ -850,10 +858,6 @@ msgstr ""
850858
msgid "Coordinate arrays types have different sizes"
851859
msgstr ""
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
858862
msgid "Could not retrieve clock"
859863
msgstr ""
@@ -1148,14 +1152,6 @@ msgstr ""
11481152
msgid "In-buffer elements must be <= 4 bytes long"
11491153
msgstr ""
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
11601156
msgid "Incorrect buffer size"
11611157
msgstr "Ukuran penyangga salah"
@@ -1502,7 +1498,7 @@ msgstr ""
15021498
msgid "No in or out in program"
15031499
msgstr ""
15041500

1505-
#: shared-bindings/time/__init__.c
1501+
#: py/objint.c shared-bindings/time/__init__.c
15061502
msgid "No long integer support"
15071503
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
15081504

@@ -2526,6 +2522,10 @@ msgstr ""
25262522
msgid "array/bytes required on right side"
25272523
msgstr "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
25302530
msgid "attempt to get (arg)min/(arg)max of empty sequence"
25312531
msgstr ""
@@ -2615,6 +2615,10 @@ msgstr ""
26152615
msgid "buffer too small for requested bytes"
26162616
msgstr ""
26172617

2618+
#: py/emitbc.c
2619+
msgid "bytecode overflow"
2620+
msgstr ""
2621+
26182622
#: py/objarray.c
26192623
msgid "bytes length not a multiple of item size"
26202624
msgstr ""
@@ -2660,7 +2664,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26602664
msgid "can't cancel self"
26612665
msgstr ""
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
26642668
msgid "can't convert %q to %q"
26652669
msgstr ""
26662670

@@ -2669,6 +2673,11 @@ msgstr ""
26692673
msgid "can't convert %s to complex"
26702674
msgstr ""
26712675

2676+
#: py/obj.c
2677+
#, c-format
2678+
msgid "can't convert %s to float"
2679+
msgstr ""
2680+
26722681
#: py/objstr.c
26732682
msgid "can't convert '%q' object to %q implicitly"
26742683
msgstr ""
@@ -2678,11 +2687,11 @@ msgid "can't convert complex to float"
26782687
msgstr ""
26792688

26802689
#: py/obj.c
2681-
msgid "can't convert to %q"
2690+
msgid "can't convert to complex"
26822691
msgstr ""
26832692

26842693
#: py/obj.c
2685-
msgid "can't convert to complex"
2694+
msgid "can't convert to float"
26862695
msgstr ""
26872696

26882697
#: py/runtime.c
@@ -2709,14 +2718,6 @@ msgstr ""
27092718
msgid "can't do truncated division of a complex number"
27102719
msgstr ""
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
27212722
msgid "can't implicitly convert '%q' to 'bool'"
27222723
msgstr ""
@@ -2771,6 +2772,10 @@ msgid ""
27712772
"can't switch from manual field specification to automatic field numbering"
27722773
msgstr ""
27732774

2775+
#: extmod/moduasyncio.c
2776+
msgid "can't wait"
2777+
msgstr ""
2778+
27742779
#: extmod/ulab/code/ndarray.c
27752780
msgid "cannot assign new shape"
27762781
msgstr ""
@@ -2867,10 +2872,6 @@ msgstr ""
28672872
msgid "compression header"
28682873
msgstr "kompresi header"
28692874

2870-
#: py/parse.c
2871-
msgid "constant must be an integer"
2872-
msgstr ""
2873-
28742875
#: py/emitnative.c
28752876
msgid "conversion to object"
28762877
msgstr ""
@@ -3207,7 +3208,11 @@ msgid "import * not at module level"
32073208
msgstr ""
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"
32113216
msgstr ""
32123217

32133218
#: py/objstr.c
@@ -3236,6 +3241,10 @@ msgstr ""
32363241
msgid "index out of range"
32373242
msgstr "index keluar dari jangkauan"
32383243

3244+
#: py/obj.c
3245+
msgid "indices must be integers"
3246+
msgstr ""
3247+
32393248
#: extmod/ulab/code/ndarray.c
32403249
msgid "indices must be integers, slices, or Boolean lists"
32413250
msgstr ""
@@ -3369,10 +3378,6 @@ msgstr ""
33693378
msgid "invalid exception"
33703379
msgstr ""
33713380

3372-
#: extmod/modframebuf.c
3373-
msgid "invalid format"
3374-
msgstr "format tidak valid"
3375-
33763381
#: py/objstr.c
33773382
msgid "invalid format specifier"
33783383
msgstr ""
@@ -3434,10 +3439,6 @@ msgstr ""
34343439
msgid "keyword argument(s) not yet implemented - use normal args instead"
34353440
msgstr "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
34423443
msgid "label '%q' not defined"
34433444
msgstr ""
@@ -3662,14 +3663,6 @@ msgstr "argumen non-default mengikuti argumen standar(default)"
36623663
msgid "non-hex digit found"
36633664
msgstr "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
36743667
msgid "non-zero timeout must be > 0.01"
36753668
msgstr ""
@@ -3682,6 +3675,10 @@ msgstr ""
36823675
msgid "not a 128-bit UUID"
36833676
msgstr ""
36843677

3678+
#: py/parse.c
3679+
msgid "not a constant"
3680+
msgstr ""
3681+
36853682
#: py/objstr.c
36863683
msgid "not all arguments converted during string formatting"
36873684
msgstr ""
@@ -3921,6 +3918,14 @@ msgstr ""
39213918
msgid "port must be >= 0"
39223919
msgstr ""
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
39253930
msgid "pow() 3rd argument cannot be 0"
39263931
msgstr ""
@@ -3949,6 +3954,11 @@ msgstr ""
39493954
msgid "relative import"
39503955
msgstr "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
39533963
msgid "results cannot be cast to specified type"
39543964
msgstr ""
@@ -4143,6 +4153,10 @@ msgstr ""
41434153
msgid "tobytes can be invoked for dense arrays only"
41444154
msgstr ""
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
41474161
msgid "too many dimensions"
41484162
msgstr ""
@@ -4168,6 +4182,10 @@ msgstr ""
41684182
msgid "trapz is defined for 1D iterables"
41694183
msgstr ""
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
41734191
msgid "twai_driver_install returned esp-idf error #%d"
@@ -4387,6 +4405,34 @@ msgstr "zi harus berjenis float"
43874405
msgid "zi must be of shape (n_section, 2)"
43884406
msgstr "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

Comments
 (0)