Skip to content

Commit 121e9ec

Browse files
committed
make translate
1 parent 38514a8 commit 121e9ec

16 files changed

+640
-80
lines changed

locale/ID.po

Lines changed: 40 additions & 5 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-05-27 20:51-0500\n"
11+
"POT-Creation-Date: 2020-06-01 08:01-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"
@@ -420,6 +420,10 @@ msgstr ""
420420
msgid "Buffer length %d too big. It must be less than %d"
421421
msgstr ""
422422

423+
#: shared-module/_sdcardio/SPISDCard.c
424+
msgid "Buffer length is invalid"
425+
msgstr ""
426+
423427
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
424428
msgid "Buffer must be at least length 1"
425429
msgstr ""
@@ -704,7 +708,8 @@ msgstr "Channel EXTINT sedang digunakan"
704708
msgid "Error in regex"
705709
msgstr "Error pada regex"
706710

707-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
711+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
712+
#: shared-bindings/microcontroller/Pin.c
708713
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
709714
#: shared-bindings/terminalio/Terminal.c
710715
msgid "Expected a %q"
@@ -885,7 +890,7 @@ msgstr ""
885890
msgid "Invalid DAC pin supplied"
886891
msgstr ""
887892

888-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
893+
#: ports/stm/common-hal/busio/I2C.c
889894
msgid "Invalid I2C pin selection"
890895
msgstr ""
891896

@@ -975,7 +980,8 @@ msgstr "Pin untuk channel kanan tidak valid"
975980
#: ports/atmel-samd/common-hal/busio/UART.c
976981
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
977982
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
978-
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
983+
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
984+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
979985
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
980986
msgid "Invalid pins"
981987
msgstr "Pin-pin tidak valid"
@@ -1372,7 +1378,12 @@ msgid "Running in safe mode! Not running saved code.\n"
13721378
msgstr ""
13731379
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"
13741380

1375-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1381+
#: shared-module/_sdcardio/SPISDCard.c
1382+
msgid "SD card CSD format not supported"
1383+
msgstr ""
1384+
1385+
#: ports/atmel-samd/common-hal/busio/I2C.c
1386+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13761387
msgid "SDA or SCL needs a pull up"
13771388
msgstr "SDA atau SCL membutuhkan pull up"
13781389

@@ -1983,6 +1994,10 @@ msgstr ""
19831994
msgid "can't send non-None value to a just-started generator"
19841995
msgstr ""
19851996

1997+
#: shared-module/_sdcardio/SPISDCard.c
1998+
msgid "can't set 512 block size"
1999+
msgstr ""
2000+
19862001
#: py/objnamedtuple.c
19872002
msgid "can't set attribute"
19882003
msgstr ""
@@ -2109,6 +2124,10 @@ msgstr ""
21092124
msgid "could not invert Vandermonde matrix"
21102125
msgstr ""
21112126

2127+
#: shared-module/_sdcardio/SPISDCard.c
2128+
msgid "couldn't determine SD card version"
2129+
msgstr ""
2130+
21122131
#: extmod/ulab/code/numerical.c
21132132
msgid "ddof must be smaller than length of data set"
21142133
msgstr ""
@@ -2654,6 +2673,10 @@ msgstr ""
26542673
msgid "negative shift count"
26552674
msgstr ""
26562675

2676+
#: shared-module/_sdcardio/SPISDCard.c
2677+
msgid "no SD card"
2678+
msgstr ""
2679+
26572680
#: py/vm.c
26582681
msgid "no active exception to reraise"
26592682
msgstr ""
@@ -2675,6 +2698,10 @@ msgstr "tidak ada modul yang bernama '%q'"
26752698
msgid "no reset pin available"
26762699
msgstr ""
26772700

2701+
#: shared-module/_sdcardio/SPISDCard.c
2702+
msgid "no response from SD card"
2703+
msgstr ""
2704+
26782705
#: py/runtime.c
26792706
msgid "no such attribute"
26802707
msgstr ""
@@ -3063,6 +3090,14 @@ msgstr ""
30633090
msgid "timeout must be >= 0.0"
30643091
msgstr "bits harus memilki nilai 8"
30653092

3093+
#: shared-module/_sdcardio/SPISDCard.c
3094+
msgid "timeout waiting for v1 card"
3095+
msgstr ""
3096+
3097+
#: shared-module/_sdcardio/SPISDCard.c
3098+
msgid "timeout waiting for v2 card"
3099+
msgstr ""
3100+
30663101
#: shared-bindings/time/__init__.c
30673102
msgid "timestamp out of range for platform time_t"
30683103
msgstr ""

locale/circuitpython.pot

Lines changed: 40 additions & 5 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-05-27 20:51-0500\n"
11+
"POT-Creation-Date: 2020-06-01 08:01-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"
@@ -416,6 +416,10 @@ msgstr ""
416416
msgid "Buffer length %d too big. It must be less than %d"
417417
msgstr ""
418418

419+
#: shared-module/_sdcardio/SPISDCard.c
420+
msgid "Buffer length is invalid"
421+
msgstr ""
422+
419423
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
420424
msgid "Buffer must be at least length 1"
421425
msgstr ""
@@ -693,7 +697,8 @@ msgstr ""
693697
msgid "Error in regex"
694698
msgstr ""
695699

696-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
700+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
701+
#: shared-bindings/microcontroller/Pin.c
697702
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
698703
#: shared-bindings/terminalio/Terminal.c
699704
msgid "Expected a %q"
@@ -874,7 +879,7 @@ msgstr ""
874879
msgid "Invalid DAC pin supplied"
875880
msgstr ""
876881

877-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
882+
#: ports/stm/common-hal/busio/I2C.c
878883
msgid "Invalid I2C pin selection"
879884
msgstr ""
880885

@@ -964,7 +969,8 @@ msgstr ""
964969
#: ports/atmel-samd/common-hal/busio/UART.c
965970
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
966971
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
967-
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
972+
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
973+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
968974
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
969975
msgid "Invalid pins"
970976
msgstr ""
@@ -1356,7 +1362,12 @@ msgstr ""
13561362
msgid "Running in safe mode! Not running saved code.\n"
13571363
msgstr ""
13581364

1359-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1365+
#: shared-module/_sdcardio/SPISDCard.c
1366+
msgid "SD card CSD format not supported"
1367+
msgstr ""
1368+
1369+
#: ports/atmel-samd/common-hal/busio/I2C.c
1370+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13601371
msgid "SDA or SCL needs a pull up"
13611372
msgstr ""
13621373

@@ -1959,6 +1970,10 @@ msgstr ""
19591970
msgid "can't send non-None value to a just-started generator"
19601971
msgstr ""
19611972

1973+
#: shared-module/_sdcardio/SPISDCard.c
1974+
msgid "can't set 512 block size"
1975+
msgstr ""
1976+
19621977
#: py/objnamedtuple.c
19631978
msgid "can't set attribute"
19641979
msgstr ""
@@ -2085,6 +2100,10 @@ msgstr ""
20852100
msgid "could not invert Vandermonde matrix"
20862101
msgstr ""
20872102

2103+
#: shared-module/_sdcardio/SPISDCard.c
2104+
msgid "couldn't determine SD card version"
2105+
msgstr ""
2106+
20882107
#: extmod/ulab/code/numerical.c
20892108
msgid "ddof must be smaller than length of data set"
20902109
msgstr ""
@@ -2630,6 +2649,10 @@ msgstr ""
26302649
msgid "negative shift count"
26312650
msgstr ""
26322651

2652+
#: shared-module/_sdcardio/SPISDCard.c
2653+
msgid "no SD card"
2654+
msgstr ""
2655+
26332656
#: py/vm.c
26342657
msgid "no active exception to reraise"
26352658
msgstr ""
@@ -2651,6 +2674,10 @@ msgstr ""
26512674
msgid "no reset pin available"
26522675
msgstr ""
26532676

2677+
#: shared-module/_sdcardio/SPISDCard.c
2678+
msgid "no response from SD card"
2679+
msgstr ""
2680+
26542681
#: py/runtime.c
26552682
msgid "no such attribute"
26562683
msgstr ""
@@ -3037,6 +3064,14 @@ msgstr ""
30373064
msgid "timeout must be >= 0.0"
30383065
msgstr ""
30393066

3067+
#: shared-module/_sdcardio/SPISDCard.c
3068+
msgid "timeout waiting for v1 card"
3069+
msgstr ""
3070+
3071+
#: shared-module/_sdcardio/SPISDCard.c
3072+
msgid "timeout waiting for v2 card"
3073+
msgstr ""
3074+
30403075
#: shared-bindings/time/__init__.c
30413076
msgid "timestamp out of range for platform time_t"
30423077
msgstr ""

locale/cs.po

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
10+
"POT-Creation-Date: 2020-06-01 08:01-0500\n"
1111
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1212
"Last-Translator: dronecz <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -424,6 +424,10 @@ msgstr ""
424424
msgid "Buffer length %d too big. It must be less than %d"
425425
msgstr ""
426426

427+
#: shared-module/_sdcardio/SPISDCard.c
428+
msgid "Buffer length is invalid"
429+
msgstr ""
430+
427431
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
428432
msgid "Buffer must be at least length 1"
429433
msgstr ""
@@ -701,7 +705,8 @@ msgstr ""
701705
msgid "Error in regex"
702706
msgstr ""
703707

704-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
708+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
709+
#: shared-bindings/microcontroller/Pin.c
705710
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
706711
#: shared-bindings/terminalio/Terminal.c
707712
msgid "Expected a %q"
@@ -882,7 +887,7 @@ msgstr ""
882887
msgid "Invalid DAC pin supplied"
883888
msgstr ""
884889

885-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
890+
#: ports/stm/common-hal/busio/I2C.c
886891
msgid "Invalid I2C pin selection"
887892
msgstr ""
888893

@@ -972,7 +977,8 @@ msgstr ""
972977
#: ports/atmel-samd/common-hal/busio/UART.c
973978
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
974979
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
975-
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
980+
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
981+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
976982
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
977983
msgid "Invalid pins"
978984
msgstr ""
@@ -1364,7 +1370,12 @@ msgstr ""
13641370
msgid "Running in safe mode! Not running saved code.\n"
13651371
msgstr ""
13661372

1367-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1373+
#: shared-module/_sdcardio/SPISDCard.c
1374+
msgid "SD card CSD format not supported"
1375+
msgstr ""
1376+
1377+
#: ports/atmel-samd/common-hal/busio/I2C.c
1378+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13681379
msgid "SDA or SCL needs a pull up"
13691380
msgstr ""
13701381

@@ -1967,6 +1978,10 @@ msgstr ""
19671978
msgid "can't send non-None value to a just-started generator"
19681979
msgstr ""
19691980

1981+
#: shared-module/_sdcardio/SPISDCard.c
1982+
msgid "can't set 512 block size"
1983+
msgstr ""
1984+
19701985
#: py/objnamedtuple.c
19711986
msgid "can't set attribute"
19721987
msgstr ""
@@ -2093,6 +2108,10 @@ msgstr ""
20932108
msgid "could not invert Vandermonde matrix"
20942109
msgstr ""
20952110

2111+
#: shared-module/_sdcardio/SPISDCard.c
2112+
msgid "couldn't determine SD card version"
2113+
msgstr ""
2114+
20962115
#: extmod/ulab/code/numerical.c
20972116
msgid "ddof must be smaller than length of data set"
20982117
msgstr ""
@@ -2638,6 +2657,10 @@ msgstr ""
26382657
msgid "negative shift count"
26392658
msgstr ""
26402659

2660+
#: shared-module/_sdcardio/SPISDCard.c
2661+
msgid "no SD card"
2662+
msgstr ""
2663+
26412664
#: py/vm.c
26422665
msgid "no active exception to reraise"
26432666
msgstr ""
@@ -2659,6 +2682,10 @@ msgstr ""
26592682
msgid "no reset pin available"
26602683
msgstr ""
26612684

2685+
#: shared-module/_sdcardio/SPISDCard.c
2686+
msgid "no response from SD card"
2687+
msgstr ""
2688+
26622689
#: py/runtime.c
26632690
msgid "no such attribute"
26642691
msgstr ""
@@ -3045,6 +3072,14 @@ msgstr ""
30453072
msgid "timeout must be >= 0.0"
30463073
msgstr ""
30473074

3075+
#: shared-module/_sdcardio/SPISDCard.c
3076+
msgid "timeout waiting for v1 card"
3077+
msgstr ""
3078+
3079+
#: shared-module/_sdcardio/SPISDCard.c
3080+
msgid "timeout waiting for v2 card"
3081+
msgstr ""
3082+
30483083
#: shared-bindings/time/__init__.c
30493084
msgid "timestamp out of range for platform time_t"
30503085
msgstr ""

0 commit comments

Comments
 (0)