@@ -458,6 +458,10 @@ msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"
458458msgid "ADC2 is being used by WiFi"
459459msgstr "ADC2 wird vom WiFi benutzt"
460460
461+ #: ports/raspberrypi/common-hal/wifi/Radio.c
462+ msgid "AP could not be started"
463+ msgstr ""
464+
461465#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
462466#, c-format
463467msgid "Address must be %d bytes long"
@@ -2003,10 +2007,6 @@ msgstr "Stereo links muss sich auf PWM-Kanal A befinden"
20032007msgid "Stereo right must be on PWM channel B"
20042008msgstr "Stereo rechts muss sich auf PWM-Kanal B befinden"
20052009
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-
20102010#: shared-bindings/alarm/time/TimeAlarm.c
20112011msgid "Supply one of monotonic_time or epoch_time"
20122012msgstr "Gib entweder monotonic_time oder epoch_time an"
@@ -2402,14 +2402,6 @@ msgstr ""
24022402msgid "Wi-Fi: "
24032403msgstr "Wi-Fi: "
24042404
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-
24132405#: ports/raspberrypi/common-hal/wifi/Radio.c
24142406msgid "Wifi is not enabled"
24152407msgstr "WLAN ist nicht aktiviert"
@@ -4465,6 +4457,15 @@ msgstr "zi muss eine Gleitkommazahl sein"
44654457msgid "zi must be of shape (n_section, 2)"
44664458msgstr "zi muss die Form (n_section, 2) haben"
44674459
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+
44684469#~ msgid ""
44694470#~ "\n"
44704471#~ "Please file an issue with your program at https://github.com/adafruit/"
0 commit comments