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 08:56 -0500\n "
11
+ "POT-Creation-Date : 2020-06-02 12:30 -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 "
@@ -337,7 +337,7 @@ msgstr ""
337
337
msgid "Array values should be single bytes."
338
338
msgstr ""
339
339
340
- #: shared-bindings/rgbmatrix/RGBMatrix .c
340
+ #: shared-bindings/microcontroller/Pin .c
341
341
msgid "At most %d %q may be specified (not %d)"
342
342
msgstr ""
343
343
@@ -416,6 +416,18 @@ msgstr ""
416
416
msgid "Buffer length %d too big. It must be less than %d"
417
417
msgstr ""
418
418
419
+ #: shared-module/_sdcardio/SPISDCard.c
420
+ msgid "Buffer length is must be a multiple of 512"
421
+ msgstr ""
422
+
423
+ #: shared-module/_sdcardio/SPISDCard.c
424
+ msgid "Buffer length must be a multiple of 512"
425
+ msgstr ""
426
+
427
+ #: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
428
+ msgid "Buffer must be a multiple of 512 bytes"
429
+ msgstr ""
430
+
419
431
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
420
432
msgid "Buffer must be at least length 1"
421
433
msgstr ""
@@ -693,7 +705,8 @@ msgstr ""
693
705
msgid "Error in regex"
694
706
msgstr ""
695
707
696
- #: 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
697
710
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
698
711
#: shared-bindings/terminalio/Terminal.c
699
712
msgid "Expected a %q"
@@ -857,6 +870,10 @@ msgstr ""
857
870
msgid "Internal error #%d"
858
871
msgstr ""
859
872
873
+ #: shared-bindings/_sdcardio/SDIOSDCard.c
874
+ msgid "Invalid %q"
875
+ msgstr ""
876
+
860
877
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
861
878
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
862
879
msgid "Invalid %q pin"
@@ -1105,6 +1122,10 @@ msgstr ""
1105
1122
msgid "No RX pin"
1106
1123
msgstr ""
1107
1124
1125
+ #: shared-bindings/_sdcardio/__init__.c
1126
+ msgid "No SDIO bus available"
1127
+ msgstr ""
1128
+
1108
1129
#: ports/atmel-samd/common-hal/busio/UART.c
1109
1130
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1110
1131
#: ports/stm/common-hal/busio/UART.c
@@ -1357,11 +1378,25 @@ msgstr ""
1357
1378
msgid "Running in safe mode! Not running saved code.\n"
1358
1379
msgstr ""
1359
1380
1381
+ #: shared-module/_sdcardio/SPISDCard.c
1382
+ msgid "SD card CSD format not supported"
1383
+ msgstr ""
1384
+
1360
1385
#: ports/atmel-samd/common-hal/busio/I2C.c
1361
1386
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1362
1387
msgid "SDA or SCL needs a pull up"
1363
1388
msgstr ""
1364
1389
1390
+ #: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
1391
+ #, c-format
1392
+ msgid "SDIO GetCardInfo Error %d"
1393
+ msgstr ""
1394
+
1395
+ #: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
1396
+ #, c-format
1397
+ msgid "SDIO Init Error %d"
1398
+ msgstr ""
1399
+
1365
1400
#: ports/stm/common-hal/busio/SPI.c
1366
1401
msgid "SPI Init Error"
1367
1402
msgstr ""
@@ -1961,6 +1996,10 @@ msgstr ""
1961
1996
msgid "can't send non-None value to a just-started generator"
1962
1997
msgstr ""
1963
1998
1999
+ #: shared-module/_sdcardio/SPISDCard.c
2000
+ msgid "can't set 512 block size"
2001
+ msgstr ""
2002
+
1964
2003
#: py/objnamedtuple.c
1965
2004
msgid "can't set attribute"
1966
2005
msgstr ""
@@ -2087,6 +2126,10 @@ msgstr ""
2087
2126
msgid "could not invert Vandermonde matrix"
2088
2127
msgstr ""
2089
2128
2129
+ #: shared-module/_sdcardio/SPISDCard.c
2130
+ msgid "couldn't determine SD card version"
2131
+ msgstr ""
2132
+
2090
2133
#: extmod/ulab/code/approx.c
2091
2134
msgid "data must be iterable"
2092
2135
msgstr ""
@@ -2660,6 +2703,10 @@ msgstr ""
2660
2703
msgid "negative shift count"
2661
2704
msgstr ""
2662
2705
2706
+ #: shared-module/_sdcardio/SPISDCard.c
2707
+ msgid "no SD card"
2708
+ msgstr ""
2709
+
2663
2710
#: py/vm.c
2664
2711
msgid "no active exception to reraise"
2665
2712
msgstr ""
@@ -2681,6 +2728,10 @@ msgstr ""
2681
2728
msgid "no reset pin available"
2682
2729
msgstr ""
2683
2730
2731
+ #: shared-module/_sdcardio/SPISDCard.c
2732
+ msgid "no response from SD card"
2733
+ msgstr ""
2734
+
2684
2735
#: py/runtime.c
2685
2736
msgid "no such attribute"
2686
2737
msgstr ""
@@ -3067,6 +3118,14 @@ msgstr ""
3067
3118
msgid "timeout must be >= 0.0"
3068
3119
msgstr ""
3069
3120
3121
+ #: shared-module/_sdcardio/SPISDCard.c
3122
+ msgid "timeout waiting for v1 card"
3123
+ msgstr ""
3124
+
3125
+ #: shared-module/_sdcardio/SPISDCard.c
3126
+ msgid "timeout waiting for v2 card"
3127
+ msgstr ""
3128
+
3070
3129
#: shared-bindings/time/__init__.c
3071
3130
msgid "timestamp out of range for platform time_t"
3072
3131
msgstr ""
0 commit comments