@@ -130,8 +130,10 @@ msgstr ""
130
130
131
131
#: ports/espressif/common-hal/espulp/ULP.c
132
132
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
133
+ #: ports/mimxrt10xx/common-hal/usb_host/Port.c
133
134
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
134
135
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
136
+ #: ports/raspberrypi/common-hal/usb_host/Port.c
135
137
#: shared-bindings/digitalio/DigitalInOut.c
136
138
#: shared-bindings/microcontroller/Pin.c
137
139
msgid "%q in use"
@@ -186,6 +188,7 @@ msgid "%q must be 1 when %q is True"
186
188
msgstr "%q musí být 1, pokud %q je True"
187
189
188
190
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
191
+ #: shared-module/gifio/OnDiskGif.c
189
192
msgid "%q must be <= %d"
190
193
msgstr "%q musí být <= %d"
191
194
@@ -786,10 +789,6 @@ msgstr "Nelze určit RTS nebo CTS v režimu RS485"
786
789
msgid "Cannot subclass slice"
787
790
msgstr "Nelze použít řez podtřídy"
788
791
789
- #: shared-module/bitbangio/SPI.c
790
- msgid "Cannot transfer without MOSI and MISO pins"
791
- msgstr ""
792
-
793
792
#: shared-bindings/pwmio/PWMOut.c
794
793
msgid "Cannot vary frequency on a timer that is already in use"
795
794
msgstr "Nelze měnit frekvenci časovače, který je již používán"
@@ -1100,13 +1099,10 @@ msgstr "Skupina již byla použita"
1100
1099
msgid "Half duplex SPI is not implemented"
1101
1100
msgstr ""
1102
1101
1103
- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1104
- #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1105
- #: ports/stm/common-hal/sdioio/SDCard.c
1106
- msgid "Hardware busy, try alternative pins"
1107
- msgstr "Hardware je zaneprázdněn, zkuste alternativní piny"
1108
-
1109
- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1102
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
1103
+ #: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1104
+ #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
1105
+ #: ports/stm/common-hal/canio/CAN.c ports/stm/common-hal/sdioio/SDCard.c
1110
1106
msgid "Hardware in use, try alternative pins"
1111
1107
msgstr "Hardware je používán, zkuste alternativní piny"
1112
1108
@@ -1367,14 +1363,6 @@ msgstr ""
1367
1363
msgid "Mismatched swap flag"
1368
1364
msgstr ""
1369
1365
1370
- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1371
- msgid "Missing MISO or MOSI Pin"
1372
- msgstr "Chybí pin MISO nebo MOSI"
1373
-
1374
- #: ports/stm/common-hal/busio/SPI.c
1375
- msgid "Missing MISO or MOSI pin"
1376
- msgstr "Chybějící MISO nebo MOSI pin"
1377
-
1378
1366
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1379
1367
#, c-format
1380
1368
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
@@ -1448,6 +1436,14 @@ msgid "Nimble out of memory"
1448
1436
msgstr ""
1449
1437
1450
1438
#: ports/atmel-samd/common-hal/busio/UART.c
1439
+ #: ports/espressif/common-hal/busio/SPI.c
1440
+ #: ports/espressif/common-hal/busio/UART.c
1441
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
1442
+ #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1443
+ #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/SPI.c
1444
+ #: ports/stm/common-hal/busio/UART.c shared-bindings/displayio/FourWire.c
1445
+ #: shared-bindings/displayio/I2CDisplay.c
1446
+ #: shared-bindings/paralleldisplay/ParallelBus.c shared-module/bitbangio/SPI.c
1451
1447
msgid "No %q pin"
1452
1448
msgstr "Žádný %q pin"
1453
1449
@@ -1481,36 +1477,6 @@ msgstr "Žádné I2C zařízení na adrese: 0x%x"
1481
1477
msgid "No IP"
1482
1478
msgstr ""
1483
1479
1484
- #: ports/espressif/common-hal/busio/SPI.c
1485
- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1486
- msgid "No MISO Pin"
1487
- msgstr "Žádný pin MISO"
1488
-
1489
- #: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1490
- msgid "No MISO pin"
1491
- msgstr "Žádný MISO pin"
1492
-
1493
- #: ports/espressif/common-hal/busio/SPI.c
1494
- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1495
- msgid "No MOSI Pin"
1496
- msgstr "Žádný pin MOSI"
1497
-
1498
- #: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1499
- msgid "No MOSI pin"
1500
- msgstr "Žádný MOSI pin"
1501
-
1502
- #: ports/espressif/common-hal/busio/UART.c
1503
- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1504
- #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1505
- msgid "No RX pin"
1506
- msgstr "Žádný RX pin"
1507
-
1508
- #: ports/espressif/common-hal/busio/UART.c
1509
- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1510
- #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1511
- msgid "No TX pin"
1512
- msgstr "Žádný TX pin"
1513
-
1514
1480
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1515
1481
msgid "No available clocks"
1516
1482
msgstr "Žádné dostupné hodiny"
@@ -2420,6 +2386,7 @@ msgstr ""
2420
2386
#: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
2421
2387
#: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
2422
2388
#: ports/espressif/boards/m5stack_stick_c/mpconfigboard.h
2389
+ #: ports/espressif/boards/m5stack_stick_c_plus/mpconfigboard.h
2423
2390
msgid "You pressed button A at start up."
2424
2391
msgstr ""
2425
2392
@@ -3643,11 +3610,6 @@ msgstr ""
3643
3610
msgid "no module named '%q'"
3644
3611
msgstr ""
3645
3612
3646
- #: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
3647
- #: shared-bindings/paralleldisplay/ParallelBus.c
3648
- msgid "no reset pin available"
3649
- msgstr ""
3650
-
3651
3613
#: shared-module/sdcardio/SDCard.c
3652
3614
msgid "no response from SD card"
3653
3615
msgstr ""
@@ -4373,6 +4335,33 @@ msgstr ""
4373
4335
msgid "zi must be of shape (n_section, 2)"
4374
4336
msgstr ""
4375
4337
4338
+ #~ msgid "Hardware busy, try alternative pins"
4339
+ #~ msgstr "Hardware je zaneprázdněn, zkuste alternativní piny"
4340
+
4341
+ #~ msgid "Missing MISO or MOSI Pin"
4342
+ #~ msgstr "Chybí pin MISO nebo MOSI"
4343
+
4344
+ #~ msgid "Missing MISO or MOSI pin"
4345
+ #~ msgstr "Chybějící MISO nebo MOSI pin"
4346
+
4347
+ #~ msgid "No MISO Pin"
4348
+ #~ msgstr "Žádný pin MISO"
4349
+
4350
+ #~ msgid "No MISO pin"
4351
+ #~ msgstr "Žádný MISO pin"
4352
+
4353
+ #~ msgid "No MOSI Pin"
4354
+ #~ msgstr "Žádný pin MOSI"
4355
+
4356
+ #~ msgid "No MOSI pin"
4357
+ #~ msgstr "Žádný MOSI pin"
4358
+
4359
+ #~ msgid "No RX pin"
4360
+ #~ msgstr "Žádný RX pin"
4361
+
4362
+ #~ msgid "No TX pin"
4363
+ #~ msgstr "Žádný TX pin"
4364
+
4376
4365
#~ msgid "Brightness must be 0-1.0"
4377
4366
#~ msgstr "Jas musí být 0-1,0"
4378
4367
0 commit comments