@@ -211,15 +211,15 @@ msgstr ""
211211
212212#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
213213#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
214- #: shared-module/synthio/Synthesizer.c
214+ #: shared-bindings/supervisor/__init__.c shared- module/synthio/Synthesizer.c
215215msgid "%q must be of type %q or %q, not %q"
216216msgstr ""
217217
218218#: shared-bindings/jpegio/JpegDecoder.c
219219msgid "%q must be of type %q, %q, or %q, not %q"
220220msgstr ""
221221
222- #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
222+ #: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
223223#: shared-module/synthio/__init__.c
224224msgid "%q must be of type %q, not %q"
225225msgstr ""
@@ -237,7 +237,7 @@ msgstr ""
237237#: ports/nrf/common-hal/pulseio/PulseIn.c
238238#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
239239#: ports/stm/common-hal/pulseio/PulseIn.c py/argcheck.c
240- #: shared-bindings/canio/Match.c
240+ #: shared-bindings/canio/Match.c shared-bindings/time/__init__.c
241241msgid "%q out of range"
242242msgstr "%q di luar jangkauan"
243243
@@ -501,7 +501,6 @@ msgstr "Semua perangkat UART sedang digunakan"
501501#: ports/nrf/common-hal/countio/Counter.c
502502#: ports/nrf/common-hal/pulseio/PulseIn.c
503503#: ports/nrf/common-hal/rotaryio/IncrementalEncoder.c
504- #: shared-bindings/pwmio/PWMOut.c
505504msgid "All channels in use"
506505msgstr ""
507506
@@ -524,13 +523,11 @@ msgid "All sync event channels in use"
524523msgstr "Semua channel event yang disinkronisasi sedang digunakan"
525524
526525#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
527- #: shared-bindings/pwmio/PWMOut.c
528526msgid "All timers for this pin are in use"
529527msgstr "Semua timer untuk pin ini sedang digunakan"
530528
531529#: ports/atmel-samd/common-hal/_pew/PewPew.c
532530#: ports/atmel-samd/common-hal/audioio/AudioOut.c
533- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
534531#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
535532#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
536533#: ports/cxd56/common-hal/pulseio/PulseOut.c
@@ -541,7 +538,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
541538#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
542539#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
543540#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
544- #: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
541+ #: ports/stm/peripherals/timers.c
545542msgid "All timers in use"
546543msgstr "Semua timer sedang digunakan"
547544
@@ -784,12 +781,6 @@ msgstr "Tidak dapat merekam ke file"
784781msgid "Cannot remount '/' when visible via USB."
785782msgstr ""
786783
787- #: ports/atmel-samd/common-hal/microcontroller/__init__.c
788- #: ports/cxd56/common-hal/microcontroller/__init__.c
789- #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
790- msgid "Cannot reset into bootloader because no bootloader is present"
791- msgstr ""
792-
793784#: ports/espressif/common-hal/socketpool/Socket.c
794785msgid "Cannot set socket options"
795786msgstr ""
@@ -807,12 +798,6 @@ msgstr "Tidak dapat menentukan RTS atau CTS dalam mode RS485"
807798msgid "Cannot subclass slice"
808799msgstr "Tidak dapat membuat subkelas dari irisan"
809800
810- #: shared-bindings/pwmio/PWMOut.c
811- msgid "Cannot vary frequency on a timer that is already in use"
812- msgstr ""
813- "Tidak dapat membuat variasi frekuensi pada penghitung waktu yang sudah "
814- "digunakan"
815-
816801#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
817802msgid "Cannot wake on pin edge, only level"
818803msgstr ""
@@ -856,10 +841,6 @@ msgstr ""
856841msgid "Could not set address"
857842msgstr ""
858843
859- #: shared-bindings/pwmio/PWMOut.c
860- msgid "Could not start PWM"
861- msgstr "Tidak dapat memulai PWM"
862-
863844#: ports/stm/common-hal/busio/UART.c
864845msgid "Could not start interrupt, RX busy"
865846msgstr "Tidak dapat memulai interupsi, RX sibuk"
@@ -951,16 +932,6 @@ msgstr "ECB hanya beroperasi pada 16 byte di satu waktu"
951932msgid "ESP-IDF memory allocation failed"
952933msgstr ""
953934
954- #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
955- #: ports/atmel-samd/common-hal/countio/Counter.c
956- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
957- #: ports/atmel-samd/common-hal/ps2io/Ps2.c
958- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
959- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
960- #: ports/cxd56/common-hal/pulseio/PulseIn.c
961- msgid "EXTINT channel already in use"
962- msgstr "Channel EXTINT sedang digunakan"
963-
964935#: extmod/modre.c
965936msgid "Error in regex"
966937msgstr "Error pada regex"
@@ -1093,10 +1064,6 @@ msgid ""
10931064"Frequency must be 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 or 1008 Mhz"
10941065msgstr ""
10951066
1096- #: shared-bindings/pwmio/PWMOut.c
1097- msgid "Frequency must match existing PWMOut using this timer"
1098- msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
1099-
11001067#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
11011068#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
11021069msgid "Function requires lock"
@@ -1131,11 +1098,6 @@ msgstr "Perangkat keras sedang digunakan, coba pin alternatif"
11311098msgid "Heap allocation when VM not running."
11321099msgstr ""
11331100
1134- #: supervisor/shared/safe_mode.c
1135- msgid ""
1136- "Heap was corrupted because the stack was too small. Increase stack size."
1137- msgstr ""
1138-
11391101#: extmod/vfs_posix_file.c py/objstringio.c
11401102msgid "I/O operation on closed file"
11411103msgstr "operasi I/O pada file tertutup"
@@ -1211,7 +1173,7 @@ msgid "Internal define error"
12111173msgstr "Kesalahan definisi internal"
12121174
12131175#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1214- #: shared-module/os/getenv.c
1176+ #: shared-bindings/pwmio/PWMOut.c shared- module/os/getenv.c
12151177msgid "Internal error"
12161178msgstr ""
12171179
@@ -1220,6 +1182,16 @@ msgstr ""
12201182msgid "Internal error #%d"
12211183msgstr "Kesalahan internal #%d"
12221184
1185+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
1186+ #: ports/atmel-samd/common-hal/countio/Counter.c
1187+ #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1188+ #: ports/atmel-samd/common-hal/ps2io/Ps2.c
1189+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1190+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1191+ #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
1192+ msgid "Internal resource(s) in use"
1193+ msgstr ""
1194+
12231195#: supervisor/shared/safe_mode.c
12241196msgid "Internal watchdog timer expired."
12251197msgstr ""
@@ -1237,7 +1209,7 @@ msgstr ""
12371209#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
12381210#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12391211#: shared-bindings/digitalio/DigitalInOut.c
1240- #: shared-bindings/epaperdisplay/EPaperDisplay.c
1212+ #: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
12411213msgid "Invalid %q"
12421214msgstr ""
12431215
@@ -1385,6 +1357,10 @@ msgstr ""
13851357msgid "Missing jmp_pin. %q[%u] jumps on pin"
13861358msgstr ""
13871359
1360+ #: shared-module/storage/__init__.c
1361+ msgid "Mount point directory missing"
1362+ msgstr ""
1363+
13881364#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
13891365msgid "Must be a %q subclass."
13901366msgstr "Harus berupa subclass %q."
@@ -1469,9 +1445,11 @@ msgstr ""
14691445msgid "No IP"
14701446msgstr ""
14711447
1472- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1473- msgid "No available clocks"
1474- msgstr "Tidak ada clocks yang tersedia"
1448+ #: ports/atmel-samd/common-hal/microcontroller/__init__.c
1449+ #: ports/cxd56/common-hal/microcontroller/__init__.c
1450+ #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
1451+ msgid "No bootloader present"
1452+ msgstr ""
14751453
14761454#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
14771455msgid "No capture in progress"
@@ -1489,15 +1467,12 @@ msgstr "Tidak ada koneksi: panjang tidak dapat ditentukan"
14891467msgid "No default %q bus"
14901468msgstr "Tidak ada standar bus %q"
14911469
1470+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14921471#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
14931472#: ports/atmel-samd/common-hal/touchio/TouchIn.c
14941473msgid "No free GCLKs"
14951474msgstr "Tidak ada GCLK yang kosong"
14961475
1497- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1498- msgid "No free GLCKs"
1499- msgstr ""
1500-
15011476#: shared-bindings/os/__init__.c
15021477msgid "No hardware random available"
15031478msgstr "Tidak ada perangkat keras acak yang tersedia"
@@ -1701,13 +1676,6 @@ msgstr "Kehabisan socket"
17011676msgid "Out-buffer elements must be <= 4 bytes long"
17021677msgstr ""
17031678
1704- #: shared-bindings/pwmio/PWMOut.c
1705- msgid ""
1706- "PWM frequency not writable when variable_frequency is False on construction."
1707- msgstr ""
1708- "Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
1709- "konstruksi."
1710-
17111679#: ports/stm/common-hal/pwmio/PWMOut.c
17121680msgid "PWM restart"
17131681msgstr ""
@@ -1753,11 +1721,6 @@ msgstr ""
17531721msgid "Pin must be on PWM Channel B"
17541722msgstr ""
17551723
1756- #: ports/atmel-samd/common-hal/countio/Counter.c
1757- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1758- msgid "Pin must support hardware interrupts"
1759- msgstr "Pin harus mendukung interupsi perangkat keras"
1760-
17611724#: shared-bindings/rgbmatrix/RGBMatrix.c
17621725#, c-format
17631726msgid ""
@@ -1995,12 +1958,8 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
19951958msgid "Specify exactly one of data0 or data_pins"
19961959msgstr ""
19971960
1998- #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1999- msgid "Stereo left must be on PWM channel A"
2000- msgstr ""
2001-
2002- #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
2003- msgid "Stereo right must be on PWM channel B"
1961+ #: supervisor/shared/safe_mode.c
1962+ msgid "Stack overflow. Increase stack size."
20041963msgstr ""
20051964
20061965#: shared-bindings/alarm/time/TimeAlarm.c
@@ -2109,10 +2068,6 @@ msgstr ""
21092068msgid "Traceback (most recent call last):\n"
21102069msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"
21112070
2112- #: shared-bindings/time/__init__.c
2113- msgid "Tuple or struct_time argument required"
2114- msgstr "Diperlukan argumen Tuple atau struct_time"
2115-
21162071#: ports/stm/common-hal/busio/UART.c
21172072msgid "UART de-init"
21182073msgstr ""
@@ -2468,10 +2423,6 @@ msgstr "Argumen argsort harus berupa ndarray"
24682423msgid "argsort is not implemented for flattened arrays"
24692424msgstr ""
24702425
2471- #: py/runtime.c shared-bindings/supervisor/__init__.c
2472- msgid "argument has wrong type"
2473- msgstr "argumen memiliki tipe yang salah"
2474-
24752426#: py/compile.c
24762427msgid "argument name reused"
24772428msgstr ""
@@ -2481,10 +2432,6 @@ msgstr ""
24812432msgid "argument num/types mismatch"
24822433msgstr "argumen num/types tidak cocok"
24832434
2484- #: py/runtime.c
2485- msgid "argument should be a '%q' not a '%q'"
2486- msgstr "argumen harus berupa '%q' bukan '%q'"
2487-
24882435#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
24892436msgid "arguments must be ndarrays"
24902437msgstr "argumen harus berupa ndarrays"
@@ -2669,7 +2616,7 @@ msgstr ""
26692616msgid "can't convert %s to float"
26702617msgstr ""
26712618
2672- #: py/runtime.c
2619+ #: py/objint.c py/ runtime.c
26732620#, c-format
26742621msgid "can't convert %s to int"
26752622msgstr ""
@@ -2678,18 +2625,10 @@ msgstr ""
26782625msgid "can't convert '%q' object to %q implicitly"
26792626msgstr ""
26802627
2681- #: py/objint.c
2682- msgid "can't convert NaN to int"
2683- msgstr ""
2684-
26852628#: extmod/ulab/code/numpy/vector.c
26862629msgid "can't convert complex to float"
26872630msgstr ""
26882631
2689- #: py/objint.c
2690- msgid "can't convert inf to int"
2691- msgstr ""
2692-
26932632#: py/obj.c
26942633msgid "can't convert to complex"
26952634msgstr ""
@@ -3177,10 +3116,6 @@ msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
31773116msgid "function takes %d positional arguments but %d were given"
31783117msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
31793118
3180- #: shared-bindings/time/__init__.c
3181- msgid "function takes exactly 9 arguments"
3182- msgstr ""
3183-
31843119#: py/objgenerator.c
31853120msgid "generator already executing"
31863121msgstr ""
@@ -4031,10 +3966,6 @@ msgstr ""
40313966msgid "size is defined for ndarrays only"
40323967msgstr ""
40333968
4034- #: shared-bindings/time/__init__.c
4035- msgid "sleep length must be non-negative"
4036- msgstr ""
4037-
40383969#: py/nativeglue.c
40393970msgid "slice unsupported"
40403971msgstr ""
@@ -4431,6 +4362,42 @@ msgstr "zi harus berjenis float"
44314362msgid "zi must be of shape (n_section, 2)"
44324363msgstr "Zi harus berbentuk (n_section, 2)"
44334364
4365+ #~ msgid "Cannot vary frequency on a timer that is already in use"
4366+ #~ msgstr ""
4367+ #~ "Tidak dapat membuat variasi frekuensi pada penghitung waktu yang sudah "
4368+ #~ "digunakan"
4369+
4370+ #~ msgid "Could not start PWM"
4371+ #~ msgstr "Tidak dapat memulai PWM"
4372+
4373+ #~ msgid "EXTINT channel already in use"
4374+ #~ msgstr "Channel EXTINT sedang digunakan"
4375+
4376+ #~ msgid "Frequency must match existing PWMOut using this timer"
4377+ #~ msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
4378+
4379+ #~ msgid "No available clocks"
4380+ #~ msgstr "Tidak ada clocks yang tersedia"
4381+
4382+ #~ msgid ""
4383+ #~ "PWM frequency not writable when variable_frequency is False on "
4384+ #~ "construction."
4385+ #~ msgstr ""
4386+ #~ "Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
4387+ #~ "konstruksi."
4388+
4389+ #~ msgid "Pin must support hardware interrupts"
4390+ #~ msgstr "Pin harus mendukung interupsi perangkat keras"
4391+
4392+ #~ msgid "Tuple or struct_time argument required"
4393+ #~ msgstr "Diperlukan argumen Tuple atau struct_time"
4394+
4395+ #~ msgid "argument has wrong type"
4396+ #~ msgstr "argumen memiliki tipe yang salah"
4397+
4398+ #~ msgid "argument should be a '%q' not a '%q'"
4399+ #~ msgstr "argumen harus berupa '%q' bukan '%q'"
4400+
44344401#~ msgid "A hardware interrupt channel is already in use"
44354402#~ msgstr "Sebuah channel hardware interrupt sedang digunakan"
44364403
0 commit comments