Skip to content

Commit 59ebad6

Browse files
committed
make translate
1 parent f175a49 commit 59ebad6

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

locale/circuitpython.pot

Lines changed: 21 additions & 14 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-07-28 16:57-0500\n"
11+
"POT-Creation-Date: 2020-07-30 07:18-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"
@@ -449,6 +449,10 @@ msgstr ""
449449
msgid "Buffer length must be a multiple of 512"
450450
msgstr ""
451451

452+
#: ports/stm/common-hal/sdioio/SDCard.c
453+
msgid "Buffer must be a multiple of 512 bytes"
454+
msgstr ""
455+
452456
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
453457
msgid "Buffer must be at least length 1"
454458
msgstr ""
@@ -845,7 +849,7 @@ msgid "Group full"
845849
msgstr ""
846850

847851
#: 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
849853
msgid "Hardware busy, try alternative pins"
850854
msgstr ""
851855

@@ -906,6 +910,11 @@ msgstr ""
906910
msgid "Invalid %q pin"
907911
msgstr ""
908912

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+
909918
#: ports/stm/common-hal/analogio/AnalogIn.c
910919
msgid "Invalid ADC Unit value"
911920
msgstr ""
@@ -918,24 +927,12 @@ msgstr ""
918927
msgid "Invalid DAC pin supplied"
919928
msgstr ""
920929

921-
#: ports/stm/common-hal/busio/I2C.c
922-
msgid "Invalid I2C pin selection"
923-
msgstr ""
924-
925930
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
926931
#: ports/cxd56/common-hal/pulseio/PWMOut.c
927932
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
928933
msgid "Invalid PWM frequency"
929934
msgstr ""
930935

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-
939936
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
940937
msgid "Invalid argument"
941938
msgstr ""
@@ -1408,6 +1405,16 @@ msgstr ""
14081405
msgid "SDA or SCL needs a pull up"
14091406
msgstr ""
14101407

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+
14111418
#: ports/stm/common-hal/busio/SPI.c
14121419
msgid "SPI Init Error"
14131420
msgstr ""

0 commit comments

Comments
 (0)