@@ -1313,6 +1313,10 @@ msgstr "BSSID inválido"
1313
1313
msgid "Invalid DAC pin supplied"
1314
1314
msgstr "Pin suministrado inválido para DAC"
1315
1315
1316
+ #: shared-bindings/wifi/Radio.c
1317
+ msgid "Invalid MAC address"
1318
+ msgstr ""
1319
+
1316
1320
#: shared-bindings/synthio/__init__.c
1317
1321
msgid "Invalid MIDI file"
1318
1322
msgstr "Archivo MIDI inválido"
@@ -1386,6 +1390,10 @@ msgstr "Formato de fragmento de formato no válido"
1386
1390
msgid "Invalid memory access."
1387
1391
msgstr "Acceso a memoria no válido."
1388
1392
1393
+ #: ports/espressif/common-hal/wifi/Radio.c
1394
+ msgid "Invalid multicast MAC address"
1395
+ msgstr ""
1396
+
1389
1397
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1390
1398
msgid "Invalid number of bits"
1391
1399
msgstr "Numero inválido de bits"
@@ -2186,6 +2194,10 @@ msgstr "Dividiendo con sub-capturas"
2186
2194
msgid "Stack size must be at least 256"
2187
2195
msgstr "El tamaño de la pila debe ser de al menos 256"
2188
2196
2197
+ #: ports/espressif/common-hal/wifi/Radio.c
2198
+ msgid "Station must be started"
2199
+ msgstr ""
2200
+
2189
2201
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
2190
2202
msgid "Stereo left must be on PWM channel A"
2191
2203
msgstr "Estéreo izquierdo debe estar en el canal PWM A"
@@ -4007,7 +4019,7 @@ msgid "pow() with 3 arguments requires integers"
4007
4019
msgstr "pow() con 3 argumentos requiere enteros"
4008
4020
4009
4021
#: ports/espressif/boards/adafruit_feather_esp32s2/mpconfigboard.h
4010
- #: ports/espressif/boards/adafruit_feather_esp32s2_nopsram /mpconfigboard.h
4022
+ #: ports/espressif/boards/adafruit_feather_esp32s2_tft /mpconfigboard.h
4011
4023
#: ports/espressif/boards/adafruit_feather_esp32s2_tftback_nopsram/mpconfigboard.h
4012
4024
#: ports/espressif/boards/adafruit_funhouse/mpconfigboard.h
4013
4025
#: ports/espressif/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
@@ -4227,6 +4239,10 @@ msgstr ""
4227
4239
msgid "source_bitmap must have value_count of 8"
4228
4240
msgstr ""
4229
4241
4242
+ #: shared-bindings/wifi/Radio.c
4243
+ msgid "ssid can't be more than 32 bytes"
4244
+ msgstr ""
4245
+
4230
4246
#: py/objstr.c
4231
4247
msgid "start/end indices"
4232
4248
msgstr "índices inicio/final"
0 commit comments