@@ -674,13 +674,13 @@ msgid "Buffer length %d too big. It must be less than %d"
674674msgstr "Délka vyrovnávací paměti %d je příliš velká. Musí být menší než %d"
675675
676676#: ports/atmel-samd/common-hal/sdioio/SDCard.c
677- #: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
678- msgid "Buffer length must be a multiple of 512"
679- msgstr "Délka vyrovnávací paměti musí být násobkem 512"
680-
677+ #: ports/cxd56/common-hal/sdioio/SDCard.c
678+ #: ports/espressif/common-hal/sdioio/SDCard.c
681679#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
682- msgid "Buffer must be a multiple of 512 bytes"
683- msgstr "Buffer musí být násobkem 512 bajtů"
680+ #: shared-module/sdcardio/SDCard.c
681+ #, c-format
682+ msgid "Buffer must be a multiple of %d bytes"
683+ msgstr ""
684684
685685#: shared-bindings/_bleio/PacketBuffer.c
686686#, c-format
@@ -1203,11 +1203,13 @@ msgstr "Chyba přerušení."
12031203msgid "Interrupted by output function"
12041204msgstr ""
12051205
1206+ #: ports/espressif/common-hal/_bleio/Service.c
12061207#: ports/espressif/common-hal/espulp/ULP.c
12071208#: ports/espressif/common-hal/microcontroller/Processor.c
12081209#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12091210#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12101211#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1212+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
12111213#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12121214#: shared-bindings/digitalio/DigitalInOut.c
12131215#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
@@ -1327,6 +1329,7 @@ msgid "MAC address was invalid"
13271329msgstr "MAC adresa byla chybná"
13281330
13291331#: ports/espressif/common-hal/_bleio/Characteristic.c
1332+ #: ports/espressif/common-hal/_bleio/Descriptor.c
13301333msgid "MITM security not supported"
13311334msgstr ""
13321335
@@ -1559,9 +1562,10 @@ msgid "Not supported JPEG standard"
15591562msgstr ""
15601563
15611564#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1565+ #: ports/espressif/common-hal/sdioio/SDCard.c
15621566#, c-format
1563- msgid "Number of data_pins must be 8 or 16 , not %d"
1564- msgstr "Počet data_pins musí být 8 nebo 16, nikoli %d "
1567+ msgid "Number of data_pins must be %d or %d , not %d"
1568+ msgstr ""
15651569
15661570#: shared-bindings/util.c
15671571msgid ""
@@ -1889,10 +1893,11 @@ msgstr "Inicializace SD karty"
18891893msgid "SDIO GetCardInfo Error %d"
18901894msgstr "SDIO GetCardInfo chyba %d"
18911895
1896+ #: ports/espressif/common-hal/sdioio/SDCard.c
18921897#: ports/stm/common-hal/sdioio/SDCard.c
18931898#, c-format
1894- msgid "SDIO Init Error %d "
1895- msgstr "Inicializace SDIO chyba %d "
1899+ msgid "SDIO Init Error %x "
1900+ msgstr ""
18961901
18971902#: ports/espressif/common-hal/busio/SPI.c
18981903msgid "SPI configuration failed"
@@ -2268,14 +2273,12 @@ msgid "Update failed"
22682273msgstr ""
22692274
22702275#: ports/espressif/common-hal/_bleio/Characteristic.c
2271- #: ports/espressif/common-hal/_bleio/Descriptor.c
22722276#: ports/nordic/common-hal/_bleio/Characteristic.c
22732277#: ports/nordic/common-hal/_bleio/Descriptor.c
22742278msgid "Value length != required fixed length"
22752279msgstr ""
22762280
22772281#: ports/espressif/common-hal/_bleio/Characteristic.c
2278- #: ports/espressif/common-hal/_bleio/Descriptor.c
22792282#: ports/nordic/common-hal/_bleio/Characteristic.c
22802283#: ports/nordic/common-hal/_bleio/Descriptor.c
22812284msgid "Value length > max_length"
@@ -3129,7 +3132,8 @@ msgstr "funkci chybí argument specifikovaný klíčovým slovem"
31293132msgid "function missing required positional argument #%d"
31303133msgstr "funkci chybí požadovaný argument na pozici #%d"
31313134
3132- #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
3135+ #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
3136+ #: shared-bindings/time/__init__.c
31333137#, c-format
31343138msgid "function takes %d positional arguments but %d were given"
31353139msgstr ""
@@ -3281,7 +3285,7 @@ msgstr "vstup musí být 1D ndarray"
32813285msgid "input must be a dense ndarray"
32823286msgstr "vstup musí být hustý ndarray"
32833287
3284- #: extmod/ulab/code/user/user.c
3288+ #: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
32853289msgid "input must be an ndarray"
32863290msgstr "vstup musí být ndarray"
32873291
@@ -4393,6 +4397,20 @@ msgstr ""
43934397msgid "zi must be of shape (n_section, 2)"
43944398msgstr ""
43954399
4400+ #~ msgid "Buffer length must be a multiple of 512"
4401+ #~ msgstr "Délka vyrovnávací paměti musí být násobkem 512"
4402+
4403+ #~ msgid "Buffer must be a multiple of 512 bytes"
4404+ #~ msgstr "Buffer musí být násobkem 512 bajtů"
4405+
4406+ #, c-format
4407+ #~ msgid "Number of data_pins must be 8 or 16, not %d"
4408+ #~ msgstr "Počet data_pins musí být 8 nebo 16, nikoli %d"
4409+
4410+ #, c-format
4411+ #~ msgid "SDIO Init Error %d"
4412+ #~ msgstr "Inicializace SDIO chyba %d"
4413+
43964414#~ msgid "Name too long"
43974415#~ msgstr "Jméno je příliš dlouhé"
43984416
0 commit comments