8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-08-04 18:42 -0500\n "
11
+ "POT-Creation-Date : 2020-08-10 12:54 -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 "
@@ -447,6 +447,10 @@ msgstr ""
447
447
msgid "Buffer length must be a multiple of 512"
448
448
msgstr ""
449
449
450
+ #: ports/stm/common-hal/sdioio/SDCard.c
451
+ msgid "Buffer must be a multiple of 512 bytes"
452
+ msgstr ""
453
+
450
454
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
451
455
msgid "Buffer must be at least length 1"
452
456
msgstr ""
@@ -843,7 +847,7 @@ msgid "Group full"
843
847
msgstr ""
844
848
845
849
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
846
- #: ports/stm/common-hal/busio/SPI.c
850
+ #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
847
851
msgid "Hardware busy, try alternative pins"
848
852
msgstr ""
849
853
@@ -908,6 +912,11 @@ msgstr ""
908
912
msgid "Invalid %q pin"
909
913
msgstr ""
910
914
915
+ #: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
916
+ #: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
917
+ msgid "Invalid %q pin selection"
918
+ msgstr ""
919
+
911
920
#: ports/stm/common-hal/analogio/AnalogIn.c
912
921
msgid "Invalid ADC Unit value"
913
922
msgstr ""
@@ -920,24 +929,12 @@ msgstr ""
920
929
msgid "Invalid DAC pin supplied"
921
930
msgstr ""
922
931
923
- #: ports/stm/common-hal/busio/I2C.c
924
- msgid "Invalid I2C pin selection"
925
- msgstr ""
926
-
927
932
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
928
933
#: ports/cxd56/common-hal/pulseio/PWMOut.c
929
934
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
930
935
msgid "Invalid PWM frequency"
931
936
msgstr ""
932
937
933
- #: ports/stm/common-hal/busio/SPI.c
934
- msgid "Invalid SPI pin selection"
935
- msgstr ""
936
-
937
- #: ports/stm/common-hal/busio/UART.c
938
- msgid "Invalid UART pin selection"
939
- msgstr ""
940
-
941
938
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
942
939
msgid "Invalid argument"
943
940
msgstr ""
@@ -1406,6 +1403,16 @@ msgstr ""
1406
1403
msgid "SDA or SCL needs a pull up"
1407
1404
msgstr ""
1408
1405
1406
+ #: ports/stm/common-hal/sdioio/SDCard.c
1407
+ #, c-format
1408
+ msgid "SDIO GetCardInfo Error %d"
1409
+ msgstr ""
1410
+
1411
+ #: ports/stm/common-hal/sdioio/SDCard.c
1412
+ #, c-format
1413
+ msgid "SDIO Init Error %d"
1414
+ msgstr ""
1415
+
1409
1416
#: ports/stm/common-hal/busio/SPI.c
1410
1417
msgid "SPI Init Error"
1411
1418
msgstr ""
0 commit comments