Skip to content

Commit 46096e6

Browse files
committed
make translate
1 parent b73b952 commit 46096e6

File tree

1 file changed

+95
-9
lines changed

1 file changed

+95
-9
lines changed

locale/circuitpython.pot

Lines changed: 95 additions & 9 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 17:10-0700\n"
11+
"POT-Creation-Date: 2020-06-25 11:12-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"
@@ -58,6 +58,10 @@ msgstr ""
5858
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
5959
msgstr ""
6060

61+
#: ports/atmel-samd/common-hal/_sdcardio/SDIOSDCard.c
62+
msgid "%q failure: %d"
63+
msgstr ""
64+
6165
#: shared-bindings/microcontroller/Pin.c
6266
msgid "%q in use"
6367
msgstr ""
@@ -85,6 +89,10 @@ msgstr ""
8589
msgid "%q must be a tuple of length 2"
8690
msgstr ""
8791

92+
#: ports/atmel-samd/common-hal/_sdcardio/SDIOSDCard.c
93+
msgid "%q pin invalid"
94+
msgstr ""
95+
8896
#: shared-bindings/fontio/BuiltinFont.c
8997
msgid "%q should be an int"
9098
msgstr ""
@@ -291,14 +299,15 @@ msgstr ""
291299
msgid "All timers for this pin are in use"
292300
msgstr ""
293301

302+
#: ports/atmel-samd/common-hal/_pew/PewPew.c
294303
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
295304
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
296305
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
297306
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
298307
#: ports/cxd56/common-hal/pulseio/PulseOut.c
299308
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
300309
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
301-
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
310+
#: shared-bindings/pulseio/PWMOut.c
302311
msgid "All timers in use"
303312
msgstr ""
304313

@@ -337,7 +346,7 @@ msgstr ""
337346
msgid "Array values should be single bytes."
338347
msgstr ""
339348

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

@@ -416,6 +425,19 @@ msgstr ""
416425
msgid "Buffer length %d too big. It must be less than %d"
417426
msgstr ""
418427

428+
#: shared-module/_sdcardio/SPISDCard.c
429+
msgid "Buffer length is must be a multiple of 512"
430+
msgstr ""
431+
432+
#: shared-module/_sdcardio/SPISDCard.c
433+
msgid "Buffer length must be a multiple of 512"
434+
msgstr ""
435+
436+
#: ports/atmel-samd/common-hal/_sdcardio/SDIOSDCard.c
437+
#: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
438+
msgid "Buffer must be a multiple of 512 bytes"
439+
msgstr ""
440+
419441
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
420442
msgid "Buffer must be at least length 1"
421443
msgstr ""
@@ -693,7 +715,8 @@ msgstr ""
693715
msgid "Error in regex"
694716
msgstr ""
695717

696-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
718+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
719+
#: shared-bindings/microcontroller/Pin.c
697720
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
698721
#: shared-bindings/terminalio/Terminal.c
699722
msgid "Expected a %q"
@@ -786,7 +809,11 @@ msgid "Frequency must match existing PWMOut using this timer"
786809
msgstr ""
787810

788811
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
789-
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
812+
#: shared-bindings/bitbangio/SPI_BACKUP_11628.c
813+
#: shared-bindings/bitbangio/SPI_BASE_11628.c
814+
#: shared-bindings/bitbangio/SPI_LOCAL_11628.c
815+
#: shared-bindings/bitbangio/SPI_REMOTE_11628.c shared-bindings/busio/I2C.c
816+
#: shared-bindings/busio/SPI.c
790817
msgid "Function requires lock"
791818
msgstr ""
792819

@@ -857,6 +884,10 @@ msgstr ""
857884
msgid "Internal error #%d"
858885
msgstr ""
859886

887+
#: shared-bindings/_sdcardio/SDIOSDCard.c
888+
msgid "Invalid %q"
889+
msgstr ""
890+
860891
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
861892
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
862893
msgid "Invalid %q pin"
@@ -936,11 +967,17 @@ msgstr ""
936967
msgid "Invalid memory access."
937968
msgstr ""
938969

939-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
970+
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/SPI_BACKUP_11628.c
971+
#: shared-bindings/bitbangio/SPI_BASE_11628.c
972+
#: shared-bindings/bitbangio/SPI_LOCAL_11628.c
973+
#: shared-bindings/bitbangio/SPI_REMOTE_11628.c shared-bindings/busio/SPI.c
940974
msgid "Invalid number of bits"
941975
msgstr ""
942976

943-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
977+
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/SPI_BACKUP_11628.c
978+
#: shared-bindings/bitbangio/SPI_BASE_11628.c
979+
#: shared-bindings/bitbangio/SPI_LOCAL_11628.c
980+
#: shared-bindings/bitbangio/SPI_REMOTE_11628.c shared-bindings/busio/SPI.c
944981
#: shared-bindings/displayio/FourWire.c
945982
msgid "Invalid phase"
946983
msgstr ""
@@ -974,7 +1011,10 @@ msgstr ""
9741011
msgid "Invalid pins for PWMOut"
9751012
msgstr ""
9761013

977-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1014+
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/SPI_BACKUP_11628.c
1015+
#: shared-bindings/bitbangio/SPI_BASE_11628.c
1016+
#: shared-bindings/bitbangio/SPI_LOCAL_11628.c
1017+
#: shared-bindings/bitbangio/SPI_REMOTE_11628.c shared-bindings/busio/SPI.c
9781018
#: shared-bindings/displayio/FourWire.c
9791019
msgid "Invalid polarity"
9801020
msgstr ""
@@ -1105,6 +1145,10 @@ msgstr ""
11051145
msgid "No RX pin"
11061146
msgstr ""
11071147

1148+
#: shared-bindings/_sdcardio/__init__.c
1149+
msgid "No SDIO bus available"
1150+
msgstr ""
1151+
11081152
#: ports/atmel-samd/common-hal/busio/UART.c
11091153
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
11101154
#: ports/stm/common-hal/busio/UART.c
@@ -1357,11 +1401,25 @@ msgstr ""
13571401
msgid "Running in safe mode! Not running saved code.\n"
13581402
msgstr ""
13591403

1404+
#: shared-module/_sdcardio/SPISDCard.c
1405+
msgid "SD card CSD format not supported"
1406+
msgstr ""
1407+
13601408
#: ports/atmel-samd/common-hal/busio/I2C.c
13611409
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13621410
msgid "SDA or SCL needs a pull up"
13631411
msgstr ""
13641412

1413+
#: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
1414+
#, c-format
1415+
msgid "SDIO GetCardInfo Error %d"
1416+
msgstr ""
1417+
1418+
#: ports/stm/common-hal/_sdcardio/SDIOSDCard.c
1419+
#, c-format
1420+
msgid "SDIO Init Error %d"
1421+
msgstr ""
1422+
13651423
#: ports/stm/common-hal/busio/SPI.c
13661424
msgid "SPI Init Error"
13671425
msgstr ""
@@ -1611,6 +1669,7 @@ msgid ""
16111669
msgstr ""
16121670

16131671
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
1672+
#: ports/stm/common-hal/busio/I2C.c
16141673
msgid "Unsupported baudrate"
16151674
msgstr ""
16161675

@@ -1825,7 +1884,10 @@ msgstr ""
18251884
msgid "buffer size must match format"
18261885
msgstr ""
18271886

1828-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1887+
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/SPI_BACKUP_11628.c
1888+
#: shared-bindings/bitbangio/SPI_BASE_11628.c
1889+
#: shared-bindings/bitbangio/SPI_LOCAL_11628.c
1890+
#: shared-bindings/bitbangio/SPI_REMOTE_11628.c shared-bindings/busio/SPI.c
18291891
msgid "buffer slices must be of equal length"
18301892
msgstr ""
18311893

@@ -1981,6 +2043,10 @@ msgstr ""
19812043
msgid "can't send non-None value to a just-started generator"
19822044
msgstr ""
19832045

2046+
#: shared-module/_sdcardio/SPISDCard.c
2047+
msgid "can't set 512 block size"
2048+
msgstr ""
2049+
19842050
#: py/objnamedtuple.c
19852051
msgid "can't set attribute"
19862052
msgstr ""
@@ -2107,6 +2173,10 @@ msgstr ""
21072173
msgid "could not invert Vandermonde matrix"
21082174
msgstr ""
21092175

2176+
#: shared-module/_sdcardio/SPISDCard.c
2177+
msgid "couldn't determine SD card version"
2178+
msgstr ""
2179+
21102180
#: extmod/ulab/code/approx.c
21112181
msgid "data must be iterable"
21122182
msgstr ""
@@ -2680,6 +2750,10 @@ msgstr ""
26802750
msgid "negative shift count"
26812751
msgstr ""
26822752

2753+
#: shared-module/_sdcardio/SPISDCard.c
2754+
msgid "no SD card"
2755+
msgstr ""
2756+
26832757
#: py/vm.c
26842758
msgid "no active exception to reraise"
26852759
msgstr ""
@@ -2701,6 +2775,10 @@ msgstr ""
27012775
msgid "no reset pin available"
27022776
msgstr ""
27032777

2778+
#: shared-module/_sdcardio/SPISDCard.c
2779+
msgid "no response from SD card"
2780+
msgstr ""
2781+
27042782
#: py/runtime.c
27052783
msgid "no such attribute"
27062784
msgstr ""
@@ -3091,6 +3169,14 @@ msgstr ""
30913169
msgid "timeout must be >= 0.0"
30923170
msgstr ""
30933171

3172+
#: shared-module/_sdcardio/SPISDCard.c
3173+
msgid "timeout waiting for v1 card"
3174+
msgstr ""
3175+
3176+
#: shared-module/_sdcardio/SPISDCard.c
3177+
msgid "timeout waiting for v2 card"
3178+
msgstr ""
3179+
30943180
#: shared-bindings/time/__init__.c
30953181
msgid "timestamp out of range for platform time_t"
30963182
msgstr ""

0 commit comments

Comments
 (0)