@@ -138,6 +138,7 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"
138
138
139
139
#: ports/espressif/common-hal/espulp/ULP.c
140
140
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
141
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
141
142
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
142
143
#: shared-bindings/digitalio/DigitalInOut.c
143
144
#: shared-bindings/microcontroller/Pin.c
@@ -176,11 +177,11 @@ msgstr "%q länge muss kleiner oder gleich %d sein"
176
177
msgid "%q length must be >= %d"
177
178
msgstr "%q länge muss größer oder gleich %d sein"
178
179
179
- #: py/argcheck.c
180
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
180
181
msgid "%q must be %d"
181
182
msgstr "%q muss %d entsprechen"
182
183
183
- #: py/argcheck.c
184
+ #: py/argcheck.c shared-bindings/displayio/Bitmap.c
184
185
msgid "%q must be %d-%d"
185
186
msgstr "%q muss %d-%d sein"
186
187
@@ -482,6 +483,7 @@ msgstr "Alle Kanäle werden verwendet"
482
483
msgid "All event channels in use"
483
484
msgstr "Alle Event-Kanäle werden benutzt"
484
485
486
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
485
487
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
486
488
msgid "All state machines in use"
487
489
msgstr "Alle State-Maschinen in Verwendung"
@@ -490,6 +492,7 @@ msgstr "Alle State-Maschinen in Verwendung"
490
492
msgid "All sync event channels in use"
491
493
msgstr "Alle Sync Event-Kanäle werden benutzt"
492
494
495
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
493
496
#: shared-bindings/pwmio/PWMOut.c
494
497
msgid "All timers for this pin are in use"
495
498
msgstr "Alle Timer für diesen Pin werden bereits benutzt"
@@ -1258,7 +1261,9 @@ msgid "Interrupt error."
1258
1261
msgstr "Interrupt Fehler."
1259
1262
1260
1263
#: 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
1262
1267
#: shared-bindings/digitalio/DigitalInOut.c
1263
1268
#: shared-bindings/displayio/EPaperDisplay.c
1264
1269
msgid "Invalid %q"
0 commit comments