Skip to content

Commit a2becfa

Browse files
committed
make translate
1 parent dc7bb9d commit a2becfa

File tree

14 files changed

+574
-98
lines changed

14 files changed

+574
-98
lines changed

locale/ID.po

Lines changed: 41 additions & 7 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-06 17:47+0800\n"
11+
"POT-Creation-Date: 2020-05-08 14:22-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"
@@ -406,6 +406,10 @@ msgstr ""
406406
msgid "Buffer length %d too big. It must be less than %d"
407407
msgstr ""
408408

409+
#: shared-module/sdcardio/SDCard.c
410+
msgid "Buffer length is invalid"
411+
msgstr ""
412+
409413
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
410414
msgid "Buffer must be at least length 1"
411415
msgstr ""
@@ -690,7 +694,8 @@ msgstr "Channel EXTINT sedang digunakan"
690694
msgid "Error in regex"
691695
msgstr "Error pada regex"
692696

693-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
697+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
698+
#: shared-bindings/microcontroller/Pin.c
694699
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
695700
#: shared-bindings/terminalio/Terminal.c
696701
msgid "Expected a %q"
@@ -797,7 +802,8 @@ msgstr ""
797802
msgid "Group full"
798803
msgstr ""
799804

800-
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
805+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
806+
#: ports/stm/common-hal/busio/SPI.c
801807
msgid "Hardware busy, try alternative pins"
802808
msgstr ""
803809

@@ -1050,15 +1056,15 @@ msgstr ""
10501056
msgid "Microphone startup delay must be in range 0.0 to 1.0"
10511057
msgstr ""
10521058

1053-
#: ports/stm/common-hal/busio/SPI.c
1059+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10541060
msgid "Missing MISO or MOSI Pin"
10551061
msgstr ""
10561062

10571063
#: shared-bindings/displayio/Group.c
10581064
msgid "Must be a %q subclass."
10591065
msgstr ""
10601066

1061-
#: ports/stm/common-hal/busio/SPI.c
1067+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10621068
msgid "Must provide MISO or MOSI pin"
10631069
msgstr ""
10641070

@@ -1089,11 +1095,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
10891095
msgid "No DMA channel found"
10901096
msgstr "tidak ada channel DMA ditemukan"
10911097

1092-
#: ports/stm/common-hal/busio/SPI.c
1098+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10931099
msgid "No MISO Pin"
10941100
msgstr ""
10951101

1096-
#: ports/stm/common-hal/busio/SPI.c
1102+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10971103
msgid "No MOSI Pin"
10981104
msgstr ""
10991105

@@ -1344,6 +1350,10 @@ msgid "Running in safe mode! Not running saved code.\n"
13441350
msgstr ""
13451351
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"
13461352

1353+
#: shared-module/sdcardio/SDCard.c
1354+
msgid "SD card CSD format not supported"
1355+
msgstr ""
1356+
13471357
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13481358
msgid "SDA or SCL needs a pull up"
13491359
msgstr "SDA atau SCL membutuhkan pull up"
@@ -1950,6 +1960,10 @@ msgstr ""
19501960
msgid "can't send non-None value to a just-started generator"
19511961
msgstr ""
19521962

1963+
#: shared-module/sdcardio/SDCard.c
1964+
msgid "can't set 512 block size"
1965+
msgstr ""
1966+
19531967
#: py/objnamedtuple.c
19541968
msgid "can't set attribute"
19551969
msgstr ""
@@ -2072,6 +2086,10 @@ msgstr ""
20722086
msgid "could not invert Vandermonde matrix"
20732087
msgstr ""
20742088

2089+
#: shared-module/sdcardio/SDCard.c
2090+
msgid "couldn't determine SD card version"
2091+
msgstr ""
2092+
20752093
#: extmod/ulab/code/numerical.c
20762094
msgid "ddof must be smaller than length of data set"
20772095
msgstr ""
@@ -2617,6 +2635,10 @@ msgstr ""
26172635
msgid "negative shift count"
26182636
msgstr ""
26192637

2638+
#: shared-module/sdcardio/SDCard.c
2639+
msgid "no SD card"
2640+
msgstr ""
2641+
26202642
#: py/vm.c
26212643
msgid "no active exception to reraise"
26222644
msgstr ""
@@ -2638,6 +2660,10 @@ msgstr "tidak ada modul yang bernama '%q'"
26382660
msgid "no reset pin available"
26392661
msgstr ""
26402662

2663+
#: shared-module/sdcardio/SDCard.c
2664+
msgid "no response from SD card"
2665+
msgstr ""
2666+
26412667
#: py/runtime.c
26422668
msgid "no such attribute"
26432669
msgstr ""
@@ -3022,6 +3048,14 @@ msgstr ""
30223048
msgid "timeout must be >= 0.0"
30233049
msgstr "bits harus memilki nilai 8"
30243050

3051+
#: shared-module/sdcardio/SDCard.c
3052+
msgid "timeout waiting for v1 card"
3053+
msgstr ""
3054+
3055+
#: shared-module/sdcardio/SDCard.c
3056+
msgid "timeout waiting for v2 card"
3057+
msgstr ""
3058+
30253059
#: shared-bindings/time/__init__.c
30263060
msgid "timestamp out of range for platform time_t"
30273061
msgstr ""

locale/circuitpython.pot

Lines changed: 41 additions & 7 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-06 17:47+0800\n"
11+
"POT-Creation-Date: 2020-05-08 14:22-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"
@@ -402,6 +402,10 @@ msgstr ""
402402
msgid "Buffer length %d too big. It must be less than %d"
403403
msgstr ""
404404

405+
#: shared-module/sdcardio/SDCard.c
406+
msgid "Buffer length is invalid"
407+
msgstr ""
408+
405409
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
406410
msgid "Buffer must be at least length 1"
407411
msgstr ""
@@ -679,7 +683,8 @@ msgstr ""
679683
msgid "Error in regex"
680684
msgstr ""
681685

682-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
686+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
687+
#: shared-bindings/microcontroller/Pin.c
683688
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
684689
#: shared-bindings/terminalio/Terminal.c
685690
msgid "Expected a %q"
@@ -786,7 +791,8 @@ msgstr ""
786791
msgid "Group full"
787792
msgstr ""
788793

789-
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
794+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
795+
#: ports/stm/common-hal/busio/SPI.c
790796
msgid "Hardware busy, try alternative pins"
791797
msgstr ""
792798

@@ -1039,15 +1045,15 @@ msgstr ""
10391045
msgid "Microphone startup delay must be in range 0.0 to 1.0"
10401046
msgstr ""
10411047

1042-
#: ports/stm/common-hal/busio/SPI.c
1048+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10431049
msgid "Missing MISO or MOSI Pin"
10441050
msgstr ""
10451051

10461052
#: shared-bindings/displayio/Group.c
10471053
msgid "Must be a %q subclass."
10481054
msgstr ""
10491055

1050-
#: ports/stm/common-hal/busio/SPI.c
1056+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10511057
msgid "Must provide MISO or MOSI pin"
10521058
msgstr ""
10531059

@@ -1078,11 +1084,11 @@ msgstr ""
10781084
msgid "No DMA channel found"
10791085
msgstr ""
10801086

1081-
#: ports/stm/common-hal/busio/SPI.c
1087+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10821088
msgid "No MISO Pin"
10831089
msgstr ""
10841090

1085-
#: ports/stm/common-hal/busio/SPI.c
1091+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
10861092
msgid "No MOSI Pin"
10871093
msgstr ""
10881094

@@ -1328,6 +1334,10 @@ msgstr ""
13281334
msgid "Running in safe mode! Not running saved code.\n"
13291335
msgstr ""
13301336

1337+
#: shared-module/sdcardio/SDCard.c
1338+
msgid "SD card CSD format not supported"
1339+
msgstr ""
1340+
13311341
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13321342
msgid "SDA or SCL needs a pull up"
13331343
msgstr ""
@@ -1926,6 +1936,10 @@ msgstr ""
19261936
msgid "can't send non-None value to a just-started generator"
19271937
msgstr ""
19281938

1939+
#: shared-module/sdcardio/SDCard.c
1940+
msgid "can't set 512 block size"
1941+
msgstr ""
1942+
19291943
#: py/objnamedtuple.c
19301944
msgid "can't set attribute"
19311945
msgstr ""
@@ -2048,6 +2062,10 @@ msgstr ""
20482062
msgid "could not invert Vandermonde matrix"
20492063
msgstr ""
20502064

2065+
#: shared-module/sdcardio/SDCard.c
2066+
msgid "couldn't determine SD card version"
2067+
msgstr ""
2068+
20512069
#: extmod/ulab/code/numerical.c
20522070
msgid "ddof must be smaller than length of data set"
20532071
msgstr ""
@@ -2593,6 +2611,10 @@ msgstr ""
25932611
msgid "negative shift count"
25942612
msgstr ""
25952613

2614+
#: shared-module/sdcardio/SDCard.c
2615+
msgid "no SD card"
2616+
msgstr ""
2617+
25962618
#: py/vm.c
25972619
msgid "no active exception to reraise"
25982620
msgstr ""
@@ -2614,6 +2636,10 @@ msgstr ""
26142636
msgid "no reset pin available"
26152637
msgstr ""
26162638

2639+
#: shared-module/sdcardio/SDCard.c
2640+
msgid "no response from SD card"
2641+
msgstr ""
2642+
26172643
#: py/runtime.c
26182644
msgid "no such attribute"
26192645
msgstr ""
@@ -2996,6 +3022,14 @@ msgstr ""
29963022
msgid "timeout must be >= 0.0"
29973023
msgstr ""
29983024

3025+
#: shared-module/sdcardio/SDCard.c
3026+
msgid "timeout waiting for v1 card"
3027+
msgstr ""
3028+
3029+
#: shared-module/sdcardio/SDCard.c
3030+
msgid "timeout waiting for v2 card"
3031+
msgstr ""
3032+
29993033
#: shared-bindings/time/__init__.c
30003034
msgid "timestamp out of range for platform time_t"
30013035
msgstr ""

0 commit comments

Comments
 (0)