@@ -6,15 +6,15 @@ msgstr ""
66"Project-Id-Version : PACKAGE VERSION\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9- "PO-Revision-Date : 2021-11-08 18 :50+0000\n "
9+ "PO-Revision-Date : 2023-06-09 10 :50+0000\n "
1010"Last-Translator : Reza Almanda <rezaalmanda27@gmail.com>\n "
1111"Language-Team : LANGUAGE <LL@li.org>\n "
1212"Language : ID\n "
1313"MIME-Version : 1.0\n "
1414"Content-Type : text/plain; charset=UTF-8\n "
1515"Content-Transfer-Encoding : 8bit\n "
1616"Plural-Forms : nplurals=1; plural=0;\n "
17- "X-Generator : Weblate 4.9 -dev\n "
17+ "X-Generator : Weblate 4.18 -dev\n "
1818
1919#: main.c
2020msgid ""
@@ -168,11 +168,15 @@ msgstr ""
168168msgid "%q length must be >= %d"
169169msgstr ""
170170
171- #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
171+ #: py/argcheck.c
172172msgid "%q must be %d"
173173msgstr ""
174174
175175#: py/argcheck.c shared-bindings/displayio/Bitmap.c
176+ #: shared-bindings/displayio/Display.c
177+ #: shared-bindings/framebufferio/FramebufferDisplay.c
178+ #: shared-bindings/is31fl3741/FrameBuffer.c
179+ #: shared-bindings/rgbmatrix/RGBMatrix.c
176180msgid "%q must be %d-%d"
177181msgstr "%q harus %d-%d"
178182
@@ -206,10 +210,11 @@ msgstr ""
206210
207211#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
208212#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
213+ #: shared-module/synthio/Synthesizer.c
209214msgid "%q must be of type %q or %q, not %q"
210215msgstr ""
211216
212- #: py/argcheck.c py/obj.c py/objstrunicode.c
217+ #: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
213218msgid "%q must be of type %q, not %q"
214219msgstr ""
215220
@@ -428,6 +433,7 @@ msgid "Address must be %d bytes long"
428433msgstr "Alamat harus sepanjang %d byte"
429434
430435#: ports/espressif/common-hal/memorymap/AddressRange.c
436+ #: ports/nrf/common-hal/memorymap/AddressRange.c
431437msgid "Address range not allowed"
432438msgstr ""
433439
@@ -613,13 +619,6 @@ msgstr ""
613619msgid "Both pins must support hardware interrupts"
614620msgstr "Kedua pin harus mendukung hardware interrut"
615621
616- #: shared-bindings/displayio/Display.c
617- #: shared-bindings/framebufferio/FramebufferDisplay.c
618- #: shared-bindings/is31fl3741/FrameBuffer.c
619- #: shared-bindings/rgbmatrix/RGBMatrix.c
620- msgid "Brightness must be 0-1.0"
621- msgstr "Kecerahan harus di antara 0-1.0"
622-
623622#: shared-bindings/displayio/Display.c
624623#: shared-bindings/framebufferio/FramebufferDisplay.c
625624msgid "Brightness not adjustable"
@@ -937,11 +936,6 @@ msgstr ""
937936msgid "EXTINT channel already in use"
938937msgstr "Channel EXTINT sedang digunakan"
939938
940- #: shared-module/synthio/MidiTrack.c
941- #, c-format
942- msgid "Error in MIDI stream at position %d"
943- msgstr ""
944-
945939#: extmod/modure.c
946940msgid "Error in regex"
947941msgstr "Error pada regex"
@@ -1355,11 +1349,6 @@ msgstr ""
13551349msgid "Mapping must be a tuple"
13561350msgstr ""
13571351
1358- #: shared-module/displayio/Shape.c
1359- #, c-format
1360- msgid "Maximum x value when mirrored is %d"
1361- msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
1362-
13631352#: shared-bindings/audiobusio/PDMIn.c
13641353msgid "Microphone startup delay must be in range 0.0 to 1.0"
13651354msgstr "Penundaan mulai mikrofon harus dalam kisaran 0,0 hingga 1,0"
@@ -1453,6 +1442,10 @@ msgstr ""
14531442msgid "Nimble out of memory"
14541443msgstr ""
14551444
1445+ #: ports/atmel-samd/common-hal/busio/UART.c
1446+ msgid "No %q pin"
1447+ msgstr "Tidak pin %q"
1448+
14561449#: ports/espressif/common-hal/_bleio/Characteristic.c
14571450#: ports/nrf/common-hal/_bleio/Characteristic.c
14581451msgid "No CCCD for this Characteristic"
@@ -1501,14 +1494,12 @@ msgstr "Tidak ada Pin MOSI"
15011494msgid "No MOSI pin"
15021495msgstr ""
15031496
1504- #: ports/atmel-samd/common-hal/busio/UART.c
15051497#: ports/espressif/common-hal/busio/UART.c
15061498#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15071499#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
15081500msgid "No RX pin"
15091501msgstr "Tidak pin RX"
15101502
1511- #: ports/atmel-samd/common-hal/busio/UART.c
15121503#: ports/espressif/common-hal/busio/UART.c
15131504#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15141505#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
@@ -2149,8 +2140,8 @@ msgstr "Diperlukan argumen Tuple atau struct_time"
21492140msgid "UART de-init"
21502141msgstr ""
21512142
2152- #: ports/atmel-samd /common-hal/busio/UART.c ports/cxd56 /common-hal/busio/UART.c
2153- #: ports/espressif/common-hal/busio/UART.c ports/ stm/common-hal/busio/UART.c
2143+ #: ports/cxd56 /common-hal/busio/UART.c ports/espressif /common-hal/busio/UART.c
2144+ #: ports/stm/common-hal/busio/UART.c
21542145msgid "UART init"
21552146msgstr ""
21562147
@@ -2507,6 +2498,10 @@ msgstr "alamatnya kosong"
25072498msgid "annotation must be an identifier"
25082499msgstr ""
25092500
2501+ #: extmod/ulab/code/numpy/create.c
2502+ msgid "arange: cannot compute length"
2503+ msgstr ""
2504+
25102505#: py/modbuiltins.c
25112506msgid "arg is an empty sequence"
25122507msgstr "arg berisi urutan kosong"
@@ -2679,6 +2674,10 @@ msgstr "hanya mampu memiliki hingga 4 parameter untuk Thumb assembly"
26792674msgid "can only have up to 4 parameters to Xtensa assembly"
26802675msgstr ""
26812676
2677+ #: extmod/ulab/code/ndarray.c
2678+ msgid "can only specify one unknown dimension"
2679+ msgstr ""
2680+
26822681#: py/objtype.c
26832682msgid "can't add special method to already-subclassed class"
26842683msgstr ""
@@ -2830,6 +2829,10 @@ msgstr ""
28302829msgid "cannot import name %q"
28312830msgstr ""
28322831
2832+ #: extmod/ulab/code/ndarray.c
2833+ msgid "cannot reshape array"
2834+ msgstr ""
2835+
28332836#: extmod/moductypes.c
28342837msgid "cannot unambiguously get sizeof scalar"
28352838msgstr ""
@@ -3279,10 +3282,6 @@ msgstr ""
32793282msgid "inline assembler must be a function"
32803283msgstr "inline assembler harus sebuah fungsi"
32813284
3282- #: extmod/ulab/code/ndarray.c
3283- msgid "input and output shapes are not compatible"
3284- msgstr ""
3285-
32863285#: extmod/ulab/code/numpy/create.c
32873286msgid "input argument must be an integer, a tuple, or a list"
32883287msgstr ""
@@ -3997,7 +3996,7 @@ msgid "set unsupported"
39973996msgstr ""
39983997
39993998#: extmod/ulab/code/ndarray.c
4000- msgid "shape must be a tuple"
3999+ msgid "shape must be integer or tuple of integers "
40014000msgstr ""
40024001
40034002#: shared-module/msgpack/__init__.c
@@ -4365,24 +4364,16 @@ msgstr "jumlah argumen salah"
43654364
43664365#: py/runtime.c
43674366msgid "wrong number of values to unpack"
4368- msgstr ""
4367+ msgstr "jumlah nilai yang salah untuk dibongkar "
43694368
43704369#: extmod/ulab/code/numpy/vector.c
43714370msgid "wrong output type"
43724371msgstr "tipe output salah"
43734372
4374- #: shared-module/displayio/Shape.c
4375- msgid "x value out of bounds"
4376- msgstr "nilai x di luar batas"
4377-
43784373#: ports/espressif/common-hal/audiobusio/__init__.c
43794374msgid "xTaskCreate failed"
43804375msgstr "xTaskCreate gagal"
43814376
4382- #: shared-module/displayio/Shape.c
4383- msgid "y value out of bounds"
4384- msgstr "Nilai y di luar batas"
4385-
43864377#: extmod/ulab/code/scipy/signal/signal.c
43874378msgid "zi must be an ndarray"
43884379msgstr "zi harus ndarray"
@@ -4395,6 +4386,19 @@ msgstr "zi harus berjenis float"
43954386msgid "zi must be of shape (n_section, 2)"
43964387msgstr "Zi harus berbentuk (n_section, 2)"
43974388
4389+ #~ msgid "Brightness must be 0-1.0"
4390+ #~ msgstr "Kecerahan harus di antara 0-1.0"
4391+
4392+ #, c-format
4393+ #~ msgid "Maximum x value when mirrored is %d"
4394+ #~ msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
4395+
4396+ #~ msgid "x value out of bounds"
4397+ #~ msgstr "nilai x di luar batas"
4398+
4399+ #~ msgid "y value out of bounds"
4400+ #~ msgstr "Nilai y di luar batas"
4401+
43984402#~ msgid "No key was specified"
43994403#~ msgstr "Tidak ada kunci yang ditentukan"
44004404
0 commit comments