@@ -107,6 +107,7 @@ msgstr "%q harus >= 1"
107107msgid "%q must be a tuple of length 2"
108108msgstr "%q harus berupa tuple dengan panjang 2"
109109
110+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
110111#: shared-bindings/canio/Match.c
111112msgid "%q out of range"
112113msgstr "%q di luar jangkauan"
@@ -460,6 +461,10 @@ msgstr ""
460461msgid "Below minimum frame rate"
461462msgstr "Di bawah frame rate minimum"
462463
464+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
465+ msgid "Bit clock and word select must be sequential pins"
466+ msgstr ""
467+
463468#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
464469msgid "Bit clock and word select must share a clock unit"
465470msgstr "Bit clock dan word harus memiliki kesamaan pada clock unit"
@@ -501,6 +506,10 @@ msgstr "Brightness tidak bisa disesuaikan"
501506msgid "Buffer + offset too small %d %d %d"
502507msgstr "Buffer + offset terlalu kecil %d %d %d"
503508
509+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
510+ msgid "Buffer elements must be 4 bytes long or less"
511+ msgstr ""
512+
504513#: shared-module/usb_hid/Device.c
505514#, c-format
506515msgid "Buffer incorrect size. Should be %d bytes."
@@ -1093,6 +1102,10 @@ msgstr ""
10931102msgid "IV must be %d bytes long"
10941103msgstr "Panjang IV harus %d byte"
10951104
1105+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1106+ msgid "In buffer elements must be 4 bytes long or less"
1107+ msgstr ""
1108+
10961109#: py/persistentcode.c
10971110msgid ""
10981111"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -1109,10 +1122,23 @@ msgstr "Ukuran penyangga salah"
11091122msgid "Init program size invalid"
11101123msgstr ""
11111124
1125+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1126+ msgid "Initial set pin direcion conflicts with initial out pin direction"
1127+ msgstr ""
1128+
1129+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1130+ msgid "Initial set pin state conflicts with initial out pin state"
1131+ msgstr ""
1132+
11121133#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
11131134msgid "Initialization failed due to lack of memory"
11141135msgstr ""
11151136
1137+ #: shared-bindings/bitops/__init__.c
1138+ #, c-format
1139+ msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
1140+ msgstr ""
1141+
11161142#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
11171143msgid "Input taking too long"
11181144msgstr ""
@@ -1468,6 +1494,7 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
14681494
14691495#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14701496#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1497+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
14711498#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
14721499msgid "No DMA channel found"
14731500msgstr "tidak ada channel DMA ditemukan"
@@ -1534,6 +1561,14 @@ msgstr "Tidak ada dukungan perangkat keras pada pin clk"
15341561msgid "No hardware support on pin"
15351562msgstr "Tidak ada dukungan hardware untuk pin"
15361563
1564+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1565+ msgid "No in in program"
1566+ msgstr ""
1567+
1568+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1569+ msgid "No in or out in program"
1570+ msgstr ""
1571+
15371572#: shared-bindings/aesio/aes.c
15381573msgid "No key was specified"
15391574msgstr "Tidak ada kunci yang ditentukan"
@@ -1622,13 +1657,10 @@ msgid "Odd parity is not supported"
16221657msgstr "Parity ganjil tidak didukung"
16231658
16241659#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1660+ #: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
16251661msgid "Only 8 or 16 bit mono with "
16261662msgstr "Hanya 8 atau 16 bit mono dengan "
16271663
1628- #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1629- msgid "Only IN/OUT of up to 8 supported"
1630- msgstr ""
1631-
16321664#: ports/esp32s2/common-hal/wifi/__init__.c
16331665msgid "Only IPv4 addresses supported"
16341666msgstr ""
@@ -1678,6 +1710,10 @@ msgstr ""
16781710msgid "Operation timed out"
16791711msgstr ""
16801712
1713+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1714+ msgid "Out buffer elements must be 4 bytes long or less"
1715+ msgstr ""
1716+
16811717#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
16821718msgid "Out of memory"
16831719msgstr ""
@@ -1686,6 +1722,11 @@ msgstr ""
16861722msgid "Out of sockets"
16871723msgstr ""
16881724
1725+ #: shared-bindings/bitops/__init__.c
1726+ #, c-format
1727+ msgid "Output buffer must be at least %d bytes"
1728+ msgstr ""
1729+
16891730#: shared-bindings/audiobusio/PDMIn.c
16901731msgid "Oversample must be multiple of 8."
16911732msgstr "Sampel berlebihan harus kelipatan 8."
@@ -2115,6 +2156,7 @@ msgid "To exit, please reset the board without "
21152156msgstr "Untuk keluar, silahkan reset board tanpa "
21162157
21172158#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2159+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
21182160msgid "Too many channels in sample."
21192161msgstr "Terlalu banyak channel dalam sampel"
21202162
@@ -2185,6 +2227,7 @@ msgstr "Nilai UUID bukan str, int atau byte buffer"
21852227
21862228#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21872229#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2230+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
21882231#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
21892232msgid "Unable to allocate buffers for signed conversion"
21902233msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
@@ -3378,6 +3421,10 @@ msgstr ""
33783421msgid "memory allocation failed, heap is locked"
33793422msgstr ""
33803423
3424+ #: py/objarray.c
3425+ msgid "memoryview: length is not a multiple of itemsize"
3426+ msgstr ""
3427+
33813428#: py/builtinimport.c
33823429msgid "module not found"
33833430msgstr "modul tidak ditemukan"
@@ -3720,6 +3767,7 @@ msgstr ""
37203767#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
37213768#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
37223769#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
3770+ #: ports/esp32s2/boards/unexpectedmaker_tinys2/mpconfigboard.h
37233771msgid "pressing boot button at start up.\n"
37243772msgstr ""
37253773
@@ -3797,6 +3845,7 @@ msgid ""
37973845msgstr ""
37983846
37993847#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
3848+ #: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
38003849msgid "sampling rate out of range"
38013850msgstr "nilai sampling keluar dari jangkauan"
38023851
@@ -4154,6 +4203,11 @@ msgstr ""
41544203msgid "watchdog timeout must be greater than 0"
41554204msgstr ""
41564205
4206+ #: shared-bindings/bitops/__init__.c
4207+ #, c-format
4208+ msgid "width must be from 2 to 8 (inclusive), not %d"
4209+ msgstr ""
4210+
41574211#: shared-bindings/rgbmatrix/RGBMatrix.c
41584212msgid "width must be greater than zero"
41594213msgstr ""
0 commit comments