Skip to content

Commit 697ef6f

Browse files
committed
make translate
1 parent 6c3fbf7 commit 697ef6f

File tree

1 file changed

+62
-3
lines changed

1 file changed

+62
-3
lines changed

locale/circuitpython.pot

Lines changed: 62 additions & 3 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-06-01 08:56-0500\n"
11+
"POT-Creation-Date: 2020-06-02 12:30-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"
@@ -337,7 +337,7 @@ msgstr ""
337337
msgid "Array values should be single bytes."
338338
msgstr ""
339339

340-
#: shared-bindings/rgbmatrix/RGBMatrix.c
340+
#: shared-bindings/microcontroller/Pin.c
341341
msgid "At most %d %q may be specified (not %d)"
342342
msgstr ""
343343

@@ -416,6 +416,18 @@ msgstr ""
416416
msgid "Buffer length %d too big. It must be less than %d"
417417
msgstr ""
418418

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+
419431
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
420432
msgid "Buffer must be at least length 1"
421433
msgstr ""
@@ -693,7 +705,8 @@ msgstr ""
693705
msgid "Error in regex"
694706
msgstr ""
695707

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
697710
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
698711
#: shared-bindings/terminalio/Terminal.c
699712
msgid "Expected a %q"
@@ -857,6 +870,10 @@ msgstr ""
857870
msgid "Internal error #%d"
858871
msgstr ""
859872

873+
#: shared-bindings/_sdcardio/SDIOSDCard.c
874+
msgid "Invalid %q"
875+
msgstr ""
876+
860877
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
861878
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
862879
msgid "Invalid %q pin"
@@ -1105,6 +1122,10 @@ msgstr ""
11051122
msgid "No RX pin"
11061123
msgstr ""
11071124

1125+
#: shared-bindings/_sdcardio/__init__.c
1126+
msgid "No SDIO bus available"
1127+
msgstr ""
1128+
11081129
#: ports/atmel-samd/common-hal/busio/UART.c
11091130
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
11101131
#: ports/stm/common-hal/busio/UART.c
@@ -1357,11 +1378,25 @@ msgstr ""
13571378
msgid "Running in safe mode! Not running saved code.\n"
13581379
msgstr ""
13591380

1381+
#: shared-module/_sdcardio/SPISDCard.c
1382+
msgid "SD card CSD format not supported"
1383+
msgstr ""
1384+
13601385
#: ports/atmel-samd/common-hal/busio/I2C.c
13611386
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13621387
msgid "SDA or SCL needs a pull up"
13631388
msgstr ""
13641389

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+
13651400
#: ports/stm/common-hal/busio/SPI.c
13661401
msgid "SPI Init Error"
13671402
msgstr ""
@@ -1961,6 +1996,10 @@ msgstr ""
19611996
msgid "can't send non-None value to a just-started generator"
19621997
msgstr ""
19631998

1999+
#: shared-module/_sdcardio/SPISDCard.c
2000+
msgid "can't set 512 block size"
2001+
msgstr ""
2002+
19642003
#: py/objnamedtuple.c
19652004
msgid "can't set attribute"
19662005
msgstr ""
@@ -2087,6 +2126,10 @@ msgstr ""
20872126
msgid "could not invert Vandermonde matrix"
20882127
msgstr ""
20892128

2129+
#: shared-module/_sdcardio/SPISDCard.c
2130+
msgid "couldn't determine SD card version"
2131+
msgstr ""
2132+
20902133
#: extmod/ulab/code/approx.c
20912134
msgid "data must be iterable"
20922135
msgstr ""
@@ -2660,6 +2703,10 @@ msgstr ""
26602703
msgid "negative shift count"
26612704
msgstr ""
26622705

2706+
#: shared-module/_sdcardio/SPISDCard.c
2707+
msgid "no SD card"
2708+
msgstr ""
2709+
26632710
#: py/vm.c
26642711
msgid "no active exception to reraise"
26652712
msgstr ""
@@ -2681,6 +2728,10 @@ msgstr ""
26812728
msgid "no reset pin available"
26822729
msgstr ""
26832730

2731+
#: shared-module/_sdcardio/SPISDCard.c
2732+
msgid "no response from SD card"
2733+
msgstr ""
2734+
26842735
#: py/runtime.c
26852736
msgid "no such attribute"
26862737
msgstr ""
@@ -3067,6 +3118,14 @@ msgstr ""
30673118
msgid "timeout must be >= 0.0"
30683119
msgstr ""
30693120

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+
30703129
#: shared-bindings/time/__init__.c
30713130
msgid "timestamp out of range for platform time_t"
30723131
msgstr ""

0 commit comments

Comments
 (0)