@@ -462,6 +462,10 @@ msgstr "Un canal de interrupción por hardware ya está en uso"
462
462
msgid "ADC2 is being used by WiFi"
463
463
msgstr "ADC2 está siendo usado por WiFi"
464
464
465
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
466
+ msgid "AP could not be started"
467
+ msgstr ""
468
+
465
469
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
466
470
#, c-format
467
471
msgid "Address must be %d bytes long"
@@ -1808,7 +1812,8 @@ msgstr "El polígono necesita al menos 3 puntos"
1808
1812
1809
1813
#: supervisor/shared/safe_mode.c
1810
1814
msgid "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."
1812
1817
1813
1818
#: shared-bindings/_bleio/Adapter.c
1814
1819
msgid "Prefix buffer must be on the heap"
@@ -2017,10 +2022,6 @@ msgstr "Estéreo izquierdo debe estar en el canal PWM A"
2017
2022
msgid "Stereo right must be on PWM channel B"
2018
2023
msgstr "Estéreo derecho debe estar en el canal PWM B"
2019
2024
2020
- #: ports/raspberrypi/common-hal/wifi/Radio.c
2021
- msgid "Stopping AP is not supported."
2022
- msgstr "Parar el AP no esta soportado."
2023
-
2024
2025
#: shared-bindings/alarm/time/TimeAlarm.c
2025
2026
msgid "Supply one of monotonic_time or epoch_time"
2026
2027
msgstr "Suministre monotonic_time o epoch_time"
@@ -2412,14 +2413,6 @@ msgstr ""
2412
2413
msgid "Wi-Fi: "
2413
2414
msgstr "Wi-Fi: "
2414
2415
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
-
2423
2416
#: ports/raspberrypi/common-hal/wifi/Radio.c
2424
2417
msgid "Wifi is not enabled"
2425
2418
msgstr "Wifi no esta activado"
@@ -4460,6 +4453,15 @@ msgstr "zi debe ser de tipo flotante"
4460
4453
msgid "zi must be of shape (n_section, 2)"
4461
4454
msgstr "zi debe ser una forma (n_section,2)"
4462
4455
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
+
4463
4465
#~ msgid ""
4464
4466
#~ "\n"
4465
4467
#~ "Please file an issue with your program at https://github.com/adafruit/"
0 commit comments