@@ -458,6 +458,10 @@ msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"
458
458
msgid "ADC2 is being used by WiFi"
459
459
msgstr "ADC2 wird vom WiFi benutzt"
460
460
461
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
462
+ msgid "AP could not be started"
463
+ msgstr ""
464
+
461
465
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
462
466
#, c-format
463
467
msgid "Address must be %d bytes long"
@@ -2003,10 +2007,6 @@ msgstr "Stereo links muss sich auf PWM-Kanal A befinden"
2003
2007
msgid "Stereo right must be on PWM channel B"
2004
2008
msgstr "Stereo rechts muss sich auf PWM-Kanal B befinden"
2005
2009
2006
- #: ports/raspberrypi/common-hal/wifi/Radio.c
2007
- msgid "Stopping AP is not supported."
2008
- msgstr "Das Stoppen des AP wird nicht unterstützt."
2009
-
2010
2010
#: shared-bindings/alarm/time/TimeAlarm.c
2011
2011
msgid "Supply one of monotonic_time or epoch_time"
2012
2012
msgstr "Gib entweder monotonic_time oder epoch_time an"
@@ -2402,14 +2402,6 @@ msgstr ""
2402
2402
msgid "Wi-Fi: "
2403
2403
msgstr "Wi-Fi: "
2404
2404
2405
- #: ports/raspberrypi/common-hal/wifi/Radio.c
2406
- msgid "Wifi is in access point mode."
2407
- msgstr "Das Wifi ist im Accesspoint-Modus."
2408
-
2409
- #: ports/raspberrypi/common-hal/wifi/Radio.c
2410
- msgid "Wifi is in station mode."
2411
- msgstr "Das Wifi ist im Station-Modus."
2412
-
2413
2405
#: ports/raspberrypi/common-hal/wifi/Radio.c
2414
2406
msgid "Wifi is not enabled"
2415
2407
msgstr "WLAN ist nicht aktiviert"
@@ -4465,6 +4457,15 @@ msgstr "zi muss eine Gleitkommazahl sein"
4465
4457
msgid "zi must be of shape (n_section, 2)"
4466
4458
msgstr "zi muss die Form (n_section, 2) haben"
4467
4459
4460
+ #~ msgid "Stopping AP is not supported."
4461
+ #~ msgstr "Das Stoppen des AP wird nicht unterstützt."
4462
+
4463
+ #~ msgid "Wifi is in access point mode."
4464
+ #~ msgstr "Das Wifi ist im Accesspoint-Modus."
4465
+
4466
+ #~ msgid "Wifi is in station mode."
4467
+ #~ msgstr "Das Wifi ist im Station-Modus."
4468
+
4468
4469
#~ msgid ""
4469
4470
#~ "\n"
4470
4471
#~ "Please file an issue with your program at https://github.com/adafruit/"
0 commit comments