@@ -899,6 +899,10 @@ msgstr "Data 0 pin muss am Byte ausgerichtet sein"
899899msgid "Data chunk must follow fmt chunk"
900900msgstr "Dem fmt Block muss ein Datenblock folgen"
901901
902+ #: shared-module/jpegio/JpegDecoder.c
903+ msgid "Data format error (may be broken data)"
904+ msgstr ""
905+
902906#: ports/espressif/common-hal/_bleio/Adapter.c
903907#: ports/nrf/common-hal/_bleio/Adapter.c
904908msgid "Data not supported with directed advertising"
@@ -913,10 +917,18 @@ msgstr "Zu vielen Daten für das advertisement packet"
913917msgid "Deep sleep pins must use a rising edge with pulldown"
914918msgstr "Deep Sleep Pins müssen eine steigende Flanke mit Pulldown verwenden"
915919
920+ #: shared-module/jpegio/JpegDecoder.c
921+ msgid "Destination bitmap too small to contain image"
922+ msgstr ""
923+
916924#: shared-bindings/audiobusio/PDMIn.c
917925msgid "Destination capacity is smaller than destination_length."
918926msgstr "Die Zielkapazität ist kleiner als destination_length."
919927
928+ #: shared-module/jpegio/JpegDecoder.c
929+ msgid "Device error or wrong termination of input stream"
930+ msgstr ""
931+
920932#: ports/nrf/common-hal/audiobusio/I2SOut.c
921933msgid "Device in use"
922934msgstr "Gerät in Benutzung"
@@ -1208,6 +1220,14 @@ msgstr "Unzureichende Authentifizierung"
12081220msgid "Insufficient encryption"
12091221msgstr "Unzureichende Verschlüsselung"
12101222
1223+ #: shared-module/jpegio/JpegDecoder.c
1224+ msgid "Insufficient memory pool for the image"
1225+ msgstr ""
1226+
1227+ #: shared-module/jpegio/JpegDecoder.c
1228+ msgid "Insufficient stream input buffer"
1229+ msgstr ""
1230+
12111231#: ports/espressif/common-hal/wifi/Radio.c
12121232msgid "Interface must be started"
12131233msgstr "Schnittstelle muss gestartet sein"
@@ -1238,6 +1258,10 @@ msgstr "Der Interne WatchDog Timer ist abgelaufen."
12381258msgid "Interrupt error."
12391259msgstr "Interrupt Fehler."
12401260
1261+ #: shared-module/jpegio/JpegDecoder.c
1262+ msgid "Interrupted by output function"
1263+ msgstr ""
1264+
12411265#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12421266#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12431267#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1578,6 +1602,10 @@ msgstr "Nicht verbunden"
15781602msgid "Not playing"
15791603msgstr "Spielt nicht ab"
15801604
1605+ #: shared-module/jpegio/JpegDecoder.c
1606+ msgid "Not supported JPEG standard"
1607+ msgstr ""
1608+
15811609#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
15821610#, c-format
15831611msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1725,6 +1753,10 @@ msgstr "PWM-Stück wird bereits verwendet"
17251753msgid "PWM slice channel A already in use"
17261754msgstr "PWM-Stück-Kanal A wird bereits verwendet"
17271755
1756+ #: shared-module/jpegio/JpegDecoder.c
1757+ msgid "Parameter error"
1758+ msgstr ""
1759+
17281760#: ports/espressif/common-hal/audiobusio/__init__.c
17291761msgid "Peripheral in use"
17301762msgstr "Peripheriegerät wird bereits verwendet"
@@ -1901,6 +1933,10 @@ msgstr "Angefragte Ressource nicht gefunden"
19011933msgid "Right channel unsupported"
19021934msgstr "Rechter Kanal wird nicht unterstützt"
19031935
1936+ #: shared-module/jpegio/JpegDecoder.c
1937+ msgid "Right format but not supported"
1938+ msgstr ""
1939+
19041940#: main.c
19051941msgid "Running in safe mode! Not running saved code.\n"
19061942msgstr "Sicherheitsmodus aktiv! Gespeicherter Code wird nicht ausgeführt\n"
0 commit comments