Skip to content

Commit 66d031f

Browse files
committed
make translate and msgmerge
1 parent e7923c0 commit 66d031f

File tree

16 files changed

+555
-544
lines changed

16 files changed

+555
-544
lines changed

locale/ID.po

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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 <[email protected]>\n"
@@ -293,14 +293,15 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
293293
msgid "All timers for this pin are in use"
294294
msgstr "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
304305
msgid "All timers in use"
305306
msgstr "Semua timer sedang digunakan"
306307

@@ -582,6 +583,10 @@ msgstr ""
582583
msgid "Corrupt raw code"
583584
msgstr ""
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
586591
msgid "Could not initialize UART"
587592
msgstr "Tidak dapat menginisialisasi UART"
@@ -828,10 +833,6 @@ msgstr "operasi I/O pada file tertutup"
828833
msgid "I2C Init Error"
829834
msgstr ""
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
837838
msgid "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 ""
14411442
msgid "Supply at least one UART pin"
14421443
msgstr ""
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
14451450
msgid "Temperature read timed out"
14461451
msgstr ""
@@ -1627,6 +1632,7 @@ msgid ""
16271632
msgstr ""
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
16301636
msgid "Unsupported baudrate"
16311637
msgstr "Baudrate tidak didukung"
16321638

@@ -1743,11 +1749,11 @@ msgstr "abort() dipanggil"
17431749
msgid "address %08x is not aligned to %d bytes"
17441750
msgstr "alamat %08x tidak selaras dengan %d bytes"
17451751

1746-
#: shared-bindings/i2cslave/I2CSlave.c
1752+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
17471753
msgid "address out of bounds"
17481754
msgstr ""
17491755

1750-
#: shared-bindings/i2cslave/I2CSlave.c
1756+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
17511757
msgid "addresses is empty"
17521758
msgstr ""
17531759

@@ -1828,10 +1834,6 @@ msgstr ""
18281834
msgid "bits must be 7, 8 or 9"
18291835
msgstr ""
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
18361838
msgid "bits_per_sample must be 8 or 16"
18371839
msgstr ""
@@ -1858,10 +1860,6 @@ msgstr ""
18581860
msgid "buffer too small"
18591861
msgstr ""
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
18661864
msgid "buttons must be digitalio.DigitalInOut"
18671865
msgstr ""
@@ -1937,7 +1935,7 @@ msgstr ""
19371935
msgid "can't convert NaN to int"
19381936
msgstr ""
19391937

1940-
#: shared-bindings/i2cslave/I2CSlave.c
1938+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
19411939
msgid "can't convert address to int"
19421940
msgstr ""
19431941

@@ -2291,10 +2289,6 @@ msgstr ""
22912289
msgid "first argument to super() must be type"
22922290
msgstr ""
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
22992293
msgid "flattening order must be either 'C', or 'F'"
23002294
msgstr ""
@@ -2479,14 +2473,6 @@ msgstr ""
24792473
msgid "interval must be in range %s-%s"
24802474
msgstr ""
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
24912477
msgid "invalid arguments"
24922478
msgstr "argumen-argumen tidak valid"
@@ -2663,10 +2649,6 @@ msgstr ""
26632649
msgid "must raise an object"
26642650
msgstr ""
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
26712653
msgid "must use keyword argument for key function"
26722654
msgstr ""
@@ -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"

locale/circuitpython.pot

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-06-24 11:10+0200\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 <[email protected]>\n"
@@ -291,14 +291,15 @@ msgstr ""
291291
msgid "All timers for this pin are in use"
292292
msgstr ""
293293

294+
#: ports/atmel-samd/common-hal/_pew/PewPew.c
294295
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
295296
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
296297
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
297298
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
298299
#: ports/cxd56/common-hal/pulseio/PulseOut.c
299300
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
300301
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
301-
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
302+
#: shared-bindings/pulseio/PWMOut.c
302303
msgid "All timers in use"
303304
msgstr ""
304305

@@ -821,10 +822,6 @@ msgstr ""
821822
msgid "I2C Init Error"
822823
msgstr ""
823824

824-
#: extmod/machine_i2c.c
825-
msgid "I2C operation not supported"
826-
msgstr ""
827-
828825
#: shared-bindings/aesio/aes.c
829826
#, c-format
830827
msgid "IV must be %d bytes long"
@@ -966,7 +963,7 @@ msgstr ""
966963
#: ports/atmel-samd/common-hal/busio/I2C.c
967964
#: ports/atmel-samd/common-hal/busio/SPI.c
968965
#: ports/atmel-samd/common-hal/busio/UART.c
969-
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
966+
#: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral.c
970967
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
971968
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
972969
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1729,11 +1726,11 @@ msgstr ""
17291726
msgid "address %08x is not aligned to %d bytes"
17301727
msgstr ""
17311728

1732-
#: shared-bindings/i2cslave/I2CSlave.c
1729+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
17331730
msgid "address out of bounds"
17341731
msgstr ""
17351732

1736-
#: shared-bindings/i2cslave/I2CSlave.c
1733+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
17371734
msgid "addresses is empty"
17381735
msgstr ""
17391736

@@ -1814,10 +1811,6 @@ msgstr ""
18141811
msgid "bits must be 7, 8 or 9"
18151812
msgstr ""
18161813

1817-
#: extmod/machine_spi.c
1818-
msgid "bits must be 8"
1819-
msgstr ""
1820-
18211814
#: shared-bindings/audiomixer/Mixer.c
18221815
msgid "bits_per_sample must be 8 or 16"
18231816
msgstr ""
@@ -1843,10 +1836,6 @@ msgstr ""
18431836
msgid "buffer too small"
18441837
msgstr ""
18451838

1846-
#: extmod/machine_spi.c
1847-
msgid "buffers must be the same length"
1848-
msgstr ""
1849-
18501839
#: shared-bindings/_pew/PewPew.c
18511840
msgid "buttons must be digitalio.DigitalInOut"
18521841
msgstr ""
@@ -1922,7 +1911,7 @@ msgstr ""
19221911
msgid "can't convert NaN to int"
19231912
msgstr ""
19241913

1925-
#: shared-bindings/i2cslave/I2CSlave.c
1914+
#: shared-bindings/i2cperipheral/I2CPeripheral.c
19261915
msgid "can't convert address to int"
19271916
msgstr ""
19281917

@@ -2276,10 +2265,6 @@ msgstr ""
22762265
msgid "first argument to super() must be type"
22772266
msgstr ""
22782267

2279-
#: extmod/machine_spi.c
2280-
msgid "firstbit must be MSB"
2281-
msgstr ""
2282-
22832268
#: extmod/ulab/code/ndarray.c
22842269
msgid "flattening order must be either 'C', or 'F'"
22852270
msgstr ""
@@ -2464,14 +2449,6 @@ msgstr ""
24642449
msgid "interval must be in range %s-%s"
24652450
msgstr ""
24662451

2467-
#: extmod/machine_i2c.c
2468-
msgid "invalid I2C peripheral"
2469-
msgstr ""
2470-
2471-
#: extmod/machine_spi.c
2472-
msgid "invalid SPI peripheral"
2473-
msgstr ""
2474-
24752452
#: lib/netutils/netutils.c
24762453
msgid "invalid arguments"
24772454
msgstr ""
@@ -2648,10 +2625,6 @@ msgstr ""
26482625
msgid "must raise an object"
26492626
msgstr ""
26502627

2651-
#: extmod/machine_spi.c
2652-
msgid "must specify all of sck/mosi/miso"
2653-
msgstr ""
2654-
26552628
#: py/modbuiltins.c
26562629
msgid "must use keyword argument for key function"
26572630
msgstr ""

0 commit comments

Comments
 (0)