@@ -122,7 +122,8 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"
122
122
#: ports/espressif/common-hal/espulp/ULP.c
123
123
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
124
124
#: 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
126
127
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
127
128
#: ports/raspberrypi/common-hal/usb_host/Port.c
128
129
#: shared-bindings/digitalio/DigitalInOut.c
@@ -166,7 +167,7 @@ msgstr "%q länge muss kleiner oder gleich %d sein"
166
167
msgid "%q length must be >= %d"
167
168
msgstr "%q länge muss größer oder gleich %d sein"
168
169
169
- #: py/objmodule.c py/runtime.c
170
+ #: py/modsys.c py/ objmodule.c py/runtime.c
170
171
msgid "%q moved from %q to %q"
171
172
msgstr "%q von %q nach %q versetzt"
172
173
@@ -524,7 +525,7 @@ msgid "All event channels in use"
524
525
msgstr "Alle Event-Kanäle werden benutzt"
525
526
526
527
#: ports/raspberrypi/common-hal/floppyio/__init__.c
527
- #: ports/raspberrypi/common-hal/picodvi/Framebuffer .c
528
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040 .c
528
529
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
529
530
#: ports/raspberrypi/common-hal/usb_host/Port.c
530
531
msgid "All state machines in use"
@@ -534,7 +535,7 @@ msgstr "Alle State-Maschinen in Verwendung"
534
535
msgid "All sync event channels in use"
535
536
msgstr "Alle Sync Event-Kanäle werden benutzt"
536
537
537
- #: ports/raspberrypi/common-hal/picodvi/Framebuffer .c
538
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040 .c
538
539
msgid "All timers for this pin are in use"
539
540
msgstr "Alle Timer für diesen Pin werden bereits benutzt"
540
541
@@ -1191,7 +1192,9 @@ msgstr "Interner Fehler #%d"
1191
1192
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
1192
1193
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1193
1194
#: 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
1195
1198
msgid "Internal resource(s) in use"
1196
1199
msgstr "Interne Ressource(n) in Benutzung"
1197
1200
@@ -1212,12 +1215,16 @@ msgstr "Unterbrochen durch Ausgabefunktion"
1212
1215
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1213
1216
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1214
1217
#: 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
1216
1219
#: shared-bindings/digitalio/DigitalInOut.c
1217
1220
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1218
1221
msgid "Invalid %q"
1219
1222
msgstr "Ungültiger %q"
1220
1223
1224
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
1225
+ msgid "Invalid %q and %q"
1226
+ msgstr ""
1227
+
1221
1228
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1222
1229
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
1223
1230
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@@ -2393,6 +2400,7 @@ msgid "You pressed the SW38 button at start up."
2393
2400
msgstr "Der SW38-Knopf wurde beim Starten gedrückt."
2394
2401
2395
2402
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2403
+ #: ports/espressif/boards/vidi_x/mpconfigboard.h
2396
2404
msgid "You pressed the VOLUME button at start up."
2397
2405
msgstr "Der VOLUME-Knopf wurde beim Starten gedrückt."
2398
2406
0 commit comments