@@ -130,7 +130,8 @@ msgstr "%q v %q musí být typu %q, ne %q"
130130#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
131131#: ports/raspberrypi/common-hal/usb_host/Port.c
132132#: shared-bindings/digitalio/DigitalInOut.c
133- #: shared-bindings/microcontroller/Pin.c shared-module/max3421e/Max3421E.c
133+ #: shared-bindings/i2cioexpander/IOPin.c shared-bindings/microcontroller/Pin.c
134+ #: shared-module/max3421e/Max3421E.c
134135msgid "%q in use"
135136msgstr "%q se právě používá"
136137
@@ -143,7 +144,7 @@ msgid "%q indices must be integers, not %s"
143144msgstr "Indexy %q musí být celá čísla, nikoli %s"
144145
145146#: ports/analog/common-hal/busio/SPI.c ports/analog/common-hal/busio/UART.c
146- #: shared-module/bitbangio/SPI .c
147+ #: shared-bindings/digitalio/DigitalInOutProtocol .c
147148msgid "%q init failed"
148149msgstr "Inicializace %q selhala"
149150
@@ -246,6 +247,14 @@ msgstr "%q musí být typu %q, ne %q"
246247msgid "%q must be power of 2"
247248msgstr "%q musí být mocnina 2"
248249
250+ #: shared-bindings/digitalio/DigitalInOutProtocol.c
251+ msgid "%q object missing '%q' attribute"
252+ msgstr ""
253+
254+ #: shared-bindings/digitalio/DigitalInOutProtocol.c
255+ msgid "%q object missing '%q' method"
256+ msgstr ""
257+
249258#: shared-bindings/wifi/Monitor.c
250259msgid "%q out of bounds"
251260msgstr "%q je mimo hranice"
@@ -315,7 +324,7 @@ msgstr "%s chyba 0x%x"
315324msgid "'%q' argument required"
316325msgstr "Je vyžadován argument '%q'"
317326
318- #: py/proto.c
327+ #: py/proto.c shared-bindings/digitalio/DigitalInOutProtocol.c
319328msgid "'%q' object does not support '%q'"
320329msgstr "Objekt '%q' nepodporuje '%q'"
321330
@@ -782,6 +791,10 @@ msgstr "Nelze změnit USB zařízení"
782791msgid "Cannot create a new Adapter; use _bleio.adapter;"
783792msgstr "Není možné vytvořit nový adaptér; použití _bleio.adapter;"
784793
794+ #: shared-module/i2cioexpander/IOExpander.c
795+ msgid "Cannot deinitialize board IOExpander"
796+ msgstr ""
797+
785798#: shared-bindings/displayio/Bitmap.c
786799#: shared-bindings/memorymonitor/AllocationSize.c
787800#: shared-bindings/pulseio/PulseIn.c
@@ -816,6 +829,7 @@ msgid "Cannot remount path when visible via USB."
816829msgstr ""
817830
818831#: shared-bindings/digitalio/DigitalInOut.c
832+ #: shared-bindings/i2cioexpander/IOPin.c
819833msgid "Cannot set value when direction is input."
820834msgstr "Nelze nastavit hodnotu, když směr je vstup."
821835
@@ -957,6 +971,7 @@ msgid "Done"
957971msgstr "Hotovo"
958972
959973#: shared-bindings/digitalio/DigitalInOut.c
974+ #: shared-bindings/i2cioexpander/IOPin.c
960975msgid "Drive mode not used when direction is input."
961976msgstr ""
962977
@@ -1297,8 +1312,8 @@ msgstr ""
12971312#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12981313#: shared-bindings/digitalio/DigitalInOut.c
12991314#: shared-bindings/epaperdisplay/EPaperDisplay.c
1300- #: shared-bindings/mipidsi/Display .c shared-bindings/pwmio/PWMOut .c
1301- #: shared-bindings/supervisor/__init__.c
1315+ #: shared-bindings/i2cioexpander/IOPin .c shared-bindings/mipidsi/Display .c
1316+ #: shared-bindings/pwmio/PWMOut.c shared-bindings/ supervisor/__init__.c
13021317#: shared-module/aurora_epaper/aurora_framebuffer.c
13031318#: shared-module/lvfontio/OnDiskFont.c
13041319msgid "Invalid %q"
@@ -1903,6 +1918,7 @@ msgid "Publishers can only be created from a parent node"
19031918msgstr ""
19041919
19051920#: shared-bindings/digitalio/DigitalInOut.c
1921+ #: shared-bindings/i2cioexpander/IOPin.c
19061922msgid "Pull not used when direction is output."
19071923msgstr ""
19081924
@@ -2568,6 +2584,10 @@ msgstr ""
25682584msgid "a bytes-like object is required"
25692585msgstr ""
25702586
2587+ #: shared-bindings/i2cioexpander/IOExpander.c
2588+ msgid "address out of range"
2589+ msgstr ""
2590+
25712591#: shared-bindings/i2ctarget/I2CTarget.c
25722592msgid "addresses is empty"
25732593msgstr ""
@@ -3843,6 +3863,10 @@ msgstr "není implementováno pro komplexní dtype"
38433863msgid "not supported for input types"
38443864msgstr "není podporováno pro vstupní typy"
38453865
3866+ #: shared-bindings/i2cioexpander/IOExpander.c
3867+ msgid "num_pins must be 8 or 16"
3868+ msgstr ""
3869+
38463870#: extmod/ulab/code/numpy/create.c
38473871msgid "number of points must be at least 2"
38483872msgstr ""
@@ -3856,6 +3880,10 @@ msgstr "objekt "
38563880msgid "object '%s' isn't a tuple or list"
38573881msgstr "objekt '%s' není tuple or nebo list"
38583882
3883+ #: shared-bindings/digitalio/DigitalInOutProtocol.c
3884+ msgid "object does not support DigitalInOut protocol"
3885+ msgstr ""
3886+
38593887#: py/obj.c
38603888msgid "object doesn't support item assignment"
38613889msgstr ""
0 commit comments