@@ -245,10 +245,6 @@ msgstr "%q fuera de limites"
245
245
msgid "%q out of range"
246
246
msgstr "%q fuera de rango"
247
247
248
- #: ports/atmel-samd/common-hal/microcontroller/Pin.c
249
- msgid "%q pin invalid"
250
- msgstr "pin inválido %q"
251
-
252
248
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
253
249
msgid "%q step cannot be zero"
254
250
msgstr "%q paso no puede ser cero"
@@ -1275,9 +1271,11 @@ msgid "Interrupt error."
1275
1271
msgstr "Error de interrupción."
1276
1272
1277
1273
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1274
+ #: shared-bindings/displayio/EPaperDisplay.c
1278
1275
msgid "Invalid %q"
1279
1276
msgstr "%q inválido"
1280
1277
1278
+ #: ports/atmel-samd/common-hal/microcontroller/Pin.c
1281
1279
#: shared-bindings/microcontroller/Pin.c
1282
1280
msgid "Invalid %q pin"
1283
1281
msgstr "Pin %q inválido"
@@ -2278,7 +2276,8 @@ msgstr "Incapaz de inicializar el parser"
2278
2276
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2279
2277
#, c-format
2280
2278
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2281
- msgstr "No es posible de inicializar el controlador ADC DMA, código de error:%d"
2279
+ msgstr ""
2280
+ "No es posible de inicializar el controlador ADC DMA, código de error:%d"
2282
2281
2283
2282
#: shared-module/displayio/OnDiskBitmap.c
2284
2283
msgid "Unable to read color palette data"
@@ -4480,6 +4479,9 @@ msgstr "zi debe ser de tipo flotante"
4480
4479
msgid "zi must be of shape (n_section, 2)"
4481
4480
msgstr "zi debe ser una forma (n_section,2)"
4482
4481
4482
+ #~ msgid "%q pin invalid"
4483
+ #~ msgstr "pin inválido %q"
4484
+
4483
4485
#~ msgid ""
4484
4486
#~ "\n"
4485
4487
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"
0 commit comments