@@ -126,8 +126,10 @@ msgstr ""
126126
127127#: ports/espressif/common-hal/espulp/ULP.c
128128#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
129+ #: ports/mimxrt10xx/common-hal/usb_host/Port.c
129130#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
130131#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
132+ #: ports/raspberrypi/common-hal/usb_host/Port.c
131133#: shared-bindings/digitalio/DigitalInOut.c
132134#: shared-bindings/microcontroller/Pin.c
133135msgid "%q in use"
@@ -182,6 +184,7 @@ msgid "%q must be 1 when %q is True"
182184msgstr ""
183185
184186#: py/argcheck.c shared-bindings/gifio/GifWriter.c
187+ #: shared-module/gifio/OnDiskGif.c
185188msgid "%q must be <= %d"
186189msgstr ""
187190
@@ -779,10 +782,6 @@ msgstr ""
779782msgid "Cannot subclass slice"
780783msgstr ""
781784
782- #: shared-module/bitbangio/SPI.c
783- msgid "Cannot transfer without MOSI and MISO pins"
784- msgstr ""
785-
786785#: shared-bindings/pwmio/PWMOut.c
787786msgid "Cannot vary frequency on a timer that is already in use"
788787msgstr ""
@@ -1090,13 +1089,10 @@ msgstr ""
10901089msgid "Half duplex SPI is not implemented"
10911090msgstr ""
10921091
1093- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1094- #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1095- #: ports/stm/common-hal/sdioio/SDCard.c
1096- msgid "Hardware busy, try alternative pins"
1097- msgstr ""
1098-
1099- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1092+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
1093+ #: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1094+ #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
1095+ #: ports/stm/common-hal/canio/CAN.c ports/stm/common-hal/sdioio/SDCard.c
11001096msgid "Hardware in use, try alternative pins"
11011097msgstr ""
11021098
@@ -1355,14 +1351,6 @@ msgstr ""
13551351msgid "Mismatched swap flag"
13561352msgstr ""
13571353
1358- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1359- msgid "Missing MISO or MOSI Pin"
1360- msgstr ""
1361-
1362- #: ports/stm/common-hal/busio/SPI.c
1363- msgid "Missing MISO or MOSI pin"
1364- msgstr ""
1365-
13661354#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13671355#, c-format
13681356msgid "Missing first_in_pin. Instruction %d reads pin(s)"
@@ -1436,6 +1424,14 @@ msgid "Nimble out of memory"
14361424msgstr ""
14371425
14381426#: ports/atmel-samd/common-hal/busio/UART.c
1427+ #: ports/espressif/common-hal/busio/SPI.c
1428+ #: ports/espressif/common-hal/busio/UART.c
1429+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
1430+ #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1431+ #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/SPI.c
1432+ #: ports/stm/common-hal/busio/UART.c shared-bindings/displayio/FourWire.c
1433+ #: shared-bindings/displayio/I2CDisplay.c
1434+ #: shared-bindings/paralleldisplay/ParallelBus.c shared-module/bitbangio/SPI.c
14391435msgid "No %q pin"
14401436msgstr ""
14411437
@@ -1469,36 +1465,6 @@ msgstr ""
14691465msgid "No IP"
14701466msgstr ""
14711467
1472- #: ports/espressif/common-hal/busio/SPI.c
1473- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1474- msgid "No MISO Pin"
1475- msgstr ""
1476-
1477- #: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1478- msgid "No MISO pin"
1479- msgstr ""
1480-
1481- #: ports/espressif/common-hal/busio/SPI.c
1482- #: ports/mimxrt10xx/common-hal/busio/SPI.c
1483- msgid "No MOSI Pin"
1484- msgstr ""
1485-
1486- #: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1487- msgid "No MOSI pin"
1488- msgstr ""
1489-
1490- #: ports/espressif/common-hal/busio/UART.c
1491- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1492- #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1493- msgid "No RX pin"
1494- msgstr ""
1495-
1496- #: ports/espressif/common-hal/busio/UART.c
1497- #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1498- #: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1499- msgid "No TX pin"
1500- msgstr ""
1501-
15021468#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
15031469msgid "No available clocks"
15041470msgstr ""
@@ -2405,6 +2371,7 @@ msgstr ""
24052371#: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
24062372#: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
24072373#: ports/espressif/boards/m5stack_stick_c/mpconfigboard.h
2374+ #: ports/espressif/boards/m5stack_stick_c_plus/mpconfigboard.h
24082375msgid "You pressed button A at start up."
24092376msgstr ""
24102377
@@ -3628,11 +3595,6 @@ msgstr ""
36283595msgid "no module named '%q'"
36293596msgstr ""
36303597
3631- #: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
3632- #: shared-bindings/paralleldisplay/ParallelBus.c
3633- msgid "no reset pin available"
3634- msgstr ""
3635-
36363598#: shared-module/sdcardio/SDCard.c
36373599msgid "no response from SD card"
36383600msgstr ""
0 commit comments