@@ -138,6 +138,7 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"
138138
139139#: ports/espressif/common-hal/espulp/ULP.c
140140#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
141+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
141142#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
142143#: shared-bindings/digitalio/DigitalInOut.c
143144#: shared-bindings/microcontroller/Pin.c
@@ -176,11 +177,11 @@ msgstr "%q länge muss kleiner oder gleich %d sein"
176177msgid "%q length must be >= %d"
177178msgstr "%q länge muss größer oder gleich %d sein"
178179
179- #: py/argcheck.c
180+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
180181msgid "%q must be %d"
181182msgstr "%q muss %d entsprechen"
182183
183- #: py/argcheck.c
184+ #: py/argcheck.c shared-bindings/displayio/Bitmap.c
184185msgid "%q must be %d-%d"
185186msgstr "%q muss %d-%d sein"
186187
@@ -482,6 +483,7 @@ msgstr "Alle Kanäle werden verwendet"
482483msgid "All event channels in use"
483484msgstr "Alle Event-Kanäle werden benutzt"
484485
486+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
485487#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
486488msgid "All state machines in use"
487489msgstr "Alle State-Maschinen in Verwendung"
@@ -490,6 +492,7 @@ msgstr "Alle State-Maschinen in Verwendung"
490492msgid "All sync event channels in use"
491493msgstr "Alle Sync Event-Kanäle werden benutzt"
492494
495+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
493496#: shared-bindings/pwmio/PWMOut.c
494497msgid "All timers for this pin are in use"
495498msgstr "Alle Timer für diesen Pin werden bereits benutzt"
@@ -1258,7 +1261,9 @@ msgid "Interrupt error."
12581261msgstr "Interrupt Fehler."
12591262
12601263#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1261- #: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1264+ #: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1265+ #: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1266+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12621267#: shared-bindings/digitalio/DigitalInOut.c
12631268#: shared-bindings/displayio/EPaperDisplay.c
12641269msgid "Invalid %q"
0 commit comments