88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"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 "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -293,14 +293,15 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
293293msgid "All timers for this pin are in use"
294294msgstr "Semua timer untuk pin ini sedang digunakan"
295295
296+ #: ports/atmel-samd/common-hal/_pew/PewPew.c
296297#: ports/atmel-samd/common-hal/audioio/AudioOut.c
297298#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
298299#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
299300#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
300301#: ports/cxd56/common-hal/pulseio/PulseOut.c
301302#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
302303#: 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
304305msgid "All timers in use"
305306msgstr "Semua timer sedang digunakan"
306307
@@ -582,6 +583,10 @@ msgstr ""
582583msgid "Corrupt raw code"
583584msgstr ""
584585
586+ #: ports/cxd56/common-hal/gnss/GNSS.c
587+ msgid "Could not initialize GNSS"
588+ msgstr ""
589+
585590#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
586591msgid "Could not initialize UART"
587592msgstr "Tidak dapat menginisialisasi UART"
@@ -828,10 +833,6 @@ msgstr "operasi I/O pada file tertutup"
828833msgid "I2C Init Error"
829834msgstr ""
830835
831- #: extmod/machine_i2c.c
832- msgid "I2C operation not supported"
833- msgstr "operasi I2C tidak didukung"
834-
835836#: shared-bindings/aesio/aes.c
836837#, c-format
837838msgid "IV must be %d bytes long"
@@ -973,7 +974,7 @@ msgstr "Pin untuk channel kanan tidak valid"
973974#: ports/atmel-samd/common-hal/busio/I2C.c
974975#: ports/atmel-samd/common-hal/busio/SPI.c
975976#: 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
977978#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
978979#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
979980#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1441,6 +1442,10 @@ msgstr ""
14411442msgid "Supply at least one UART pin"
14421443msgstr ""
14431444
1445+ #: shared-bindings/gnss/GNSS.c
1446+ msgid "System entry must be gnss.SatelliteSystem"
1447+ msgstr ""
1448+
14441449#: ports/stm/common-hal/microcontroller/Processor.c
14451450msgid "Temperature read timed out"
14461451msgstr ""
@@ -1627,6 +1632,7 @@ msgid ""
16271632msgstr ""
16281633
16291634#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
1635+ #: ports/stm/common-hal/busio/I2C.c
16301636msgid "Unsupported baudrate"
16311637msgstr "Baudrate tidak didukung"
16321638
@@ -1743,11 +1749,11 @@ msgstr "abort() dipanggil"
17431749msgid "address %08x is not aligned to %d bytes"
17441750msgstr "alamat %08x tidak selaras dengan %d bytes"
17451751
1746- #: shared-bindings/i2cslave/I2CSlave .c
1752+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
17471753msgid "address out of bounds"
17481754msgstr ""
17491755
1750- #: shared-bindings/i2cslave/I2CSlave .c
1756+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
17511757msgid "addresses is empty"
17521758msgstr ""
17531759
@@ -1828,10 +1834,6 @@ msgstr ""
18281834msgid "bits must be 7, 8 or 9"
18291835msgstr ""
18301836
1831- #: extmod/machine_spi.c
1832- msgid "bits must be 8"
1833- msgstr "bits harus memilki nilai 8"
1834-
18351837#: shared-bindings/audiomixer/Mixer.c
18361838msgid "bits_per_sample must be 8 or 16"
18371839msgstr ""
@@ -1858,10 +1860,6 @@ msgstr ""
18581860msgid "buffer too small"
18591861msgstr ""
18601862
1861- #: extmod/machine_spi.c
1862- msgid "buffers must be the same length"
1863- msgstr "buffers harus mempunyai panjang yang sama"
1864-
18651863#: shared-bindings/_pew/PewPew.c
18661864msgid "buttons must be digitalio.DigitalInOut"
18671865msgstr ""
@@ -1937,7 +1935,7 @@ msgstr ""
19371935msgid "can't convert NaN to int"
19381936msgstr ""
19391937
1940- #: shared-bindings/i2cslave/I2CSlave .c
1938+ #: shared-bindings/i2cperipheral/I2CPeripheral .c
19411939msgid "can't convert address to int"
19421940msgstr ""
19431941
@@ -2291,10 +2289,6 @@ msgstr ""
22912289msgid "first argument to super() must be type"
22922290msgstr ""
22932291
2294- #: extmod/machine_spi.c
2295- msgid "firstbit must be MSB"
2296- msgstr "bit pertama(firstbit) harus berupa MSB"
2297-
22982292#: extmod/ulab/code/ndarray.c
22992293msgid "flattening order must be either 'C', or 'F'"
23002294msgstr ""
@@ -2479,14 +2473,6 @@ msgstr ""
24792473msgid "interval must be in range %s-%s"
24802474msgstr ""
24812475
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-
24902476#: lib/netutils/netutils.c
24912477msgid "invalid arguments"
24922478msgstr "argumen-argumen tidak valid"
@@ -2663,10 +2649,6 @@ msgstr ""
26632649msgid "must raise an object"
26642650msgstr ""
26652651
2666- #: extmod/machine_spi.c
2667- msgid "must specify all of sck/mosi/miso"
2668- msgstr "harus menentukan semua pin sck/mosi/miso"
2669-
26702652#: py/modbuiltins.c
26712653msgid "must use keyword argument for key function"
26722654msgstr ""
@@ -3455,6 +3437,9 @@ msgstr ""
34553437#~ msgid "GPIO16 does not support pull up."
34563438#~ msgstr "GPIO16 tidak mendukung pull up"
34573439
3440+ #~ msgid "I2C operation not supported"
3441+ #~ msgstr "operasi I2C tidak didukung"
3442+
34583443#~ msgid "Invalid bit clock pin"
34593444#~ msgstr "Bit clock pada pin tidak valid"
34603445
@@ -3546,9 +3531,15 @@ msgstr ""
35463531#~ msgid "[addrinfo error %d]"
35473532#~ msgstr "[addrinfo error %d]"
35483533
3534+ #~ msgid "bits must be 8"
3535+ #~ msgstr "bits harus memilki nilai 8"
3536+
35493537#~ msgid "buffer too long"
35503538#~ msgstr "buffer terlalu panjang"
35513539
3540+ #~ msgid "buffers must be the same length"
3541+ #~ msgstr "buffers harus mempunyai panjang yang sama"
3542+
35523543#~ msgid "can query only one param"
35533544#~ msgstr "hanya bisa melakukan query satu param"
35543545
@@ -3573,6 +3564,9 @@ msgstr ""
35733564#~ msgid "ffi_prep_closure_loc"
35743565#~ msgstr "ffi_prep_closure_loc"
35753566
3567+ #~ msgid "firstbit must be MSB"
3568+ #~ msgstr "bit pertama(firstbit) harus berupa MSB"
3569+
35763570#~ msgid "flash location must be below 1MByte"
35773571#~ msgstr "alokasi flash harus dibawah 1MByte"
35783572
@@ -3582,6 +3576,12 @@ msgstr ""
35823576#~ msgid "impossible baudrate"
35833577#~ msgstr "baudrate tidak memungkinkan"
35843578
3579+ #~ msgid "invalid I2C peripheral"
3580+ #~ msgstr "perangkat I2C tidak valid"
3581+
3582+ #~ msgid "invalid SPI peripheral"
3583+ #~ msgstr "perangkat SPI tidak valid"
3584+
35853585#~ msgid "invalid alarm"
35863586#~ msgstr "alarm tidak valid"
35873587
@@ -3603,6 +3603,9 @@ msgstr ""
36033603#~ msgid "memory allocation failed, allocating %u bytes for native code"
36043604#~ msgstr "alokasi memori gagal, mengalokasikan %u byte untuk kode native"
36053605
3606+ #~ msgid "must specify all of sck/mosi/miso"
3607+ #~ msgstr "harus menentukan semua pin sck/mosi/miso"
3608+
36063609#, fuzzy
36073610#~ msgid "name must be a string"
36083611#~ msgstr "keyword harus berupa string"
0 commit comments