@@ -8,8 +8,8 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
11
- "PO-Revision-Date : 2023-02-23 17:53 +0000\n "
12
- "Last-Translator : Luis Ruiz San Segundo <luisan00@hotmail .com>\n "
11
+ "PO-Revision-Date : 2023-02-24 23:20 +0000\n "
12
+ "Last-Translator : Jose David M <jquintana202020@gmail .com>\n "
13
13
"Language-Team : \n "
14
14
"Language : es\n "
15
15
"MIME-Version : 1.0\n "
@@ -35,15 +35,14 @@ msgstr ""
35
35
"Código detenido por la auto-recarga. Recargando pronto.\n"
36
36
37
37
#: main.c
38
- #, fuzzy
39
38
msgid ""
40
39
"\n"
41
40
"Invalid CIRCUITPY_PYSTACK_SIZE\n"
42
41
"\n"
43
42
"\r"
44
43
msgstr ""
45
44
"\n"
46
- "CIRCUITPY_PYSTACK_SIZE no válido \n"
45
+ "CIRCUITPY_PYSTACK_SIZE inválido \n"
47
46
"\n"
48
47
"\n"
49
48
@@ -210,7 +209,7 @@ msgstr "%q debe ser >= %d"
210
209
211
210
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
212
211
msgid "%q must be array of type 'H'"
213
- msgstr ""
212
+ msgstr "%q debe ser un arreglo de tipo 'H' "
214
213
215
214
#: shared-bindings/analogbufio/BufferedIn.c
216
215
msgid "%q must be a bytearray or array of type 'H' or 'B'"
@@ -610,7 +609,8 @@ msgstr "Por debajo de la tasa mínima de refrescamiento"
610
609
611
610
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
612
611
msgid "Bit clock and word select must be sequential pins"
613
- msgstr "Le reloj de bit y de selector de palabra deben ser pines secuenciales"
612
+ msgstr ""
613
+ "Los pines de reloj de bit y de selector de palabra deben ser secuenciales"
614
614
615
615
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
616
616
msgid "Bit clock and word select must share a clock unit"
@@ -2255,7 +2255,7 @@ msgstr "Imposible de asignar el heap."
2255
2255
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2256
2256
#, c-format
2257
2257
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2258
- msgstr ""
2258
+ msgstr "Imposible de configurar el controlador ADC DMA , código de error:%d "
2259
2259
2260
2260
#: ports/espressif/common-hal/busio/I2C.c
2261
2261
msgid "Unable to create lock"
@@ -2278,7 +2278,7 @@ msgstr "Incapaz de inicializar el parser"
2278
2278
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2279
2279
#, c-format
2280
2280
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2281
- msgstr ""
2281
+ msgstr "No es posible de inicializar el controlador ADC DMA, código de error:%d "
2282
2282
2283
2283
#: shared-module/displayio/OnDiskBitmap.c
2284
2284
msgid "Unable to read color palette data"
@@ -2287,7 +2287,7 @@ msgstr "No se pudo leer los datos de la paleta de colores"
2287
2287
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2288
2288
#, c-format
2289
2289
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2290
- msgstr ""
2290
+ msgstr "Imposible de iniciar el controlador ADC DMA, código de error:%d "
2291
2291
2292
2292
#: ports/espressif/common-hal/mdns/Server.c
2293
2293
#: ports/raspberrypi/common-hal/mdns/Server.c
0 commit comments