@@ -122,7 +122,8 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"
122122#: ports/espressif/common-hal/espulp/ULP.c
123123#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
124124#: ports/mimxrt10xx/common-hal/usb_host/Port.c
125- #: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
125+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
126+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
126127#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
127128#: ports/raspberrypi/common-hal/usb_host/Port.c
128129#: shared-bindings/digitalio/DigitalInOut.c
@@ -166,7 +167,7 @@ msgstr "%q länge muss kleiner oder gleich %d sein"
166167msgid "%q length must be >= %d"
167168msgstr "%q länge muss größer oder gleich %d sein"
168169
169- #: py/objmodule.c py/runtime.c
170+ #: py/modsys.c py/ objmodule.c py/runtime.c
170171msgid "%q moved from %q to %q"
171172msgstr "%q von %q nach %q versetzt"
172173
@@ -524,7 +525,7 @@ msgid "All event channels in use"
524525msgstr "Alle Event-Kanäle werden benutzt"
525526
526527#: ports/raspberrypi/common-hal/floppyio/__init__.c
527- #: ports/raspberrypi/common-hal/picodvi/Framebuffer .c
528+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040 .c
528529#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
529530#: ports/raspberrypi/common-hal/usb_host/Port.c
530531msgid "All state machines in use"
@@ -534,7 +535,7 @@ msgstr "Alle State-Maschinen in Verwendung"
534535msgid "All sync event channels in use"
535536msgstr "Alle Sync Event-Kanäle werden benutzt"
536537
537- #: ports/raspberrypi/common-hal/picodvi/Framebuffer .c
538+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040 .c
538539msgid "All timers for this pin are in use"
539540msgstr "Alle Timer für diesen Pin werden bereits benutzt"
540541
@@ -1191,7 +1192,9 @@ msgstr "Interner Fehler #%d"
11911192#: ports/atmel-samd/common-hal/ps2io/Ps2.c
11921193#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
11931194#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1194- #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
1195+ #: ports/cxd56/common-hal/pulseio/PulseIn.c
1196+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
1197+ #: shared-bindings/pwmio/PWMOut.c
11951198msgid "Internal resource(s) in use"
11961199msgstr "Interne Ressource(n) in Benutzung"
11971200
@@ -1212,12 +1215,16 @@ msgstr "Unterbrochen durch Ausgabefunktion"
12121215#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12131216#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12141217#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1215- #: ports/raspberrypi/common-hal/picodvi/Framebuffer .c py/argcheck.c
1218+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040 .c py/argcheck.c
12161219#: shared-bindings/digitalio/DigitalInOut.c
12171220#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
12181221msgid "Invalid %q"
12191222msgstr "Ungültiger %q"
12201223
1224+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
1225+ msgid "Invalid %q and %q"
1226+ msgstr ""
1227+
12211228#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12221229#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
12231230#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@@ -2393,6 +2400,7 @@ msgid "You pressed the SW38 button at start up."
23932400msgstr "Der SW38-Knopf wurde beim Starten gedrückt."
23942401
23952402#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2403+ #: ports/espressif/boards/vidi_x/mpconfigboard.h
23962404msgid "You pressed the VOLUME button at start up."
23972405msgstr "Der VOLUME-Knopf wurde beim Starten gedrückt."
23982406
0 commit comments