@@ -210,7 +210,8 @@ msgid "%q must be multiple of 8."
210
210
msgstr ""
211
211
212
212
#: 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
214
215
#: shared-module/synthio/Synthesizer.c
215
216
msgid "%q must be of type %q or %q, not %q"
216
217
msgstr ""
@@ -219,7 +220,7 @@ msgstr ""
219
220
msgid "%q must be of type %q, %q, or %q, not %q"
220
221
msgstr ""
221
222
222
- #: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
223
+ #: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
223
224
#: shared-module/synthio/__init__.c
224
225
msgid "%q must be of type %q, not %q"
225
226
msgstr ""
@@ -237,7 +238,7 @@ msgstr ""
237
238
#: ports/nrf/common-hal/pulseio/PulseIn.c
238
239
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
239
240
#: 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
241
242
msgid "%q out of range"
242
243
msgstr "%q di luar jangkauan"
243
244
@@ -501,7 +502,6 @@ msgstr "Semua perangkat UART sedang digunakan"
501
502
#: ports/nrf/common-hal/countio/Counter.c
502
503
#: ports/nrf/common-hal/pulseio/PulseIn.c
503
504
#: ports/nrf/common-hal/rotaryio/IncrementalEncoder.c
504
- #: shared-bindings/pwmio/PWMOut.c
505
505
msgid "All channels in use"
506
506
msgstr ""
507
507
@@ -524,13 +524,11 @@ msgid "All sync event channels in use"
524
524
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
525
525
526
526
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
527
- #: shared-bindings/pwmio/PWMOut.c
528
527
msgid "All timers for this pin are in use"
529
528
msgstr "Semua timer untuk pin ini sedang digunakan"
530
529
531
530
#: ports/atmel-samd/common-hal/_pew/PewPew.c
532
531
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
533
- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
534
532
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
535
533
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
536
534
#: ports/cxd56/common-hal/pulseio/PulseOut.c
@@ -541,7 +539,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
541
539
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
542
540
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
543
541
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
544
- #: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
542
+ #: ports/stm/peripherals/timers.c
545
543
msgid "All timers in use"
546
544
msgstr "Semua timer sedang digunakan"
547
545
@@ -742,6 +740,7 @@ msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
742
740
743
741
#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
744
742
#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
743
+ #: shared-bindings/uvc/__init__.c
745
744
msgid "Cannot change USB devices now"
746
745
msgstr ""
747
746
@@ -784,12 +783,6 @@ msgstr "Tidak dapat merekam ke file"
784
783
msgid "Cannot remount '/' when visible via USB."
785
784
msgstr ""
786
785
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
-
793
786
#: ports/espressif/common-hal/socketpool/Socket.c
794
787
msgid "Cannot set socket options"
795
788
msgstr ""
@@ -807,12 +800,6 @@ msgstr "Tidak dapat menentukan RTS atau CTS dalam mode RS485"
807
800
msgid "Cannot subclass slice"
808
801
msgstr "Tidak dapat membuat subkelas dari irisan"
809
802
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
-
816
803
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
817
804
msgid "Cannot wake on pin edge, only level"
818
805
msgstr ""
@@ -856,10 +843,6 @@ msgstr ""
856
843
msgid "Could not set address"
857
844
msgstr ""
858
845
859
- #: shared-bindings/pwmio/PWMOut.c
860
- msgid "Could not start PWM"
861
- msgstr "Tidak dapat memulai PWM"
862
-
863
846
#: ports/stm/common-hal/busio/UART.c
864
847
msgid "Could not start interrupt, RX busy"
865
848
msgstr "Tidak dapat memulai interupsi, RX sibuk"
@@ -951,16 +934,6 @@ msgstr "ECB hanya beroperasi pada 16 byte di satu waktu"
951
934
msgid "ESP-IDF memory allocation failed"
952
935
msgstr ""
953
936
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
-
964
937
#: extmod/modre.c
965
938
msgid "Error in regex"
966
939
msgstr "Error pada regex"
@@ -1093,10 +1066,6 @@ msgid ""
1093
1066
"Frequency must be 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 or 1008 Mhz"
1094
1067
msgstr ""
1095
1068
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
-
1100
1069
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
1101
1070
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
1102
1071
msgid "Function requires lock"
@@ -1131,11 +1100,6 @@ msgstr "Perangkat keras sedang digunakan, coba pin alternatif"
1131
1100
msgid "Heap allocation when VM not running."
1132
1101
msgstr ""
1133
1102
1134
- #: supervisor/shared/safe_mode.c
1135
- msgid ""
1136
- "Heap was corrupted because the stack was too small. Increase stack size."
1137
- msgstr ""
1138
-
1139
1103
#: extmod/vfs_posix_file.c py/objstringio.c
1140
1104
msgid "I/O operation on closed file"
1141
1105
msgstr "operasi I/O pada file tertutup"
@@ -1211,7 +1175,7 @@ msgid "Internal define error"
1211
1175
msgstr "Kesalahan definisi internal"
1212
1176
1213
1177
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1214
- #: shared-module/os/getenv.c
1178
+ #: shared-bindings/pwmio/PWMOut.c shared- module/os/getenv.c
1215
1179
msgid "Internal error"
1216
1180
msgstr ""
1217
1181
@@ -1220,6 +1184,16 @@ msgstr ""
1220
1184
msgid "Internal error #%d"
1221
1185
msgstr "Kesalahan internal #%d"
1222
1186
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
+
1223
1197
#: supervisor/shared/safe_mode.c
1224
1198
msgid "Internal watchdog timer expired."
1225
1199
msgstr ""
@@ -1237,7 +1211,7 @@ msgstr ""
1237
1211
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1238
1212
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
1239
1213
#: shared-bindings/digitalio/DigitalInOut.c
1240
- #: shared-bindings/epaperdisplay/EPaperDisplay.c
1214
+ #: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1241
1215
msgid "Invalid %q"
1242
1216
msgstr ""
1243
1217
@@ -1385,6 +1359,10 @@ msgstr ""
1385
1359
msgid "Missing jmp_pin. %q[%u] jumps on pin"
1386
1360
msgstr ""
1387
1361
1362
+ #: shared-module/storage/__init__.c
1363
+ msgid "Mount point directory missing"
1364
+ msgstr ""
1365
+
1388
1366
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
1389
1367
msgid "Must be a %q subclass."
1390
1368
msgstr "Harus berupa subclass %q."
@@ -1469,9 +1447,11 @@ msgstr ""
1469
1447
msgid "No IP"
1470
1448
msgstr ""
1471
1449
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 ""
1475
1455
1476
1456
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
1477
1457
msgid "No capture in progress"
@@ -1489,15 +1469,12 @@ msgstr "Tidak ada koneksi: panjang tidak dapat ditentukan"
1489
1469
msgid "No default %q bus"
1490
1470
msgstr "Tidak ada standar bus %q"
1491
1471
1472
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1492
1473
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1493
1474
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
1494
1475
msgid "No free GCLKs"
1495
1476
msgstr "Tidak ada GCLK yang kosong"
1496
1477
1497
- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1498
- msgid "No free GLCKs"
1499
- msgstr ""
1500
-
1501
1478
#: shared-bindings/os/__init__.c
1502
1479
msgid "No hardware random available"
1503
1480
msgstr "Tidak ada perangkat keras acak yang tersedia"
@@ -1701,13 +1678,6 @@ msgstr "Kehabisan socket"
1701
1678
msgid "Out-buffer elements must be <= 4 bytes long"
1702
1679
msgstr ""
1703
1680
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
-
1711
1681
#: ports/stm/common-hal/pwmio/PWMOut.c
1712
1682
msgid "PWM restart"
1713
1683
msgstr ""
@@ -1753,11 +1723,6 @@ msgstr ""
1753
1723
msgid "Pin must be on PWM Channel B"
1754
1724
msgstr ""
1755
1725
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
-
1761
1726
#: shared-bindings/rgbmatrix/RGBMatrix.c
1762
1727
#, c-format
1763
1728
msgid ""
@@ -1995,12 +1960,8 @@ msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
1995
1960
msgid "Specify exactly one of data0 or data_pins"
1996
1961
msgstr ""
1997
1962
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."
2004
1965
msgstr ""
2005
1966
2006
1967
#: shared-bindings/alarm/time/TimeAlarm.c
@@ -2109,10 +2070,6 @@ msgstr ""
2109
2070
msgid "Traceback (most recent call last):\n"
2110
2071
msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"
2111
2072
2112
- #: shared-bindings/time/__init__.c
2113
- msgid "Tuple or struct_time argument required"
2114
- msgstr "Diperlukan argumen Tuple atau struct_time"
2115
-
2116
2073
#: ports/stm/common-hal/busio/UART.c
2117
2074
msgid "UART de-init"
2118
2075
msgstr ""
@@ -2468,10 +2425,6 @@ msgstr "Argumen argsort harus berupa ndarray"
2468
2425
msgid "argsort is not implemented for flattened arrays"
2469
2426
msgstr ""
2470
2427
2471
- #: py/runtime.c shared-bindings/supervisor/__init__.c
2472
- msgid "argument has wrong type"
2473
- msgstr "argumen memiliki tipe yang salah"
2474
-
2475
2428
#: py/compile.c
2476
2429
msgid "argument name reused"
2477
2430
msgstr ""
@@ -2481,10 +2434,6 @@ msgstr ""
2481
2434
msgid "argument num/types mismatch"
2482
2435
msgstr "argumen num/types tidak cocok"
2483
2436
2484
- #: py/runtime.c
2485
- msgid "argument should be a '%q' not a '%q'"
2486
- msgstr "argumen harus berupa '%q' bukan '%q'"
2487
-
2488
2437
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
2489
2438
msgid "arguments must be ndarrays"
2490
2439
msgstr "argumen harus berupa ndarrays"
@@ -2669,7 +2618,7 @@ msgstr ""
2669
2618
msgid "can't convert %s to float"
2670
2619
msgstr ""
2671
2620
2672
- #: py/runtime.c
2621
+ #: py/objint.c py/ runtime.c
2673
2622
#, c-format
2674
2623
msgid "can't convert %s to int"
2675
2624
msgstr ""
@@ -2678,18 +2627,10 @@ msgstr ""
2678
2627
msgid "can't convert '%q' object to %q implicitly"
2679
2628
msgstr ""
2680
2629
2681
- #: py/objint.c
2682
- msgid "can't convert NaN to int"
2683
- msgstr ""
2684
-
2685
2630
#: extmod/ulab/code/numpy/vector.c
2686
2631
msgid "can't convert complex to float"
2687
2632
msgstr ""
2688
2633
2689
- #: py/objint.c
2690
- msgid "can't convert inf to int"
2691
- msgstr ""
2692
-
2693
2634
#: py/obj.c
2694
2635
msgid "can't convert to complex"
2695
2636
msgstr ""
@@ -3177,10 +3118,6 @@ msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
3177
3118
msgid "function takes %d positional arguments but %d were given"
3178
3119
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
3179
3120
3180
- #: shared-bindings/time/__init__.c
3181
- msgid "function takes exactly 9 arguments"
3182
- msgstr ""
3183
-
3184
3121
#: py/objgenerator.c
3185
3122
msgid "generator already executing"
3186
3123
msgstr ""
@@ -4031,10 +3968,6 @@ msgstr ""
4031
3968
msgid "size is defined for ndarrays only"
4032
3969
msgstr ""
4033
3970
4034
- #: shared-bindings/time/__init__.c
4035
- msgid "sleep length must be non-negative"
4036
- msgstr ""
4037
-
4038
3971
#: py/nativeglue.c
4039
3972
msgid "slice unsupported"
4040
3973
msgstr ""
@@ -4431,6 +4364,42 @@ msgstr "zi harus berjenis float"
4431
4364
msgid "zi must be of shape (n_section, 2)"
4432
4365
msgstr "Zi harus berbentuk (n_section, 2)"
4433
4366
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
+
4434
4403
#~ msgid "A hardware interrupt channel is already in use"
4435
4404
#~ msgstr "Sebuah channel hardware interrupt sedang digunakan"
4436
4405
0 commit comments