8000 Merge pull request #8482 from weblate/weblate-circuitpython-main · tannewt/circuitpython@d75a57b · GitHub
Skip to content

Commit d75a57b

Browse files
authored
Merge pull request micropython#8482 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents f660117 + 8109211 commit d75a57b

File tree

19 files changed

+1701
-940
lines changed

19 files changed

+1701
-940
lines changed

locale/ID.po

Lines changed: 80 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ msgstr ""
142142
msgid "%q in use"
143143
msgstr "%q sedang digunakan"
144144

145-
#: py/objstr.c py/objstrunicode.c
145+
#: py/objstr.c
146146
msgid "%q index out of range"
147147
msgstr "%q indeks di luar batas"
148148

@@ -229,7 +229,7 @@ msgstr ""
229229
msgid "%q must be of type %q or %q, not %q"
230230
msgstr ""
231231

232-
#: py/argcheck.c py/objstrunicode.c shared-module/synthio/__init__.c
232+
#: py/argcheck.c shared-module/synthio/__init__.c
233233
msgid "%q must be of type %q, not %q"
234234
msgstr ""
235235

@@ -282,6 +282,11 @@ msgstr ""
282282
msgid "%q[%u] waits on input outside of count"
283283
msgstr ""
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
287292
msgid "%s error 0x%x"
@@ -1978,10 +1983,6 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
19781983
msgid "Specify exactly one of data0 or data_pins"
19791984
msgstr ""
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
19861987
msgid "Stereo left must be on PWM channel A"
19871988
msgstr ""
@@ -2420,7 +2421,8 @@ msgid "__init__() should return None"
24202421
msgstr "__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'"
24242426
msgstr ""
24252427

24262428
#: py/objobject.c
@@ -2510,8 +2512,8 @@ msgid "attempt to get argmin/argmax of an empty sequence"
25102512
msgstr "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
25172519
msgid "axis is out of bounds"
@@ -2638,7 +2640,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26382640
msgid "can't cancel self"
26392641
msgstr ""
26402642

2641-
#: py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2643+
#: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
26422644
msgid "can't convert %q to %q"
26432645
msgstr ""
26442646

@@ -2656,10 +2658,18 @@ msgstr ""
26562658
msgid "can't convert '%q' object to %q implicitly"
26572659
msgstr ""
26582660

2661+
#: py/objint.c
2662+
msgid "can't convert NaN to int"
2663+
msgstr ""
2664+
26592665
#: extmod/ulab/code/numpy/vector.c
26602666
msgid "can't convert complex to float"
26612667
msgstr ""
26622668

2669+
#: py/objint.c
2670+
msgid "can't convert inf to int"
2671+
msgstr ""
2672+
26632673
#: py/obj.c
26642674
msgid "can't convert to complex"
26652675
msgstr ""
@@ -2688,14 +2698,14 @@ msgstr "tidak bisa menghapus ekspresi"
26882698
msgid "can't do binary op between '%q' and '%q'"
26892699
msgstr ""
26902700

2691-
#: py/objcomplex.c
2692-
msgid "can't do truncated division of a complex number"
2693-
msgstr ""
2694-
26952701
#: py/emitnative.c
26962702
msgid "can't implicitly convert '%q' to 'bool'"
26972703
msgstr ""
26982704

2705+
#: py/runtime.c
2706+
msgid "can't import name %q"
2707+
msgstr ""
2708+
26992709
#: py/emitnative.c
27002710
msgid "can't load from '%q'"
27012711
msgstr ""
@@ -2746,6 +2756,14 @@ msgid ""
27462756
"can't switch from manual field specification to automatic field numbering"
27472757
msgstr ""
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
27502768
msgid "can't wait"
27512769
msgstr ""
@@ -2778,18 +2796,10 @@ msgstr ""
27782796
msgid "cannot delete array elements"
27792797
msgstr ""
27802798

2781-
#: py/runtime.c
2782-
msgid "cannot import name %q"
2783-
msgstr ""
2784-
27852799
#: extmod/ulab/code/ndarray.c
27862800
msgid "cannot reshape array"
27872801
msgstr ""
27882802

2789-
#: extmod/moductypes.c
2790-
msgid "cannot unambiguously get sizeof scalar"
2791-
msgstr ""
2792-
27932803
#: py/emitnative.c
27942804
msgid "casting"
27952805
msgstr ""
@@ -2838,6 +2848,10 @@ msgstr ""
28382848
msgid "comparison of int and uint"
28392849
msgstr ""
28402850

2851+
#: py/objcomplex.c
2852+
msgid "complex divide by zero"
2853+
msgstr ""
2854+
28412855
#: py/objfloat.c py/parsenum.c
28422856
msgid "complex values not supported"
28432857
msgstr ""
@@ -3410,8 +3424,8 @@ msgid "join expects a list of str/bytes objects consistent with self object"
34103424
msgstr ""
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
34173431
msgid "label '%q' not defined"
@@ -3421,10 +3435,6 @@ msgstr ""
34213435
msgid "label redefined"
34223436
msgstr "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
34293439
msgid "level must be between 0 and 1"
34303440
msgstr ""
@@ -3511,6 +3521,10 @@ msgstr ""
35113521
msgid "memory allocation failed, heap is locked"
35123522
msgstr ""
35133523

3524+
#: py/objarray.c
3525+
msgid "memoryview offset too large"
3526+
msgstr ""
3527+
35143528
#: py/objarray.c
35153529
msgid "memoryview: length is not a multiple of itemsize"
35163530
msgstr ""
@@ -3559,6 +3573,10 @@ msgstr ""
35593573
msgid "name not defined"
35603574
msgstr ""
35613575

3576+
#: py/persistentcode.c
3577+
msgid "native code in .mpy unsupported"
3578+
msgstr ""
3579+
35623580
#: py/asmthumb.c
35633581
msgid "native method too big"
35643582
msgstr ""
@@ -3633,7 +3651,7 @@ msgstr ""
36333651
msgid "non-default argument follows default argument"
36343652
msgstr "argumen non-default mengikuti argumen standar(default)"
36353653

3636-
#: extmod/modubinascii.c
3654+
#: py/objstr.c
36373655
msgid "non-hex digit found"
36383656
msgstr "digit non-hex ditemukan"
36393657

@@ -3723,7 +3741,7 @@ msgstr ""
37233741
msgid "object with buffer protocol required"
37243742
msgstr ""
37253743

3726-
#: extmod/modubinascii.c
3744+
#: py/objstr.c
37273745
msgid "odd-length string"
37283746
msgstr "panjang data string memiliki keganjilan (odd-length)"
37293747

@@ -3743,11 +3761,6 @@ msgstr ""
37433761
msgid "offset must be non-negative and no greater than buffer length"
37443762
msgstr ""
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
37533766
msgid "only bit_depth=16 is supported"
@@ -3996,10 +4009,6 @@ msgstr ""
39964009
msgid "sleep length must be non-negative"
39974010
msgstr ""
39984011

3999-
#: extmod/ulab/code/ndarray.c
4000-
msgid "slice step can't be zero"
4001-
msgstr ""
4002-
40034012
#: py/nativeglue.c
40044013
msgid "slice unsupported"
40054014
msgstr ""
@@ -4044,6 +4053,10 @@ msgstr ""
40444053
msgid "source_bitmap must have value_count of 8"
40454054
msgstr ""
40464055

4056+
#: extmod/modure.c
4057+
msgid "splitting with sub-captures"
4058+
msgstr ""
4059+
40474060
#: py/objstr.c
40484061
msgid "start/end indices"
40494062
msgstr ""
@@ -4056,8 +4069,17 @@ msgstr ""
40564069
msgid "stream operation not supported"
40574070
msgstr ""
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"
40614083
msgstr ""
40624084

40634085
#: extmod/moductypes.c
@@ -4088,6 +4110,10 @@ msgstr "sintaksis error pada JSON"
40884110
msgid "syntax error in uctypes descriptor"
40894111
msgstr "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
40924118
msgid "timeout duration exceeded the maximum supported value"
40934119
msgstr ""
@@ -4361,6 +4387,19 @@ msgstr "zi harus berjenis float"
43614387
msgid "zi must be of shape (n_section, 2)"
43624388
msgstr "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

Comments
 (0)
0