@@ -462,6 +462,10 @@ msgstr "Un canal de interrupción por hardware ya está en uso"
462462msgid "ADC2 is being used by WiFi"
463463msgstr "ADC2 está siendo usado por WiFi"
464464
465+ #: ports/raspberrypi/common-hal/wifi/Radio.c
466+ msgid "AP could not be started"
467+ msgstr ""
468+
465469#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
466470#, c-format
467471msgid "Address must be %d bytes long"
@@ -1808,7 +1812,8 @@ msgstr "El polígono necesita al menos 3 puntos"
18081812
18091813#: supervisor/shared/safe_mode.c
18101814msgid "Power dipped. Make sure you are providing enough power."
1811- msgstr "Falta de potencia. Asegura que estás suministrando suficiente potencia."
1815+ msgstr ""
1816+ "Falta de potencia. Asegura que estás suministrando suficiente potencia."
18121817
18131818#: shared-bindings/_bleio/Adapter.c
18141819msgid "Prefix buffer must be on the heap"
@@ -2017,10 +2022,6 @@ msgstr "Estéreo izquierdo debe estar en el canal PWM A"
20172022msgid "Stereo right must be on PWM channel B"
20182023msgstr "Estéreo derecho debe estar en el canal PWM B"
20192024
2020- #: ports/raspberrypi/common-hal/wifi/Radio.c
2021- msgid "Stopping AP is not supported."
2022- msgstr "Parar el AP no esta soportado."
2023-
20242025#: shared-bindings/alarm/time/TimeAlarm.c
20252026msgid "Supply one of monotonic_time or epoch_time"
20262027msgstr "Suministre monotonic_time o epoch_time"
@@ -2412,14 +2413,6 @@ msgstr ""
24122413msgid "Wi-Fi: "
24132414msgstr "Wi-Fi: "
24142415
2415- #: ports/raspberrypi/common-hal/wifi/Radio.c
2416- msgid "Wifi is in access point mode."
2417- msgstr "Wifi est en modo de access point."
2418-
2419- #: ports/raspberrypi/common-hal/wifi/Radio.c
2420- msgid "Wifi is in station mode."
2421- msgstr "Wifi esta en modo station."
2422-
24232416#: ports/raspberrypi/common-hal/wifi/Radio.c
24242417msgid "Wifi is not enabled"
24252418msgstr "Wifi no esta activado"
@@ -4460,6 +4453,15 @@ msgstr "zi debe ser de tipo flotante"
44604453msgid "zi must be of shape (n_section, 2)"
44614454msgstr "zi debe ser una forma (n_section,2)"
44624455
4456+ #~ msgid "Stopping AP is not supported."
4457+ #~ msgstr "Parar el AP no esta soportado."
4458+
4459+ #~ msgid "Wifi is in access point mode."
4460+ #~ msgstr "Wifi est en modo de access point."
4461+
4462+ #~ msgid "Wifi is in station mode."
4463+ #~ msgstr "Wifi esta en modo station."
4464+
44634465#~ msgid ""
44644466#~ "\n"
44654467#~ "Please file an issue with your program at https://github.com/adafruit/"
0 commit comments