8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-06-01 17:10-0700 \n "
11
+ "POT-Creation-Date : 2020-06-25 11:44-0500 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -293,14 +293,15 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
293
293
msgid "All timers for this pin are in use"
294
294
msgstr "Semua timer untuk pin ini sedang digunakan"
295
295
296
+ #: ports/atmel-samd/common-hal/_pew/PewPew.c
296
297
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
297
298
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
298
299
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
299
300
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
300
301
#: ports/cxd56/common-hal/pulseio/PulseOut.c
301
302
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
302
303
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
303
- #: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
304
+ #: shared-bindings/pulseio/PWMOut.c
304
305
msgid "All timers in use"
305
306
msgstr "Semua timer sedang digunakan"
306
307
@@ -582,6 +583,10 @@ msgstr ""
582
583
msgid "Corrupt raw code"
583
584
msgstr ""
584
585
586
+ #: ports/cxd56/common-hal/gnss/GNSS.c
587
+ msgid "Could not initialize GNSS"
588
+ msgstr ""
589
+
585
590
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
586
591
msgid "Could not initialize UART"
587
592
msgstr "Tidak dapat menginisialisasi UART"
@@ -828,10 +833,6 @@ msgstr "operasi I/O pada file tertutup"
828
833
msgid "I2C Init Error"
829
834
msgstr ""
830
835
831
- #: extmod/machine_i2c.c
832
- msgid "I2C operation not supported"
833
- msgstr "operasi I2C tidak didukung"
834
-
835
836
#: shared-bindings/aesio/aes.c
836
837
#, c-format
837
838
msgid "IV must be %d bytes long"
@@ -973,7 +974,7 @@ msgstr "Pin untuk channel kanan tidak valid"
973
974
#: ports/atmel-samd/common-hal/busio/I2C.c
974
975
#: ports/atmel-samd/common-hal/busio/SPI.c
975
976
#: ports/atmel-samd/common-hal/busio/UART.c
976
- #: ports/atmel-samd/common-hal/i2cslave/I2CSlave .c
977
+ #: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral .c
977
978
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
978
979
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
979
980
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1441,6 +1442,10 @@ msgstr ""
1441
1442
msgid "Supply at least one UART pin"
1442
1443
msgstr ""
1443
1444
1445
+ #: shared-bindings/gnss/GNSS.c
1446
+ msgid "System entry must be gnss.SatelliteSystem"
1447
+ msgstr ""
1448
+
1444
1449
#: ports/stm/common-hal/microcontroller/Processor.c
1445
1450
msgid "Temperature read timed out"
1446
1451
msgstr ""
@@ -1627,6 +1632,7 @@ msgid ""
1627
1632
msgstr ""
1628
1633
1629
1634
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
1635
+ #: ports/stm/common-hal/busio/I2C.c
1630
1636
msgid "Unsupported baudrate"
1631
1637
msgstr "Baudrate tidak didukung"
1632
1638
@@ -1743,11 +1749,11 @@ msgstr "abort() dipanggil"
1743
1749
msgid "address %08x is not aligned to %d bytes"
1744
1750
msgstr "alamat %08x tidak selaras dengan %d bytes"
1745
1751
1746
- #: shared-bindings/i2cslave/I2CSlave .c
1752
+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
1747
1753
msgid "address out of bounds"
1748
1754
msgstr ""
1749
1755
1750
- #: shared-bindings/i2cslave/I2CSlave .c
1756
+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
1751
1757
msgid "addresses is empty"
1752
1758
msgstr ""
1753
1759
@@ -1828,10 +1834,6 @@ msgstr ""
1828
1834
msgid "bits must be 7, 8 or 9"
1829
1835
msgstr ""
1830
1836
1831
- #: extmod/machine_spi.c
1832
- msgid "bits must be 8"
1833
- msgstr "bits harus memilki nilai 8"
1834
-
1835
1837
#: shared-bindings/audiomixer/Mixer.c
1836
1838
msgid "bits_per_sample must be 8 or 16"
1837
1839
msgstr ""
@@ -1858,10 +1860,6 @@ msgstr ""
1858
1860
msgid "buffer too small"
1859
1861
msgstr ""
1860
1862
1861
- #: extmod/machine_spi.c
1862
- msgid "buffers must be the same length"
1863
- msgstr "buffers harus mempunyai panjang yang sama"
1864
-
1865
1863
#: shared-bindings/_pew/PewPew.c
1866
1864
msgid "buttons must be digitalio.DigitalInOut"
1867
1865
msgstr ""
@@ -1937,7 +1935,7 @@ msgstr ""
1937
1935
msgid "can't convert NaN to int"
1938
1936
msgstr ""
1939
1937
1940
- #: shared-bindings/i2cslave/I2CSlave .c
1938
+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
1941
1939
msgid "can't convert address to int"
1942
1940
msgstr ""
1943
1941
@@ -2291,10 +2289,6 @@ msgstr ""
2291
2289
msgid "first argument to super() must be type"
2292
2290
msgstr ""
2293
2291
2294
- #: extmod/machine_spi.c
2295
- msgid "firstbit must be MSB"
2296
- msgstr "bit pertama(firstbit) harus berupa MSB"
2297
-
2298
2292
#: extmod/ulab/code/ndarray.c
2299
2293
msgid "flattening order must be either 'C', or 'F'"
2300
2294
msgstr ""
@@ -2479,14 +2473,6 @@ msgstr ""
2479
2473
msgid "interval must be in range %s-%s"
2480
2474
msgstr ""
2481
2475
2482
- #: extmod/machine_i2c.c
2483
- msgid "invalid I2C peripheral"
2484
- msgstr "perangkat I2C tidak valid"
2485
-
2486
- #: extmod/machine_spi.c
2487
- msgid "invalid SPI peripheral"
2488
- msgstr "perangkat SPI tidak valid"
2489
-
2490
2476
#: lib/netutils/netutils.c
2491
2477
msgid "invalid arguments"
2492
2478
msgstr "argumen-argumen tidak valid"
@@ -2663,10 +2649,6 @@ msgstr ""
2663
2649
msgid "must raise an object"
2664
2650
msgstr ""
2665
2651
2666
- #: extmod/machine_spi.c
2667
- msgid "must specify all of sck/mosi/miso"
2668
- msgstr "harus menentukan semua pin sck/mosi/miso"
2669
-
2670
2652
#: py/modbuiltins.c
2671
2653
msgid "must use keyword argument for key function"
2672
2654
msgstr ""
@@ -3455,6 +3437,9 @@ msgstr ""
3455
3437
#~ msgid "GPIO16 does not support pull up."
3456
3438
#~ msgstr "GPIO16 tidak mendukung pull up"
3457
3439
3440
+ #~ msgid "I2C operation not supported"
3441
+ #~ msgstr "operasi I2C tidak didukung"
3442
+
3458
3443
#~ msgid "Invalid bit clock pin"
3459
3444
#~ msgstr "Bit clock pada pin tidak valid"
3460
3445
@@ -3546,9 +3531,15 @@ msgstr ""
3546
3531
#~ msgid "[addrinfo error %d]"
3547
3532
#~ msgstr "[addrinfo error %d]"
3548
3533
3534
+ #~ msgid "bits must be 8"
3535
+ #~ msgstr "bits harus memilki nilai 8"
3536
+
3549
3537
#~ msgid "buffer too long"
3550
3538
#~ msgstr "buffer terlalu panjang"
3551
3539
3540
+ #~ msgid "buffers must be the same length"
3541
+ #~ msgstr "buffers harus mempunyai panjang yang sama"
3542
+
3552
3543
#~ msgid "can query only one param"
3553
3544
#~ msgstr "hanya bisa melakukan query satu param"
3554
3545
@@ -3573,6 +3564,9 @@ msgstr ""
3573
3564
#~ msgid "ffi_prep_closure_loc"
3574
3565
#~ msgstr "ffi_prep_closure_loc"
3575
3566
3567
+ #~ msgid "firstbit must be MSB"
3568
+ #~ msgstr "bit pertama(firstbit) harus berupa MSB"
3569
+
3576
3570
#~ msgid "flash location must be below 1MByte"
3577
3571
#~ msgstr "alokasi flash harus dibawah 1MByte"
3578
3572
@@ -3582,6 +3576,12 @@ msgstr ""
3582
3576
#~ msgid "impossible baudrate"
3583
3577
#~ msgstr "baudrate tidak memungkinkan"
3584
3578
3579
+ #~ msgid "invalid I2C peripheral"
3580
+ #~ msgstr "perangkat I2C tidak valid"
3581
+
3582
+ #~ msgid "invalid SPI peripheral"
3583
+ #~ msgstr "perangkat SPI tidak valid"
3584
+
3585
3585
#~ msgid "invalid alarm"
3586
3586
#~ msgstr "alarm tidak valid"
3587
3587
@@ -3603,6 +3603,9 @@ msgstr ""
3603
3603
#~ msgid "memory allocation failed, allocating %u bytes for native code"
3604
3604
#~ msgstr "alokasi memori gagal, mengalokasikan %u byte untuk kode native"
3605
3605
3606
+ #~ msgid "must specify all of sck/mosi/miso"
3607
+ #~ msgstr "harus menentukan semua pin sck/mosi/miso"
3608
+
3606
3609
#, fuzzy
3607
3610
#~ msgid "name must be a string"
3608
3611
#~ msgstr "keyword harus berupa string"
0 commit comments