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