@@ -80,7 +80,7 @@ msgstr ""
80
80
#: ports/mimxrt10xx/common-hal/rtc/RTC.c
81
81
#: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/rtc/RTC.c
82
82
#: 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
84
84
msgid "%q"
85
85
msgstr ""
86
86
@@ -441,7 +441,6 @@ msgstr "Alle Kanäle werden verwendet"
441
441
msgid "All event channels in use"
442
442
msgstr "Alle Event-Kanäle werden benutzt"
443
443
444
- #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
445
444
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
446
445
msgid "All state machines in use"
447
446
msgstr "Alle State-Maschinen in Verwendung"
@@ -527,7 +526,7 @@ msgstr "Audio-Konvertierung nicht implementiert"
527
526
msgid "AuthMode.OPEN is not used with password"
528
527
msgstr "AuthMode.OPEN wird mit Passwort nicht verwendet"
529
528
530
- #: shared-bindings/wifi/Radio.c
529
+ #: shared-bindings/wifi/Radio.c supervisor/shared/web_workflow/web_workflow.c
531
530
msgid "Authentication failure"
532
531
msgstr "Authentifizierungsfehler"
533
532
@@ -1188,6 +1187,10 @@ msgstr "Interner Fehler"
1188
1187
msgid "Internal error #%d"
1189
1188
msgstr "Interner Fehler #%d"
1190
1189
1190
+ #: supervisor/shared/safe_mode.c
1191
+ msgid "Internal watchdog timer expired."
1192
+ msgstr ""
1193
+
1191
1194
#: py/argcheck.c
1192
1195
msgid "Invalid %q"
1193
1196
msgstr "Ungültiger %q"
@@ -2307,10 +2310,6 @@ msgstr ""
2307
2310
msgid "WatchDogTimer.timeout must be greater than 0"
2308
2311
msgstr "WatchDogTimer.timeout muss größer als 0 sein"
2309
2312
2310
- #: supervisor/shared/safe_mode.c
2311
- msgid "Watchdog timer expired."
2312
- msgstr "Watchdog timer abgelaufen."
2313
-
2314
2313
#: py/builtinhelp.c
2315
2314
#, c-format
2316
2315
msgid ""
@@ -4012,10 +4011,6 @@ msgstr "source_bitmap muss value_count von 65536 haben"
4012
4011
msgid "source_bitmap must have value_count of 8"
4013
4012
msgstr "source_bitmap muss value_count von 8 haben"
4014
4013
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
-
4019
4014
#: py/objstr.c
4020
4015
msgid "start/end indices"
4021
4016
msgstr "start/end Indizes"
@@ -4373,6 +4368,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
4373
4368
msgid "zi must be of shape (n_section, 2)"
4374
4369
msgstr "zi muss die Form (n_section, 2) haben"
4375
4370
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
+
4376
4377
#~ msgid "%q must be a tuple of length 2"
4377
4378
#~ msgstr "%q muss ein Tupel der Länge 2 sein"
4378
4379
0 commit comments