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