@@ -210,7 +210,8 @@ msgid "%q must be multiple of 8."
210210msgstr ""
211211
212212#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
213- #: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
213+ #: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
214+ #: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
214215#: shared-module/synthio/Synthesizer.c
215216msgid "%q must be of type %q or %q, not %q"
216217msgstr ""
@@ -219,7 +220,7 @@ msgstr ""
219220msgid "%q must be of type %q, %q, or %q, not %q"
220221msgstr ""
221222
222- #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
223+ #: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
223224#: shared-module/synthio/__init__.c
224225msgid "%q must be of type %q, not %q"
225226msgstr ""
@@ -237,7 +238,7 @@ msgstr ""
237238#: ports/nrf/common-hal/pulseio/PulseIn.c
238239#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
239240#: ports/stm/common-hal/pulseio/PulseIn.c py/argcheck.c
240- #: shared-bindings/canio/Match.c
241+ #: shared-bindings/canio/Match.c shared-bindings/time/__init__.c
241242msgid "%q out of range"
242243msgstr "%q di luar jangkauan"
243244
@@ -501,7 +502,6 @@ msgstr "Semua perangkat UART sedang digunakan"
501502#: ports/nrf/common-hal/countio/Counter.c
502503#: ports/nrf/common-hal/pulseio/PulseIn.c
503504#: ports/nrf/common-hal/rotaryio/IncrementalEncoder.c
504- #: shared-bindings/pwmio/PWMOut.c
505505msgid "All channels in use"
506506msgstr ""
507507
@@ -524,13 +524,11 @@ msgid "All sync event channels in use"
524524msgstr "Semua channel event yang disinkronisasi sedang digunakan"
525525
526526#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
527- #: shared-bindings/pwmio/PWMOut.c
528527msgid "All timers for this pin are in use"
529528msgstr "Semua timer untuk pin ini sedang digunakan"
530529
531530#: ports/atmel-samd/common-hal/_pew/PewPew.c
532531#: ports/atmel-samd/common-hal/audioio/AudioOut.c
533- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
534532#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
535533#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
536534#: ports/cxd56/common-hal/pulseio/PulseOut.c
@@ -541,7 +539,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
541539#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
542540#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
543541#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
544- #: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
542+ #: ports/stm/peripherals/timers.c
545543msgid "All timers in use"
546544msgstr "Semua timer sedang digunakan"
547545
@@ -742,6 +740,7 @@ msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
742740
743741#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
744742#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
743+ #: shared-bindings/uvc/__init__.c
745744msgid "Cannot change USB devices now"
746745msgstr ""
747746
@@ -784,12 +783,6 @@ msgstr "Tidak dapat merekam ke file"
784783msgid "Cannot remount '/' when visible via USB."
785784msgstr ""
786785
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-
793786#: ports/espressif/common-hal/socketpool/Socket.c
794787msgid "Cannot set socket options"
795788msgstr ""
@@ -807,12 +800,6 @@ msgstr "Tidak dapat menentukan RTS atau CTS dalam mode RS485"
807800msgid "Cannot subclass slice"
808801msgstr "Tidak dapat membuat subkelas dari irisan"
809802
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-
816803#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
817804msgid "Cannot wake on pin edge, only level"
818805msgstr ""
@@ -856,10 +843,6 @@ msgstr ""
856843msgid "Could not set address"
857844msgstr ""
858845
859- #: shared-bindings/pwmio/PWMOut.c
860- msgid "Could not start PWM"
861- msgstr "Tidak dapat memulai PWM"
862-
863846#: ports/stm/common-hal/busio/UART.c
864847msgid "Could not start interrupt, RX busy"
865848msgstr "Tidak dapat memulai interupsi, RX sibuk"
@@ -951,16 +934,6 @@ msgstr "ECB hanya beroperasi pada 16 byte di satu waktu"
951934msgid "ESP-IDF memory allocation failed"
952935msgstr ""
953936
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-
964937#: extmod/modre.c
965938msgid "Error in regex"
966939msgstr "Error pada regex"
@@ -1093,10 +1066,6 @@ msgid ""
10931066"Frequency must be 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 or 1008 Mhz"
10941067msgstr ""
10951068
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-
11001069#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
11011070#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
11021071msgid "Function requires lock"
@@ -1131,11 +1100,6 @@ msgstr "Perangkat keras sedang digunakan, coba pin alternatif"
11311100msgid "Heap allocation when VM not running."
11321101msgstr ""
11331102
1134- #: supervisor/shared/safe_mode.c
1135- msgid ""
1136- "Heap was corrupted because the stack was too small. Increase stack size."
1137- msgstr ""
1138-
11391103#: extmod/vfs_posix_file.c py/objstringio.c
11401104msgid "I/O operation on closed file"
11411105msgstr "operasi I/O pada file tertutup"
@@ -1211,7 +1175,7 @@ msgid "Internal define error"
12111175msgstr "Kesalahan definisi internal"
12121176
12131177#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1214- #: shared-module/os/getenv.c
1178+ #: shared-bindings/pwmio/PWMOut.c shared- module/os/getenv.c
12151179msgid "Internal error"
12161180msgstr ""
12171181
@@ -1220,6 +1184,16 @@ msgstr ""
12201184msgid "Internal error #%d"
12211185msgstr "Kesalahan internal #%d"
12221186
1187+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
1188+ #: ports/atmel-samd/common-hal/countio/Counter.c
1189+ #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1190+ #: ports/atmel-samd/common-hal/ps2io/Ps2.c
1191+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1192+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1193+ #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
1194+ msgid "Internal resource(s) in use"
1195+ msgstr ""
1196+
12231197#: supervisor/shared/safe_mode.c
12241198msgid "Internal watchdog timer expired."
12251199msgstr ""
@@ -1237,7 +1211,7 @@ msgstr ""
12371211#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
12381212#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12391213#: shared-bindings/digitalio/DigitalInOut.c
1240- #: shared-bindings/epaperdisplay/EPaperDisplay.c
1214+ #: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
12411215msgid "Invalid %q"
12421216msgstr ""
12431217
@@ -1385,6 +1359,10 @@ msgstr ""
13851359msgid "Missing jmp_pin. %q[%u] jumps on pin"
13861360msgstr ""
13871361
1362+ #: shared-module/storage/__init__.c
1363+ msgid "Mount point directory missing"
1364+ msgstr ""
1365+
13881366#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
13891367msgid "Must be a %q subclass."
13901368msgstr "Harus berupa subclass %q."
@@ -1469,9 +1447,11 @@ msgstr ""
14691447msgid "No IP"
14701448msgstr ""
14711449
1472- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1473- msgid "No available clocks"
1474- msgstr "Tidak ada clocks yang tersedia"
1450+ #: ports/atmel-samd/common-hal/microcontroller/__init__.c
1451+ #: ports/cxd56/common-hal/microcontroller/__init__.c
1452+ #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
1453+ msgid "No bootloader present"
1454+ msgstr ""
14751455
14761456#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
14771457msgid "No capture in progress"
@@ -1489,15 +1469,12 @@ msgstr "Tidak ada koneksi: panjang tidak dapat ditentukan"
14891469msgid "No default %q bus"
14901470msgstr "Tidak ada standar bus %q"
14911471
1472+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14921473#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
14931474#: ports/atmel-samd/common-hal/touchio/TouchIn.c
14941475msgid "No free GCLKs"
14951476msgstr "Tidak ada GCLK yang kosong"
14961477
1497- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1498- msgid "No free GLCKs"
1499- msgstr ""
1500-
15011478#: shared-bindings/os/__init__.c
15021479msgid "No hardware random available"
15031480msgstr "Tidak ada perangkat keras acak yang tersedia"
@@ -1701,13 +1678,6 @@ msgstr "Kehabisan socket"
17011678msgid "Out-buffer elements must be <= 4 bytes long"
17021679msgstr ""
17031680
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-
17111681#: ports/stm/common-hal/pwmio/PWMOut.c
17121682msgid "PWM restart"
17131683msgstr ""
@@ -1753,11 +1723,6 @@ msgstr ""
17531723msgid "Pin must be on PWM Channel B"
17541724msgstr ""
17551725
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-
17611726#: shared-bindings/rgbmatrix/RGBMatrix.c
17621727#, c-format
17631728msgid ""
@@ -1995,12 +1960,8 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
19951960msgid "Specify exactly one of data0 or data_pins"
19961961msgstr ""
19971962
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"
1963+ #: supervisor/shared/safe_mode.c
1964+ msgid "Stack overflow. Increase stack size."
20041965msgstr ""
20051966
20061967#: shared-bindings/alarm/time/TimeAlarm.c
@@ -2109,10 +2070,6 @@ msgstr ""
21092070msgid "Traceback (most recent call last):\n"
21102071msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"
21112072
2112- #: shared-bindings/time/__init__.c
2113- msgid "Tuple or struct_time argument required"
2114- msgstr "Diperlukan argumen Tuple atau struct_time"
2115-
21162073#: ports/stm/common-hal/busio/UART.c
21172074msgid "UART de-init"
21182075msgstr ""
@@ -2468,10 +2425,6 @@ msgstr "Argumen argsort harus berupa ndarray"
24682425msgid "argsort is not implemented for flattened arrays"
24692426msgstr ""
24702427
2471- #: py/runtime.c shared-bindings/supervisor/__init__.c
2472- msgid "argument has wrong type"
2473- msgstr "argumen memiliki tipe yang salah"
2474-
24752428#: py/compile.c
24762429msgid "argument name reused"
24772430msgstr ""
@@ -2481,10 +2434,6 @@ msgstr ""
24812434msgid "argument num/types mismatch"
24822435msgstr "argumen num/types tidak cocok"
24832436
2484- #: py/runtime.c
2485- msgid "argument should be a '%q' not a '%q'"
2486- msgstr "argumen harus berupa '%q' bukan '%q'"
2487-
24882437#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
24892438msgid "arguments must be ndarrays"
24902439msgstr "argumen harus berupa ndarrays"
@@ -2669,7 +2618,7 @@ msgstr ""
26692618msgid "can't convert %s to float"
26702619msgstr ""
26712620
2672- #: py/runtime.c
2621+ #: py/objint.c py/ runtime.c
26732622#, c-format
26742623msgid "can't convert %s to int"
26752624msgstr ""
@@ -2678,18 +2627,10 @@ msgstr ""
26782627msgid "can't convert '%q' object to %q implicitly"
26792628msgstr ""
26802629
2681- #: py/objint.c
2682- msgid "can't convert NaN to int"
2683- msgstr ""
2684-
26852630#: extmod/ulab/code/numpy/vector.c
26862631msgid "can't convert complex to float"
26872632msgstr ""
26882633
2689- #: py/objint.c
2690- msgid "can't convert inf to int"
2691- msgstr ""
2692-
26932634#: py/obj.c
26942635msgid "can't convert to complex"
26952636msgstr ""
@@ -3177,10 +3118,6 @@ msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
31773118msgid "function takes %d positional arguments but %d were given"
31783119msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
31793120
3180- #: shared-bindings/time/__init__.c
3181- msgid "function takes exactly 9 arguments"
3182- msgstr ""
3183-
31843121#: py/objgenerator.c
31853122msgid "generator already executing"
31863123msgstr ""
@@ -4031,10 +3968,6 @@ msgstr ""
40313968msgid "size is defined for ndarrays only"
40323969msgstr ""
40333970
4034- #: shared-bindings/time/__init__.c
4035- msgid "sleep length must be non-negative"
4036- msgstr ""
4037-
40383971#: py/nativeglue.c
40393972msgid "slice unsupported"
40403973msgstr ""
@@ -4431,6 +4364,42 @@ msgstr "zi harus berjenis float"
44314364msgid "zi must be of shape (n_section, 2)"
44324365msgstr "Zi harus berbentuk (n_section, 2)"
44334366
4367+ #~ msgid "Cannot vary frequency on a timer that is already in use"
4368+ #~ msgstr ""
4369+ #~ "Tidak dapat membuat variasi frekuensi pada penghitung waktu yang sudah "
4370+ #~ "digunakan"
4371+
4372+ #~ msgid "Could not start PWM"
4373+ #~ msgstr "Tidak dapat memulai PWM"
4374+
4375+ #~ msgid "EXTINT channel already in use"
4376+ #~ msgstr "Channel EXTINT sedang digunakan"
4377+
4378+ #~ msgid "Frequency must match existing PWMOut using this timer"
4379+ #~ msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
4380+
4381+ #~ msgid "No available clocks"
4382+ #~ msgstr "Tidak ada clocks yang tersedia"
4383+
4384+ #~ msgid ""
4385+ #~ "PWM frequency not writable when variable_frequency is False on "
4386+ #~ "construction."
4387+ #~ msgstr ""
4388+ #~ "Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
4389+ #~ "konstruksi."
4390+
4391+ #~ msgid "Pin must support hardware interrupts"
4392+ #~ msgstr "Pin harus mendukung interupsi perangkat keras"
4393+
4394+ #~ msgid "Tuple or struct_time argument required"
4395+ #~ msgstr "Diperlukan argumen Tuple atau struct_time"
4396+
4397+ #~ msgid "argument has wrong type"
4398+ #~ msgstr "argumen memiliki tipe yang salah"
4399+
4400+ #~ msgid "argument should be a '%q' not a '%q'"
4401+ #~ msgstr "argumen harus berupa '%q' bukan '%q'"
4402+
44344403#~ msgid "A hardware interrupt channel is already in use"
44354404#~ msgstr "Sebuah channel hardware interrupt sedang digunakan"
44364405
0 commit comments