2018-08-20 23:27:38 -04:00
|
|
|
# Spanish translation.
|
2018-07-31 19:53:54 -04:00
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
2018-08-20 23:27:38 -04:00
|
|
|
# Carlos Diaz <carlos.santiago.diaz@gmail.com>, 2018.
|
2018-11-29 09:23:42 -05:00
|
|
|
# Juan Biondi <juanernestobiondi@gmail.com>, 2018.
|
2018-07-31 19:53:54 -04:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: \n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2019-02-12 18:01:52 -05:00
|
|
|
"POT-Creation-Date: 2019-02-12 15:01-0800\n"
|
2018-08-25 11:39:09 -04:00
|
|
|
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
"Last-Translator: \n"
|
|
|
|
"Language-Team: \n"
|
|
|
|
"Language: en_US\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"X-Generator: Poedit 2.1.1\n"
|
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: extmod/machine_i2c.c:299
|
|
|
|
msgid "invalid I2C peripheral"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "periférico I2C inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: extmod/machine_i2c.c:338 extmod/machine_i2c.c:352 extmod/machine_i2c.c:366
|
|
|
|
#: extmod/machine_i2c.c:390
|
2018-08-16 16:34:12 -04:00
|
|
|
msgid "I2C operation not supported"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "operación I2C no soportada"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-16 17:37:06 -04:00
|
|
|
#: extmod/machine_mem.c:45 ports/unix/modmachine.c:53
|
2018-08-16 16:34:12 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "address %08x is not aligned to %d bytes"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "la dirección %08x no esta alineada a %d bytes"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/machine_spi.c:57
|
|
|
|
msgid "invalid SPI peripheral"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "periférico SPI inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/machine_spi.c:124
|
|
|
|
msgid "buffers must be the same length"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "los buffers deben de tener la misma longitud"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/machine_spi.c:207
|
|
|
|
msgid "bits must be 8"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "bits debe ser 8"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/machine_spi.c:210
|
|
|
|
msgid "firstbit must be MSB"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "firstbit debe ser MSB"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/machine_spi.c:215
|
|
|
|
msgid "must specify all of sck/mosi/miso"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "se deben de especificar sck/mosi/miso"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modframebuf.c:299
|
|
|
|
msgid "invalid format"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "formato inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modubinascii.c:38 extmod/moduhashlib.c:102
|
|
|
|
msgid "a bytes-like object is required"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "se requiere un objeto bytes-like"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modubinascii.c:90
|
|
|
|
msgid "odd-length string"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "string de longitud impar"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modubinascii.c:101
|
|
|
|
msgid "non-hex digit found"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "digito non-hex encontrado"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modubinascii.c:169
|
|
|
|
msgid "incorrect padding"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "relleno (padding) incorrecto"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moductypes.c:122
|
|
|
|
msgid "syntax error in uctypes descriptor"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "error de sintaxis en el descriptor uctypes"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moductypes.c:219
|
|
|
|
msgid "Cannot unambiguously get sizeof scalar"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "No se puede obtener inequívocamente sizeof escalar"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moductypes.c:397
|
|
|
|
msgid "struct: no fields"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "struct: sin campos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moductypes.c:530
|
|
|
|
msgid "struct: cannot index"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "struct: no se puede indexar"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moductypes.c:544
|
|
|
|
msgid "struct: index out of range"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "struct: index fuera de rango"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moduheapq.c:38
|
|
|
|
msgid "heap must be a list"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "heap debe ser una lista"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/moduheapq.c:86 extmod/modutimeq.c:147 extmod/modutimeq.c:172
|
|
|
|
msgid "empty heap"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "heap vacío"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modujson.c:281
|
|
|
|
msgid "syntax error in JSON"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "error de sintaxis en JSON"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modure.c:161
|
|
|
|
msgid "Splitting with sub-captures"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "Dividiendo con sub-capturas"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modure.c:207
|
|
|
|
msgid "Error in regex"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "Error en regex"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modussl_axtls.c:81
|
|
|
|
msgid "invalid key"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "llave inválida"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modussl_axtls.c:87
|
|
|
|
msgid "invalid cert"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "certificado inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/modutimeq.c:131
|
|
|
|
msgid "queue overflow"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "desbordamiento de cola(queue)"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-09-12 19:25:35 -04:00
|
|
|
#: extmod/moduzlib.c:98
|
2018-08-16 16:34:12 -04:00
|
|
|
msgid "compression header"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "encabezado de compresión"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: extmod/uos_dupterm.c:120
|
|
|
|
msgid "invalid dupterm index"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "index dupterm inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: extmod/vfs_fat.c:426 py/moduerrno.c:155
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "Read-only filesystem"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Sistema de archivos de solo-Lectura"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-08-16 17:37:06 -04:00
|
|
|
#: extmod/vfs_posix_file.c:48 ports/unix/file.c:50 py/objstringio.c:43
|
|
|
|
msgid "I/O operation on closed file"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "Operación I/O en archivo cerrado"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: lib/embed/abort_.c:8
|
|
|
|
msgid "abort() called"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "se llamó abort()"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: lib/netutils/netutils.c:83
|
|
|
|
msgid "invalid arguments"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "argumentos inválidos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: lib/utils/pyexec.c:97 py/builtinimport.c:251
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "script compilation not supported"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "script de compilación no soportado"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:152
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid " output:\n"
|
2018-08-11 23:02:53 -04:00
|
|
|
msgstr " salida:\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:166 main.c:247
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
|
|
|
|
"disable.\n"
|
|
|
|
msgstr ""
|
|
|
|
"Auto-reload habilitado. Simplemente guarda los archivos via USB para "
|
2018-10-20 20:46:17 -04:00
|
|
|
"ejecutarlos o entra al REPL para desabilitarlos.\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:168
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Running in safe mode! Auto-reload is off.\n"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Ejecutando en modo seguro! La auto-recarga esta deshabilitada.\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:170 main.c:249
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Auto-reload is off.\n"
|
2018-10-21 12:38:16 -04:00
|
|
|
msgstr "Auto-recarga deshabilitada.\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:184
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Running in safe mode! Not running saved code.\n"
|
2018-08-24 23:24:59 -04:00
|
|
|
msgstr "Ejecutando en modo seguro! No se esta ejecutando el código guardado.\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:200
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "WARNING: Your code filename has two extensions\n"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "ADVERTENCIA: El nombre de archivo de tu código tiene dos extensiones\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:221
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Code done running. Waiting for reload.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: main.c:254
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr ""
|
|
|
|
"Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: main.c:419
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "soft reboot\n"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "reinicio suave\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-10-05 15:01:36 -04:00
|
|
|
#: ports/atmel-samd/audio_dma.c:209
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361
|
|
|
|
msgid "All sync event channels in use"
|
2018-12-04 16:17:31 -05:00
|
|
|
msgstr ""
|
|
|
|
"Todos los canales de eventos de sincronización(sync event channels) están "
|
|
|
|
"siendo utilizados"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/bindings/samd/Clock.c:135
|
|
|
|
msgid "calibration is read only"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "calibration es de solo lectura"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/bindings/samd/Clock.c:137
|
|
|
|
msgid "calibration is out of range"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "calibration esta fuera de rango"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c:63
|
2018-08-16 17:37:06 -04:00
|
|
|
#: ports/nrf/common-hal/analogio/AnalogIn.c:39
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Pin does not have ADC capabilities"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Pin no tiene capacidad ADC"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:49
|
|
|
|
msgid "No DAC on chip"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "El chip no tiene DAC"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:56
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "AnalogOut not supported on given pin"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "El pin proporcionado no soporta AnalogOut"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150
|
|
|
|
msgid "Invalid bit clock pin"
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr "Pin bit clock inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153
|
|
|
|
msgid "Bit clock and word select must share a clock unit"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Bit clock y word select deben compartir una unidad de reloj"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:156
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:130
|
|
|
|
msgid "Invalid data pin"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "Pin de datos inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:169
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:174
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:145
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:150
|
|
|
|
msgid "Serializer in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "Serializer está siendo utilizado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:230
|
|
|
|
msgid "Clock unit in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "Clock unit está siendo utilizado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172
|
|
|
|
msgid "Unable to find free GCLK"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "No se pudo encontrar un GCLK libre"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:254
|
|
|
|
msgid "Too many channels in sample."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Demasiados canales en sample."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:305
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:417
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "No DMA channel found"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "No se encontró el canal DMA"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:419
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Unable to allocate buffers for signed conversion"
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr "No se pudieron asignar buffers para la conversión con signo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:109
|
|
|
|
msgid "Invalid clock pin"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "Pin clock inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134
|
|
|
|
msgid "Only 8 or 16 bit mono with "
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Solo mono de 8 o 16 bit con "
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167
|
|
|
|
msgid "sampling rate out of range"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "frecuencia de muestreo fuera de rango"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:132
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "DAC already in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "DAC ya está siendo utilizado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:136
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Right channel unsupported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Canal derecho no soportado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:139
|
2018-07-31 19:53:54 -04:00
|
|
|
#: ports/atmel-samd/common-hal/touchio/TouchIn.c:65
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/pulseio/PWMOut.c:113
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Invalid pin"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Pin inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:147
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Invalid pin for left channel"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Pin inválido para canal izquierdo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:151
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Invalid pin for right channel"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Pin inválido para canal derecho"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:154
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot output both channels on the same pin"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "No se puede tener ambos canales en el mismo pin"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:243
|
2018-07-31 19:53:54 -04:00
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c:110
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/nrf/common-hal/pulseio/PulseOut.c:107
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/pulseio/PWMOut.c:119
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "All timers in use"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Todos los timers en uso"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:285
|
2018-08-16 16:34:12 -04:00
|
|
|
msgid "All event channels in use"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "Todos los canales de eventos en uso"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:375
|
2018-09-21 12:24:04 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "Sample rate too high. It must be less than %d"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Frecuencia de muestreo demasiado alta. Debe ser menor a %d"
|
2018-09-21 12:24:04 -04:00
|
|
|
|
2018-08-20 12:39:11 -04:00
|
|
|
#: ports/atmel-samd/common-hal/busio/I2C.c:71
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Not enough pins available"
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr "No hay suficientes pines disponibles"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-20 12:39:11 -04:00
|
|
|
#: ports/atmel-samd/common-hal/busio/I2C.c:78
|
2019-01-18 14:44:53 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/SPI.c:176
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:120
|
2018-08-20 12:39:11 -04:00
|
|
|
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/busio/I2C.c:84
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Invalid pins"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "pines inválidos"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-20 12:39:11 -04:00
|
|
|
#: ports/atmel-samd/common-hal/busio/I2C.c:101
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "SDA or SCL needs a pull up"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "SDA o SCL necesitan una pull up"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-20 12:39:11 -04:00
|
|
|
#: ports/atmel-samd/common-hal/busio/I2C.c:121
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Unsupported baudrate"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Baudrate no soportado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:67
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "bytes > 8 bits not supported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "bytes > 8 bits no soportados"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:73
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:91
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "tx and rx cannot both be None"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Ambos tx y rx no pueden ser None"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:146
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:132
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Failed to allocate RX buffer"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Ha fallado la asignación del buffer RX"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:154
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Could not initialize UART"
|
2018-10-21 12:38:16 -04:00
|
|
|
msgstr "No se puede inicializar la UART"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:241
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:174
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "No RX pin"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Sin pin RX"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/atmel-samd/common-hal/busio/UART.c:300
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:209
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "No TX pin"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Sin pin TX"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-09-06 17:56:26 -04:00
|
|
|
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c:170
|
2018-11-09 19:41:08 -05:00
|
|
|
#: ports/nrf/common-hal/digitalio/DigitalInOut.c:147
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot get pull while in output mode"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "No puede ser pull mientras este en modo de salida"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c:43
|
|
|
|
#: ports/nrf/common-hal/displayio/ParallelBus.c:43
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Data 0 pin must be byte aligned"
|
|
|
|
msgstr "graphic debe ser 2048 bytes de largo"
|
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c:47
|
|
|
|
#: ports/nrf/common-hal/displayio/ParallelBus.c:47
|
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Bus pin %d is already in use"
|
|
|
|
msgstr "DAC ya está siendo utilizado"
|
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: ports/atmel-samd/common-hal/microcontroller/__init__.c:74
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/esp8266/common-hal/microcontroller/__init__.c:64
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot reset into bootloader because no bootloader is present."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "No se puede reiniciar a bootloader porque no hay bootloader presente."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:394
|
|
|
|
#: ports/nrf/common-hal/pulseio/PWMOut.c:259
|
|
|
|
#: shared-bindings/pulseio/PWMOut.c:115
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Invalid PWM frequency"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Frecuencia PWM inválida"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:110
|
|
|
|
msgid "No hardware support on pin"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Sin soporte de hardware en pin"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113
|
|
|
|
msgid "EXTINT channel already in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "El canal EXTINT ya está siendo utilizado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/esp8266/common-hal/pulseio/PulseIn.c:86
|
2019-01-10 21:32:21 -05:00
|
|
|
#: ports/nrf/common-hal/pulseio/PulseIn.c:129
|
2018-07-31 19:53:54 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "Failed to allocate RX buffer of %d bytes"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Falló la asignación del buffer RX de %d bytes"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-09-06 17:56:26 -04:00
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:205
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/esp8266/common-hal/pulseio/PulseIn.c:151
|
2019-01-10 21:32:21 -05:00
|
|
|
#: ports/nrf/common-hal/pulseio/PulseIn.c:254
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "pop from an empty PulseIn"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "pop de un PulseIn vacío"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-09-06 17:56:26 -04:00
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:237
|
2019-01-10 21:32:21 -05:00
|
|
|
#: ports/esp8266/common-hal/pulseio/PulseIn.c:182
|
|
|
|
#: ports/nrf/common-hal/pulseio/PulseIn.c:241 py/obj.c:422
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "index out of range"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "index fuera de rango"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c:178
|
|
|
|
msgid "Another send is already active"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Otro envío ya está activo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38
|
|
|
|
msgid "Both pins must support hardware interrupts"
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr "Ambos pines deben soportar interrupciones por hardware"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:46
|
|
|
|
msgid "A hardware interrupt channel is already in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "El canal EXTINT ya está siendo utilizado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/rtc/RTC.c:101
|
|
|
|
msgid "calibration value out of range +/-127"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Valor de calibración fuera del rango +/-127"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: ports/atmel-samd/common-hal/touchio/TouchIn.c:75
|
|
|
|
msgid "No free GCLKs"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Sin GCLKs libres"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: ports/esp8266/common-hal/analogio/AnalogIn.c:43
|
|
|
|
msgid "Pin %q does not have ADC capabilities"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Pin %q no tiene capacidades de ADC"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/analogio/AnalogOut.c:39
|
|
|
|
msgid "No hardware support for analog out."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Sin soporte de hardware para analog out"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/busio/SPI.c:72
|
|
|
|
msgid "Pins not valid for SPI"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Pines no válidos para SPI"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/busio/UART.c:45
|
|
|
|
msgid "Only tx supported on UART1 (GPIO2)."
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Solo tx soportada en UART1 (GPIO2)"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/busio/UART.c:67 ports/esp8266/machine_uart.c:108
|
|
|
|
msgid "invalid data bits"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "data bits inválidos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/busio/UART.c:91 ports/esp8266/machine_uart.c:144
|
|
|
|
msgid "invalid stop bits"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "stop bits inválidos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c:200
|
|
|
|
msgid "ESP8266 does not support pull down."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "ESP8266 no soporta pull down."
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c:210
|
|
|
|
msgid "GPIO16 does not support pull up."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "GPIO16 no soporta pull up."
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/microcontroller/__init__.c:66
|
|
|
|
msgid "ESP8226 does not support safe mode."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "ESP8226 no soporta modo seguro."
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:54
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:113
|
|
|
|
#, c-format
|
|
|
|
msgid "Maximum PWM frequency is %dhz."
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "La frecuencia máxima del PWM es %dhz."
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:57
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:116
|
|
|
|
msgid "Minimum PWM frequency is 1hz."
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "La frecuencia mínima del PWM es 1hz"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:68
|
|
|
|
#, c-format
|
|
|
|
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr ""
|
2018-10-20 20:46:17 -04:00
|
|
|
"PWM de múltiples frecuencias no soportado. El PWM ya se estableció a %dhz"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70
|
|
|
|
#, c-format
|
|
|
|
msgid "PWM not supported on pin %d"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "El pin %d no soporta PWM"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/pulseio/PulseIn.c:78
|
|
|
|
msgid "No PulseIn support for %q"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Sin soporte PulseIn para %q"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/storage/__init__.c:34
|
|
|
|
msgid "Unable to remount filesystem"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Incapaz de montar de nuevo el sistema de archivos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/common-hal/storage/__init__.c:38
|
|
|
|
msgid "Use esptool to erase flash and re-upload Python instead"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "Usa esptool para borrar la flash y vuelve a cargar Python en su lugar"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/esp_mphal.c:154
|
|
|
|
msgid "C-level assert"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "C-level assert"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_adc.c:57
|
|
|
|
#, c-format
|
|
|
|
msgid "not a valid ADC Channel: %d"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "no es un canal ADC válido: %d"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_hspi.c:131 ports/esp8266/machine_hspi.c:137
|
|
|
|
msgid "impossible baudrate"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "baudrate imposible"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_pin.c:129
|
|
|
|
msgid "expecting a pin"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "esperando un pin"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_pin.c:284
|
|
|
|
msgid "Pin(16) doesn't support pull"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Pin(16) no soporta para pull"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_pin.c:323
|
|
|
|
msgid "invalid pin"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "pin inválido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_pin.c:389
|
|
|
|
msgid "pin does not have IRQ capabilities"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "pin sin capacidades IRQ"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_rtc.c:185
|
|
|
|
msgid "buffer too long"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "buffer demasiado largo"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_rtc.c:209 ports/esp8266/machine_rtc.c:223
|
|
|
|
#: ports/esp8266/machine_rtc.c:246
|
|
|
|
msgid "invalid alarm"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "alarma inválida"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_uart.c:169
|
|
|
|
#, c-format
|
|
|
|
msgid "UART(%d) does not exist"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "UART(%d) no existe"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/machine_uart.c:219
|
|
|
|
msgid "UART(1) can't read"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "UART(1) no puede leer"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modesp.c:119
|
|
|
|
msgid "len must be multiple of 4"
|
2018-09-29 22:32:57 -04:00
|
|
|
msgstr "len debe de ser múltiple de 4"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modesp.c:274
|
|
|
|
#, c-format
|
|
|
|
msgid "memory allocation failed, allocating %u bytes for native code"
|
2018-10-24 21:20:50 -04:00
|
|
|
msgstr "falló la asignación de memoria, asignando %u bytes para código nativo"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modesp.c:317
|
|
|
|
msgid "flash location must be below 1MByte"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "la ubicación de la flash debe estar debajo de 1MByte"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modmachine.c:63
|
|
|
|
msgid "frequency can only be either 80Mhz or 160MHz"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "la frecuencia solo puede ser 80MHz o 160MHz"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:61
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "AP required"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "AP requerido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:61
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "STA required"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "STA requerido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:87
|
|
|
|
msgid "Cannot update i/f status"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "No se puede actualizar i/f status"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:142
|
|
|
|
msgid "Cannot set STA config"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "No se puede establecer STA config"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:144
|
|
|
|
msgid "Cannot connect to AP"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "No se puede conectar a AP"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:152
|
|
|
|
msgid "Cannot disconnect from AP"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "No se puede desconectar de AP"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:173
|
|
|
|
msgid "unknown status param"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "status param desconocido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:222
|
|
|
|
msgid "STA must be active"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "STA debe estar activo"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:239
|
|
|
|
msgid "scan failed"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "scan ha fallado"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:306
|
|
|
|
msgid "wifi_set_ip_info() failed"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "wifi_set_ip_info() ha fallado"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:319
|
|
|
|
msgid "either pos or kw args are allowed"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "ya sea pos o kw args son permitidos"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:329
|
|
|
|
msgid "can't get STA config"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "no se puede obtener STA config"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:331
|
|
|
|
msgid "can't get AP config"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "no se puede obtener AP config"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:346
|
|
|
|
msgid "invalid buffer length"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "longitud de buffer inválida"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:405
|
|
|
|
msgid "can't set STA config"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "no se puede establecer STA config"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:407
|
|
|
|
msgid "can't set AP config"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "no se puede establecer AP config"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:416
|
|
|
|
msgid "can query only one param"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "puede consultar solo un param"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: ports/esp8266/modnetwork.c:469
|
|
|
|
msgid "unknown config param"
|
2018-09-30 13:04:22 -04:00
|
|
|
msgstr "parámetro config desconocido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-16 17:37:06 -04:00
|
|
|
#: ports/nrf/common-hal/analogio/AnalogOut.c:37
|
|
|
|
msgid "AnalogOut functionality not supported"
|
2018-10-03 22:07:16 -04:00
|
|
|
msgstr "Funcionalidad AnalogOut no soportada"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Adapter.c:43
|
2018-08-31 15:34:01 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Adapter.c:119
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to change softdevice state"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede cambiar el estado del softdevice, error: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Adapter.c:128
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to get softdevice state"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede obtener el estado del softdevice, error: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Adapter.c:147
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to get local address"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede obtener la dirección local, error: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Broadcaster.c:48
|
|
|
|
msgid "interval not in range 0.0020 to 10.24"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Broadcaster.c:58
|
|
|
|
#: ports/nrf/common-hal/bleio/Peripheral.c:56
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Data too large for advertisement packet"
|
|
|
|
msgstr "Los datos no caben en el paquete de anuncio."
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Broadcaster.c:83
|
2019-01-31 12:38:29 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Peripheral.c:332
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to start advertising, err 0x%04x"
|
|
|
|
msgstr "No se puede inicar el anuncio. status: 0x%02x"
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Broadcaster.c:96
|
2019-01-31 12:38:29 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Peripheral.c:344
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to stop advertising, err 0x%04x"
|
|
|
|
msgstr "No se puede detener el anuncio. status: 0x%02x"
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:59
|
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to read CCCD value, err 0x%04x"
|
|
|
|
msgstr "No se puede leer el valor del atributo. status 0x%02x"
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:89
|
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to read gatts value, err 0x%04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede escribir el valor del atributo. status: 0x%02x"
|
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:106
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to write gatts value, err 0x%04x"
|
|
|
|
msgstr "No se puede escribir el valor del atributo. status: 0x%02x"
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:132
|
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to notify or indicate attribute value, err %0x04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede notificar el valor del anuncio. status: 0x%02x"
|
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:144
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to read attribute value, err %0x04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede leer el valor del atributo. status 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:172 ports/nrf/sd_mutex.c:34
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to acquire mutex, err 0x%04x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede adquirir el mutex, status: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:178
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to write attribute value, err 0x%04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede escribir el valor del atributo. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:189 ports/nrf/sd_mutex.c:54
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to release mutex, err 0x%04x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede liberar el mutex, status: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:251
|
|
|
|
#: ports/nrf/common-hal/bleio/Characteristic.c:284
|
|
|
|
msgid "bad GATT role"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:80
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:112
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Data too large for the advertisement packet"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "Los datos no caben en el paquete de anuncio."
|
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:262
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to discover services"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede descubrir servicios, status: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:268
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:302
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to acquire mutex"
|
|
|
|
msgstr "No se puede adquirir el mutex, status: 0x%08lX"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:280
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:313
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:344
|
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:378
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to release mutex"
|
|
|
|
msgstr "No se puede liberar el mutex, status: 0x%08lX"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:389
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to continue scanning"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede iniciar el escaneo. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:421
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to connect:"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede conectar. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:491
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to add service"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede detener el anuncio. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:508
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to start advertising"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede inicar el anuncio. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:525
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to stop advertising"
|
|
|
|
msgstr "No se puede detener el anuncio. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:550
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to start scanning"
|
|
|
|
msgstr "No se puede iniciar el escaneo. status: 0x%02x"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Device.c:566
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Failed to create mutex"
|
|
|
|
msgstr "No se puede leer el valor del atributo. status 0x%02x"
|
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Peripheral.c:312
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to add service, err 0x%04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede detener el anuncio. status: 0x%02x"
|
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Scanner.c:75
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to continue scanning, err 0x%04x"
|
2018-08-31 15:34:01 -04:00
|
|
|
msgstr "No se puede iniciar el escaneo. status: 0x%02x"
|
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Scanner.c:101
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to start scanning, err 0x%04x"
|
|
|
|
msgstr "No se puede iniciar el escaneo. status: 0x%02x"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Service.c:88
|
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Failed to add characteristic, err 0x%04x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se puede añadir caracteristica, status: 0x%08lX"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/Service.c:92
|
|
|
|
msgid "Characteristic already in use by another Service."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ports/nrf/common-hal/bleio/UUID.c:54
|
2018-08-31 15:34:01 -04:00
|
|
|
#, fuzzy, c-format
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
|
2018-11-07 14:12:22 -05:00
|
|
|
msgstr "No se puede agregar el Vendor Specific 128-bit UUID."
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/UUID.c:73
|
|
|
|
#, c-format
|
|
|
|
msgid "Could not decode ble_uuid, err 0x%04x"
|
|
|
|
msgstr ""
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/bleio/UUID.c:88
|
|
|
|
msgid "Unexpected nrfx uuid type"
|
|
|
|
msgstr ""
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/busio/I2C.c:98
|
2018-09-20 21:53:07 -04:00
|
|
|
msgid "All I2C peripherals are in use"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Todos los timers están siendo usados"
|
2018-09-20 21:53:07 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: ports/nrf/common-hal/busio/SPI.c:133
|
2018-09-20 21:53:07 -04:00
|
|
|
msgid "All SPI peripherals are in use"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Todos los timers están siendo usados"
|
2018-09-20 21:53:07 -04:00
|
|
|
|
2018-12-04 16:17:31 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:49
|
2018-09-25 15:10:44 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "error = 0x%08lX"
|
2018-10-04 23:22:17 -04:00
|
|
|
msgstr "error = 0x%08lx"
|
2018-09-25 15:10:44 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:95
|
2018-09-25 15:10:44 -04:00
|
|
|
msgid "Invalid buffer size"
|
2018-10-04 23:22:17 -04:00
|
|
|
msgstr "Tamaño de buffer inválido"
|
2018-09-25 15:10:44 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:99
|
2018-09-25 15:10:44 -04:00
|
|
|
msgid "Odd parity is not supported"
|
2018-10-04 23:22:17 -04:00
|
|
|
msgstr "Paridad impar no soportada"
|
2018-09-25 15:10:44 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
|
|
|
|
#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
|
|
|
|
#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
|
|
|
|
#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
|
|
|
|
#: ports/nrf/common-hal/busio/UART.c:377
|
2018-10-03 00:30:31 -04:00
|
|
|
msgid "busio.UART not available"
|
2018-10-04 23:22:17 -04:00
|
|
|
msgstr "busio.UART no disponible"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: ports/nrf/common-hal/microcontroller/Processor.c:48
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Cannot get temperature"
|
2018-10-02 23:34:47 -04:00
|
|
|
msgstr "No se puede obtener la temperatura. status: 0x%02x"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
|
|
|
#: ports/unix/modffi.c:138
|
|
|
|
msgid "Unknown type"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "Tipo desconocido"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
|
|
|
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
|
|
|
|
msgid "Error in ffi_prep_cif"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "Error en ffi_prep_cif"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
|
|
|
#: ports/unix/modffi.c:270
|
|
|
|
msgid "ffi_prep_closure_loc"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "ffi_prep_closure_loc"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
|
|
|
#: ports/unix/modffi.c:413
|
|
|
|
msgid "Don't know how to pass object to native function"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No se sabe cómo pasar objeto a función nativa"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
|
|
|
#: ports/unix/modusocket.c:474
|
|
|
|
#, c-format
|
|
|
|
msgid "[addrinfo error %d]"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "[addrinfo error %d]"
|
2018-08-16 17:37:06 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:53
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "function does not take keyword arguments"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "la función no tiene argumentos por palabra clave"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/argcheck.c:63 py/bc.c:85 py/objnamedtuple.c:108
|
2018-08-09 17:15:18 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "function takes %d positional arguments but %d were given"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:73
|
2018-08-09 17:15:18 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "function missing %d required positional arguments"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "a la función le hacen falta %d argumentos posicionales requeridos"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:81
|
2018-08-09 17:15:18 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "function expected at most %d arguments, got %d"
|
2018-11-30 01:17:37 -05:00
|
|
|
msgstr "la función esperaba minimo %d argumentos, tiene %d"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:106
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "'%q' argument required"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "argumento '%q' requerido"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:131
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "extra positional arguments given"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento posicional adicional dado"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:139
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "extra keyword arguments given"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento(s) por palabra clave adicionales fueron dados"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:151
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "argument num/types mismatch"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento número/tipos no coinciden"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: py/argcheck.c:156
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "keyword argument(s) not yet implemented - use normal args instead"
|
2018-12-04 16:17:31 -05:00
|
|
|
msgstr ""
|
|
|
|
"argumento(s) por palabra clave aún no implementados - usa argumentos "
|
|
|
|
"normales en su lugar"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/bc.c:88 py/objnamedtuple.c:112
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "%q() takes %d positional arguments but %d were given"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
|
|
|
#: py/bc.c:197 py/bc.c:215
|
|
|
|
msgid "unexpected keyword argument"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "argumento por palabra clave inesperado"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
|
|
|
#: py/bc.c:199
|
|
|
|
msgid "keywords must be strings"
|
2018-10-08 23:05:30 -04:00
|
|
|
msgstr "palabras clave deben ser strings"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/bc.c:206 py/objnamedtuple.c:142
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "function got multiple values for argument '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "la función tiene múltiples valores para el argumento '%q'"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/bc.c:218 py/objnamedtuple.c:134
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "unexpected keyword argument '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento por palabra clave inesperado '%q'"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
|
|
|
#: py/bc.c:244
|
|
|
|
#, c-format
|
|
|
|
msgid "function missing required positional argument #%d"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "la función requiere del argumento posicional #%d"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
|
|
|
#: py/bc.c:260
|
|
|
|
msgid "function missing required keyword argument '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "la función requiere del argumento por palabra clave '%q'"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/bc.c:269
|
|
|
|
msgid "function missing keyword-only argument"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "falta palabra clave para función"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/binary.c:112
|
|
|
|
msgid "bad typecode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "typecode erroneo"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/builtinevex.c:99
|
|
|
|
msgid "bad compile mode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "modo de compilación erroneo"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: py/builtinhelp.c:137
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Plus any modules on the filesystem\n"
|
|
|
|
msgstr "Incapaz de montar de nuevo el sistema de archivos"
|
|
|
|
|
|
|
|
#: py/builtinhelp.c:183
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"Welcome to Adafruit CircuitPython %s!\n"
|
|
|
|
"\n"
|
|
|
|
"Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
|
|
|
|
"\n"
|
|
|
|
"To list built-in modules please do `help(\"modules\")`.\n"
|
|
|
|
msgstr ""
|
2018-11-29 09:23:42 -05:00
|
|
|
"Bienvenido a Adafruit CircuitPython %s!\n"
|
|
|
|
"\n"
|
2018-12-04 16:17:31 -05:00
|
|
|
"Visita learn.adafruit.com/category/circuitpython para obtener guías de "
|
|
|
|
"proyectos.\n"
|
2018-11-29 09:23:42 -05:00
|
|
|
"\n"
|
|
|
|
"Para listar los módulos incorporados por favor haga `help(\"modules\")`.\n"
|
2018-11-09 19:41:08 -05:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: py/builtinimport.c:336
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "cannot perform relative import"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puedo realizar importación relativa"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: py/builtinimport.c:420 py/builtinimport.c:532
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "module not found"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "módulo no encontrado"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: py/builtinimport.c:423 py/builtinimport.c:535
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "no module named '%q'"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "ningún módulo se llama '%q'"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: py/builtinimport.c:510
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "relative import"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "import relativo"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:397 py/compile.c:542
|
|
|
|
msgid "can't assign to expression"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede asignar a la expresión"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:416
|
|
|
|
msgid "multiple *x in assignment"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "múltiples *x en la asignación"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:642
|
|
|
|
msgid "non-default argument follows default argument"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento no predeterminado sigue argumento predeterminado"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:771 py/compile.c:789
|
|
|
|
msgid "invalid micropython decorator"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "decorador de micropython inválido"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:943
|
|
|
|
msgid "can't delete expression"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede borrar la expresión"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:955
|
|
|
|
msgid "'break' outside loop"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "'break' fuera de un bucle"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:958
|
|
|
|
msgid "'continue' outside loop"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "'continue' fuera de un bucle"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:969
|
|
|
|
msgid "'return' outside function"
|
2018-08-25 11:39:09 -04:00
|
|
|
msgstr "'return' fuera de una función"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:1169
|
|
|
|
msgid "identifier redefined as global"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "identificador redefinido como global"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:1185
|
|
|
|
msgid "no binding for nonlocal found"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se ha encontrado ningún enlace para nonlocal"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:1188
|
|
|
|
msgid "identifier redefined as nonlocal"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "identificador redefinido como nonlocal"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:1197
|
|
|
|
msgid "can't declare nonlocal in outer code"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede declarar nonlocal"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:1542
|
|
|
|
msgid "default 'except' must be last"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'except' por defecto deberia estar de último"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2095
|
|
|
|
msgid "*x must be assignment target"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "*x debe ser objetivo de la tarea"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2193
|
|
|
|
msgid "super() can't find self"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "super() no puede encontrar self"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2256
|
|
|
|
msgid "can't have multiple *x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no puede tener multiples *x"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2263
|
|
|
|
msgid "can't have multiple **x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no puede tener multiples *x"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2271
|
|
|
|
msgid "LHS of keyword arg must be an id"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "LHS del agumento por palabra clave deberia ser un identificador"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2287
|
|
|
|
msgid "non-keyword arg after */**"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no deberia estar/tener agumento por palabra clave despues de */**"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2291
|
|
|
|
msgid "non-keyword arg after keyword arg"
|
2018-12-04 16:17:31 -05:00
|
|
|
msgstr ""
|
|
|
|
"no deberia estar/tener agumento por palabra clave despues de argumento por "
|
|
|
|
"palabra clave"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2463 py/compile.c:2473 py/compile.c:2712 py/compile.c:2742
|
|
|
|
#: py/parse.c:1176
|
|
|
|
msgid "invalid syntax"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "sintaxis inválida"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/compile.c:2465
|
|
|
|
msgid "expecting key:value for dict"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "esperando la clave:valor para dict"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2475
|
|
|
|
msgid "expecting just a value for set"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "esperando solo un valor para set"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2600
|
|
|
|
msgid "'yield' outside function"
|
2018-08-30 19:12:20 -04:00
|
|
|
msgstr ""
|
|
|
|
"No es posible reiniciar en modo bootloader porque no hay bootloader presente."
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2619
|
|
|
|
msgid "'await' outside function"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'await' fuera de la función"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2774
|
|
|
|
msgid "name reused for argument"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "nombre reusado para argumento"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:2827
|
|
|
|
msgid "parameter annotation must be an identifier"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "parámetro de anotación debe ser un identificador"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:2969 py/compile.c:3137
|
|
|
|
msgid "return annotation must be an identifier"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "la anotación de retorno debe ser un identificador"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:3097
|
|
|
|
msgid "inline assembler must be a function"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "ensamblador en línea debe ser una función"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:3134
|
|
|
|
msgid "unknown type"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "tipo desconocido"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:3154
|
|
|
|
msgid "expecting an assembler instruction"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "esperando una instrucción de ensamblador"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:3184
|
|
|
|
msgid "'label' requires 1 argument"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'label' requiere 1 argumento"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:3190
|
|
|
|
msgid "label redefined"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "etiqueta redefinida"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:3196
|
|
|
|
msgid "'align' requires 1 argument"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'align' requiere 1 argumento"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
|
|
|
#: py/compile.c:3205
|
|
|
|
msgid "'data' requires at least 2 arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'data' requiere como minomo 2 argumentos"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-08-08 21:24:49 -04:00
|
|
|
#: py/compile.c:3212
|
|
|
|
msgid "'data' requires integer arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'data' requiere argumentos de tipo entero"
|
2018-08-08 21:24:49 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:102
|
|
|
|
msgid "can only have up to 4 parameters to Thumb assembly"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "solo puede tener hasta 4 parámetros para ensamblar Thumb"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:107 py/emitinlinethumb.c:112
|
|
|
|
msgid "parameters must be registers in sequence r0 to r3"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "los parametros deben ser registros en secuencia del r0 al r3"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:188 py/emitinlinethumb.c:230
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects at most r%d"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera a lo sumo r%d"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinethumb.c:197 py/emitinlinextensa.c:162
|
2018-08-16 16:34:12 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects a register"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera un registro"
|
2018-08-24 23:24:59 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:211
|
2018-10-20 20:46:17 -04:00
|
|
|
#, c-format
|
2018-10-06 08:02:57 -04:00
|
|
|
msgid "'%s' expects a special register"
|
|
|
|
msgstr "ord espera un carácter"
|
|
|
|
|
|
|
|
#: py/emitinlinethumb.c:239
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects an FPU register"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera un registro de FPU"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinethumb.c:292
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects {r0, r1, ...}"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera {r0, r1, ...}"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinethumb.c:299 py/emitinlinextensa.c:169
|
2018-08-16 16:34:12 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects an integer"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera un entero"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:304
|
2018-08-16 16:34:12 -04:00
|
|
|
#, c-format
|
2018-10-06 08:02:57 -04:00
|
|
|
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' entero 0x%x no cabe en la máscara 0x%x"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:328
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects an address of the form [a, b]"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera una dirección de forma [a, b]"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:334 py/emitinlinextensa.c:182
|
2018-08-16 16:34:12 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' expects a label"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' espera una etiqueta"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:345 py/emitinlinextensa.c:193
|
2018-08-16 16:34:12 -04:00
|
|
|
msgid "label '%q' not defined"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "etiqueta '%q' no definida"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-10-06 08:02:57 -04:00
|
|
|
#: py/emitinlinethumb.c:806
|
|
|
|
#, c-format
|
|
|
|
msgid "unsupported Thumb instruction '%s' with %d arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "instrucción de tipo Thumb no admitida '%s' con %d argumentos"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinethumb.c:810
|
|
|
|
msgid "branch not in range"
|
|
|
|
msgstr "El argumento de chr() no esta en el rango(256)"
|
|
|
|
|
|
|
|
#: py/emitinlinextensa.c:86
|
|
|
|
msgid "can only have up to 4 parameters to Xtensa assembly"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "solo puede tener hasta 4 parámetros para ensamblador Xtensa"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinextensa.c:91 py/emitinlinextensa.c:96
|
|
|
|
msgid "parameters must be registers in sequence a2 to a5"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "los parámetros deben ser registros en secuencia de a2 a a5"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
|
|
|
#: py/emitinlinextensa.c:174
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' integer %d is not within range %d..%d"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "'%s' entero %d no esta dentro del rango %d..%d"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: py/emitinlinextensa.c:327
|
|
|
|
#, c-format
|
|
|
|
msgid "unsupported Xtensa instruction '%s' with %d arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "instrucción Xtensa '%s' con %d argumentos no soportada"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:183
|
|
|
|
msgid "unknown type '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "tipo desconocido '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:260
|
|
|
|
msgid "Viper functions don't currently support more than 4 arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "funciones Viper actualmente no soportan más de 4 argumentos."
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/emitnative.c:742
|
|
|
|
msgid "conversion to object"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "conversión a objeto"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: py/emitnative.c:921
|
|
|
|
msgid "local '%q' used before type known"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "variable local '%q' usada antes del tipo conocido"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1118 py/emitnative.c:1156
|
|
|
|
msgid "can't load from '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede cargar desde '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1128
|
|
|
|
msgid "can't load with '%q' index"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede cargar con el índice '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1188
|
|
|
|
msgid "local '%q' has type '%q' but source is '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "la variable local '%q' tiene el tipo '%q' pero la fuente es '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1289 py/emitnative.c:1379
|
|
|
|
msgid "can't store '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede almacenar '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1358 py/emitnative.c:1419
|
|
|
|
msgid "can't store to '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede almacenar para '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1369
|
|
|
|
msgid "can't store with '%q' index"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede almacenar con el indice '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1540
|
|
|
|
msgid "can't implicitly convert '%q' to 'bool'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir implícitamente '%q' a 'bool'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1774
|
|
|
|
msgid "unary op %q not implemented"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "Operación unica %q no implementada"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1930
|
|
|
|
msgid "binary op %q not implemented"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "operacion binaria %q no implementada"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:1951
|
|
|
|
msgid "can't do binary op between '%q' and '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede hacer una operacion binaria entre '%q' y '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/emitnative.c:2126
|
|
|
|
msgid "casting"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: py/emitnative.c:2173
|
|
|
|
msgid "return expected '%q' but got '%q'"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "retorno esperado '%q' pero se obtuvo '%q'"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
|
|
|
#: py/emitnative.c:2191
|
|
|
|
msgid "must raise an object"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "debe hacer un raise de un objeto"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/emitnative.c:2201
|
|
|
|
msgid "native yield"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: py/lexer.c:345
|
|
|
|
msgid "unicode name escapes"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: py/modbuiltins.c:162
|
|
|
|
msgid "chr() arg not in range(0x110000)"
|
2018-08-20 23:27:38 -04:00
|
|
|
msgstr "El argumento de chr() esta fuera de rango(0x110000)"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:171
|
|
|
|
msgid "chr() arg not in range(256)"
|
2018-08-20 23:27:38 -04:00
|
|
|
msgstr "El argumento de chr() no esta en el rango(256)"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:285
|
|
|
|
msgid "arg is an empty sequence"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "argumento es una secuencia vacía"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:350
|
|
|
|
msgid "ord expects a character"
|
2018-08-20 23:27:38 -04:00
|
|
|
msgstr "ord espera un carácter"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:353
|
|
|
|
#, c-format
|
|
|
|
msgid "ord() expected a character, but string of length %d found"
|
2018-08-20 23:27:38 -04:00
|
|
|
msgstr "ord() espera un carácter, pero encontró un string de longitud %d"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:363
|
|
|
|
msgid "3-arg pow() not supported"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "pow() con 3 argumentos no soportado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: py/modbuiltins.c:517
|
|
|
|
msgid "must use keyword argument for key function"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "debe utilizar argumento de palabra clave para la función clave"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-09 17:15:18 -04:00
|
|
|
#: py/modmath.c:41 shared-bindings/math/__init__.c:53
|
|
|
|
msgid "math domain error"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "error de dominio matemático"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
|
|
|
#: py/modmath.c:196 py/objfloat.c:270 py/objint_longlong.c:222
|
|
|
|
#: py/objint_mpz.c:230 py/runtime.c:619 shared-bindings/math/__init__.c:346
|
|
|
|
msgid "division by zero"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "división por cero"
|
2018-08-09 17:15:18 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/modmicropython.c:155
|
2018-08-09 17:15:18 -04:00
|
|
|
msgid "schedule stack full"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-20 22:46:32 -05:00
|
|
|
#: py/modstruct.c:148 py/modstruct.c:156 py/modstruct.c:244 py/modstruct.c:254
|
|
|
|
#: shared-bindings/struct/__init__.c:102 shared-bindings/struct/__init__.c:161
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-module/struct/__init__.c:128 shared-module/struct/__init__.c:183
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "buffer too small"
|
2018-08-20 23:27:38 -04:00
|
|
|
msgstr "buffer demasiado pequeño"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/modthread.c:240
|
|
|
|
msgid "expecting a dict for keyword args"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "esperando un diccionario para argumentos por palabra clave"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:147 py/moduerrno.c:150
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Permission denied"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "Permiso denegado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:148
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "No such file/directory"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "No existe el archivo/directorio"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:149
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Input/output error"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "error Input/output"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:151
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "File exists"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "El archivo ya existe"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:152
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Unsupported operation"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "Operación no soportada"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/moduerrno.c:153
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Invalid argument"
|
2018-10-21 12:38:16 -04:00
|
|
|
msgstr "Argumento inválido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/moduerrno.c:154
|
|
|
|
msgid "No space left on device"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:92
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Traceback (most recent call last):\n"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "Traceback (ultima llamada reciente):\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:96
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid " File \"%q\", line %d"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr " Archivo \"%q\", línea %d"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:98
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid " File \"%q\""
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr " Archivo \"%q\""
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:102
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ", in %q\n"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr ", en %q\n"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:259
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert to int"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir a int"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:262
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "can't convert %s to int"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir %s a int"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:322
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert to float"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "no se puede convertir a float"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:325
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "can't convert %s to float"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "no se puede convertir %s a float"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:355
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert to complex"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir a complejo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:358
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "can't convert %s to complex"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir %s a complejo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:373
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "expected tuple/list"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "tupla/lista esperada"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:376
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "object '%s' is not a tuple or list"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el objeto '%s' no es una tupla o lista"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:387
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "tuple/list has wrong length"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "tupla/lista tiene una longitud incorrecta"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:389
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "requested length %d but object has length %d"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "longitud solicitada %d pero el objeto tiene longitud %d"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:402
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "indices must be integers"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "indices deben ser enteros"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:405
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "%q indices must be integers, not %s"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "%q indices deben ser enteros, no %s"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:425
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "%q index out of range"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "%w indice fuera de rango"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:457
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object has no len"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el objeto no tiene longitud"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:460
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "object of type '%s' has no len()"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el objeto de tipo '%s' no tiene len()"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:500
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object does not support item deletion"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "object no soporta la eliminación de elementos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:503
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object does not support item deletion"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "objeto '%s' no soporta la eliminación de elementos"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:507
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object is not subscriptable"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "el objeto no es suscriptable"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:510
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object is not subscriptable"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "el objeto '%s' no es suscriptable"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:514
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object does not support item assignment"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el objeto no soporta la asignación de elementos"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:517
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object does not support item assignment"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el objeto '%s' no soporta la asignación de elementos"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: py/obj.c:548
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object with buffer protocol required"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "objeto con protocolo de buffer requerido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objarray.c:413 py/objstr.c:428 py/objstrunicode.c:191 py/objtuple.c:188
|
2018-08-30 19:12:20 -04:00
|
|
|
#: shared-bindings/nvm/ByteArray.c:85
|
|
|
|
msgid "only slices with step=1 (aka None) are supported"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "solo se admiten segmentos con step=1 (alias None)"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objarray.c:426
|
|
|
|
msgid "lhs and rhs should be compatible"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "lhs y rhs deben ser compatibles"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107
|
|
|
|
msgid "array/bytes required on right side"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "array/bytes requeridos en el lado derecho"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objcomplex.c:203
|
|
|
|
msgid "can't do truncated division of a complex number"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede hacer la división truncada de un número complejo"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objcomplex.c:209
|
|
|
|
msgid "complex division by zero"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "división compleja por cero"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objcomplex.c:237
|
|
|
|
msgid "0.0 to a complex power"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "0.0 a una potencia compleja"
|
2018-08-20 12:39:11 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objdeque.c:107
|
|
|
|
msgid "full"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "lleno"
|
2018-08-20 12:39:11 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objdeque.c:127
|
|
|
|
msgid "empty"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "vacío"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/objdict.c:315
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "popitem(): dictionary is empty"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "popitem(): diccionario vacío"
|
2018-08-11 23:02:53 -04:00
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: py/objdict.c:358
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "dict update sequence has wrong length"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objfloat.c:308 py/parsenum.c:331
|
|
|
|
msgid "complex values not supported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "valores complejos no soportados"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objgenerator.c:108
|
|
|
|
msgid "can't send non-None value to a just-started generator"
|
2018-12-04 16:17:31 -05:00
|
|
|
msgstr ""
|
|
|
|
"no se puede enviar un valor que no sea None a un generador recién iniciado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objgenerator.c:126
|
|
|
|
msgid "generator already executing"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "generador ya se esta ejecutando"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objgenerator.c:229
|
|
|
|
msgid "generator ignored GeneratorExit"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "generador ignorado GeneratorExit"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/objgenerator.c:251
|
|
|
|
msgid "can't pend throw to just-started generator"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede colgar al generador recién iniciado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint.c:144
|
|
|
|
msgid "can't convert inf to int"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir inf en int"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint.c:146
|
|
|
|
msgid "can't convert NaN to int"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede convertir Nan a int"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint.c:163
|
|
|
|
msgid "float too big"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: py/objint.c:328
|
|
|
|
msgid "long int not supported in this build"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "long int no soportado en esta compilación"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/sequence.c:41
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "small int overflow"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "pequeño int desbordamiento"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486
|
|
|
|
msgid "negative power with no float support"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "potencia negativa sin float support"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_longlong.c:251
|
|
|
|
msgid "ulonglong too large"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "ulonglong muy largo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411
|
|
|
|
msgid "negative shift count"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "cuenta negativa de turnos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_mpz.c:336
|
|
|
|
msgid "pow() with 3 arguments requires integers"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "pow() con 3 argumentos requiere enteros"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_mpz.c:347
|
|
|
|
msgid "pow() 3rd argument cannot be 0"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el 3er argumento de pow() no puede ser 0"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objint_mpz.c:415
|
|
|
|
msgid "overflow converting long int to machine word"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "desbordamiento convirtiendo long int a palabra de máquina"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objlist.c:274
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "pop from empty list"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "pop desde una lista vacía"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objnamedtuple.c:92
|
|
|
|
msgid "can't set attribute"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "no se puede asignar el atributo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objobject.c:55
|
|
|
|
msgid "__new__ arg must be a user-type"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "__new__ arg debe ser un user-type"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objrange.c:110
|
|
|
|
msgid "zero step"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "paso cero"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objset.c:371
|
|
|
|
msgid "pop from an empty set"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "pop desde un set vacío"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objslice.c:66
|
|
|
|
msgid "Length must be an int"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Length debe ser un int"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objslice.c:71
|
|
|
|
msgid "Length must be non-negative"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "Longitud no deberia ser negativa"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objslice.c:86 py/sequence.c:66
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "slice step cannot be zero"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "slice step no puede ser cero"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objslice.c:159
|
|
|
|
msgid "Cannot subclass slice"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: py/objstr.c:261
|
|
|
|
msgid "bytes value out of range"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "valor de bytes fuera de rango"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objstr.c:270
|
|
|
|
msgid "wrong number of arguments"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "numero erroneo de argumentos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:468
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "join expects a list of str/bytes objects consistent with self object"
|
2018-12-04 16:17:31 -05:00
|
|
|
msgstr ""
|
|
|
|
"join espera una lista de objetos str/bytes consistentes con el mismo objeto"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:543 py/objstr.c:648 py/objstr.c:1745
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "empty separator"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "separator vacío"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:642
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "rsplit(None,n)"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "rsplit(None,n)"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:714
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "substring not found"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "substring no encontrado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:771
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "start/end indices"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "índices inicio/final"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:932
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "bad format string"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "formato de string erroneo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:954
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "single '}' encountered in format string"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "un solo '}' encontrado en format string"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:993
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "bad conversion specifier"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "especificador de conversion erroneo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:997
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "end of format while looking for conversion specifier"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "el final del formato mientras se busca el especificador de conversión"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:999
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown conversion specifier %c"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "especificador de conversión %c desconocido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1030
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "unmatched '{' in format"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "No coinciden '{' en format"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1037
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "expected ':' after format specifier"
|
2018-11-29 09:23:42 -05:00
|
|
|
msgstr "se espera ':' despues de un especificaro de tipo format"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1051
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"can't switch from automatic field numbering to manual field specification"
|
|
|
|
msgstr ""
|
2018-12-04 16:17:31 -05:00
|
|
|
"no se puede cambiar de la numeración automática de campos a la "
|
|
|
|
"especificación de campo manual"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1056 py/objstr.c:1084
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "tuple index out of range"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "tuple index fuera de rango"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1072
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "attributes not supported yet"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "atributos aún no soportados"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1080
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"can't switch from manual field specification to automatic field numbering"
|
2019-01-13 23:52:05 -05:00
|
|
|
msgstr ""
|
|
|
|
"no se puede cambiar de especificación de campo manual a numeración "
|
|
|
|
"automática de campos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1172
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "invalid format specifier"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "especificador de formato inválido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1193
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "sign not allowed in string format specifier"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "signo no permitido en el espeficador de string format"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1201
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "sign not allowed with integer format specifier 'c'"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "signo no permitido con el especificador integer format 'c'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1260
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown format code '%c' for object of type '%s'"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "codigo format desconocido '%c' para el typo de objeto '%s'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1332
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown format code '%c' for object of type 'float'"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "codigo format desconocido '%c' para el typo de objeto 'float'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1344
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "'=' alignment not allowed in string format specifier"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "'=' alineación no permitida en el especificador string format"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1368
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "unknown format code '%c' for object of type 'str'"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "codigo format desconocido '%c' para objeto de tipo 'str'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1416
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "format requires a dict"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "format requiere un dict"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1425
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "incomplete format key"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1483
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "incomplete format"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "formato incompleto"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1491
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "not enough arguments for format string"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "no suficientes argumentos para format string"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1501
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "%%c requires int or char"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "%%c requiere int o char"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1508
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "integer required"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "Entero requerido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1571
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "unsupported format character '%c' (0x%x) at index %d"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "carácter no soportado '%c' (0x%x) en índice %d"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:1578
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "not all arguments converted during string formatting"
|
2019-01-13 23:52:05 -05:00
|
|
|
msgstr ""
|
|
|
|
"no todos los argumentos fueron convertidos durante el formato de string"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:2103
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert to str implicitly"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "no se puede convertir a str implícitamente"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/objstr.c:2107
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert '%q' object to %q implicitly"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "no se puede convertir el objeto '%q' a %q implícitamente"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objstrunicode.c:134
|
|
|
|
#, c-format
|
|
|
|
msgid "string indices must be integers, not %s"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "índices de string deben ser enteros, no %s"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/objstrunicode.c:145 py/objstrunicode.c:164
|
|
|
|
msgid "string index out of range"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "string index fuera de rango"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:371
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "__init__() should return None"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "__init__() deberia devolver None"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:373
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "__init__() should return None, not '%s'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "__init__() deberia devolver None, no '%s'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "unreadable attribute"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "atributo no legible"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:881 py/runtime.c:653
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object not callable"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "objeto no puede ser llamado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:883 py/runtime.c:655
|
2018-08-30 19:12:20 -04:00
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object is not callable"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "objeto '%s' no puede ser llamado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:991
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "type takes 1 or 3 arguments"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "type acepta 1 o 3 argumentos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1002
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "cannot create instance"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "no se puede crear instancia"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1004
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "cannot create '%q' instances"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "no se pueden crear '%q' instancias"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1062
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't add special method to already-subclassed class"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "no se puede agregar un método a una clase ya subclasificada"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1106 py/objtype.c:1112
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "type is not an acceptable base type"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "type no es un tipo de base aceptable"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1115
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "type '%q' is not an acceptable base type"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "type '%q' no es un tipo de base aceptable"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1152
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "multiple inheritance not supported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "herencia multiple no soportada"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1179
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "multiple bases have instance lay-out conflict"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1220
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "first argument to super() must be type"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "primer argumento para super() debe ser de tipo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1385
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "issubclass() arg 2 must be a class or a tuple of classes"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "issubclass() arg 2 debe ser una clase o tuple de clases"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: py/objtype.c:1399
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "issubclass() arg 1 must be a class"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "issubclass() arg 1 debe ser una clase"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parse.c:726
|
|
|
|
msgid "constant must be an integer"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "constant debe ser un entero"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parse.c:868
|
|
|
|
msgid "Unable to init parser"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Incapaz de inicializar el parser"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parse.c:1170
|
|
|
|
msgid "unexpected indent"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "sangría inesperada"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parse.c:1173
|
|
|
|
msgid "unindent does not match any outer indentation level"
|
2019-01-11 11:12:01 -05:00
|
|
|
msgstr "sangría no coincide con ningún nivel exterior"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parsenum.c:60
|
|
|
|
msgid "int() arg 2 must be >= 2 and <= 36"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "int() arg 2 debe ser >= 2 y <= 36"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parsenum.c:151
|
|
|
|
msgid "invalid syntax for integer"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "sintaxis inválida para entero"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parsenum.c:155
|
|
|
|
#, c-format
|
|
|
|
msgid "invalid syntax for integer with base %d"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "sintaxis inválida para entero con base %d"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parsenum.c:339
|
|
|
|
msgid "invalid syntax for number"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "sintaxis inválida para número"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/parsenum.c:342
|
|
|
|
msgid "decimal numbers not supported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "números decimales no soportados"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/persistentcode.c:223
|
|
|
|
msgid ""
|
|
|
|
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
|
|
|
|
"mpy-update for more info."
|
|
|
|
msgstr ""
|
2018-12-04 16:17:31 -05:00
|
|
|
"Archivo .mpy incompatible. Actualice todos los archivos .mpy. Consulte "
|
|
|
|
"http://adafru.it/mpy-update para más información"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/persistentcode.c:326
|
|
|
|
msgid "can only save bytecode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "solo puede almacenar bytecode"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:206
|
|
|
|
msgid "name not defined"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "name no definido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:209
|
|
|
|
msgid "name '%q' is not defined"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "name '%q' no esta definido"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:304 py/runtime.c:611
|
|
|
|
msgid "unsupported type for operator"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "tipo de operador no soportado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:307
|
|
|
|
msgid "unsupported type for %q: '%s'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "tipo no soportado para %q: '%s'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:614
|
|
|
|
msgid "unsupported types for %q: '%s', '%s'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "tipos no soportados para %q: '%s', '%s'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:881 py/runtime.c:888 py/runtime.c:945
|
|
|
|
msgid "wrong number of values to unpack"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "numero erroneo de valores a descomprimir"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:883 py/runtime.c:947
|
|
|
|
#, c-format
|
|
|
|
msgid "need more than %d values to unpack"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "necesita más de %d valores para descomprimir"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:890
|
|
|
|
#, c-format
|
|
|
|
msgid "too many values to unpack (expected %d)"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "demasiados valores para descomprimir (%d esperado)"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:984
|
|
|
|
msgid "argument has wrong type"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "el argumento tiene un tipo erroneo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:986
|
|
|
|
msgid "argument should be a '%q' not a '%q'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "argumento deberia ser un '%q' no un '%q'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-13 23:52:05 -05:00
|
|
|
#: py/runtime.c:1123 py/runtime.c:1197 shared-bindings/_pixelbuf/__init__.c:106
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "no such attribute"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "no hay tal atributo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1128
|
|
|
|
msgid "type object '%q' has no attribute '%q'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto de tipo '%q' no tiene atributo '%q'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1132 py/runtime.c:1200
|
|
|
|
msgid "'%s' object has no attribute '%q'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto '%s' no tiene atributo '%q'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1238
|
|
|
|
msgid "object not iterable"
|
2018-11-30 01:17:37 -05:00
|
|
|
msgstr "objeto no iterable"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1241
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object is not iterable"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto '%s' no es iterable"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1260 py/runtime.c:1296
|
|
|
|
msgid "object not an iterator"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto no es un iterator"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1262 py/runtime.c:1298
|
|
|
|
#, c-format
|
|
|
|
msgid "'%s' object is not an iterator"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto '%s' no es un iterator"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1401
|
|
|
|
msgid "exceptions must derive from BaseException"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "las excepciones deben derivar de BaseException"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1430
|
|
|
|
msgid "cannot import name %q"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "no se puede importar name '%q'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1535
|
|
|
|
msgid "memory allocation failed, heap is locked"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "la asignación de memoria falló, el heap está bloqueado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/runtime.c:1539
|
|
|
|
#, c-format
|
|
|
|
msgid "memory allocation failed, allocating %u bytes"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "la asignación de memoria falló, asignando %u bytes"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-09 14:00:17 -05:00
|
|
|
#: py/runtime.c:1620
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "maximum recursion depth exceeded"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "profundidad máxima de recursión excedida"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-07 10:10:00 -05:00
|
|
|
#: py/sequence.c:273
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "object not in sequence"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "objeto no en secuencia"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/stream.c:96
|
|
|
|
msgid "stream operation not supported"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "operación stream no soportada"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: py/stream.c:254
|
|
|
|
msgid "string not supported; use bytes or bytearray"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "string no soportado; usa bytes o bytearray"
|
2018-12-03 15:57:27 -05:00
|
|
|
|
|
|
|
#: py/stream.c:289
|
|
|
|
msgid "length argument not allowed for this type"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "argumento length no permitido para este tipo"
|
2018-12-03 15:57:27 -05:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: py/vm.c:255
|
|
|
|
msgid "local variable referenced before assignment"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "variable local referenciada antes de la asignación"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/vm.c:1142
|
|
|
|
msgid "no active exception to reraise"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "exception no activa para reraise"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: py/vm.c:1284
|
|
|
|
msgid "byte code not implemented"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "codigo byte no implementado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:99
|
2019-01-13 23:52:05 -05:00
|
|
|
#, c-format
|
|
|
|
msgid "byteorder is not an instance of ByteOrder (got a %s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:104
|
2019-01-13 23:52:05 -05:00
|
|
|
#, c-format
|
|
|
|
msgid "Can not use dotstar with %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:116
|
2019-01-13 23:52:05 -05:00
|
|
|
msgid "rawbuf is not the same size as buf"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:121
|
2019-01-13 23:52:05 -05:00
|
|
|
#, c-format
|
|
|
|
msgid "buf is too small. need %d bytes"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:127
|
2019-01-13 23:52:05 -05:00
|
|
|
msgid "write_args must be a list, tuple, or None"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:392
|
2019-01-13 23:52:05 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Only slices with step=1 (aka None) are supported"
|
|
|
|
msgstr "solo se admiten segmentos con step=1 (alias None)"
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:394
|
2019-01-13 23:52:05 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Range out of bounds"
|
|
|
|
msgstr "address fuera de límites"
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:403
|
2019-01-13 23:52:05 -05:00
|
|
|
msgid "tuple/list required on RHS"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:419
|
2019-01-13 23:52:05 -05:00
|
|
|
#, c-format
|
|
|
|
msgid "Unmatched number of items on RHS (expected %d, got %d)."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#: shared-bindings/_pixelbuf/PixelBuf.c:442
|
2019-01-13 23:52:05 -05:00
|
|
|
msgid "Pixel beyond bounds of buffer"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/_pixelbuf/__init__.c:112
|
|
|
|
#, fuzzy
|
|
|
|
msgid "readonly attribute"
|
|
|
|
msgstr "atributo no legible"
|
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: shared-bindings/_stage/Layer.c:71
|
|
|
|
msgid "graphic must be 2048 bytes long"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "graphic debe ser 2048 bytes de largo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/_stage/Layer.c:77 shared-bindings/_stage/Text.c:75
|
|
|
|
msgid "palette must be 32 bytes long"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "palette debe ser 32 bytes de largo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/_stage/Layer.c:84
|
|
|
|
msgid "map buffer too small"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "map buffer muy pequeño"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/_stage/Text.c:69
|
|
|
|
msgid "font must be 2048 bytes long"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "font debe ser 2048 bytes de largo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/_stage/Text.c:81
|
|
|
|
msgid "chars buffer too small"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "chars buffer muy pequeño"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/analogio/AnalogOut.c:118
|
|
|
|
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "AnalogOut es solo de 16 bits. Value debe ser menos a 65536."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audiobusio/I2SOut.c:222
|
|
|
|
#: shared-bindings/audioio/AudioOut.c:223
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Not playing"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:124
|
|
|
|
msgid "Bit depth must be multiple of 8."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "La profundidad de bits debe ser múltiplo de 8."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:128
|
|
|
|
msgid "Oversample must be multiple of 8."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:136
|
|
|
|
msgid "Microphone startup delay must be in range 0.0 to 1.0"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:193
|
|
|
|
msgid "destination_length must be an int >= 0"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "destination_length debe ser un int >= 0"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:199
|
|
|
|
msgid "Cannot record to a file"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede grabar en un archivo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:202
|
|
|
|
msgid "Destination capacity is smaller than destination_length."
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "Capacidad de destino es mas pequeña que destination_length."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:206
|
|
|
|
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "el buffer de destino debe ser un array de tipo 'H' para bit_depth = 16"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audiobusio/PDMIn.c:208
|
|
|
|
msgid ""
|
|
|
|
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
|
|
|
|
msgstr ""
|
2018-11-29 10:32:06 -05:00
|
|
|
"el buffer de destino debe ser un bytearray o array de tipo 'B' para "
|
|
|
|
"bit_depth = 8"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/Mixer.c:91
|
2018-10-05 15:01:36 -04:00
|
|
|
msgid "Invalid voice count"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "Cuenta de voces inválida"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/Mixer.c:96
|
2018-10-05 15:01:36 -04:00
|
|
|
msgid "Invalid channel count"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "Cuenta de canales inválida"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/Mixer.c:100
|
2018-10-05 15:01:36 -04:00
|
|
|
msgid "Sample rate must be positive"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "Sample rate debe ser positivo"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/Mixer.c:104
|
2018-10-05 15:01:36 -04:00
|
|
|
msgid "bits_per_sample must be 8 or 16"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "bits_per_sample debe ser 8 o 16"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/RawSample.c:95
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
|
|
|
|
"'B'"
|
|
|
|
msgstr ""
|
2018-08-31 15:34:01 -04:00
|
|
|
"sample_source buffer debe ser un bytearray o un array de tipo 'h', 'H', 'b' "
|
|
|
|
"o'B'"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/audioio/RawSample.c:101
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "buffer must be a bytes-like object"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "buffer debe de ser un objeto bytes-like"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/audioio/WaveFile.c:78
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/OnDiskBitmap.c:85
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "file must be a file opened in byte mode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "el archivo deberia ser una archivo abierto en modo byte"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/I2C.c:109 shared-bindings/bitbangio/SPI.c:119
|
|
|
|
#: shared-bindings/busio/SPI.c:130
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Function requires lock"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "La función requiere lock"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/I2C.c:193 shared-bindings/busio/I2C.c:207
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Buffer must be at least length 1"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Buffer debe ser de longitud 1 como minimo"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/SPI.c:149 shared-bindings/busio/SPI.c:172
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Invalid polarity"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Polaridad inválida"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/SPI.c:153 shared-bindings/busio/SPI.c:176
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Invalid phase"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Fase inválida"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/SPI.c:157 shared-bindings/busio/SPI.c:180
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Invalid number of bits"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Numero inválido de bits"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bitbangio/SPI.c:282 shared-bindings/busio/SPI.c:345
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "buffer slices must be of equal length"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Address.c:115
|
2019-01-09 14:00:17 -05:00
|
|
|
#, c-format
|
|
|
|
msgid "Address is not %d bytes long or is in wrong format"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Address.c:122
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy, c-format
|
|
|
|
msgid "Address must be %d bytes long"
|
|
|
|
msgstr "palette debe ser 32 bytes de largo"
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Characteristic.c:74
|
|
|
|
#: shared-bindings/bleio/Descriptor.c:86 shared-bindings/bleio/Service.c:66
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Expected a UUID"
|
|
|
|
msgstr "Se espera un %q"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:39
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Not connected"
|
|
|
|
msgstr "No se puede conectar a AP"
|
|
|
|
|
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:74
|
|
|
|
#, fuzzy
|
|
|
|
msgid "timeout must be >= 0.0"
|
|
|
|
msgstr "bits debe ser 8"
|
|
|
|
|
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:79
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "buffer_size must be >= 1"
|
|
|
|
msgstr "los buffers deben de tener la misma longitud"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:83
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Expected a Characteristic"
|
|
|
|
msgstr "No se puede agregar la Característica."
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:138
|
|
|
|
msgid "CharacteristicBuffer writing not provided"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/bleio/CharacteristicBuffer.c:147
|
|
|
|
msgid "Not connected."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/bleio/Device.c:213
|
2018-08-31 15:34:01 -04:00
|
|
|
msgid "Can't add services in Central mode"
|
2018-11-30 01:20:35 -05:00
|
|
|
msgstr "No se pueden agregar servicio en modo Central"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/bleio/Device.c:229
|
2018-08-31 15:34:01 -04:00
|
|
|
msgid "Can't connect in Peripheral mode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede conectar en modo Peripheral"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/bleio/Device.c:259
|
2018-08-31 15:34:01 -04:00
|
|
|
msgid "Can't change the name in Central mode"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede cambiar el nombre en modo Central"
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/bleio/Device.c:280 shared-bindings/bleio/Device.c:316
|
2018-08-31 15:34:01 -04:00
|
|
|
msgid "Can't advertise in Central mode"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Peripheral.c:106
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "services includes an object that is not a Service"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Peripheral.c:119
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "name must be a string"
|
|
|
|
msgstr "palabras clave deben ser strings"
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Service.c:84
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "characteristics includes an object that is not a Characteristic"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/bleio/Service.c:90
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "Characteristic UUID doesn't match Service UUID"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/bleio/UUID.c:66
|
|
|
|
msgid "UUID integer value not in range 0 to 0xffff"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/UUID.c:91
|
|
|
|
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
|
2019-01-09 14:00:17 -05:00
|
|
|
msgstr ""
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/UUID.c:103
|
|
|
|
msgid "UUID value is not str, int or byte buffer"
|
2019-01-09 14:00:17 -05:00
|
|
|
msgstr ""
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/UUID.c:107
|
2019-01-09 14:00:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Byte buffer must be 16 bytes."
|
|
|
|
msgstr "buffer debe de ser un objeto bytes-like"
|
|
|
|
|
2019-01-21 21:51:22 -05:00
|
|
|
#: shared-bindings/bleio/UUID.c:151
|
2019-01-09 14:00:17 -05:00
|
|
|
msgid "not a 128-bit UUID"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/busio/I2C.c:117
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Function requires lock."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "La función requiere lock"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/busio/UART.c:103
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "bits must be 7, 8 or 9"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "bits deben ser 7, 8 o 9"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/busio/UART.c:115
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "stop must be 1 or 2"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "stop debe ser 1 o 2"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/busio/UART.c:120
|
2018-12-04 16:17:31 -05:00
|
|
|
msgid "timeout >100 (units are now seconds, not msecs)"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:211
|
|
|
|
msgid "Invalid direction."
|
|
|
|
msgstr "Dirección inválida."
|
|
|
|
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:240
|
|
|
|
msgid "Cannot set value when direction is input."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede asignar un valor cuando la dirección es input."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:266
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:281
|
|
|
|
msgid "Drive mode not used when direction is input."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Modo Drive no se usa cuando la dirección es input."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:314
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:331
|
|
|
|
msgid "Pull not used when direction is output."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Pull no se usa cuando la dirección es output."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/digitalio/DigitalInOut.c:340
|
|
|
|
msgid "Unsupported pull value."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "valor pull no soportado."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272
|
|
|
|
msgid "Cannot delete values"
|
|
|
|
msgstr "No se puede eliminar valores"
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/pulseio/PulseIn.c:278
|
|
|
|
msgid "Slices not supported"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/displayio/Bitmap.c:156
|
|
|
|
#, fuzzy
|
|
|
|
msgid "pixel coordinates out of bounds"
|
|
|
|
msgstr "address fuera de límites"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Bitmap.c:166
|
|
|
|
msgid "pixel value requires too many bits"
|
|
|
|
msgstr ""
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: shared-bindings/displayio/BuiltinFont.c:93
|
2019-02-06 15:13:17 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "%q should be an int"
|
|
|
|
msgstr "y deberia ser un int"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/ColorConverter.c:70
|
2018-09-12 19:25:35 -04:00
|
|
|
msgid "color should be an int"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "color deberia ser un int"
|
2018-09-12 19:25:35 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Display.c:129
|
2019-02-01 03:36:21 -05:00
|
|
|
msgid "Display rotation must be in 90 degree increments"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Display.c:141
|
2019-01-20 20:33:18 -05:00
|
|
|
msgid "Too many displays"
|
2019-01-18 14:44:53 -05:00
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Display.c:165
|
2019-01-18 14:44:53 -05:00
|
|
|
msgid "Must be a Group subclass."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Display.c:207
|
|
|
|
#: shared-bindings/displayio/Display.c:217
|
2019-01-31 12:38:29 -05:00
|
|
|
msgid "Brightness not adjustable"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/FourWire.c:91
|
|
|
|
#: shared-bindings/displayio/ParallelBus.c:96
|
2019-01-20 20:33:18 -05:00
|
|
|
msgid "Too many display busses"
|
2019-01-18 14:44:53 -05:00
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/FourWire.c:107
|
|
|
|
#: shared-bindings/displayio/ParallelBus.c:111
|
2019-02-01 03:36:21 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Command must be an int between 0 and 255"
|
|
|
|
msgstr "Bytes debe estar entre 0 y 255."
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
|
|
|
|
#: shared-bindings/displayio/Group.c:100
|
2019-02-06 15:13:17 -05:00
|
|
|
#, fuzzy
|
2019-02-12 18:01:52 -05:00
|
|
|
msgid "%q must be >= 1"
|
|
|
|
msgstr "los buffers deben de tener la misma longitud"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Palette.c:91
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "color buffer deberia ser un bytearray o array de tipo 'b' o 'B'"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Palette.c:97
|
2018-09-06 17:49:49 -04:00
|
|
|
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
|
2018-08-15 14:01:01 -04:00
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Palette.c:101
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "color must be between 0x000000 and 0xffffff"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "color debe estar entre 0x000000 y 0xffffff"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Palette.c:105
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "color buffer must be a buffer or int"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "color buffer deber ser un buffer o un int"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Palette.c:118
|
|
|
|
#: shared-bindings/displayio/Palette.c:132
|
2018-09-06 17:49:49 -04:00
|
|
|
msgid "palette_index should be an int"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "palette_index deberia ser un int"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/Shape.c:88
|
|
|
|
msgid "y should be an int"
|
|
|
|
msgstr "y deberia ser un int"
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/displayio/Shape.c:92
|
|
|
|
#, fuzzy
|
|
|
|
msgid "start_x should be an int"
|
|
|
|
msgstr "y deberia ser un int"
|
|
|
|
|
|
|
|
#: shared-bindings/displayio/Shape.c:96
|
|
|
|
#, fuzzy
|
|
|
|
msgid "end_x should be an int"
|
|
|
|
msgstr "y deberia ser un int"
|
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/displayio/TileGrid.c:49
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "position must be 2-tuple"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "posición debe ser 2-tuple"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/TileGrid.c:115
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "unsupported bitmap type"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "tipo de bitmap no soportado"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/TileGrid.c:126
|
2019-01-31 12:38:29 -05:00
|
|
|
msgid "Tile width must exactly divide bitmap width"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/TileGrid.c:129
|
2019-01-31 12:38:29 -05:00
|
|
|
msgid "Tile height must exactly divide bitmap height"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/displayio/TileGrid.c:196
|
2018-09-12 19:25:35 -04:00
|
|
|
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2018-08-30 19:12:20 -04:00
|
|
|
#: shared-bindings/gamepad/GamePad.c:100
|
|
|
|
msgid "too many arguments"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "muchos argumentos"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/gamepad/GamePad.c:104
|
|
|
|
msgid "expected a DigitalInOut"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "se espera un DigitalInOut"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/i2cslave/I2CSlave.c:95
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "can't convert address to int"
|
2018-11-30 01:17:37 -05:00
|
|
|
msgstr "no se puede convertir address a int"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/i2cslave/I2CSlave.c:98
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "address out of bounds"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "address fuera de límites"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-bindings/i2cslave/I2CSlave.c:104
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "addresses is empty"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "addresses esta vacío"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/microcontroller/Pin.c:89
|
|
|
|
#: shared-bindings/neopixel_write/__init__.c:67
|
2018-08-31 15:34:01 -04:00
|
|
|
#: shared-bindings/pulseio/PulseOut.c:76
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/terminalio/Terminal.c:63
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/terminalio/Terminal.c:68
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid "Expected a %q"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Se espera un %q"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/microcontroller/Pin.c:100
|
|
|
|
msgid "%q in use"
|
2018-09-22 13:52:56 -04:00
|
|
|
msgstr "%q está siendo utilizado"
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/microcontroller/__init__.c:126
|
|
|
|
msgid "Invalid run mode."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Modo de ejecución inválido."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/multiterminal/__init__.c:68
|
|
|
|
msgid "Stream missing readinto() or write() method."
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "A Stream le falta el método readinto() o write()."
|
2018-08-30 19:12:20 -04:00
|
|
|
|
|
|
|
#: shared-bindings/nvm/ByteArray.c:99
|
|
|
|
msgid "Slice and value different lengths."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/nvm/ByteArray.c:104
|
|
|
|
msgid "Array values should be single bytes."
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "Valores del array deben ser bytes individuales."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/nvm/ByteArray.c:111 shared-bindings/nvm/ByteArray.c:141
|
|
|
|
msgid "Unable to write to nvm."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Imposible escribir en nvm"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/nvm/ByteArray.c:137
|
|
|
|
msgid "Bytes must be between 0 and 255."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Bytes debe estar entre 0 y 255."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-16 16:34:12 -04:00
|
|
|
#: shared-bindings/os/__init__.c:200
|
|
|
|
msgid "No hardware random available"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "No hay hardware random disponible"
|
2018-08-16 16:34:12 -04:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/pulseio/PWMOut.c:117
|
|
|
|
msgid "All timers for this pin are in use"
|
|
|
|
msgstr "Todos los timers para este pin están siendo utilizados"
|
|
|
|
|
|
|
|
#: shared-bindings/pulseio/PWMOut.c:171
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
|
2018-07-31 19:53:54 -04:00
|
|
|
msgstr ""
|
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#: shared-bindings/pulseio/PWMOut.c:202
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
2018-10-09 20:52:55 -04:00
|
|
|
"PWM frequency not writable when variable_frequency is False on construction."
|
2018-07-31 19:53:54 -04:00
|
|
|
msgstr ""
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-bindings/pulseio/PulseIn.c:285
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Read-only"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Solo-lectura"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-31 15:34:01 -04:00
|
|
|
#: shared-bindings/pulseio/PulseOut.c:135
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Array must contain halfwords (type 'H')"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/random/__init__.c:92 shared-bindings/random/__init__.c:100
|
|
|
|
msgid "stop not reachable from start"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/random/__init__.c:111
|
|
|
|
msgid "step must be non-zero"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/random/__init__.c:114
|
|
|
|
msgid "invalid step"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/random/__init__.c:146
|
|
|
|
msgid "empty sequence"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "secuencia vacía"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44
|
2018-08-30 19:14:58 -04:00
|
|
|
#: shared-bindings/time/__init__.c:190
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "RTC is not supported on this board"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "RTC no soportado en esta placa"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/rtc/RTC.c:52
|
|
|
|
msgid "RTC calibration is not supported on this board"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Calibración de RTC no es soportada en esta placa"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-10-24 21:20:50 -04:00
|
|
|
#: shared-bindings/socket/__init__.c:516 shared-module/network/__init__.c:81
|
2018-10-10 23:19:10 -04:00
|
|
|
msgid "no available NIC"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "NIC no disponible"
|
2018-10-10 23:19:10 -04:00
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: shared-bindings/storage/__init__.c:77
|
|
|
|
msgid "filesystem must provide mount method"
|
2018-11-30 01:35:48 -05:00
|
|
|
msgstr "sistema de archivos debe proporcionar método de montaje"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/supervisor/__init__.c:93
|
|
|
|
msgid "Brightness must be between 0 and 255"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Brightness debe estar entro 0 y 255"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-bindings/supervisor/__init__.c:119
|
|
|
|
msgid "Stack size must be at least 256"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-08-30 19:14:58 -04:00
|
|
|
#: shared-bindings/time/__init__.c:78
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "sleep length must be non-negative"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "la longitud de sleep no puede ser negativa"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:14:58 -04:00
|
|
|
#: shared-bindings/time/__init__.c:88
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "time.struct_time() takes exactly 1 argument"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "time.struct_time() acepta exactamente 1 argumento"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-08-30 19:14:58 -04:00
|
|
|
#: shared-bindings/time/__init__.c:91
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "time.struct_time() takes a 9-sequence"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:263
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Tuple or struct_time argument required"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Argumento tuple o struct_time requerido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:268
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "function takes exactly 9 arguments"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "la función toma exactamente 9 argumentos."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-12-03 15:57:27 -05:00
|
|
|
#: shared-bindings/time/__init__.c:239 shared-bindings/time/__init__.c:272
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "timestamp out of range for platform time_t"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/touchio/TouchIn.c:173
|
|
|
|
msgid "threshold must be in the range 0-65536"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-bindings/util.c:38
|
2018-08-30 19:12:20 -04:00
|
|
|
msgid ""
|
|
|
|
"Object has been deinitialized and can no longer be used. Create a new object."
|
2018-07-31 19:53:54 -04:00
|
|
|
msgstr ""
|
2018-12-04 16:17:31 -05:00
|
|
|
"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo "
|
|
|
|
"objeto"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-13 23:52:05 -05:00
|
|
|
#: shared-module/_pixelbuf/PixelBuf.c:69
|
|
|
|
#, c-format
|
|
|
|
msgid "Expected tuple of length %d, got %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-10-05 15:01:36 -04:00
|
|
|
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
|
|
|
|
msgid "Couldn't allocate first buffer"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "No se pudo asignar el primer buffer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:53 shared-module/audioio/WaveFile.c:123
|
|
|
|
msgid "Couldn't allocate second buffer"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "No se pudo asignar el segundo buffer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:82
|
|
|
|
msgid "Voice index too high"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "Index de voz demasiado alto"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:85
|
|
|
|
msgid "The sample's sample rate does not match the mixer's"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "El sample rate del sample no iguala al del mixer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:88
|
|
|
|
msgid "The sample's channel count does not match the mixer's"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "La cuenta de canales del sample no iguala a las del mixer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:91
|
|
|
|
msgid "The sample's bits_per_sample does not match the mixer's"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "Los bits_per_sample del sample no igualan a los del mixer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/Mixer.c:100
|
|
|
|
msgid "The sample's signedness does not match the mixer's"
|
2018-10-15 22:41:05 -04:00
|
|
|
msgstr "El signo del sample no iguala al del mixer"
|
2018-10-05 15:01:36 -04:00
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: shared-module/audioio/WaveFile.c:61
|
|
|
|
msgid "Invalid wave file"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Archivo wave inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/WaveFile.c:69
|
|
|
|
msgid "Invalid format chunk size"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-module/audioio/WaveFile.c:83
|
|
|
|
msgid "Unsupported format"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Formato no soportado"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-module/audioio/WaveFile.c:99
|
|
|
|
msgid "Data chunk must follow fmt chunk"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: shared-module/audioio/WaveFile.c:107
|
|
|
|
msgid "Invalid file"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Archivo inválido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
|
|
|
#: shared-module/bitbangio/I2C.c:58
|
|
|
|
msgid "Clock stretch too long"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:44
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Clock pin init failed."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Clock pin init fallido"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:50
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "MOSI pin init failed."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "MOSI pin init fallido."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:61
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "MISO pin init failed."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "MISO pin init fallido."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:121
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot write without MOSI pin."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede escribir sin pin MOSI."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:176
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot read without MISO pin."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede leer sin pin MISO."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/bitbangio/SPI.c:240
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "Cannot transfer without MOSI and MISO pins."
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "No se puede transferir sin pines MOSI y MISO."
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2018-09-06 17:49:49 -04:00
|
|
|
#: shared-module/displayio/Bitmap.c:49
|
|
|
|
msgid "Only bit maps of 8 bit color or less are supported"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Solo se admiten bit maps de color de 8 bits o menos"
|
2018-09-06 17:49:49 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-module/displayio/Bitmap.c:81
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "row must be packed and word aligned"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "la fila debe estar empacada y la palabra alineada"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#: shared-module/displayio/Bitmap.c:118
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Read-only object"
|
|
|
|
msgstr "Solo-lectura"
|
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#: shared-module/displayio/Display.c:67
|
2019-01-18 14:44:53 -05:00
|
|
|
#, fuzzy
|
|
|
|
msgid "Unsupported display bus type"
|
|
|
|
msgstr "tipo de bitmap no soportado"
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: shared-module/displayio/Group.c:66
|
2018-08-15 14:01:01 -04:00
|
|
|
msgid "Group full"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Group lleno"
|
2018-08-15 14:01:01 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#: shared-module/displayio/Group.c:73
|
2019-01-31 12:38:29 -05:00
|
|
|
msgid "Layer must be a Group or TileGrid subclass."
|
2019-01-18 14:44:53 -05:00
|
|
|
msgstr ""
|
|
|
|
|
2018-09-12 19:25:35 -04:00
|
|
|
#: shared-module/displayio/OnDiskBitmap.c:49
|
|
|
|
msgid "Invalid BMP file"
|
2018-10-20 20:46:17 -04:00
|
|
|
msgstr "Archivo BMP inválido"
|
2018-09-12 19:25:35 -04:00
|
|
|
|
|
|
|
#: shared-module/displayio/OnDiskBitmap.c:59
|
|
|
|
#, c-format
|
|
|
|
msgid "Only Windows format, uncompressed BMP supported %d"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Solo formato Windows, BMP sin comprimir soportado %d"
|
2018-09-12 19:25:35 -04:00
|
|
|
|
|
|
|
#: shared-module/displayio/OnDiskBitmap.c:64
|
|
|
|
#, c-format
|
|
|
|
msgid "Only true color (24 bpp or higher) BMP supported %x"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "Solo color verdadero (24 bpp o superior) BMP admitido %x"
|
2018-09-12 19:25:35 -04:00
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: shared-module/displayio/Shape.c:60
|
|
|
|
#, fuzzy
|
|
|
|
msgid "y value out of bounds"
|
|
|
|
msgstr "address fuera de límites"
|
|
|
|
|
|
|
|
#: shared-module/displayio/Shape.c:63
|
|
|
|
#, fuzzy
|
|
|
|
msgid "x value out of bounds"
|
|
|
|
msgstr "address fuera de límites"
|
|
|
|
|
|
|
|
#: shared-module/displayio/Shape.c:67
|
|
|
|
#, c-format
|
|
|
|
msgid "Maximum x value when mirrored is %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/storage/__init__.c:155
|
|
|
|
msgid "Cannot remount '/' when USB is active."
|
|
|
|
msgstr "No se puede volver a montar '/' cuando el USB esta activo."
|
|
|
|
|
2018-07-31 19:53:54 -04:00
|
|
|
#: shared-module/struct/__init__.c:39
|
|
|
|
msgid "'S' and 'O' are not supported format types"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "'S' y 'O' no son compatibles con los tipos de formato"
|
2018-07-31 19:53:54 -04:00
|
|
|
|
2019-01-20 22:46:32 -05:00
|
|
|
#: shared-module/struct/__init__.c:136
|
2018-07-31 19:53:54 -04:00
|
|
|
msgid "too many arguments provided with the given format"
|
2018-11-29 10:32:06 -05:00
|
|
|
msgstr "demasiados argumentos provistos con el formato dado"
|
2018-10-06 08:02:57 -04:00
|
|
|
|
2019-01-20 22:46:32 -05:00
|
|
|
#: shared-module/struct/__init__.c:179
|
|
|
|
#, fuzzy
|
|
|
|
msgid "buffer size must match format"
|
|
|
|
msgstr "los buffers deben de tener la misma longitud"
|
|
|
|
|
2018-11-09 19:41:08 -05:00
|
|
|
#: shared-module/usb_hid/Device.c:45
|
|
|
|
#, c-format
|
|
|
|
msgid "Buffer incorrect size. Should be %d bytes."
|
|
|
|
msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes."
|
|
|
|
|
|
|
|
#: shared-module/usb_hid/Device.c:53
|
|
|
|
msgid "USB Busy"
|
|
|
|
msgstr "USB ocupado"
|
|
|
|
|
|
|
|
#: shared-module/usb_hid/Device.c:59
|
|
|
|
msgid "USB Error"
|
|
|
|
msgstr "Error USB"
|
|
|
|
|
2019-01-18 14:44:53 -05:00
|
|
|
#: supervisor/shared/board_busses.c:62
|
|
|
|
msgid "No default I2C bus"
|
|
|
|
msgstr "Sin bus I2C por defecto"
|
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: supervisor/shared/board_busses.c:91
|
2019-01-18 14:44:53 -05:00
|
|
|
msgid "No default SPI bus"
|
|
|
|
msgstr "Sin bus SPI por defecto"
|
|
|
|
|
2019-01-20 20:33:18 -05:00
|
|
|
#: supervisor/shared/board_busses.c:118
|
2019-01-18 14:44:53 -05:00
|
|
|
msgid "No default UART bus"
|
|
|
|
msgstr "Sin bus UART por defecto"
|
|
|
|
|
2018-12-06 20:04:22 -05:00
|
|
|
#: supervisor/shared/safe_mode.c:97
|
|
|
|
msgid "You requested starting safe mode by "
|
|
|
|
msgstr "Solicitaste iniciar en modo seguro por "
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:100
|
|
|
|
msgid "To exit, please reset the board without "
|
|
|
|
msgstr "Para salir, por favor reinicia la tarjeta sin "
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:107
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
"You are running in safe mode which means something unanticipated happened.\n"
|
|
|
|
msgstr ""
|
|
|
|
"Estás ejecutando en modo seguro, lo cual significa que algo realmente malo "
|
|
|
|
"ha sucedido.\n"
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:109
|
|
|
|
msgid ""
|
|
|
|
"Looks like our core CircuitPython code crashed hard. Whoops!\n"
|
|
|
|
"Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
|
|
|
|
" with the contents of your CIRCUITPY drive and this message:\n"
|
|
|
|
msgstr ""
|
2019-01-11 03:53:51 -05:00
|
|
|
"Parece que nuestro código de CircuitPython ha fallado con fuerza. Whoops!\n"
|
2019-01-13 23:52:05 -05:00
|
|
|
"Por favor, crea un issue en https://github.com/adafruit/circuitpython/"
|
|
|
|
"issues\n"
|
2019-01-11 03:53:51 -05:00
|
|
|
" con el contenido de su unidad CIRCUITPY y este mensaje:\n"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:111
|
|
|
|
msgid "Crash into the HardFault_Handler.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:113
|
|
|
|
msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:115
|
|
|
|
msgid "MicroPython fatal error.\n"
|
2019-01-11 03:53:51 -05:00
|
|
|
msgstr "MicroPython fatal error.\n"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:118
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
"The microcontroller's power dipped. Please make sure your power supply "
|
|
|
|
"provides\n"
|
|
|
|
"enough power for the whole circuit and press reset (after ejecting "
|
|
|
|
"CIRCUITPY).\n"
|
|
|
|
msgstr ""
|
|
|
|
"La alimentación del microcontrolador cayó. Por favor asegurate de que tu "
|
|
|
|
"fuente de alimentación provee\n"
|
2019-01-13 23:52:05 -05:00
|
|
|
"suficiente energia para todo el circuito y presiona el botón de reset "
|
|
|
|
"(despuesde expulsar CIRCUITPY).\n"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:120
|
|
|
|
msgid ""
|
|
|
|
"The CircuitPython heap was corrupted because the stack was too small.\n"
|
|
|
|
"Please increase stack size limits and press reset (after ejecting "
|
|
|
|
"CIRCUITPY).\n"
|
|
|
|
"If you didn't change the stack, then file an issue here with the contents of "
|
|
|
|
"your CIRCUITPY drive:\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: supervisor/shared/safe_mode.c:123
|
|
|
|
msgid ""
|
|
|
|
"The reset button was pressed while booting CircuitPython. Press again to "
|
|
|
|
"exit safe mode.\n"
|
|
|
|
msgstr ""
|
2019-01-13 23:52:05 -05:00
|
|
|
"El botón reset fue presionado mientras arrancaba CircuitPython. Presiona "
|
|
|
|
"otra vez para salir del modo seguro.\n"
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#, fuzzy
|
|
|
|
#~ msgid "Group must have %q at least 1"
|
|
|
|
#~ msgstr "Group debe tener size de minimo 1"
|
|
|
|
|
|
|
|
#~ msgid "Baud rate too high for this SPI peripheral"
|
|
|
|
#~ msgstr "Baud rate demasiado alto para este periférico SPI"
|
|
|
|
|
2019-02-01 03:36:21 -05:00
|
|
|
#~ msgid "Invalid UUID parameter"
|
|
|
|
#~ msgstr "Parámetro UUID inválido"
|
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
|
|
|
|
#~ msgstr "row buffer deberia ser un bytearray o array de tipo 'b' o 'B'"
|
|
|
|
|
|
|
|
#~ msgid "row data must be a buffer"
|
|
|
|
#~ msgstr "row data debe ser un buffer"
|
|
|
|
|
|
|
|
#, fuzzy
|
|
|
|
#~ msgid "unicode_characters must be a string"
|
|
|
|
#~ msgstr "palabras clave deben ser strings"
|
|
|
|
|
|
|
|
#~ msgid "index must be int"
|
|
|
|
#~ msgstr "indice debe ser int"
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#~ msgid "Can not query for the device address."
|
|
|
|
#~ msgstr "No se puede consultar la dirección del dispositivo."
|
2018-12-06 20:04:22 -05:00
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#~ msgid "All PWM peripherals are in use"
|
|
|
|
#~ msgstr "Todos los periféricos PWM en uso"
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
|
|
|
|
#~ msgstr ""
|
|
|
|
#~ "Parece que nuestro código CircuitPython dejó de funcionar. Whoops!\n"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Group empty"
|
|
|
|
#~ msgstr "Group vacío"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Wrong address length"
|
|
|
|
#~ msgstr "Longitud de address erronea"
|
2019-01-31 12:38:29 -05:00
|
|
|
|
|
|
|
#~ msgid "Can encode UUID into the advertisement packet."
|
|
|
|
#~ msgstr "Se puede codificar el UUID en el paquete de anuncio."
|
2019-01-22 17:02:07 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Invalid Service type"
|
|
|
|
#~ msgstr "Tipo de Servicio inválido"
|
2019-02-06 15:13:17 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Invalid UUID string length"
|
|
|
|
#~ msgstr "Longitud de string UUID inválida"
|
2019-02-01 03:36:21 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Can not add Service."
|
|
|
|
#~ msgstr "No se puede agregar el Servicio."
|
|
|
|
|
|
|
|
#~ msgid "displayio is a work in progress"
|
|
|
|
#~ msgstr "displayio todavia esta en desarrollo"
|
2019-02-01 03:36:21 -05:00
|
|
|
|
|
|
|
#~ msgid ""
|
|
|
|
#~ "enough power for the whole circuit and press reset (after ejecting "
|
|
|
|
#~ "CIRCUITPY).\n"
|
|
|
|
#~ msgstr ""
|
|
|
|
#~ "suficiente poder para todo el circuito y presiona reset (después de "
|
|
|
|
#~ "expulsar CIRCUITPY).\n"
|
|
|
|
|
2019-01-22 17:02:07 -05:00
|
|
|
#, fuzzy
|
|
|
|
#~ msgid "unpack requires a buffer of %d bytes"
|
|
|
|
#~ msgstr "Falló la asignación del buffer RX de %d bytes"
|
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Can not encode UUID, to check length."
|
|
|
|
#~ msgstr "No se puede codificar el UUID, para revisar la longitud."
|
|
|
|
|
2019-01-31 12:38:29 -05:00
|
|
|
#~ msgid "Wrong number of bytes provided"
|
|
|
|
#~ msgstr "Numero erroneo de bytes dados"
|
2018-12-06 20:04:22 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Cannot apply GAP parameters."
|
|
|
|
#~ msgstr "No se pueden aplicar los parámetros GAP."
|
2018-08-31 15:34:01 -04:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Can not apply device name in the stack."
|
|
|
|
#~ msgstr "No se puede aplicar el nombre del dispositivo en el stack."
|
2019-01-09 14:00:17 -05:00
|
|
|
|
2019-02-12 18:01:52 -05:00
|
|
|
#~ msgid "Cannot set PPCP parameters."
|
|
|
|
#~ msgstr "No se pueden establecer los parámetros PPCP."
|
|
|
|
|
|
|
|
#, fuzzy
|
|
|
|
#~ msgid ""
|
|
|
|
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
|
|
|
|
#~ msgstr ""
|
|
|
|
#~ "Por favor registra un issue en la siguiente URL con el contenidos de tu "
|
|
|
|
#~ "unidad de almacenamiento CIRCUITPY:\n"
|
2019-01-31 12:38:29 -05:00
|
|
|
|
2019-02-06 15:13:17 -05:00
|
|
|
#~ msgid "Can not apply advertisement data. status: 0x%02x"
|
|
|
|
#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x"
|