5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-12-14 12:59 -0500\n "
8
+ "POT-Creation-Date : 2020-12-23 23:04 -0500\n "
9
9
"PO-Revision-Date : 2020-10-10 23:51+0000\n "
10
10
"
Last-Translator :
oon arfiandwi <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -19,10 +19,14 @@ msgstr ""
19
19
#: main.c
20
20
msgid ""
21
21
"\n"
22
- "Code done running. Waiting for reload. \n"
22
+ "Code done running.\n"
23
23
msgstr ""
24
+
25
+ #: main.c
26
+ msgid ""
24
27
"\n"
25
- "Kode selesai berjalan. Menunggu memuat ulang.\n"
28
+ "Code stopped by auto-reload.\n"
29
+ msgstr ""
26
30
27
31
#: supervisor/shared/safe_mode.c
28
32
msgid ""
@@ -540,6 +544,18 @@ msgstr "Blok CBC harus merupakan kelipatan 16 byte"
540
544
msgid "Call super().__init__() before accessing native object."
541
545
msgstr "Panggil super().__init__() sebelum mengakses objek asli."
542
546
547
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
548
+ msgid "Can only alarm on RTC IO from deep sleep."
549
+ msgstr ""
550
+
551
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
552
+ msgid "Can only alarm on one low pin while others alarm high from deep sleep."
553
+ msgstr ""
554
+
555
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
556
+ msgid "Can only alarm on two low pins from deep sleep."
557
+ msgstr ""
558
+
543
559
#: ports/nrf/common-hal/_bleio/Characteristic.c
544
560
msgid "Can't set CCCD on local Characteristic"
545
561
msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
@@ -576,6 +592,10 @@ msgstr ""
576
592
"Tidak dapat menggunakan output di kedua channel dengan menggunakan pin yang "
577
593
"sama"
578
594
595
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
596
+ msgid "Cannot pull on input-only pin."
597
+ msgstr ""
598
+
579
599
#: shared-module/bitbangio/SPI.c
580
600
msgid "Cannot read without MISO pin."
581
601
msgstr "Tidak dapat membaca tanpa pin MISO."
@@ -623,6 +643,10 @@ msgstr ""
623
643
"Tidak dapat membuat variasi frekuensi pada penghitung waktu yang sudah "
624
644
"digunakan"
625
645
646
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
647
+ msgid "Cannot wake on pin edge. Only level."
648
+ msgstr ""
649
+
626
650
#: shared-module/bitbangio/SPI.c
627
651
msgid "Cannot write without MOSI pin."
628
652
msgstr "Tidak dapat menulis tanpa pin MOSI."
@@ -954,6 +978,10 @@ msgstr "File sudah ada"
954
978
msgid "Filters too complex"
955
979
msgstr ""
956
980
981
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
982
+ msgid "Firmware image is invalid"
983
+ msgstr ""
984
+
957
985
#: ports/cxd56/common-hal/camera/Camera.c
958
986
msgid "Format not supported"
959
987
msgstr ""
@@ -963,11 +991,6 @@ msgstr ""
963
991
msgid "Framebuffer requires %d bytes"
964
992
msgstr ""
965
993
966
- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
967
- msgid "Frequency captured is above capability. Capture Paused."
968
- msgstr ""
969
- "Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
970
-
971
994
#: ports/stm/common-hal/pwmio/PWMOut.c
972
995
msgid "Frequency must match existing PWMOut using this timer"
973
996
msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
@@ -1485,7 +1508,7 @@ msgstr ""
1485
1508
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
1486
1509
"didukung: %d bpp diberikan"
1487
1510
1488
- #: ports/esp32s2/common-hal/alarm/__init__ .c
1511
+ #: ports/esp32s2/common-hal/alarm/time/TimeAlarm .c
1489
1512
msgid "Only one alarm.time alarm can be set."
1490
1513
msgstr ""
1491
1514
@@ -1549,10 +1572,6 @@ msgstr "Pin harus mendukung interupsi perangkat keras"
1549
1572
msgid "Pin number already reserved by EXTI"
1550
1573
msgstr "Nomor pin sudah dipesan oleh EXTI"
1551
1574
1552
- #: ports/esp32s2/common-hal/alarm/__init__.c
1553
- msgid "PinAlarm not yet implemented"
1554
- msgstr ""
1555
-
1556
1575
#: shared-bindings/rgbmatrix/RGBMatrix.c
1557
1576
#, c-format
1558
1577
msgid ""
@@ -1596,7 +1615,7 @@ msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1596
1615
msgstr ""
1597
1616
1598
1617
#: main.c
1599
- msgid "Pretending to deep sleep until alarm, any key or file write.\n"
1618
+ msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
1600
1619
msgstr ""
1601
1620
1602
1621
#: shared-bindings/digitalio/DigitalInOut.c
@@ -2021,6 +2040,10 @@ msgstr ""
2021
2040
msgid "Unsupported pull value."
2022
2041
msgstr ""
2023
2042
2043
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2044
+ msgid "Update Failed"
2045
+ msgstr ""
2046
+
2024
2047
#: ports/nrf/common-hal/_bleio/Characteristic.c
2025
2048
#: ports/nrf/common-hal/_bleio/Descriptor.c
2026
2049
msgid "Value length != required fixed length"
@@ -3046,7 +3069,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
3046
3069
msgstr ""
3047
3070
3048
3071
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3049
- msgid "max_length must be > 0"
3072
+ msgid "max_length must be >= 0"
3050
3073
msgstr ""
3051
3074
3052
3075
#: extmod/ulab/code/ndarray.c
@@ -3184,6 +3207,14 @@ msgstr "non-keyword arg setelah */**"
3184
3207
msgid "non-keyword arg after keyword arg"
3185
3208
msgstr "non-keyword arg setelah keyword arg"
3186
3209
3210
+ #: ports/nrf/common-hal/_bleio/Adapter.c
3211
+ msgid "non-zero timeout must be > 0.01"
3212
+ msgstr ""
3213
+
3214
+ #: shared-bindings/_bleio/Adapter.c
3215
+ msgid "non-zero timeout must be >= interval"
3216
+ msgstr ""
3217
+
3187
3218
#: extmod/ulab/code/linalg/linalg.c
3188
3219
msgid "norm is defined for 1D and 2D arrays"
3189
3220
msgstr ""
@@ -3256,6 +3287,10 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
3256
3287
msgid "offset is too large"
3257
3288
msgstr ""
3258
3289
3290
+ #: shared-bindings/dualbank/__init__.c
3291
+ msgid "offset must be >= 0"
3292
+ msgstr ""
3293
+
3259
3294
#: py/objstr.c py/objstrunicode.c
3260
3295
#, fuzzy
3261
3296
msgid "offset out of bounds"
@@ -3602,6 +3637,10 @@ msgstr ""
3602
3637
msgid "timeout must be 0.0-100.0 seconds"
3603
3638
msgstr ""
3604
3639
3640
+ #: ports/nrf/common-hal/_bleio/Adapter.c
3641
+ msgid "timeout must be < 655.35 secs"
3642
+ msgstr ""
3643
+
3605
3644
#: shared-bindings/_bleio/CharacteristicBuffer.c
3606
3645
#, fuzzy
3607
3646
msgid "timeout must be >= 0.0"
@@ -3862,6 +3901,17 @@ msgstr ""
3862
3901
msgid "zi must be of shape (n_section, 2)"
3863
3902
msgstr ""
3864
3903
3904
+ #~ msgid ""
3905
+ #~ "\n"
3906
+ #~ "Code done running. Waiting for reload.\n"
3907
+ #~ msgstr ""
3908
+ #~ "\n"
3909
+ #~ "Kode selesai berjalan. Menunggu memuat ulang.\n"
3910
+
3911
+ #~ msgid "Frequency captured is above capability. Capture Paused."
3912
+ #~ msgstr ""
3913
+ #~ "Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
3914
+
3865
3915
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
3866
3916
#~ msgstr ""
3867
3917
#~ "Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk "
0 commit comments