@@ -80,7 +80,7 @@ msgstr ""
8080#: ports/mimxrt10xx/common-hal/rtc/RTC.c
8181#: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/rtc/RTC.c
8282#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
83- #: ports/raspberrypi/common-hal/rtc/RTC.c
83+ #: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/rtc/RTC.c
8484msgid "%q"
8585msgstr ""
8686
@@ -441,7 +441,6 @@ msgstr "Alle Kanäle werden verwendet"
441441msgid "All event channels in use"
442442msgstr "Alle Event-Kanäle werden benutzt"
443443
444- #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
445444#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
446445msgid "All state machines in use"
447446msgstr "Alle State-Maschinen in Verwendung"
@@ -527,7 +526,7 @@ msgstr "Audio-Konvertierung nicht implementiert"
527526msgid "AuthMode.OPEN is not used with password"
528527msgstr "AuthMode.OPEN wird mit Passwort nicht verwendet"
529528
530- #: shared-bindings/wifi/Radio.c
529+ #: shared-bindings/wifi/Radio.c supervisor/shared/web_workflow/web_workflow.c
531530msgid "Authentication failure"
532531msgstr "Authentifizierungsfehler"
533532
@@ -1188,6 +1187,10 @@ msgstr "Interner Fehler"
11881187msgid "Internal error #%d"
11891188msgstr "Interner Fehler #%d"
11901189
1190+ #: supervisor/shared/safe_mode.c
1191+ msgid "Internal watchdog timer expired."
1192+ msgstr ""
1193+
11911194#: py/argcheck.c
11921195msgid "Invalid %q"
11931196msgstr "Ungültiger %q"
@@ -2307,10 +2310,6 @@ msgstr ""
23072310msgid "WatchDogTimer.timeout must be greater than 0"
23082311msgstr "WatchDogTimer.timeout muss größer als 0 sein"
23092312
2310- #: supervisor/shared/safe_mode.c
2311- msgid "Watchdog timer expired."
2312- msgstr "Watchdog timer abgelaufen."
2313-
23142313#: py/builtinhelp.c
23152314#, c-format
23162315msgid ""
@@ -4012,10 +4011,6 @@ msgstr "source_bitmap muss value_count von 65536 haben"
40124011msgid "source_bitmap must have value_count of 8"
40134012msgstr "source_bitmap muss value_count von 8 haben"
40144013
4015- #: shared-bindings/wifi/Radio.c
4016- msgid "ssid can't be more than 32 bytes"
4017- msgstr "ssid kann nicht mehr als 32 Bytes lang sein"
4018-
40194014#: py/objstr.c
40204015msgid "start/end indices"
40214016msgstr "start/end Indizes"
@@ -4373,6 +4368,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
43734368msgid "zi must be of shape (n_section, 2)"
43744369msgstr "zi muss die Form (n_section, 2) haben"
43754370
4371+ #~ msgid "Watchdog timer expired."
4372+ #~ msgstr "Watchdog timer abgelaufen."
4373+
4374+ #~ msgid "ssid can't be more than 32 bytes"
4375+ #~ msgstr "ssid kann nicht mehr als 32 Bytes lang sein"
4376+
43764377#~ msgid "%q must be a tuple of length 2"
43774378#~ msgstr "%q muss ein Tupel der Länge 2 sein"
43784379
0 commit comments