|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-11-27 23:57-0500\n" |
| 10 | +"POT-Creation-Date: 2020-12-08 09:56-0800\n" |
11 | 11 | "PO-Revision-Date: 2020-11-27 18:34+0000\n" |
12 | 12 | "Last-Translator: Iván Montiel Cardona <ivan_montiel2013@hotmail.com>\n" |
13 | 13 | "Language-Team: \n" |
@@ -511,8 +511,8 @@ msgstr "El tamaño del búfer debe ser múltiplo de 512" |
511 | 511 | msgid "Buffer must be a multiple of 512 bytes" |
512 | 512 | msgstr "Búfer deber ser un múltiplo de 512 bytes" |
513 | 513 |
|
514 | | -#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c |
515 | | -#: shared-bindings/busio/I2C.c |
| 514 | +#: shared-bindings/adafruit_bus_device/I2CDevice.c |
| 515 | +#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c |
516 | 516 | msgid "Buffer must be at least length 1" |
517 | 517 | msgstr "Buffer debe ser de longitud 1 como minimo" |
518 | 518 |
|
@@ -1318,7 +1318,7 @@ msgstr "El chip no tiene DAC" |
1318 | 1318 | msgid "No DMA channel found" |
1319 | 1319 | msgstr "No se encontró el canal DMA" |
1320 | 1320 |
|
1321 | | -#: shared-module/busdevice/I2CDevice.c |
| 1321 | +#: shared-module/adafruit_bus_device/I2CDevice.c |
1322 | 1322 | #, c-format |
1323 | 1323 | msgid "No I2C device at address: %x" |
1324 | 1324 | msgstr "" |
@@ -1533,6 +1533,7 @@ msgstr "Permiso denegado" |
1533 | 1533 | msgid "Pin does not have ADC capabilities" |
1534 | 1534 | msgstr "Pin no tiene capacidad ADC" |
1535 | 1535 |
|
| 1536 | +#: shared-bindings/adafruit_bus_device/SPIDevice.c |
1536 | 1537 | #: shared-bindings/digitalio/DigitalInOut.c |
1537 | 1538 | msgid "Pin is input only" |
1538 | 1539 | msgstr "El pin es solo de entrada" |
@@ -1592,9 +1593,12 @@ msgid "Prefix buffer must be on the heap" |
1592 | 1593 | msgstr "El prefijo del buffer debe estar en el heap" |
1593 | 1594 |
|
1594 | 1595 | #: main.c |
1595 | | -msgid "Press any key to enter the REPL. Use CTRL-D to reload." |
| 1596 | +msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n" |
| 1597 | +msgstr "" |
| 1598 | + |
| 1599 | +#: main.c |
| 1600 | +msgid "Pretending to deep sleep until alarm, any key or file write.\n" |
1596 | 1601 | msgstr "" |
1597 | | -"Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar." |
1598 | 1602 |
|
1599 | 1603 | #: shared-bindings/digitalio/DigitalInOut.c |
1600 | 1604 | msgid "Pull not used when direction is output." |
@@ -2089,6 +2093,10 @@ msgstr "" |
2089 | 2093 | msgid "WiFi password must be between 8 and 63 characters" |
2090 | 2094 | msgstr "La clave de WiFi debe ser entre 8 y 63 caracteres" |
2091 | 2095 |
|
| 2096 | +#: main.c |
| 2097 | +msgid "Woken up by alarm.\n" |
| 2098 | +msgstr "" |
| 2099 | + |
2092 | 2100 | #: ports/nrf/common-hal/_bleio/PacketBuffer.c |
2093 | 2101 | msgid "Writes not supported on Characteristic" |
2094 | 2102 | msgstr "Escrituras no admitidas en Characteristic" |
@@ -3876,6 +3884,10 @@ msgstr "zi debe ser de tipo flotante" |
3876 | 3884 | msgid "zi must be of shape (n_section, 2)" |
3877 | 3885 | msgstr "zi debe ser una forma (n_section,2)" |
3878 | 3886 |
|
| 3887 | +#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload." |
| 3888 | +#~ msgstr "" |
| 3889 | +#~ "Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar." |
| 3890 | + |
3879 | 3891 | #~ msgid "Only IPv4 SOCK_STREAM sockets supported" |
3880 | 3892 | #~ msgstr "Solo hay capacidad para enchufes IPv4 SOCK_STREAM" |
3881 | 3893 |
|
|
0 commit comments