7
7
msgstr ""
8
8
"Project-Id-Version : PACKAGE VERSION\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2020-06-25 11:44 -0500\n "
10
+ "POT-Creation-Date : 2020-06-26 11:50 -0500\n "
11
11
"PO-Revision-Date : 2020-05-24 03:22+0000\n "
12
12
"
Last-Translator :
dronecz <[email protected] >\n "
13
13
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -66,6 +66,10 @@ msgstr "%% c vyžaduje int nebo char"
66
66
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
67
67
msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
68
68
69
+ #: ports/atmel-samd/common-hal/sdioio/SDCard.c
70
+ msgid "%q failure: %d"
71
+ msgstr ""
72
+
69
73
#: shared-bindings/microcontroller/Pin.c
70
74
msgid "%q in use"
71
75
msgstr "%q se nyní používá"
@@ -93,6 +97,10 @@ msgstr "% q musí být > = 1"
93
97
msgid "%q must be a tuple of length 2"
94
98
msgstr "% q musí být n-tice délky 2"
95
99
100
+ #: ports/atmel-samd/common-hal/sdioio/SDCard.c
101
+ msgid "%q pin invalid"
102
+ msgstr ""
103
+
96
104
#: shared-bindings/fontio/BuiltinFont.c
97
105
msgid "%q should be an int"
98
106
msgstr "% q by měl být int"
@@ -346,7 +354,7 @@ msgstr ""
346
354
msgid "Array values should be single bytes."
347
355
msgstr ""
348
356
349
- #: shared-bindings/rgbmatrix/RGBMatrix .c
357
+ #: shared-bindings/microcontroller/Pin .c
350
358
msgid "At most %d %q may be specified (not %d)"
351
359
msgstr ""
352
360
@@ -425,6 +433,10 @@ msgstr ""
425
433
msgid "Buffer length %d too big. It must be less than %d"
426
434
msgstr ""
427
435
436
+ #: ports/atmel-samd/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
437
+ msgid "Buffer length must be a multiple of 512"
438
+ msgstr ""
439
+
428
440
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
429
441
msgid "Buffer must be at least length 1"
430
442
msgstr ""
@@ -706,7 +718,8 @@ msgstr ""
706
718
msgid "Error in regex"
707
719
msgstr ""
708
720
709
- #: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
721
+ #: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
722
+ #: shared-bindings/microcontroller/Pin.c
710
723
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
711
724
#: shared-bindings/terminalio/Terminal.c
712
725
msgid "Expected a %q"
@@ -866,6 +879,10 @@ msgstr ""
866
879
msgid "Internal error #%d"
867
880
msgstr ""
868
881
882
+ #: shared-bindings/sdioio/SDCard.c
883
+ msgid "Invalid %q"
884
+ msgstr ""
885
+
869
886
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
870
887
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
871
888
msgid "Invalid %q pin"
@@ -1366,6 +1383,10 @@ msgstr ""
1366
1383
msgid "Running in safe mode! Not running saved code.\n"
1367
1384
msgstr ""
1368
1385
1386
+ #: shared-module/sdcardio/SDCard.c
1387
+ msgid "SD card CSD format not supported"
1388
+ msgstr ""
1389
+
1369
1390
#: ports/atmel-samd/common-hal/busio/I2C.c
1370
1391
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1371
1392
msgid "SDA or SCL needs a pull up"
@@ -1987,6 +2008,10 @@ msgstr ""
1987
2008
msgid "can't send non-None value to a just-started generator"
1988
2009
msgstr ""
1989
2010
2011
+ #: shared-module/sdcardio/SDCard.c
2012
+ msgid "can't set 512 block size"
2013
+ msgstr ""
2014
+
1990
2015
#: py/objnamedtuple.c
1991
2016
msgid "can't set attribute"
1992
2017
msgstr ""
@@ -2113,6 +2138,10 @@ msgstr ""
2113
2138
msgid "could not invert Vandermonde matrix"
2114
2139
msgstr ""
2115
2140
2141
+ #: shared-module/sdcardio/SDCard.c
2142
+ msgid "couldn't determine SD card version"
2143
+ msgstr ""
2144
+
2116
2145
#: extmod/ulab/code/approx.c
2117
2146
msgid "data must be iterable"
2118
2147
msgstr ""
@@ -2670,6 +2699,10 @@ msgstr ""
2670
2699
msgid "negative shift count"
2671
2700
msgstr ""
2672
2701
2702
+ #: shared-module/sdcardio/SDCard.c
2703
+ msgid "no SD card"
2704
+ msgstr ""
2705
+
2673
2706
#: py/vm.c
2674
2707
msgid "no active exception to reraise"
2675
2708
msgstr ""
@@ -2691,6 +2724,10 @@ msgstr ""
2691
2724
msgid "no reset pin available"
2692
2725
msgstr ""
2693
2726
2727
+ #: shared-module/sdcardio/SDCard.c
2728
+ msgid "no response from SD card"
2729
+ msgstr ""
2730
+
2694
2731
#: py/runtime.c
2695
2732
msgid "no such attribute"
2696
2733
msgstr ""
@@ -3081,6 +3118,14 @@ msgstr ""
3081
3118
msgid "timeout must be >= 0.0"
3082
3119
msgstr ""
3083
3120
3121
+ #: shared-module/sdcardio/SDCard.c
3122
+ msgid "timeout waiting for v1 card"
3123
+ msgstr ""
3124
+
3125
+ #: shared-module/sdcardio/SDCard.c
3126
+ msgid "timeout waiting for v2 card"
3127
+ msgstr ""
3128
+
3084
3129
#: shared-bindings/time/__init__.c
3085
3130
msgid "timestamp out of range for platform time_t"
3086
3131
msgstr ""
0 commit comments