@@ -2003,6 +2003,10 @@ msgstr "Estéreo izquierdo debe estar en el canal PWM A"
2003
2003
msgid "Stereo right must be on PWM channel B"
2004
2004
msgstr "Estéreo derecho debe estar en el canal PWM B"
2005
2005
2006
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
2007
+ msgid "Stopping AP is not supported."
2008
+ msgstr ""
2009
+
2006
2010
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
2007
2011
msgid "Supply at least one UART pin"
2008
2012
msgstr "Suministre al menos un pin UART"
@@ -2318,6 +2322,7 @@ msgid "Unkown error code %d"
2318
2322
msgstr ""
2319
2323
2320
2324
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2325
+ #: shared-module/adafruit_pixelbuf/PixelMap.c
2321
2326
#, c-format
2322
2327
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2323
2328
msgstr "Número incomparable de elementos en RHS (%d esperado,%d obtenido)."
@@ -2407,6 +2412,18 @@ msgstr ""
2407
2412
msgid "Wi-Fi: "
2408
2413
msgstr ""
2409
2414
2415
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
2416
+ msgid "Wifi is in access point mode."
2417
+ msgstr ""
2418
+
2419
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
2420
+ msgid "Wifi is in station mode."
2421
+ msgstr ""
2422
+
2423
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
2424
+ msgid "Wifi is not enabled"
2425
+ msgstr ""
2426
+
2410
2427
#: main.c
2411
2428
msgid "Woken up by alarm.\n"
2412
2429
msgstr "Despertado por la alarma.\n"
@@ -3200,6 +3217,10 @@ msgstr "relleno (padding) incorrecto"
3200
3217
msgid "index is out of bounds"
3201
3218
msgstr "el índice está fuera de límites"
3202
3219
3220
+ #: shared-bindings/adafruit_pixelbuf/PixelMap.c
3221
+ msgid "index must be tuple or int"
3222
+ msgstr ""
3223
+
3203
3224
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3204
3225
#: ports/espressif/common-hal/pulseio/PulseIn.c
3205
3226
#: shared-bindings/bitmaptools/__init__.c
@@ -3579,6 +3600,10 @@ msgstr "potencia negativa sin float support"
3579
3600
msgid "negative shift count"
3580
3601
msgstr "cuenta de corrimientos negativo"
3581
3602
3603
+ #: shared-bindings/adafruit_pixelbuf/PixelMap.c
3604
+ msgid "nested index must be int"
3605
+ msgstr ""
3606
+
3582
3607
#: shared-module/sdcardio/SDCard.c
3583
3608
msgid "no SD card"
3584
3609
msgstr "no hay tarjeta SD"
0 commit comments