circuitpython/locale/es.po

3937 lines
116 KiB
Plaintext
Raw Normal View History

# SPDX-FileCopyrightText: 2018 Carlos Diaz <carlos.santiago.diaz@gmail.com>
# SPDX-FileCopyrightText: 2018 Juan Biondi <juanernestobiondi@gmail.com>
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT
#, fuzzy
2018-07-31 19:53:54 -04:00
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-17 18:03-0700\n"
"PO-Revision-Date: 2020-07-13 19:24+0000\n"
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
2018-07-31 19:53:54 -04:00
"Language-Team: \n"
"Language: es\n"
2018-07-31 19:53:54 -04:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.2-dev\n"
2018-07-31 19:53:54 -04:00
#: main.c
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
"\n"
"El código terminó su ejecución. Esperando para recargar.\n"
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"Please file an issue with the contents of your CIRCUITPY drive at \n"
"https://github.com/adafruit/circuitpython/issues\n"
msgstr ""
"\n"
"Reporte un problema con el contenido de su unidad CIRCUITPY en\n"
"https://github.com/adafruit/circuitpython/issues\n"
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"To exit, please reset the board without "
msgstr ""
"\n"
"Para salir, favor reinicie la tarjeta sin "
#: py/obj.c
msgid " File \"%q\""
msgstr " Archivo \"%q\""
#: py/obj.c
msgid " File \"%q\", line %d"
msgstr " Archivo \"%q\", línea %d"
#: main.c
msgid " output:\n"
msgstr " salida:\n"
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
msgstr "%%c requiere int o char"
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
msgstr ""
"%d pines de dirección y %d pines rgb indican una altura de %d, no de %d"
2020-04-14 19:25:21 -04:00
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
msgid "%q failure: %d"
msgstr "%q fallo: %d"
#: shared-bindings/microcontroller/Pin.c
2019-02-22 15:04:54 -05:00
msgid "%q in use"
msgstr "%q está siendo utilizado"
2018-08-16 16:34:12 -04:00
#: py/obj.c
msgid "%q index out of range"
msgstr "%q indice fuera de rango"
#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "%q indices deben ser enteros, no %s"
2020-05-09 19:45:55 -04:00
#: shared-bindings/vectorio/Polygon.c
msgid "%q list must be a list"
msgstr "%q lista debe ser una lista"
2020-05-09 19:45:55 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
#: shared-bindings/vectorio/Rectangle.c
2019-02-22 15:04:54 -05:00
msgid "%q must be >= 1"
msgstr "%q debe ser >= 1"
2018-08-16 16:34:12 -04:00
2020-05-18 16:33:16 -04:00
#: shared-module/vectorio/Polygon.c
2020-05-09 19:45:55 -04:00
msgid "%q must be a tuple of length 2"
msgstr "%q debe ser una tupla de longitud 2"
2020-05-09 19:45:55 -04:00
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
msgid "%q pin invalid"
msgstr "pin inválido %q"
2019-03-19 21:38:16 -04:00
#: shared-bindings/fontio/BuiltinFont.c
2019-02-22 15:04:54 -05:00
msgid "%q should be an int"
msgstr "%q debe ser un int"
2018-08-16 16:34:12 -04:00
#: py/bc.c py/objnamedtuple.c
msgid "%q() takes %d positional arguments but %d were given"
msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
#: py/argcheck.c
msgid "'%q' argument required"
msgstr "argumento '%q' requerido"
#: py/objarray.c
msgid "'%q' object is not bytes-like"
msgstr ""
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a label"
msgstr "'%s' espera una etiqueta"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a register"
msgstr "'%s' espera un registro"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a special register"
msgstr "'%s' espera un carácter"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an FPU register"
msgstr "'%s' espera un registro de FPU"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr "'%s' espera una dirección de forma [a, b]"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects an integer"
msgstr "'%s' espera un entero"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects at most r%d"
msgstr "'%s' espera a lo sumo r%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr "'%s' espera {r0, r1, ...}"
#: py/emitinlinextensa.c
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr "'%s' entero %d no esta dentro del rango %d..%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr "'%s' entero 0x%x no cabe en la máscara 0x%x"
#: py/runtime.c
msgid "'%s' object cannot assign attribute '%q'"
msgstr "El objeto '%s' no puede asignar al atributo '%q'"
2019-12-04 10:59:00 -05:00
#: py/proto.c
2019-12-06 14:25:28 -05:00
msgid "'%s' object does not support '%q'"
msgstr "El objeto '%s' no admite '%q'"
2019-12-04 10:59:00 -05:00
#: py/obj.c
#, c-format
msgid "'%s' object does not support item assignment"
msgstr "el objeto '%s' no soporta la asignación de elementos"
#: py/obj.c
#, c-format
msgid "'%s' object does not support item deletion"
msgstr "objeto '%s' no soporta la eliminación de elementos"
#: py/runtime.c
msgid "'%s' object has no attribute '%q'"
msgstr "objeto '%s' no tiene atributo '%q'"
#: py/runtime.c
#, c-format
msgid "'%s' object is not an iterator"
msgstr "objeto '%s' no es un iterator"
#: py/objtype.c py/runtime.c
#, c-format
msgid "'%s' object is not callable"
msgstr "objeto '%s' no puede ser llamado"
#: py/runtime.c
#, c-format
msgid "'%s' object is not iterable"
msgstr "objeto '%s' no es iterable"
#: py/obj.c
#, c-format
msgid "'%s' object is not subscriptable"
msgstr "el objeto '%s' no es suscriptable"
#: py/objstr.c
msgid "'=' alignment not allowed in string format specifier"
msgstr "'=' alineación no permitida en el especificador string format"
#: shared-module/struct/__init__.c
2019-02-22 15:04:54 -05:00
msgid "'S' and 'O' are not supported format types"
msgstr "'S' y 'O' no son compatibles con los tipos de formato"
2018-08-16 16:34:12 -04:00
#: py/compile.c
msgid "'align' requires 1 argument"
msgstr "'align' requiere 1 argumento"
2020-03-02 10:13:06 -05:00
#: py/compile.c
msgid "'async for' or 'async with' outside async function"
msgstr "'async for' o 'async with' fuera de la función async"
2020-03-02 10:13:06 -05:00
#: py/compile.c
msgid "'await' outside function"
msgstr "'await' fuera de la función"
#: py/compile.c
msgid "'break' outside loop"
msgstr "'break' fuera de un bucle"
#: py/compile.c
msgid "'continue' outside loop"
msgstr "'continue' fuera de un bucle"
#: py/compile.c
msgid "'data' requires at least 2 arguments"
msgstr "'data' requiere como minomo 2 argumentos"
#: py/compile.c
msgid "'data' requires integer arguments"
msgstr "'data' requiere argumentos de tipo entero"
#: py/compile.c
msgid "'label' requires 1 argument"
msgstr "'label' requiere 1 argumento"
#: py/compile.c
msgid "'return' outside function"
msgstr "'return' fuera de una función"
#: py/compile.c
msgid "'yield' outside function"
msgstr "'yield' fuera de una función"
#: py/compile.c
msgid "*x must be assignment target"
msgstr "*x debe ser objetivo de la tarea"
#: py/obj.c
msgid ", in %q\n"
msgstr ", en %q\n"
#: py/objcomplex.c
msgid "0.0 to a complex power"
msgstr "0.0 a una potencia compleja"
#: py/modbuiltins.c
msgid "3-arg pow() not supported"
msgstr "pow() con 3 argumentos no soportado"
2020-05-05 01:23:38 -04:00
#: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use"
msgstr "El canal EXTINT ya está siendo utilizado"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Address must be %d bytes long"
msgstr "La dirección debe ser %d bytes de largo"
2019-02-22 15:04:54 -05:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
msgid "Address type out of range"
msgstr "Tipo de dirección fuera de rango"
#: ports/nrf/common-hal/busio/I2C.c
msgid "All I2C peripherals are in use"
msgstr "Todos los periféricos I2C están siendo usados"
#: ports/nrf/common-hal/busio/SPI.c
msgid "All SPI peripherals are in use"
msgstr "Todos los periféricos SPI están siendo usados"
#: ports/nrf/common-hal/busio/UART.c
msgid "All UART peripherals are in use"
msgstr "Todos los periféricos UART están siendo usados"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "All event channels in use"
msgstr "Todos los canales de eventos estan siendo usados"
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "All sync event channels in use"
msgstr ""
"Todos los canales de eventos de sincronización (sync event channels) están "
"siendo utilizados"
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "All timers for this pin are in use"
msgstr "Todos los timers para este pin están siendo utilizados"
2018-08-16 16:34:12 -04:00
2020-06-23 15:15:45 -04:00
#: ports/atmel-samd/common-hal/_pew/PewPew.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
2020-04-09 16:16:32 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
2020-06-23 15:15:45 -04:00
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "All timers in use"
msgstr "Todos los timers en uso"
2018-08-16 16:34:12 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Already advertising."
msgstr "Ya se encuentra publicando."
2019-10-21 22:50:17 -04:00
#: ports/cxd56/common-hal/analogio/AnalogIn.c
msgid "AnalogIn not supported on given pin"
msgstr "El pin proporcionado no soporta AnalogIn"
#: ports/cxd56/common-hal/analogio/AnalogOut.c
#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
#: ports/nrf/common-hal/analogio/AnalogOut.c
msgid "AnalogOut functionality not supported"
msgstr "Funcionalidad AnalogOut no soportada"
#: shared-bindings/analogio/AnalogOut.c
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr "AnalogOut es solo de 16 bits. Value debe ser menos a 65536."
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "AnalogOut not supported on given pin"
msgstr "El pin proporcionado no soporta AnalogOut"
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
msgid "Another send is already active"
msgstr "Otro envío ya está activo"
#: shared-bindings/pulseio/PulseOut.c
2019-02-22 15:04:54 -05:00
msgid "Array must contain halfwords (type 'H')"
msgstr "Array debe contener media palabra (type 'H')"
2018-07-31 19:53:54 -04:00
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Array values should be single bytes."
msgstr "Valores del array deben ser bytes individuales."
2018-07-31 19:53:54 -04:00
#: shared-bindings/microcontroller/Pin.c
2020-04-14 19:25:21 -04:00
msgid "At most %d %q may be specified (not %d)"
msgstr "Como máximo %d %q se puede especificar (no %d)"
2020-04-14 19:25:21 -04:00
#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
2019-07-09 09:11:04 -04:00
msgstr ""
"Se intentó asignación del montículo, sin que la VM de MicroPython esté "
"ejecutando."
#: main.c
msgid "Auto-reload is off.\n"
msgstr "Auto-recarga deshabilitada.\n"
#: main.c
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 "
"ejecutarlos o entra al REPL para desabilitarlos.\n"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-module/framebufferio/FramebufferDisplay.c
2019-08-22 15:59:17 -04:00
msgid "Below minimum frame rate"
msgstr "Por debajo de taza mínima de refrescamiento"
2019-08-22 15:59:17 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock y word select deben compartir una unidad de reloj"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bits depth debe ser múltiplo de 8."
2020-05-20 13:28:17 -04:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Both RX and TX required for flow control"
msgstr "Ambos RX y TX requeridos para control de flujo"
2020-05-20 13:28:17 -04:00
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "Both pins must support hardware interrupts"
msgstr "Ambos pines deben soportar interrupciones por hardware"
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
msgid "Brightness must be 0-1.0"
msgstr "El brillo debe ser 0-1.0"
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Brightness must be between 0 and 255"
2019-06-17 22:01:22 -04:00
msgstr "El brillo debe estar entro 0 y 255"
2018-07-31 19:53:54 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-02-22 15:04:54 -05:00
msgid "Brightness not adjustable"
2019-06-17 22:01:22 -04:00
msgstr "El brillo no se puede ajustar"
2018-07-31 19:53:54 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/UUID.c
#, c-format
msgid "Buffer + offset too small %d %d %d"
msgstr "Búfer + compensado muy pequeños %d %d %d"
2019-10-21 22:50:17 -04:00
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes."
2018-07-31 19:53:54 -04:00
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Buffer is not a bytearray."
msgstr "Buffer no es un bytearray."
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Buffer is too small"
msgstr "El buffer es muy pequeño"
2019-08-21 14:19:42 -04:00
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#, c-format
msgid "Buffer length %d too big. It must be less than %d"
msgstr "La longitud del buffer %d es muy grande. Debe ser menor a %d"
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
msgid "Buffer length must be a multiple of 512"
msgstr "El tamaño del búfer debe ser múltiplo de 512"
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Buffer must be at least length 1"
msgstr "Buffer debe ser de longitud 1 como minimo"
2018-07-31 19:53:54 -04:00
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Buffer too large and unable to allocate"
msgstr "Buffer demasiado grande e incapaz de asignar"
2020-01-07 17:31:58 -05:00
2020-03-30 20:04:33 -04:00
#: shared-bindings/_bleio/PacketBuffer.c
#, c-format
msgid "Buffer too short by %d bytes"
msgstr "Búfer muy corto por %d bytes"
2020-03-30 20:04:33 -04:00
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, c-format
msgid "Bus pin %d is already in use"
msgstr "Bus pin %d ya está siendo utilizado"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "Byte buffer must be 16 bytes."
msgstr "Búfer Byte debe de ser 16 bytes."
2018-07-31 19:53:54 -04:00
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Bytes must be between 0 and 255."
msgstr "Bytes debe estar entre 0 y 255."
2018-07-31 19:53:54 -04:00
#: shared-bindings/aesio/aes.c
msgid "CBC blocks must be multiples of 16 bytes"
msgstr "Los bloques CBC deben ser múltiplos de 16 bytes"
#: py/objtype.c
msgid "Call super().__init__() before accessing native object."
msgstr "Llame a super().__ init __() antes de acceder al objeto nativo."
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
msgstr "No se puede configurar CCCD en la característica local"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Cannot delete values"
msgstr "No se puede eliminar valores"
2018-07-31 19:53:54 -04:00
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/mimxrt10xx/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
msgstr "No puede ser pull mientras este en modo de salida"
#: ports/nrf/common-hal/microcontroller/Processor.c
msgid "Cannot get temperature"
msgstr "No se puede obtener la temperatura"
2019-12-12 18:33:46 -05:00
#: shared-bindings/_bleio/Adapter.c
msgid "Cannot have scan responses for extended, connectable advertisements."
msgstr ""
"No se pueden obtener respuestas de exploración para anuncios extendidos y "
"conectables."
2019-12-12 18:33:46 -05:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Cannot output both channels on the same pin"
msgstr "No se puede tener ambos canales en el mismo pin"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot read without MISO pin."
msgstr "No se puede leer sin pin MISO."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Cannot record to a file"
msgstr "No se puede grabar en un archivo"
#: shared-module/storage/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Cannot remount '/' when USB is active."
msgstr "No se puede volver a montar '/' cuando el USB esta activo."
2019-01-18 14:44:53 -05:00
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/cxd56/common-hal/microcontroller/__init__.c
#: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "No se puede reiniciar a bootloader porque no hay bootloader presente."
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Cannot set value when direction is input."
msgstr "No se puede asignar un valor cuando la dirección es input."
2018-07-31 19:53:54 -04:00
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Cannot specify RTS or CTS in RS485 mode"
msgstr "No se puede especificar RTS o CTS en modo RS485"
2020-02-19 03:45:07 -05:00
#: py/objslice.c
msgid "Cannot subclass slice"
msgstr "No se puede manejar la partición en una subclase"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot transfer without MOSI and MISO pins."
msgstr "No se puede transmitir sin pines MOSI y MISO."
2018-07-31 19:53:54 -04:00
#: extmod/moductypes.c
msgid "Cannot unambiguously get sizeof scalar"
msgstr "No se puede obtener inequívocamente sizeof escalar"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Cannot vary frequency on a timer that is already in use"
msgstr "No puede variar la frecuencia en un temporizador que ya está en uso"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot write without MOSI pin."
msgstr "No se puede escribir sin pin MOSI."
2018-07-31 19:53:54 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
msgid "CharacteristicBuffer writing not provided"
msgstr "CharateristicBuffer escritura no proporcionada"
2018-07-31 19:53:54 -04:00
#: supervisor/shared/safe_mode.c
msgid "CircuitPython core code crashed hard. Whoops!\n"
msgstr "El código central de CircuitPython se estrelló con fuerza. ¡Whoops!\n"
#: supervisor/shared/safe_mode.c
msgid ""
"CircuitPython is in safe mode because you pressed the reset button during "
"boot. Press again to exit safe mode.\n"
msgstr ""
"CircuitPython está en modo seguro porque presionó el botón de reinicio "
"durante el arranque. Presione nuevamente para salir del modo seguro.\n"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Clock pin init failed."
msgstr "Iniciado de pin de reloj fallido."
2018-08-16 16:34:12 -04:00
#: shared-module/bitbangio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Clock stretch too long"
msgstr "Estirado de reloj demasiado largo"
2018-08-16 16:34:12 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Clock unit in use"
msgstr "Clock unit está siendo utilizado"
#: shared-bindings/_pew/PewPew.c
msgid "Column entry must be digitalio.DigitalInOut"
msgstr "Entrada de columna debe ser digitalio.DigitalInOut"
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
2019-02-22 15:04:54 -05:00
msgid "Command must be an int between 0 and 255"
msgstr "Command debe ser un int entre 0 y 255"
2018-08-16 16:34:12 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Connection.c
msgid ""
"Connection has been disconnected and can no longer be used. Create a new "
"connection."
msgstr ""
"La conexión se ha desconectado y ya no se puede usar. Crea una nueva "
"conexión."
2019-10-21 22:50:17 -04:00
#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr "Archivo .mpy corrupto"
#: py/emitglue.c
msgid "Corrupt raw code"
msgstr "Código crudo corrupto"
2020-06-23 15:15:45 -04:00
#: ports/cxd56/common-hal/gnss/GNSS.c
msgid "Could not initialize GNSS"
msgstr "No se pudo inicializar el GNSS"
2020-06-23 15:15:45 -04:00
#: ports/cxd56/common-hal/sdioio/SDCard.c
msgid "Could not initialize SDCard"
msgstr "No se pudo inicializar SDCard"
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr "No se puede inicializar la UART"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not initialize channel"
msgstr "No se pudo inicializar el canal"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not initialize timer"
msgstr "No se pudo inicializar el temporizador"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not re-init channel"
msgstr "No se pudo reiniciar el canal"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not re-init timer"
msgstr "No se pudo reiniciar el temporizador"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not restart PWM"
msgstr "No se pudo reiniciar el PWM"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not start PWM"
msgstr "No se pudo iniciar el PWM"
#: ports/stm/common-hal/busio/UART.c
msgid "Could not start interrupt, RX busy"
msgstr "No se pudo iniciar la interrupción, RX ocupado"
#: shared-module/audiomp3/MP3Decoder.c
msgid "Couldn't allocate decoder"
msgstr "No se pudo encontrar el decodificador"
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3Decoder.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate first buffer"
msgstr "No se pudo asignar el primer buffer"
2018-08-16 16:34:12 -04:00
#: shared-module/audiomp3/MP3Decoder.c
msgid "Couldn't allocate input buffer"
msgstr "No se pudo encontrar el búfer de entrada"
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3Decoder.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate second buffer"
msgstr "No se pudo asignar el segundo buffer"
2018-08-16 16:34:12 -04:00
#: supervisor/shared/safe_mode.c
msgid "Crash into the HardFault_Handler."
msgstr "Choque contra el HardFault_Handler."
2018-08-16 16:34:12 -04:00
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "DAC Channel Init Error"
msgstr "Error de inicio del canal DAC"
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "DAC Device Init Error"
msgstr "Error de inicio del dispositivo DAC"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "DAC already in use"
msgstr "DAC ya está siendo utilizado"
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
msgid "Data 0 pin must be byte aligned"
msgstr "El pin Data 0 debe estar alineado a bytes"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Data chunk must follow fmt chunk"
msgstr "Trozo de datos debe seguir fmt chunk"
2018-08-16 16:34:12 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Data too large for advertisement packet"
msgstr "Data es muy grande para el paquete de anuncio"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Capacidad de destino es mas pequeña que destination_length."
2019-09-08 18:31:01 -04:00
#: ports/nrf/common-hal/audiobusio/I2SOut.c
msgid "Device in use"
msgstr "Dispositivo en uso"
2019-09-08 18:31:01 -04:00
#: ports/cxd56/common-hal/digitalio/DigitalInOut.c
msgid "DigitalInOut not supported on given pin"
msgstr "DigitalInOut no es compatible con un pin dado"
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Display must have a 16 bit colorspace."
msgstr "La pantalla debe tener un espacio de color de 16 bits."
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-02-22 15:04:54 -05:00
msgid "Display rotation must be in 90 degree increments"
msgstr "Rotación de display debe ser en incrementos de 90 grados"
2018-08-16 16:34:12 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Drive mode not used when direction is input."
msgstr "Modo Drive no se usa cuando la dirección es input."
2018-08-16 16:34:12 -04:00
#: shared-bindings/aesio/aes.c
msgid "ECB only operates on 16 bytes at a time"
msgstr "ECB solo opera sobre 16 bytes a la vez"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "El canal EXTINT ya está siendo utilizado"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Error en regex"
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
#: shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
#: shared-bindings/terminalio/Terminal.c
2019-02-22 15:04:54 -05:00
msgid "Expected a %q"
msgstr "Se espera un %q"
2018-08-16 16:34:12 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/Descriptor.c shared-bindings/_bleio/PacketBuffer.c
2019-02-22 15:04:54 -05:00
msgid "Expected a Characteristic"
msgstr "Se esperaba una Característica"
2018-08-16 16:34:12 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
msgid "Expected a Service"
msgstr "Se esperaba un servicio"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
#: shared-bindings/_bleio/Service.c
2019-02-22 15:04:54 -05:00
msgid "Expected a UUID"
msgstr "Se esperaba un UUID"
2018-08-16 16:34:12 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
2019-07-09 08:43:54 -04:00
msgid "Expected an Address"
msgstr "Se esperaba una dirección"
2019-07-09 08:43:54 -04:00
#: shared-module/_pixelbuf/PixelBuf.c
2018-08-16 16:34:12 -04:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Expected tuple of length %d, got %d"
msgstr "Se esperaba un tuple de %d, se obtuvo %d"
2018-08-16 16:34:12 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Extended advertisements with scan response not supported."
msgstr "No se admiten anuncios extendidos con respuesta de escaneo."
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/fft.c
msgid "FFT is defined for ndarrays only"
msgstr "FFT se define solo para ndarrays"
2020-02-04 11:24:37 -05:00
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr "Fallo enviando comando."
2019-05-15 22:29:34 -04:00
#: ports/nrf/sd_mutex.c
#, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "No se puede adquirir el mutex, error 0x%04x"
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "Failed to allocate RX buffer"
msgstr "Ha fallado la asignación del buffer RX"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Falló la asignación del buffer RX de %d bytes"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
2019-10-21 22:50:17 -04:00
msgid "Failed to connect: internal error"
msgstr "Error al conectar: error interno"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Failed to connect: timeout"
msgstr "Error al conectar: tiempo de espera agotado"
#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr "Error al analizar el archivo MP3"
#: ports/nrf/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "No se puede liberar el mutex, err 0x%04x"
#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr "Error al escribir al flash interno."
#: py/moduerrno.c
msgid "File exists"
msgstr "El archivo ya existe"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Frequency captured is above capability. Capture Paused."
msgstr "Frecuencia capturada por encima de la capacidad. Captura en pausa."
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Frequency must match existing PWMOut using this timer"
msgstr ""
"La frecuencia debe coincidir con PWMOut existente usando este temporizador"
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Function requires lock"
msgstr "La función requiere lock"
2018-08-31 15:34:01 -04:00
2019-07-26 01:48:36 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-07-26 01:48:36 -04:00
msgid "Group already used"
msgstr "El grupo ya está siendo utilizado"
2019-07-26 01:48:36 -04:00
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Group full"
msgstr "Group lleno"
2018-09-20 21:53:07 -04:00
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
#: ports/stm/common-hal/busio/SPI.c
msgid "Hardware busy, try alternative pins"
msgstr "Hardware ocupado, pruebe pines alternativos"
2020-05-21 11:18:22 -04:00
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
msgid "Hardware in use, try alternative pins"
msgstr "Hardware en uso, pruebe pines alternativos"
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Operación I/O en archivo cerrado"
#: ports/stm/common-hal/busio/I2C.c
msgid "I2C Init Error"
msgstr "Error de inicio de I2C"
#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
msgstr "IV debe tener %d bytes de longitud"
#: py/persistentcode.c
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
"Archivo .mpy incompatible. Actualice todos los archivos .mpy. Consulte "
"http://adafru.it/mpy-update para más información."
#: shared-bindings/_pew/PewPew.c
msgid "Incorrect buffer size"
msgstr "Tamaño incorrecto del buffer"
#: py/moduerrno.c
msgid "Input/output error"
msgstr "error Input/output"
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient authentication"
msgstr "Autenticación insuficiente"
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient encryption"
msgstr "Cifrado insuficiente"
2019-11-21 19:50:34 -05:00
#: ports/stm/common-hal/busio/UART.c
msgid "Internal define error"
msgstr "Error interno de definición"
2020-04-17 19:44:35 -04:00
#: shared-module/rgbmatrix/RGBMatrix.c
#, c-format
msgid "Internal error #%d"
msgstr "Error interno #%d"
2020-04-17 19:44:35 -04:00
#: shared-bindings/sdioio/SDCard.c
msgid "Invalid %q"
msgstr "%q inválido"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Invalid %q pin"
msgstr "Pin %q inválido"
#: ports/stm/common-hal/analogio/AnalogIn.c
msgid "Invalid ADC Unit value"
msgstr "Valor de unidad de ADC no válido"
#: shared-module/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
msgid "Invalid BMP file"
msgstr "Archivo BMP inválido"
2018-09-25 15:10:44 -04:00
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "Invalid DAC pin supplied"
msgstr "Pin suministrado inválido para DAC"
2020-06-01 09:56:31 -04:00
#: ports/stm/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr "Selección de pin I2C no válida"
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PWMOut.c
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid PWM frequency"
msgstr "Frecuencia PWM inválida"
2020-05-27 11:55:33 -04:00
#: ports/stm/common-hal/busio/SPI.c
msgid "Invalid SPI pin selection"
msgstr "Selección de pin SPI no válida"
2020-05-27 11:55:33 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "Invalid UART pin selection"
msgstr "Selección de pin UART no válida"
2020-04-17 19:44:35 -04:00
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
msgid "Invalid argument"
msgstr "Argumento inválido"
2019-04-04 16:38:05 -04:00
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
2019-06-17 22:01:22 -04:00
msgstr "Inválido bits por valor"
2019-04-04 16:38:05 -04:00
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Tamaño de buffer inválido"
2019-10-03 19:42:40 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr "Cadena de byteorder inválida"
2019-10-03 19:42:40 -04:00
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Invalid capture period. Valid range: 1 - 500"
msgstr "Inválido periodo de captura. Rango válido: 1 - 500"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid channel count"
msgstr "Cuenta de canales inválida"
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid direction."
msgstr "Dirección inválida."
2018-08-09 17:15:18 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid file"
msgstr "Archivo inválido"
2018-08-09 17:15:18 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid format chunk size"
msgstr "Formato de fragmento de formato no válido"
2018-08-09 17:15:18 -04:00
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Invalid frequency supplied"
msgstr "Frecuencia suministrada no válida"
#: supervisor/shared/safe_mode.c
msgid "Invalid memory access."
msgstr "Acceso a memoria no válido."
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Invalid number of bits"
msgstr "Numero inválido de bits"
2018-08-09 17:15:18 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2020-04-09 16:16:32 -04:00
#: shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
msgid "Invalid phase"
msgstr "Fase inválida"
2018-08-09 17:15:18 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
2020-04-17 19:44:35 -04:00
#: shared-bindings/pulseio/PWMOut.c shared-module/rgbmatrix/RGBMatrix.c
2019-02-22 15:04:54 -05:00
msgid "Invalid pin"
msgstr "Pin inválido"
2018-08-09 17:15:18 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for left channel"
msgstr "Pin inválido para canal izquierdo"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for right channel"
msgstr "Pin inválido para canal derecho"
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
2020-06-23 15:15:45 -04:00
#: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
#: ports/mimxrt10xx/common-hal/busio/I2C.c
2020-06-01 09:56:31 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c
2020-05-27 11:55:33 -04:00
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr "pines inválidos"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Invalid pins for PWMOut"
msgstr "Pines inválidos para PWMOut"
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2020-04-09 16:16:32 -04:00
#: shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
msgid "Invalid polarity"
msgstr "Polaridad inválida"
2018-08-09 17:15:18 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
2019-08-15 21:54:52 -04:00
msgid "Invalid properties"
msgstr "Propiedades inválidas"
2019-08-15 21:54:52 -04:00
#: shared-bindings/microcontroller/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Invalid run mode."
msgstr "Modo de ejecución inválido."
2018-08-09 17:15:18 -04:00
2019-08-29 18:48:52 -04:00
#: shared-module/_bleio/Attribute.c
2019-08-15 21:54:52 -04:00
msgid "Invalid security_mode"
msgstr "Modo de seguridad no válido"
2019-08-15 21:54:52 -04:00
2019-08-29 23:17:28 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr "Voz inválida"
2019-08-29 23:17:28 -04:00
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice count"
msgstr "Cuenta de voces inválida"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid wave file"
msgstr "Archivo wave inválido"
2018-08-09 17:15:18 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "Invalid word/bit length"
msgstr "Tamaño no válido de palabra/bit"
#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr "La llave debe tener 16, 24 o 32 bytes de longitud"
#: py/compile.c
msgid "LHS of keyword arg must be an id"
msgstr "LHS del agumento por palabra clave deberia ser un identificador"
2019-06-12 03:59:54 -04:00
#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr "La capa ya pertenece a un grupo."
2019-06-12 03:59:54 -04:00
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Layer must be a Group or TileGrid subclass."
msgstr "Layer debe ser una subclase de Group o TileGrid."
2018-08-24 23:24:59 -04:00
#: py/objslice.c
msgid "Length must be an int"
msgstr "Length debe ser un int"
#: py/objslice.c
msgid "Length must be non-negative"
msgstr "Longitud no deberia ser negativa"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MISO pin init failed."
msgstr "MISO pin init fallido."
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MOSI pin init failed."
msgstr "MOSI pin init fallido."
#: shared-module/displayio/Shape.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum x value when mirrored is %d"
msgstr "Valor máximo de x cuando se refleja es %d"
#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr "MicroPython NLR jump falló. Probable corrupción de la memoria."
2018-08-09 17:15:18 -04:00
#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr "Error fatal de MicroPython."
2018-08-09 17:15:18 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr "Micrófono demora de inicio debe estar en el rango 0.0 a 1.0"
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "Missing MISO or MOSI Pin"
msgstr "Falta el pin MISO o MOSI"
#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Debe de ser una subclase de %q."
2018-08-24 23:24:59 -04:00
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr "Debe proporcionar un pin MISO o MOSI"
#: ports/stm/common-hal/busio/SPI.c
msgid "Must provide SCK pin"
msgstr "Debes proveer un pin para SCK"
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr "Debe usar un múltiplo de 6 pines rgb, no %d"
2020-04-14 19:25:21 -04:00
2020-03-02 10:13:06 -05:00
#: py/parse.c
msgid "Name too long"
msgstr "Nombre muy largo"
2020-03-02 10:13:06 -05:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "No CCCD for this Characteristic"
msgstr "No hay CCCD para esta característica"
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
msgstr "El chip no tiene DAC"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "No DMA channel found"
msgstr "No se encontró el canal DMA"
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "No MISO Pin"
msgstr "Sin pin MISO"
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "No MOSI Pin"
msgstr "Sin pin MOSI"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
#: ports/stm/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Sin pin RX"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
#: ports/stm/common-hal/busio/UART.c
msgid "No TX pin"
msgstr "Sin pin TX"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No available clocks"
msgstr "Relojes no disponibles"
#: shared-bindings/_bleio/PacketBuffer.c
2020-05-04 19:52:24 -04:00
msgid "No connection: length cannot be determined"
msgstr "Sin conexión: no se puede determinar la longitud"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Sin bus %q por defecto"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
msgstr "Sin GCLKs libres"
#: shared-bindings/os/__init__.c
2019-02-22 15:04:54 -05:00
msgid "No hardware random available"
msgstr "No hay hardware random disponible"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
msgid "No hardware support on clk pin"
msgstr "Sin soporte de hardware en el pin clk"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
msgstr "Sin soporte de hardware en pin"
#: shared-bindings/aesio/aes.c
msgid "No key was specified"
msgstr "No se especificó ninguna llave"
2020-05-08 18:15:50 -04:00
#: shared-bindings/time/__init__.c
msgid "No long integer support"
msgstr "No hay soporte de entero largo"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "No more timers available on this pin."
msgstr "No hay más temporizadores disponibles en este pin."
2019-08-20 13:02:01 -04:00
#: shared-module/touchio/TouchIn.c
msgid "No pulldown on pin; 1Mohm recommended"
msgstr "No hay pulldown en el pin; 1Mohm recomendado"
2019-08-20 13:02:01 -04:00
#: py/moduerrno.c
msgid "No space left on device"
msgstr "No queda espacio en el dispositivo"
#: py/moduerrno.c
msgid "No such file/directory"
msgstr "No existe el archivo/directorio"
2020-04-17 19:44:35 -04:00
#: shared-module/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
msgid "No timer available"
msgstr "No hay temporizador disponible"
2020-04-14 19:25:21 -04:00
#: supervisor/shared/safe_mode.c
msgid "Nordic Soft Device failure assertion."
msgstr "fallo de aserción de dispositivo Nordic Soft."
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/__init__.c
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
msgid "Not connected"
msgstr "No conectado"
2018-08-24 23:24:59 -04:00
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
#: shared-bindings/audiopwmio/PWMAudioOut.c
2019-02-22 15:04:54 -05:00
msgid "Not playing"
msgstr "No reproduciendo"
2018-08-24 23:24:59 -04:00
#: shared-bindings/util.c
2019-02-22 15:04:54 -05:00
msgid ""
"Object has been deinitialized and can no longer be used. Create a new object."
2018-12-04 16:17:31 -05:00
msgstr ""
2019-07-09 09:11:04 -04:00
"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo "
"objeto."
#: ports/nrf/common-hal/busio/UART.c
msgid "Odd parity is not supported"
msgstr "Paridad impar no soportada"
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Only 8 or 16 bit mono with "
msgstr "Solo mono de 8 ó 16 bit con "
#: shared-module/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
"Solo formato de Windows, sin comprimir BMP soportado: tamaño de encabezado "
"dado es %d"
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
2019-08-22 15:59:17 -04:00
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
"%d bpp given"
msgstr ""
"Solo se admiten BMP monocromáticos, indexados de 4 bpp u 8 bpp y 16 bpp o "
"más: %d bpp proporcionados"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "El sobremuestreo debe ser un múltiplo de 8."
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
msgstr "PWM duty_cycle debe ser entre 0 y 65535 inclusivo (16 bit resolution)"
2018-08-24 23:24:59 -04:00
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
"La frecuencia de PWM no se puede escribir variable_frequency es False en la "
"construcción."
2020-02-04 11:24:37 -05:00
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
msgid "ParallelBus not yet supported"
msgstr "ParallelBus no soportado aún"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Permiso denegado"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/cxd56/common-hal/analogio/AnalogIn.c
#: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
#: ports/stm/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Pin no tiene capacidad ADC"
2020-05-20 11:55:32 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Pin is input only"
msgstr "El pin es solo de entrada"
2020-05-20 11:55:32 -04:00
2020-05-05 01:23:38 -04:00
#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr "El pin debe admitir interrupciones de hardware"
2020-05-05 01:23:38 -04:00
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "Pin number already reserved by EXTI"
msgstr "Número de pin ya reservado por EXTI"
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid ""
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
"constructor"
msgstr ""
"El pinout utiliza %d bytes por elemento, lo que consume más del ideal de %d "
"bytes. Si esto no se puede evitar, pase allow_inefficient=True al constructor"
2020-04-14 19:25:21 -04:00
#: py/builtinhelp.c
msgid "Plus any modules on the filesystem\n"
msgstr "Además de cualquier módulo en el sistema de archivos\n"
2020-05-18 16:33:16 -04:00
#: shared-module/vectorio/Polygon.c
msgid "Polygon needs at least 3 points"
msgstr "El polígono necesita al menos 3 puntos"
2020-05-18 16:33:16 -04:00
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr "Pop de un buffer Ps2 vacio"
2019-05-15 22:29:34 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "Prefix buffer must be on the heap"
msgstr "El búfer de prefijo debe estar en el montículo"
2019-10-21 22:50:17 -04:00
#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
"Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar."
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Pull not used when direction is output."
msgstr "Pull no se usa cuando la dirección es output."
2018-08-24 23:24:59 -04:00
2020-04-09 16:16:32 -04:00
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr "PulseIn no es compatible con este chip"
2020-04-09 16:16:32 -04:00
#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr "PulseOut no es compatible con este chip"
#: ports/stm/common-hal/os/__init__.c
msgid "RNG DeInit Error"
msgstr "Error de desinicializado del RNG"
#: ports/stm/common-hal/os/__init__.c
msgid "RNG Init Error"
msgstr "Error de inicialización de RNG"
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "RS485 inversion specified when not in RS485 mode"
msgstr "Se especifica inversión de RS485 sin estar en modo RS485"
2020-02-19 03:45:07 -05:00
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "Calibración de RTC no es soportada en esta placa"
2019-04-01 22:43:59 -04:00
#: shared-bindings/time/__init__.c
2019-02-22 15:04:54 -05:00
msgid "RTC is not supported on this board"
msgstr "RTC no soportado en esta placa"
2020-02-19 03:45:07 -05:00
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
2020-02-19 03:45:07 -05:00
msgid "RTS/CTS/RS485 Not yet supported on this device"
msgstr "Sin capacidad de RTS/CTS/RS485 para este dispositivo"
2020-02-19 03:45:07 -05:00
#: ports/stm/common-hal/os/__init__.c
msgid "Random number generation error"
msgstr "Error de generación de números aleatorios"
#: shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Read-only"
msgstr "Solo-lectura"
2018-08-16 16:34:12 -04:00
#: extmod/vfs_fat.c py/moduerrno.c
msgid "Read-only filesystem"
msgstr "Sistema de archivos de solo-Lectura"
#: shared-module/displayio/Bitmap.c
2019-02-22 15:04:54 -05:00
msgid "Read-only object"
msgstr "Objeto de solo-lectura"
2018-08-16 16:34:12 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Refresh too soon"
msgstr "Actualizando demasiado pronto"
2019-08-22 15:59:17 -04:00
#: shared-bindings/aesio/aes.c
msgid "Requested AES mode is unsupported"
msgstr "El modo AES solicitado no es compatible"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Right channel unsupported"
msgstr "Canal derecho no soportado"
#: shared-bindings/_pew/PewPew.c
msgid "Row entry must be digitalio.DigitalInOut"
msgstr "La entrada de la fila debe ser digitalio.DigitalInOut"
#: main.c
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Ejecutando en modo seguro! La auto-recarga esta deshabilitada.\n"
#: main.c
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Ejecutando en modo seguro! No se esta ejecutando el código guardado.\n"
#: shared-module/sdcardio/SDCard.c
msgid "SD card CSD format not supported"
msgstr "Sin capacidad para formato CSD para tarjeta SD"
2020-06-01 09:56:31 -04:00
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr "SDA o SCL necesitan una pull up"
#: ports/stm/common-hal/busio/SPI.c
msgid "SPI Init Error"
msgstr "Error de inicio de SPI"
#: ports/stm/common-hal/busio/SPI.c
msgid "SPI Re-initialization error"
msgstr "Error de reinicialización de SPI"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Sample rate must be positive"
msgstr "Sample rate debe ser positivo"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr "Frecuencia de muestreo demasiado alta. Debe ser menor a %d"
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgstr "Escaneo en progreso. Use stop_scan para detener."
2019-10-21 22:50:17 -04:00
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Selected CTS pin not valid"
msgstr "Pin CTS seleccionado no válido"
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Selected RTS pin not valid"
msgstr "Pin RTS seleccionado no válido"
2020-02-19 03:45:07 -05:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Serializer in use"
msgstr "Serializer está siendo utilizado"
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Slice and value different lengths."
msgstr "Slice y value tienen tamaños diferentes."
2018-08-16 16:34:12 -04:00
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Slices not supported"
msgstr "Rebanadas no soportadas"
2018-08-16 16:34:12 -04:00
#: shared-bindings/aesio/aes.c
msgid "Source and destination buffers must be the same length"
msgstr "Los búferes de fuente y destino deben ser del mismo tamaño"
#: extmod/modure.c
msgid "Splitting with sub-captures"
msgstr "Dividiendo con sub-capturas"
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stack size must be at least 256"
msgstr "El tamaño de la pila debe ser de al menos 256"
2018-08-16 16:34:12 -04:00
#: shared-bindings/multiterminal/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stream missing readinto() or write() method."
msgstr "A Stream le falta el método readinto() o write()."
2018-08-16 16:34:12 -04:00
2020-05-20 13:28:17 -04:00
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
msgid "Supply at least one UART pin"
msgstr "Suministre al menos un pin UART"
2020-06-23 15:15:45 -04:00
#: shared-bindings/gnss/GNSS.c
msgid "System entry must be gnss.SatelliteSystem"
msgstr "La entrada del sistema debe ser gnss.SatelliteSystem"
2020-06-23 15:15:45 -04:00
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Temperature read timed out"
msgstr "Lectura de temperatura expirada"
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"The CircuitPython heap was corrupted because the stack was too small.\n"
"Please increase the stack size if you know how, or if not:"
2019-02-22 15:04:54 -05:00
msgstr ""
"El montículo de CircuitPython se dañó porque la pila era demasiado pequeña.\n"
"Aumente el tamaño de la pila si sabe cómo, o si no:"
2018-08-16 16:34:12 -04:00
#: supervisor/shared/safe_mode.c
msgid ""
"The `microcontroller` module was used to boot into safe mode. Press reset to "
"exit safe mode.\n"
msgstr ""
"El módulo de `microcontroller` fue utilizado para bootear en modo seguro. "
"Presione reset para salir del modo seguro.\n"
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"The microcontroller's power dipped. Make sure your power supply provides\n"
2019-02-22 15:04:54 -05:00
"enough power for the whole circuit and press reset (after ejecting "
"CIRCUITPY).\n"
msgstr ""
"La alimentación de la microntroladora bajó. Asegúrate que tu fuente de "
"poder\n"
"pueda suplir suficiente energía para todo el circuito y presione reset "
"(luego de\n"
"expulsar CIRCUITPY)\n"
2018-08-16 16:34:12 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's bits_per_sample does not match the mixer's"
msgstr "Los bits_per_sample del sample no igualan a los del mixer"
2018-08-16 16:34:12 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's channel count does not match the mixer's"
msgstr "La cuenta de canales del sample no iguala a las del mixer"
2018-08-16 16:34:12 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's sample rate does not match the mixer's"
msgstr "El sample rate del sample no iguala al del mixer"
2018-08-16 16:34:12 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's signedness does not match the mixer's"
msgstr "El signo del sample no iguala al del mixer"
2018-08-16 16:34:12 -04:00
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile height must exactly divide bitmap height"
msgstr "La altura del Tile debe dividir exacto la altura del bitmap"
2018-08-16 16:34:12 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile index out of bounds"
msgstr "Índice de mosaico fuera de límites"
2019-07-19 13:38:59 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile value out of bounds"
msgstr "Valor de mosaico fuera de límites"
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile width must exactly divide bitmap width"
2019-06-17 22:01:22 -04:00
msgstr "Ancho del Tile debe dividir exactamente el ancho de mapa de bits"
2018-08-09 17:15:18 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
#, c-format
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""
"Tiempo de espera demasiado largo: El tiempo máximo de espera es de %d "
"segundos"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample."
msgstr "Demasiados canales en sample."
2020-04-14 19:25:21 -04:00
#: shared-module/displayio/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Too many display busses"
2019-06-17 22:01:22 -04:00
msgstr "Demasiados buses de pantalla"
2018-08-09 17:15:18 -04:00
2020-04-14 19:25:21 -04:00
#: shared-module/displayio/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Too many displays"
msgstr "Muchos displays"
2018-08-09 17:15:18 -04:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Total data to write is larger than outgoing_packet_length"
msgstr ""
"Los datos totales a escribir son más grandes que outgoing_packet_length"
#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr "Traceback (ultima llamada reciente):\n"
#: shared-bindings/time/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Tuple or struct_time argument required"
msgstr "Argumento tuple o struct_time requerido"
2018-07-31 19:53:54 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "UART Buffer allocation error"
msgstr "No se pudo encontrar el búfer para UART"
#: ports/stm/common-hal/busio/UART.c
msgid "UART De-init error"
msgstr "Error de desinicialización de UARL"
#: ports/stm/common-hal/busio/UART.c
msgid "UART Init Error"
msgstr "Error de inicialización de UARL"
#: ports/stm/common-hal/busio/UART.c
msgid "UART Re-init error"
msgstr "Error de reinicialización de UARL"
#: ports/stm/common-hal/busio/UART.c
msgid "UART write error"
msgstr "Error de escritura UART"
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Busy"
msgstr "USB ocupado"
2018-07-31 19:53:54 -04:00
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Error"
msgstr "Error USB"
2018-08-09 17:15:18 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "UUID integer value must be 0-0xffff"
msgstr "El valor entero del UUID debe ser 0-0xffff"
2018-08-09 17:15:18 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
msgstr "UUID string no es 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2018-08-09 17:15:18 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID value is not str, int or byte buffer"
msgstr "UUID valor no es un str, int o byte buffer"
2018-07-31 19:53:54 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Unable to allocate buffers for signed conversion"
msgstr "No se pudieron asignar buffers para la conversión con signo"
2019-07-17 15:00:58 -04:00
#: shared-module/displayio/I2CDisplay.c
#, c-format
msgid "Unable to find I2C Display at %x"
msgstr "No se puede encontrar la pantalla I2C en %x"
2019-07-17 15:00:58 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Unable to find free GCLK"
msgstr "No se pudo encontrar un GCLK libre"
#: py/parse.c
msgid "Unable to init parser"
msgstr "Incapaz de inicializar el parser"
#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr "No se pudo leer los datos de la paleta de colores"
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Unable to write to nvm."
msgstr "Imposible escribir en nvm."
2018-07-31 19:53:54 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/UUID.c
msgid "Unexpected nrfx uuid type"
msgstr "Tipo de uuid nrfx inesperado"
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown gatt error: 0x%04x"
msgstr "Error de gatt desconocido: 0x%04x"
#: supervisor/shared/safe_mode.c
msgid "Unknown reason."
msgstr "Razón desconocida."
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr "Error de seguridad desconocido: 0x%04x"
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown soft device error: %04x"
msgstr "Error suave desconocido en dispositivo: %04x"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr "Número incomparable de elementos en RHS (%d esperado,%d obtenido)."
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"declined or ignored."
msgstr ""
"Problema no especificado. Puede ser que la señal de emparejamiento del otro "
"dispositivo fue declinada o ignorada."
2019-11-21 19:50:34 -05:00
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
2020-06-23 15:15:45 -04:00
#: ports/stm/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr "Baudrate no soportado"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/display_core.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported display bus type"
msgstr "Sin capacidad de bus tipo display"
2018-07-31 19:53:54 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported format"
msgstr "Formato no soportado"
2018-07-31 19:53:54 -04:00
#: py/moduerrno.c
msgid "Unsupported operation"
msgstr "Operación no soportada"
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported pull value."
msgstr "valor pull no soportado."
2018-07-31 19:53:54 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr "Tamaño del valor != del tamaño fijo requerido"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
msgstr "Tamaño de valor > max_length"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "funciones Viper no soportan por el momento, más de 4 argumentos"
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Voltage read timed out"
msgstr "Tiempo de espera agotado para lectura de voltaje"
#: main.c
msgid "WARNING: Your code filename has two extensions\n"
msgstr "ADVERTENCIA: El nombre de archivo de tu código tiene dos extensiones\n"
#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
msgstr ""
"WatchDogTimer no se puede desinicializar luego de definirse en modo RESET"
#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer is not currently running"
msgstr "WatchDogTimer no se está ejecutando en este momento"
#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
msgstr ""
"WatchDogTimer.mode no se puede modificar luego de configurar WatchDogMode."
"RESET"
#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.timeout must be greater than 0"
msgstr "WatchDogTimer.timeout debe ser mayor a 0"
#: supervisor/shared/safe_mode.c
msgid "Watchdog timer expired."
msgstr "Temporizador de perro guardián expirado."
#: py/builtinhelp.c
#, 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 ""
"Bienvenido a Adafruit CircuitPython %s!\n"
"\n"
"Visita learn.adafruit.com/category/circuitpython para obtener guías de "
"proyectos.\n"
"\n"
"Para listar los módulos incorporados por favor haga `help(\"modules\")`.\n"
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Writes not supported on Characteristic"
msgstr "Escrituras no admitidas en la característica"
2020-01-07 17:31:58 -05:00
#: supervisor/shared/safe_mode.c
msgid "You are in safe mode: something unanticipated happened.\n"
msgstr "Estás en modo seguro: algo inesperado ha sucedido.\n"
2019-02-22 15:04:54 -05:00
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "You requested starting safe mode by "
msgstr "Solicitaste iniciar en modo seguro por "
2018-07-31 19:53:54 -04:00
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init__() deberia devolver None"
#: py/objtype.c
#, c-format
msgid "__init__() should return None, not '%s'"
msgstr "__init__() deberia devolver None, no '%s'"
#: py/objobject.c
msgid "__new__ arg must be a user-type"
msgstr "__new__ arg debe ser un user-type"
#: extmod/modubinascii.c extmod/moduhashlib.c
msgid "a bytes-like object is required"
msgstr "se requiere un objeto bytes-like"
#: lib/embed/abort_.c
msgid "abort() called"
msgstr "se llamó abort()"
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "la dirección %08x no esta alineada a %d bytes"
2020-06-23 15:15:45 -04:00
#: shared-bindings/i2cperipheral/I2CPeripheral.c
2019-02-22 15:04:54 -05:00
msgid "address out of bounds"
msgstr "address fuera de límites"
2020-06-23 15:15:45 -04:00
#: shared-bindings/i2cperipheral/I2CPeripheral.c
2019-02-22 15:04:54 -05:00
msgid "addresses is empty"
msgstr "addresses esta vacío"
#: extmod/ulab/code/vectorise.c
msgid "arctan2 is implemented for scalars and ndarrays only"
msgstr "arctan2 se encuentra implementado solo para escalares y ndarrays"
#: py/modbuiltins.c
msgid "arg is an empty sequence"
msgstr "argumento es una secuencia vacía"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "argsort argument must be an ndarray"
msgstr "El argumento para argsort debe ser un ndarray"
2020-02-04 11:24:37 -05:00
#: py/runtime.c
msgid "argument has wrong type"
msgstr "el argumento tiene un tipo erroneo"
#: py/argcheck.c shared-bindings/_stage/__init__.c
2019-07-09 09:11:04 -04:00
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
2019-02-22 15:04:54 -05:00
msgid "argument num/types mismatch"
msgstr "argumento número/tipos no coinciden"
2018-07-31 19:53:54 -04:00
#: py/runtime.c
msgid "argument should be a '%q' not a '%q'"
msgstr "argumento deberia ser un '%q' no un '%q'"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "arguments must be ndarrays"
msgstr "argumentos deben ser ndarrays"
2020-02-04 11:24:37 -05:00
#: py/objarray.c shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "array/bytes required on right side"
msgstr "array/bytes requeridos en el lado derecho"
2018-07-31 19:53:54 -04:00
2020-04-13 18:17:51 -04:00
#: extmod/ulab/code/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr "se trató de traer argmin/argmax de una secuencia vacía"
2020-04-13 18:17:51 -04:00
#: py/objstr.c
msgid "attributes not supported yet"
msgstr "atributos aún no soportados"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "axis must be -1, 0, None, or 1"
msgstr "eje debe ser -1, 0, None o 1"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "axis must be -1, 0, or 1"
msgstr "eje debe ser -1, 0, o 1"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "axis must be None, 0, or 1"
msgstr "eje debe ser None, 0, o 1"
2020-02-04 11:24:37 -05:00
#: py/builtinevex.c
msgid "bad compile mode"
msgstr "modo de compilación erroneo"
#: py/objstr.c
msgid "bad conversion specifier"
msgstr "especificador de conversion erroneo"
#: py/objstr.c
msgid "bad format string"
msgstr "formato de string erroneo"
#: py/binary.c
msgid "bad typecode"
msgstr "typecode erroneo"
#: py/emitnative.c
msgid "binary op %q not implemented"
msgstr "operacion binaria %q no implementada"
#: shared-bindings/busio/UART.c
2019-02-22 15:04:54 -05:00
msgid "bits must be 7, 8 or 9"
msgstr "bits deben ser 7, 8 ó 9"
2018-07-31 19:53:54 -04:00
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "bits_per_sample must be 8 or 16"
msgstr "bits_per_sample debe ser 8 ó 16"
#: py/emitinlinethumb.c
msgid "branch not in range"
msgstr "la rama no está dentro del rango"
#: shared-bindings/audiocore/RawSample.c
msgid "buffer must be a bytes-like object"
msgstr "buffer debe de ser un objeto bytes-like"
#: shared-module/struct/__init__.c
2019-02-22 15:04:54 -05:00
msgid "buffer size must match format"
2019-06-17 22:01:22 -04:00
msgstr "el tamaño del buffer debe de coincidir con el formato"
2018-08-20 12:39:11 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "buffer slices must be of equal length"
msgstr "Las secciones del buffer necesitan tener longitud igual"
2018-08-20 12:39:11 -04:00
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
2019-02-22 15:04:54 -05:00
msgid "buffer too small"
msgstr "buffer demasiado pequeño"
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr "los botones necesitan ser digitalio.DigitalInOut"
#: py/vm.c
msgid "byte code not implemented"
msgstr "codigo byte no implementado"
#: shared-bindings/_pixelbuf/PixelBuf.c
2019-10-03 19:42:40 -04:00
msgid "byteorder is not a string"
msgstr "byteorder no es una cadena"
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits no soportados"
#: py/objstr.c
msgid "bytes value out of range"
msgstr "valor de bytes fuera de rango"
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is out of range"
msgstr "calibration esta fuera de rango"
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is read only"
msgstr "calibration es de solo lectura"
#: ports/atmel-samd/common-hal/rtc/RTC.c
msgid "calibration value out of range +/-127"
msgstr "Valor de calibración fuera del rango +/-127"
#: py/emitinlinethumb.c
msgid "can only have up to 4 parameters to Thumb assembly"
msgstr "solo puede tener hasta 4 parámetros para ensamblar Thumb"
#: py/emitinlinextensa.c
msgid "can only have up to 4 parameters to Xtensa assembly"
msgstr "solo puede tener hasta 4 parámetros para ensamblador Xtensa"
#: py/persistentcode.c
msgid "can only save bytecode"
msgstr "solo puede almacenar bytecode"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr "no se puede agregar un método a una clase ya subclasificada"
#: py/compile.c
msgid "can't assign to expression"
msgstr "no se puede asignar a la expresión"
#: py/obj.c
#, c-format
msgid "can't convert %s to complex"
msgstr "no se puede convertir %s a complejo"
#: py/obj.c
#, c-format
msgid "can't convert %s to float"
msgstr "no se puede convertir %s a float"
#: py/obj.c
#, c-format
msgid "can't convert %s to int"
msgstr "no se puede convertir %s a int"
#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
msgstr "no se puede convertir el objeto '%q' a %q implícitamente"
#: py/objint.c
msgid "can't convert NaN to int"
msgstr "no se puede convertir Nan a int"
2020-06-23 15:15:45 -04:00
#: shared-bindings/i2cperipheral/I2CPeripheral.c
2019-02-22 15:04:54 -05:00
msgid "can't convert address to int"
msgstr "no se puede convertir address a int"
#: py/objint.c
msgid "can't convert inf to int"
msgstr "no se puede convertir inf en int"
#: py/obj.c
msgid "can't convert to complex"
msgstr "no se puede convertir a complejo"
#: py/obj.c
msgid "can't convert to float"
msgstr "no se puede convertir a float"
#: py/obj.c
msgid "can't convert to int"
msgstr "no se puede convertir a int"
#: py/objstr.c
msgid "can't convert to str implicitly"
msgstr "no se puede convertir a str implícitamente"
#: py/compile.c
msgid "can't declare nonlocal in outer code"
msgstr "no se puede declarar nonlocal"
#: py/compile.c
msgid "can't delete expression"
msgstr "no se puede borrar la expresión"
#: py/emitnative.c
msgid "can't do binary op between '%q' and '%q'"
msgstr "no se puede hacer una operacion binaria entre '%q' y '%q'"
#: py/objcomplex.c
msgid "can't do truncated division of a complex number"
msgstr "no se puede hacer la división truncada de un número complejo"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "no puede tener multiples *x"
#: py/compile.c
msgid "can't have multiple *x"
msgstr "no puede tener multiples *x"
#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr "no se puede convertir implícitamente '%q' a 'bool'"
#: py/emitnative.c
msgid "can't load from '%q'"
msgstr "no se puede cargar desde '%q'"
#: py/emitnative.c
msgid "can't load with '%q' index"
msgstr "no se puede cargar con el índice '%q'"
#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
msgstr "no se puede colgar al generador recién iniciado"
#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr ""
"no se puede enviar un valor que no sea None a un generador recién iniciado"
#: shared-module/sdcardio/SDCard.c
msgid "can't set 512 block size"
msgstr "no se puede definir un tamaño de bloque de 512"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "no se puede asignar el atributo"
#: py/emitnative.c
msgid "can't store '%q'"
msgstr "no se puede almacenar '%q'"
#: py/emitnative.c
msgid "can't store to '%q'"
msgstr "no se puede almacenar para '%q'"
#: py/emitnative.c
msgid "can't store with '%q' index"
msgstr "no se puede almacenar con el indice '%q'"
#: py/objstr.c
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr ""
"no se puede cambiar de la numeración automática de campos a la "
"especificación de campo manual"
#: py/objstr.c
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
"no se puede cambiar de especificación de campo manual a numeración "
"automática de campos"
#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr "no se pueden crear '%q' instancias"
#: py/objtype.c
msgid "cannot create instance"
msgstr "no se puede crear instancia"
#: py/runtime.c
msgid "cannot import name %q"
msgstr "no se puede importar name '%q'"
#: py/builtinimport.c
msgid "cannot perform relative import"
msgstr "no se puedo realizar importación relativa"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "cannot reshape array (incompatible input/output shape)"
msgstr "no se puede reformar el arreglo (forma de entrada/salida incompatible)"
2020-02-04 11:24:37 -05:00
#: py/emitnative.c
msgid "casting"
msgstr "convirtiendo tipo"
#: shared-bindings/_stage/Text.c
msgid "chars buffer too small"
msgstr "chars buffer es demasiado pequeño"
#: py/modbuiltins.c
msgid "chr() arg not in range(0x110000)"
msgstr "El argumento de chr() esta fuera de rango(0x110000)"
#: py/modbuiltins.c
msgid "chr() arg not in range(256)"
msgstr "El argumento de chr() no esta en el rango(256)"
2020-05-09 19:45:55 -04:00
#: shared-module/vectorio/Circle.c
msgid "circle can only be registered in one parent"
msgstr "circle solo puede ser registrado con un pariente"
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/Palette.c
2019-02-22 15:04:54 -05:00
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "color buffer debe ser 3 bytes (RGB) ó 4 bytes (RGB + pad byte)"
#: shared-bindings/displayio/Palette.c
2020-02-03 23:41:15 -05:00
msgid "color buffer must be a buffer, tuple, list, or int"
msgstr "el búfer de color debe ser un búfer, una tupla, una lista o un entero"
#: shared-bindings/displayio/Palette.c
2019-02-22 15:04:54 -05:00
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr "color buffer deberia ser un bytearray o array de tipo 'b' o 'B'"
#: shared-bindings/displayio/Palette.c
2019-02-22 15:04:54 -05:00
msgid "color must be between 0x000000 and 0xffffff"
msgstr "color debe estar entre 0x000000 y 0xffffff"
#: shared-bindings/displayio/ColorConverter.c
2019-02-22 15:04:54 -05:00
msgid "color should be an int"
msgstr "color deberia ser un int"
#: py/objcomplex.c
msgid "complex division by zero"
msgstr "división compleja por cero"
#: py/objfloat.c py/parsenum.c
msgid "complex values not supported"
msgstr "valores complejos no soportados"
#: extmod/moduzlib.c
msgid "compression header"
msgstr "encabezado de compresión"
#: py/parse.c
msgid "constant must be an integer"
msgstr "constant debe ser un entero"
#: py/emitnative.c
msgid "conversion to object"
msgstr "conversión a objeto"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/filter.c
msgid "convolve arguments must be linear arrays"
msgstr "los argumentos para convolve deben ser arreglos lineares"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/filter.c
msgid "convolve arguments must be ndarrays"
msgstr "los argumentos para convolve deben ser ndarrays"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/filter.c
msgid "convolve arguments must not be empty"
msgstr "los argumentos para convolve no deben estar vacíos"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "could not broadast input array from shape"
msgstr "no se pudo anunciar la matriz de entrada desde la forma"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "could not invert Vandermonde matrix"
msgstr "no se pudo invertir la matriz de Vandermonde"
2020-02-04 11:24:37 -05:00
#: shared-module/sdcardio/SDCard.c
msgid "couldn't determine SD card version"
msgstr "no se pudo determinar la versión de la tarjeta SD"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "data must be iterable"
msgstr "los datos deben permitir iteración"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "data must be of equal length"
msgstr "los datos deben ser de igual tamaño"
2020-06-01 09:56:31 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
msgstr "ddof debe ser menor que la longitud del conjunto de datos"
2020-02-04 11:24:37 -05:00
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr "números decimales no soportados"
#: py/compile.c
msgid "default 'except' must be last"
msgstr "'except' por defecto deberia estar de último"
#: shared-bindings/audiobusio/PDMIn.c
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
msgstr ""
"el buffer de destino debe ser un bytearray o array de tipo 'B' para "
"bit_depth = 8"
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
msgstr "el buffer de destino debe ser un array de tipo 'H' para bit_depth = 16"
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination_length must be an int >= 0"
msgstr "destination_length debe ser un int >= 0"
#: py/objdict.c
msgid "dict update sequence has wrong length"
msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "diff argument must be an ndarray"
msgstr "El argumento diff debe ser un ndarray"
2020-02-04 11:24:37 -05:00
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
2019-03-27 18:57:35 -04:00
#: shared-bindings/math/__init__.c
2019-02-22 15:04:54 -05:00
msgid "division by zero"
msgstr "división por cero"
#: py/objdeque.c
msgid "empty"
msgstr "vacío"
#: extmod/moduheapq.c extmod/modutimeq.c
msgid "empty heap"
msgstr "heap vacío"
#: py/objstr.c
msgid "empty separator"
msgstr "separator vacío"
#: shared-bindings/random/__init__.c
2019-02-22 15:04:54 -05:00
msgid "empty sequence"
msgstr "secuencia vacía"
#: py/objstr.c
msgid "end of format while looking for conversion specifier"
msgstr "el final del formato mientras se busca el especificador de conversión"
#: shared-bindings/displayio/Shape.c
2019-02-22 15:04:54 -05:00
msgid "end_x should be an int"
msgstr "end_x debe ser un int"
#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"
#: py/runtime.c
msgid "exceptions must derive from BaseException"
msgstr "las excepciones deben derivar de BaseException"
#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr "se esperaba ':' después de un especificador de tipo format"
#: py/obj.c
msgid "expected tuple/list"
msgstr "se esperaba una tupla/lista"
#: py/modthread.c
msgid "expecting a dict for keyword args"
msgstr "esperando un diccionario para argumentos por palabra clave"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "esperando una instrucción de ensamblador"
#: py/compile.c
msgid "expecting just a value for set"
msgstr "esperando solo un valor para set"
#: py/compile.c
msgid "expecting key:value for dict"
msgstr "esperando la clave:valor para dict"
#: py/argcheck.c
msgid "extra keyword arguments given"
msgstr "argumento(s) por palabra clave adicionales fueron dados"
#: py/argcheck.c
msgid "extra positional arguments given"
msgstr "argumento posicional adicional dado"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr "La parte de expresión f-string no puede incluir un '#'"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr "La parte de expresión f-string no puede incluir una barra invertida"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr "cadena-f: expresión vacía no permitida"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string: expecting '}'"
msgstr "f-string: esperando '}'"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr "cadena-f: solo '}' no está permitido"
2020-03-09 09:19:46 -04:00
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
2019-07-25 22:13:50 -04:00
#: shared-bindings/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
msgid "file must be a file opened in byte mode"
msgstr "el archivo deberia ser una archivo abierto en modo byte"
#: shared-bindings/storage/__init__.c
2019-02-22 15:04:54 -05:00
msgid "filesystem must provide mount method"
msgstr "sistema de archivos debe proporcionar método de montaje"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/vectorise.c
msgid "first argument must be a callable"
msgstr "se debe poder llamar al primer argumento"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "first argument must be a function"
msgstr "el primer argumento debe ser una función"
2020-06-01 09:56:31 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr "el primer argumento debe permitir iteración"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/vectorise.c
msgid "first argument must be an ndarray"
msgstr "el primer argumento debe ser ndarray"
#: py/objtype.c
msgid "first argument to super() must be type"
msgstr "primer argumento para super() debe ser de tipo"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "flattening order must be either 'C', or 'F'"
msgstr "el orden de aplanamiento debe ser 'C' o 'F'"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "flip argument must be an ndarray"
msgstr "el argumento invertido debe ser un ndarray"
2020-02-04 11:24:37 -05:00
#: py/objint.c
msgid "float too big"
msgstr "punto flotante muy grande"
#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr "font debe ser 2048 bytes de largo"
#: py/objstr.c
msgid "format requires a dict"
msgstr "format requiere un dict"
#: py/objdeque.c
msgid "full"
msgstr "lleno"
2019-02-22 15:04:54 -05:00
#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "la función no tiene argumentos por palabra clave"
#: py/argcheck.c
#, c-format
msgid "function expected at most %d arguments, got %d"
msgstr "la función esperaba minimo %d argumentos, tiene %d"
#: py/bc.c py/objnamedtuple.c
msgid "function got multiple values for argument '%q'"
msgstr "la función tiene múltiples valores para el argumento '%q'"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "function has the same sign at the ends of interval"
msgstr "la función tiene el mismo signo a extremos del intervalo"
2020-06-01 09:56:31 -04:00
2020-04-27 21:35:11 -04:00
#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
msgstr "la función está implementada solo para escalares y ndarrays"
2020-04-27 21:35:11 -04:00
#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
msgstr "a la función le hacen falta %d argumentos posicionales requeridos"
#: py/bc.c
msgid "function missing keyword-only argument"
msgstr "falta palabra clave para función"
#: py/bc.c
msgid "function missing required keyword argument '%q'"
msgstr "la función requiere del argumento por palabra clave '%q'"
#: py/bc.c
#, c-format
msgid "function missing required positional argument #%d"
msgstr "la función requiere del argumento posicional #%d"
#: py/argcheck.c py/bc.c py/objnamedtuple.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
#: shared-bindings/time/__init__.c
msgid "function takes exactly 9 arguments"
msgstr "la función toma exactamente 9 argumentos"
#: py/objgenerator.c
msgid "generator already executing"
msgstr "generador ya se esta ejecutando"
#: py/objgenerator.c
msgid "generator ignored GeneratorExit"
msgstr "generador ignorado GeneratorExit"
2018-12-03 15:57:27 -05:00
#: shared-bindings/_stage/Layer.c
msgid "graphic must be 2048 bytes long"
msgstr "graphic debe ser 2048 bytes de largo"
2018-12-03 15:57:27 -05:00
#: extmod/moduheapq.c
msgid "heap must be a list"
msgstr "heap debe ser una lista"
#: py/compile.c
msgid "identifier redefined as global"
msgstr "identificador redefinido como global"
#: py/compile.c
msgid "identifier redefined as nonlocal"
msgstr "identificador redefinido como nonlocal"
2019-01-13 23:52:05 -05:00
#: py/objstr.c
msgid "incomplete format"
msgstr "formato incompleto"
2019-01-13 23:52:05 -05:00
#: py/objstr.c
msgid "incomplete format key"
msgstr "formato de llave incompleto"
2019-01-13 23:52:05 -05:00
#: extmod/modubinascii.c
msgid "incorrect padding"
msgstr "relleno (padding) incorrecto"
2019-01-13 23:52:05 -05:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "index is out of bounds"
msgstr "el índice está fuera de límites"
2020-02-04 11:24:37 -05:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index fuera de rango"
2019-01-13 23:52:05 -05:00
#: py/obj.c
msgid "indices must be integers"
msgstr "indices deben ser enteros"
2019-01-13 23:52:05 -05:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "indices must be integers, slices, or Boolean lists"
msgstr "los índices deben ser enteros, particiones o listas de booleanos"
2020-02-04 11:24:37 -05:00
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "initial values must be iterable"
msgstr "los valores iniciales deben permitir iteración"
2020-06-01 09:56:31 -04:00
#: py/compile.c
msgid "inline assembler must be a function"
msgstr "ensamblador en línea debe ser una función"
2019-01-13 23:52:05 -05:00
2020-03-02 10:13:06 -05:00
#: extmod/ulab/code/create.c
2020-02-04 11:24:37 -05:00
msgid "input argument must be an integer or a 2-tuple"
msgstr "el argumento de entrada debe ser un entero o una tupla de par"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/fft.c
msgid "input array length must be power of 2"
msgstr "el tamaño del arreglo de entrada debe ser potencia de 2"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "input data must be an iterable"
msgstr "los datos de entrada deben permitir iteración"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "input matrix is asymmetric"
msgstr "la matriz de entrada es asimétrica"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "input matrix is singular"
msgstr "la matriz de entrada es singular"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "input must be square matrix"
msgstr "la entrada debe ser una matriz cuadrada"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "input must be tuple, list, range, or ndarray"
msgstr "la entrada debe ser una tupla, lista, rango o ndarray"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "input vectors must be of equal length"
msgstr "los vectores de entrada deben ser de igual tamaño"
2020-02-04 11:24:37 -05:00
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr "int() arg 2 debe ser >= 2 y <= 36"
2019-01-13 23:52:05 -05:00
#: py/objstr.c
msgid "integer required"
msgstr "Entero requerido"
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/approx.c
msgid "interp is defined for 1D arrays of equal length"
msgstr "interp está definido para arreglos de 1D del mismo tamaño"
2020-06-01 09:56:31 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
msgstr "el intervalo debe ser der rango %s-%s"
2019-01-13 23:52:05 -05:00
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "argumentos inválidos"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "certificado inválido"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "index dupterm inválido"
#: extmod/modframebuf.c
msgid "invalid format"
msgstr "formato inválido"
#: py/objstr.c
msgid "invalid format specifier"
msgstr "especificador de formato inválido"
#: extmod/modussl_axtls.c
msgid "invalid key"
msgstr "llave inválida"
#: py/compile.c
msgid "invalid micropython decorator"
msgstr "decorador de micropython inválido"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "paso inválido"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "sintaxis inválida"
#: py/parsenum.c
msgid "invalid syntax for integer"
msgstr "sintaxis inválida para entero"
#: py/parsenum.c
#, c-format
msgid "invalid syntax for integer with base %d"
msgstr "sintaxis inválida para entero con base %d"
2018-10-05 15:01:36 -04:00
#: py/parsenum.c
msgid "invalid syntax for number"
msgstr "sintaxis inválida para número"
2018-10-05 15:01:36 -04:00
#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr "issubclass() arg 1 debe ser una clase"
2018-10-05 15:01:36 -04:00
#: py/objtype.c
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "issubclass() arg 2 debe ser una clase o tuple de clases"
2018-10-05 15:01:36 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "iterables are not of the same length"
msgstr "los iterables no son del mismo tamaño"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "iterations did not converge"
msgstr "las iteraciones no convergen"
2020-02-04 11:24:37 -05:00
#: py/objstr.c
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
"join espera una lista de objetos str/bytes consistentes con el mismo objeto"
#: py/argcheck.c
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr ""
"argumento(s) por palabra clave aún no implementados - usa argumentos "
"normales en su lugar"
#: py/bc.c
msgid "keywords must be strings"
msgstr "palabras clave deben ser strings"
#: py/emitinlinethumb.c py/emitinlinextensa.c
msgid "label '%q' not defined"
msgstr "etiqueta '%q' no definida"
#: py/compile.c
msgid "label redefined"
msgstr "etiqueta redefinida"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "argumento length no permitido para este tipo"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/MixerVoice.c
2019-08-19 22:40:31 -04:00
msgid "level must be between 0 and 1"
msgstr "el nivel debe ser entre 0 y 1"
2019-08-19 22:40:31 -04:00
#: py/objarray.c
msgid "lhs and rhs should be compatible"
msgstr "lhs y rhs deben ser compatibles"
#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr "la variable local '%q' tiene el tipo '%q' pero la fuente es '%q'"
2019-02-22 15:04:54 -05:00
#: py/emitnative.c
msgid "local '%q' used before type known"
msgstr "variable local '%q' usada antes del tipo conocido"
2019-02-22 15:04:54 -05:00
#: py/vm.c
msgid "local variable referenced before assignment"
msgstr "variable local referenciada antes de la asignación"
2019-02-22 15:04:54 -05:00
#: py/objint.c
msgid "long int not supported in this build"
msgstr "long int no soportado en esta compilación"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "malformed f-string"
msgstr "cadena-f mal formada"
2020-03-09 09:19:46 -04:00
#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr "map buffer muy pequeño"
2019-01-09 14:00:17 -05:00
#: py/modmath.c shared-bindings/math/__init__.c
msgid "math domain error"
msgstr "error de dominio matemático"
2019-01-09 14:00:17 -05:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "matrix dimensions do not match"
msgstr "las dimensiones de la matriz no coinciden"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "matrix is not positive definite"
msgstr "matrix no es definida positiva"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
#, c-format
msgid "max_length must be 0-%d when fixed_length is %s"
msgstr "max_length debe ser 0-%d cuando fixed_length es %s"
2019-08-15 21:54:52 -04:00
#: py/runtime.c
msgid "maximum recursion depth exceeded"
msgstr "profundidad máxima de recursión excedida"
2019-01-09 14:00:17 -05:00
#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
msgstr "la asignación de memoria falló, asignando %u bytes"
2019-01-21 21:51:22 -05:00
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "la asignación de memoria falló, el heap está bloqueado"
2018-08-31 15:34:01 -04:00
#: py/builtinimport.c
msgid "module not found"
msgstr "módulo no encontrado"
2018-08-31 15:34:01 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "more degrees of freedom than data points"
msgstr "más grados de libertad que los puntos de datos"
2020-02-04 11:24:37 -05:00
#: py/compile.c
msgid "multiple *x in assignment"
msgstr "múltiples *x en la asignación"
2019-01-21 21:51:22 -05:00
#: py/objtype.c
msgid "multiple bases have instance lay-out conflict"
msgstr "multiple bases tienen una instancia conel conflicto diseño"
2019-01-21 21:51:22 -05:00
#: py/objtype.c
msgid "multiple inheritance not supported"
msgstr "herencia multiple no soportada"
2018-08-31 15:34:01 -04:00
#: py/emitnative.c
msgid "must raise an object"
msgstr "debe hacer un raise de un objeto"
2018-08-31 15:34:01 -04:00
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr "debe utilizar argumento de palabra clave para la función clave"
2018-08-31 15:34:01 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "n must be between 0, and 9"
msgstr "n debe estar entre 0 y 9"
2020-02-04 11:24:37 -05:00
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr "name '%q' no esta definido"
2019-01-09 14:00:17 -05:00
#: py/runtime.c
msgid "name not defined"
msgstr "name no definido"
2019-01-09 14:00:17 -05:00
#: py/compile.c
msgid "name reused for argument"
msgstr "name reusado para argumento"
2019-01-09 14:00:17 -05:00
#: py/emitnative.c
msgid "native yield"
msgstr "yield nativo"
2019-01-09 14:00:17 -05:00
#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
msgstr "necesita más de %d valores para descomprimir"
2019-01-09 14:00:17 -05:00
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
msgid "negative power with no float support"
msgstr "potencia negativa sin float support"
2019-01-09 14:00:17 -05:00
#: py/objint_mpz.c py/runtime.c
msgid "negative shift count"
msgstr "cuenta de corrimientos negativo"
2019-01-09 14:00:17 -05:00
#: shared-module/sdcardio/SDCard.c
msgid "no SD card"
msgstr "no hay tarjeta SD"
#: py/vm.c
msgid "no active exception to reraise"
msgstr "exception no activa para reraise"
2019-01-09 14:00:17 -05:00
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr "NIC no disponible"
#: py/compile.c
msgid "no binding for nonlocal found"
msgstr "no se ha encontrado ningún enlace para nonlocal"
#: py/builtinimport.c
msgid "no module named '%q'"
msgstr "ningún módulo se llama '%q'"
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
msgid "no reset pin available"
msgstr "no hay pin de reinicio disponible"
2019-08-22 15:59:17 -04:00
#: shared-module/sdcardio/SDCard.c
msgid "no response from SD card"
msgstr "no hay respuesta de la tarjeta SD"
2019-10-03 19:42:40 -04:00
#: py/runtime.c
msgid "no such attribute"
msgstr "no hay tal atributo"
2018-12-04 16:17:31 -05:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Connection.c
msgid "non-UUID found in service_uuids_whitelist"
msgstr "no UUID encontrado en service_uuids_whitelist"
2019-07-09 08:43:54 -04:00
#: py/compile.c
msgid "non-default argument follows default argument"
msgstr "argumento no predeterminado sigue argumento predeterminado"
#: extmod/modubinascii.c
msgid "non-hex digit found"
msgstr "digito non-hex encontrado"
#: py/compile.c
msgid "non-keyword arg after */**"
msgstr "no deberia estar/tener agumento por palabra clave despues de */**"
#: py/compile.c
msgid "non-keyword arg after keyword arg"
msgstr ""
"no deberia estar/tener agumento por palabra clave despues de argumento por "
"palabra clave"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr "no es 128-bit UUID"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
"no todos los argumentos fueron convertidos durante el formato de string"
#: py/objstr.c
msgid "not enough arguments for format string"
msgstr "no suficientes argumentos para format string"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "number of arguments must be 2, or 3"
msgstr "el número de argumentos debe ser 2 o 3"
2020-02-04 11:24:37 -05:00
2020-03-02 10:13:06 -05:00
#: extmod/ulab/code/create.c
2020-02-04 11:24:37 -05:00
msgid "number of points must be at least 2"
msgstr "el número de puntos debe ser al menos 2"
2020-02-04 11:24:37 -05:00
#: py/obj.c
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr "el objeto '%s' no es una tupla o lista"
#: py/obj.c
msgid "object does not support item assignment"
msgstr "el objeto no soporta la asignación de elementos"
#: py/obj.c
msgid "object does not support item deletion"
msgstr "object no soporta la eliminación de elementos"
#: py/obj.c
msgid "object has no len"
msgstr "el objeto no tiene longitud"
#: py/obj.c
msgid "object is not subscriptable"
msgstr "el objeto no es suscriptable"
2019-01-18 14:44:53 -05:00
#: py/runtime.c
msgid "object not an iterator"
msgstr "objeto no es un iterator"
2019-01-18 14:44:53 -05:00
#: py/objtype.c py/runtime.c
msgid "object not callable"
msgstr "objeto no puede ser llamado"
2019-01-31 12:38:29 -05:00
#: py/sequence.c shared-bindings/displayio/Group.c
msgid "object not in sequence"
msgstr "objeto no en secuencia"
2019-02-22 15:04:54 -05:00
#: py/runtime.c
msgid "object not iterable"
msgstr "objeto no iterable"
2019-02-22 15:04:54 -05:00
#: py/obj.c
#, c-format
msgid "object of type '%s' has no len()"
msgstr "el objeto de tipo '%s' no tiene len()"
2019-02-22 15:04:54 -05:00
#: py/obj.c
msgid "object with buffer protocol required"
msgstr "objeto con protocolo de buffer requerido"
2019-02-22 15:04:54 -05:00
#: extmod/modubinascii.c
msgid "odd-length string"
msgstr "string de longitud impar"
2019-01-18 14:44:53 -05:00
#: py/objstr.c py/objstrunicode.c
msgid "offset out of bounds"
msgstr "offset fuera de límites"
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only bit_depth=16 is supported"
msgstr "solo se admite bit_depth=16"
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr "solo se admite sample_rate=16000"
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
#: shared-bindings/nvm/ByteArray.c
msgid "only slices with step=1 (aka None) are supported"
msgstr "solo se admiten segmentos con step=1 (alias None)"
2020-04-27 21:35:11 -04:00
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
#: extmod/ulab/code/vectorise.c
2020-02-04 11:24:37 -05:00
msgid "operands could not be broadcast together"
msgstr "los operandos no se pueden transmitir juntos"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr "la operación no está implementada para ndarrays"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "operation is not supported for given type"
msgstr "la operación no es compatible para un tipo dado"
2020-02-04 11:24:37 -05:00
#: py/modbuiltins.c
msgid "ord expects a character"
msgstr "ord espera un carácter"
2019-02-22 15:04:54 -05:00
#: py/modbuiltins.c
#, c-format
msgid "ord() expected a character, but string of length %d found"
msgstr "ord() espera un carácter, pero encontró un string de longitud %d"
#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr "desbordamiento convirtiendo long int a palabra de máquina"
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long"
msgstr "palette debe ser 32 bytes de largo"
2019-01-18 14:44:53 -05:00
#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr "palette_index deberia ser un int"
2019-01-18 14:44:53 -05:00
#: py/compile.c
msgid "parameter annotation must be an identifier"
msgstr "parámetro de anotación debe ser un identificador"
#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr "los parámetros deben ser registros en secuencia de a2 a a5"
2019-01-31 12:38:29 -05:00
#: py/emitinlinethumb.c
msgid "parameters must be registers in sequence r0 to r3"
msgstr "los parametros deben ser registros en secuencia del r0 al r3"
2019-01-31 12:38:29 -05:00
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr "coordenadas del pixel fuera de límites"
#: shared-bindings/displayio/Bitmap.c
msgid "pixel value requires too many bits"
msgstr "valor del pixel require demasiado bits"
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter"
2020-05-09 19:45:55 -04:00
#: shared-module/vectorio/Polygon.c
msgid "polygon can only be registered in one parent"
msgstr "el polígono solo se puede registrar en uno de los padres"
2020-05-09 19:45:55 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop de un PulseIn vacío"
#: py/objset.c
msgid "pop from an empty set"
msgstr "pop desde un set vacío"
#: py/objlist.c
msgid "pop from empty list"
msgstr "pop desde una lista vacía"
#: py/objdict.c
msgid "popitem(): dictionary is empty"
msgstr "popitem(): diccionario vacío"
#: py/objint_mpz.c
msgid "pow() 3rd argument cannot be 0"
msgstr "el 3er argumento de pow() no puede ser 0"
2019-02-22 15:04:54 -05:00
#: py/objint_mpz.c
msgid "pow() with 3 arguments requires integers"
msgstr "pow() con 3 argumentos requiere enteros"
#: extmod/modutimeq.c
msgid "queue overflow"
msgstr "desbordamiento de cola(queue)"
2018-07-31 19:53:54 -04:00
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr "no está implementado cadenas-f sin procesar"
2020-03-09 09:19:46 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/fft.c
msgid "real and imaginary parts must be of equal length"
msgstr "las partes reales e imaginarias deben ser de igual longitud"
2020-02-04 11:24:37 -05:00
#: py/builtinimport.c
msgid "relative import"
msgstr "import relativo"
2018-08-16 16:34:12 -04:00
#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr "longitud solicitada %d pero el objeto tiene longitud %d"
2019-01-31 12:38:29 -05:00
#: py/compile.c
msgid "return annotation must be an identifier"
msgstr "la anotación de retorno debe ser un identificador"
2018-07-31 19:53:54 -04:00
#: py/emitnative.c
msgid "return expected '%q' but got '%q'"
msgstr "retorno esperado '%q' pero se obtuvo '%q'"
2018-07-31 19:53:54 -04:00
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "rgb_pins[%d] duplicates another pin assignment"
msgstr "rgb_pins[%d] duplica otra asignación de pin"
2020-04-14 19:25:21 -04:00
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "rgb_pins[%d] is not on the same port as clock"
msgstr "rgb_pins[%d] no está en el mismo puerto que el reloj"
2020-04-14 19:25:21 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "right hand side must be an ndarray, or a scalar"
msgstr "el lado derecho debe ser un ndarray o escalar"
2020-02-04 11:24:37 -05:00
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr "rsplit(None,n)"
2018-07-31 19:53:54 -04:00
#: shared-bindings/audiocore/RawSample.c
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
msgstr ""
"sample_source buffer debe ser un bytearray o un array de tipo 'h', 'H', 'b' "
"o'B'"
2018-07-31 19:53:54 -04:00
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "sampling rate out of range"
msgstr "frecuencia de muestreo fuera de rango"
2018-07-31 19:53:54 -04:00
#: py/modmicropython.c
msgid "schedule stack full"
msgstr "pila de horario llena"
2018-07-31 19:53:54 -04:00
#: lib/utils/pyexec.c py/builtinimport.c
msgid "script compilation not supported"
msgstr "script de compilación no soportado"
2018-07-31 19:53:54 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "shape must be a 2-tuple"
msgstr "la forma debe ser una tupla de 2"
2020-02-04 11:24:37 -05:00
#: py/objstr.c
msgid "sign not allowed in string format specifier"
msgstr "signo no permitido en el espeficador de string format"
2018-07-31 19:53:54 -04:00
#: py/objstr.c
msgid "sign not allowed with integer format specifier 'c'"
msgstr "signo no permitido con el especificador integer format 'c'"
#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr "un solo '}' encontrado en format string"
2018-07-31 19:53:54 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "size is defined for ndarrays only"
msgstr "el tamaño se define solo para ndarrays"
2020-02-04 11:24:37 -05:00
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr "la longitud de sleep no puede ser negativa"
2018-07-31 19:53:54 -04:00
#: extmod/ulab/code/ndarray.c
msgid "slice step can't be zero"
msgstr "el tamaño de la división no puede ser cero"
#: py/objslice.c py/sequence.c
msgid "slice step cannot be zero"
msgstr "slice step no puede ser cero"
2018-07-31 19:53:54 -04:00
#: py/objint.c py/sequence.c
msgid "small int overflow"
msgstr "pequeño int desbordamiento"
2019-08-18 22:30:31 -04:00
#: main.c
msgid "soft reboot\n"
msgstr "reinicio suave\n"
2019-08-18 22:30:31 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "sort argument must be an ndarray"
msgstr "argumento de ordenado debe ser un ndarray"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/filter.c
msgid "sos array must be of shape (n_section, 6)"
msgstr "el arreglo sos debe de forma (n_section, 6)"
#: extmod/ulab/code/filter.c
msgid "sos[:, 3] should be all ones"
msgstr "sos[:, 3] deberían ser todos unos"
#: extmod/ulab/code/filter.c
msgid "sosfilt requires iterable arguments"
msgstr "sosfilt requiere argumentos iterables"
#: py/objstr.c
msgid "start/end indices"
msgstr "índices inicio/final"
2018-07-31 19:53:54 -04:00
#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr "start_x deberia ser un int"
2018-07-31 19:53:54 -04:00
#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr "paso debe ser numero no cero"
2018-07-31 19:53:54 -04:00
#: shared-bindings/busio/UART.c
msgid "stop must be 1 or 2"
msgstr "stop debe ser 1 ó 2"
2018-07-31 19:53:54 -04:00
#: shared-bindings/random/__init__.c
msgid "stop not reachable from start"
msgstr "stop no se puede alcanzar del principio"
2018-07-31 19:53:54 -04:00
#: py/stream.c
msgid "stream operation not supported"
msgstr "operación stream no soportada"
2018-07-31 19:53:54 -04:00
#: py/objstrunicode.c
msgid "string index out of range"
msgstr "string index fuera de rango"
2019-01-13 23:52:05 -05:00
#: py/objstrunicode.c
#, c-format
msgid "string indices must be integers, not %s"
msgstr "índices de string deben ser enteros, no %s"
2018-10-05 15:01:36 -04:00
#: py/stream.c
msgid "string not supported; use bytes or bytearray"
msgstr "string no soportado; usa bytes o bytearray"
2018-10-05 15:01:36 -04:00
#: extmod/moductypes.c
msgid "struct: cannot index"
msgstr "struct: no se puede indexar"
2018-10-05 15:01:36 -04:00
#: extmod/moductypes.c
msgid "struct: index out of range"
msgstr "struct: index fuera de rango"
2018-10-05 15:01:36 -04:00
#: extmod/moductypes.c
msgid "struct: no fields"
msgstr "struct: sin campos"
2018-10-05 15:01:36 -04:00
#: py/objarray.c py/objstr.c
msgid "substring not found"
msgstr "substring no encontrado"
2018-10-05 15:01:36 -04:00
#: py/compile.c
msgid "super() can't find self"
msgstr "super() no puede encontrar self"
2018-10-05 15:01:36 -04:00
#: extmod/modujson.c
msgid "syntax error in JSON"
msgstr "error de sintaxis en JSON"
2018-07-31 19:53:54 -04:00
#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr "error de sintaxis en el descriptor uctypes"
2018-07-31 19:53:54 -04:00
#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr "limite debe ser en el rango 0-65536"
2018-07-31 19:53:54 -04:00
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr "time.struct_time() toma un sequencio 9"
2019-02-22 15:04:54 -05:00
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
msgid "timeout duration exceeded the maximum supported value"
msgstr ""
"la duración de tiempo de espera ha excedido la capacidad máxima del valor"
#: shared-bindings/busio/UART.c
2019-11-27 14:54:35 -05:00
msgid "timeout must be 0.0-100.0 seconds"
msgstr "el tiempo de espera debe ser 0.0-100.0 segundos"
2018-07-31 19:53:54 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
msgid "timeout must be >= 0.0"
msgstr "tiempo muerto debe ser >= 0.0"
2018-07-31 19:53:54 -04:00
#: shared-module/sdcardio/SDCard.c
msgid "timeout waiting for v1 card"
msgstr "tiempo de espera agotado esperando por tarjeta v1"
#: shared-module/sdcardio/SDCard.c
msgid "timeout waiting for v2 card"
msgstr "tiempo de espera agotado esperando a tarjeta v2"
#: shared-bindings/time/__init__.c
msgid "timestamp out of range for platform time_t"
msgstr "timestamp fuera de rango para plataform time_t"
2018-07-31 19:53:54 -04:00
#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr "demasiados argumentos provistos con el formato dado"
2018-07-31 19:53:54 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "too many indices"
msgstr "demasiados índices"
2020-02-04 11:24:37 -05:00
#: py/runtime.c
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr "demasiados valores para descomprimir (%d esperado)"
2018-07-31 19:53:54 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c py/objstr.c
msgid "tuple index out of range"
msgstr "tuple index fuera de rango"
2018-07-31 19:53:54 -04:00
#: py/obj.c
msgid "tuple/list has wrong length"
msgstr "tupla/lista tiene una longitud incorrecta"
2018-07-31 19:53:54 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "tuple/list required on RHS"
msgstr "tuple/lista se require en RHS"
2018-09-06 17:49:49 -04:00
2020-05-20 13:28:17 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
2020-03-11 16:39:57 -04:00
#: shared-bindings/busio/UART.c
msgid "tx and rx cannot both be None"
msgstr "Ambos tx y rx no pueden ser None"
#: py/objtype.c
msgid "type '%q' is not an acceptable base type"
msgstr "type '%q' no es un tipo de base aceptable"
#: py/objtype.c
msgid "type is not an acceptable base type"
msgstr "type no es un tipo de base aceptable"
2019-01-18 14:44:53 -05:00
#: py/runtime.c
msgid "type object '%q' has no attribute '%q'"
msgstr "objeto de tipo '%q' no tiene atributo '%q'"
#: py/objtype.c
msgid "type takes 1 or 3 arguments"
msgstr "type acepta 1 ó 3 argumentos"
2019-02-22 15:04:54 -05:00
#: py/objint_longlong.c
msgid "ulonglong too large"
msgstr "ulonglong muy largo"
2019-02-22 15:04:54 -05:00
#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr "Operación unica %q no implementada"
2019-02-22 15:04:54 -05:00
#: py/parse.c
msgid "unexpected indent"
msgstr "sangría inesperada"
2019-02-22 15:04:54 -05:00
#: py/bc.c
msgid "unexpected keyword argument"
msgstr "argumento por palabra clave inesperado"
2019-02-22 15:04:54 -05:00
#: py/bc.c py/objnamedtuple.c
msgid "unexpected keyword argument '%q'"
msgstr "argumento por palabra clave inesperado '%q'"
2019-01-18 14:44:53 -05:00
#: py/lexer.c
msgid "unicode name escapes"
msgstr "nombre en unicode escapa"
2019-02-22 15:04:54 -05:00
#: py/parse.c
msgid "unindent does not match any outer indentation level"
msgstr "sangría no coincide con ningún nivel exterior"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
msgstr "especificador de conversión %c desconocido"
2019-01-18 14:44:53 -05:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr "codigo format desconocido '%c' para el typo de objeto '%s'"
2019-01-18 14:44:53 -05:00
#: py/compile.c
msgid "unknown type"
msgstr "tipo desconocido"
#: py/emitnative.c
msgid "unknown type '%q'"
msgstr "tipo desconocido '%q'"
2019-02-22 15:04:54 -05:00
#: py/objstr.c
msgid "unmatched '{' in format"
msgstr "No coinciden '{' en format"
2019-01-20 22:46:32 -05:00
#: py/objtype.c py/runtime.c
msgid "unreadable attribute"
msgstr "atributo no legible"
2019-04-11 07:50:02 -04:00
2020-05-18 16:33:16 -04:00
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
#: shared-module/vectorio/Polygon.c
msgid "unsupported %q type"
msgstr "tipo de %q no soportado"
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
msgstr "instrucción de tipo Thumb no admitida '%s' con %d argumentos"
#: py/emitinlinextensa.c
#, c-format
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "instrucción Xtensa '%s' con %d argumentos no soportada"
2019-01-18 14:44:53 -05:00
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr "carácter no soportado '%c' (0x%x) en índice %d"
2019-01-18 14:44:53 -05:00
#: py/runtime.c
msgid "unsupported type for %q: '%s'"
msgstr "tipo no soportado para %q: '%s'"
2019-01-18 14:44:53 -05:00
#: py/runtime.c
msgid "unsupported type for operator"
msgstr "tipo de operador no soportado"
2018-12-06 20:04:22 -05:00
#: py/runtime.c
msgid "unsupported types for %q: '%s', '%s'"
msgstr "tipos no soportados para %q: '%s', '%s'"
2019-05-09 00:00:36 -04:00
#: py/objint.c
#, c-format
msgid "value must fit in %d byte(s)"
msgstr "el valor debe caber en %d byte(s)"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr "value_count debe ser > 0"
#: shared-bindings/watchdog/WatchDogTimer.c
msgid "watchdog timeout must be greater than 0"
msgstr "el tiempo de espera del perro guardián debe ser mayor a 0"
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr "la ventana debe ser <= intervalo"
2018-12-06 20:04:22 -05:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "wrong argument type"
msgstr "tipo de argumento incorrecto"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
2020-04-13 18:17:51 -04:00
msgid "wrong index type"
msgstr "tipo de índice incorrecto"
2020-02-04 11:24:37 -05:00
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/vectorise.c
msgid "wrong input type"
msgstr "tipo de entrada incorrecta"
2020-06-01 09:56:31 -04:00
#: py/objstr.c
msgid "wrong number of arguments"
msgstr "numero erroneo de argumentos"
2019-08-18 22:30:31 -04:00
#: py/runtime.c
msgid "wrong number of values to unpack"
msgstr "numero erroneo de valores a descomprimir"
2018-12-06 20:04:22 -05:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
2020-04-13 18:17:51 -04:00
msgid "wrong operand type"
msgstr "tipo de operando incorrecto"
2020-02-04 11:24:37 -05:00
2020-06-01 09:56:31 -04:00
#: extmod/ulab/code/vectorise.c
msgid "wrong output type"
msgstr "tipo de salida incorrecta"
2020-06-01 09:56:31 -04:00
#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr "valor x fuera de límites"
2018-12-06 20:04:22 -05:00
#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y deberia ser un int"
2018-12-06 20:04:22 -05:00
#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr "valor y fuera de límites"
2018-12-06 20:04:22 -05:00
#: py/objrange.c
msgid "zero step"
msgstr "paso cero"
#: extmod/ulab/code/filter.c
msgid "zi must be an ndarray"
msgstr "zi debe ser un ndarray"
#: extmod/ulab/code/filter.c
msgid "zi must be of float type"
msgstr "zi debe ser de tipo flotante"
#: extmod/ulab/code/filter.c
msgid "zi must be of shape (n_section, 2)"
msgstr "zi debe ser una forma (n_section,2)"
#~ msgid "AP required"
#~ msgstr "AP requerido"
2018-07-31 19:53:54 -04:00
#~ msgid "Address is not %d bytes long or is in wrong format"
#~ msgstr "Direción no es %d bytes largo o esta en el formato incorrecto"
#~ msgid "Attempted heap allocation when MicroPython VM not running.\n"
#~ msgstr ""
#~ "Intento de allocation de heap cuando la VM de MicroPython no estaba "
#~ "corriendo.\n"
2019-12-13 13:46:37 -05:00
#~ msgid "Can not use dotstar with %s"
#~ msgstr "No se puede usar dotstar con %s"
#~ msgid "Can't add services in Central mode"
#~ msgstr "No se pueden agregar servicio en modo Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't advertise in Central mode"
#~ msgstr "No se puede anunciar en modo Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't change the name in Central mode"
#~ msgstr "No se puede cambiar el nombre en modo Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't connect in Peripheral mode"
#~ msgstr "No se puede conectar en modo Peripheral"
2019-07-09 08:43:54 -04:00
#~ msgid "Cannot connect to AP"
#~ msgstr "No se puede conectar a AP"
2018-07-31 19:53:54 -04:00
#~ msgid "Cannot disconnect from AP"
#~ msgstr "No se puede desconectar de AP"
2018-07-31 19:53:54 -04:00
#~ msgid "Cannot set STA config"
#~ msgstr "No se puede establecer STA config"
2018-07-31 19:53:54 -04:00
#~ msgid "Cannot update i/f status"
#~ msgstr "No se puede actualizar i/f status"
2018-07-31 19:53:54 -04:00
#~ msgid "Characteristic UUID doesn't match Service UUID"
#~ msgstr "Características UUID no concide con el Service UUID"
#~ msgid "Characteristic already in use by another Service."
#~ msgstr "Características ya esta en uso por otro Serivice"
#~ msgid "Could not decode ble_uuid, err 0x%04x"
#~ msgstr "No se puede descodificar ble_uuid, err 0x%04x"
#~ msgid "Crash into the HardFault_Handler.\n"
#~ msgstr "Choque en el HardFault_Handler.\n"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Data too large for the advertisement packet"
#~ msgstr "Los datos no caben en el paquete de anuncio."
2018-07-31 19:53:54 -04:00
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "No se sabe cómo pasar objeto a función nativa"
2018-07-31 19:53:54 -04:00
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "ESP8226 no soporta modo seguro."
2018-07-31 19:53:54 -04:00
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 no soporta pull down."
2018-07-31 19:53:54 -04:00
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Error en ffi_prep_cif"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to acquire mutex"
#~ msgstr "No se puede adquirir el mutex, status: 0x%08lX"
2019-07-09 08:43:54 -04:00
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add characteristic, err 0x%04x"
#~ msgstr "Fallo al añadir caracteristica, err: 0x%08lX"
#, fuzzy
#~ msgid "Failed to add service"
#~ msgstr "No se puede detener el anuncio. status: 0x%02x"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add service, err 0x%04x"
#~ msgstr "Fallo al agregar servicio. err: 0x%02x"
#~ msgid "Failed to change softdevice state"
#~ msgstr "No se puede cambiar el estado del softdevice"
#, fuzzy
#~ msgid "Failed to connect:"
#~ msgstr "No se puede conectar. status: 0x%02x"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to continue scanning"
#~ msgstr "No se puede iniciar el escaneo. status: 0x%02x"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to continue scanning, err 0x%04x"
#~ msgstr "No se puede iniciar el escaneo. err: 0x%02x"
#, fuzzy
#~ msgid "Failed to create mutex"
#~ msgstr "No se puede leer el valor del atributo. status 0x%02x"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to discover services"
#~ msgstr "No se puede descubrir servicios"
#~ msgid "Failed to get local address"
#~ msgstr "No se puede obtener la dirección local"
#~ msgid "Failed to get softdevice state"
#~ msgstr "No se puede obtener el estado del softdevice"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "No se puede notificar el valor del anuncio. status: 0x%02x"
#~ msgid "Failed to notify or indicate attribute value, err 0x%04x"
#~ msgstr "Error al notificar o indicar el valor del atributo, err 0x%04x"
#~ msgid "Failed to read CCCD value, err 0x%04x"
#~ msgstr "No se puede leer el valor del atributo. err 0x%02x"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "No se puede leer el valor del atributo. status 0x%02x"
2018-10-05 15:01:36 -04:00
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to read attribute value, err 0x%04x"
#~ msgstr "Error al leer valor del atributo, err 0x%04"
#~ msgid "Failed to read gatts value, err 0x%04x"
#~ msgstr "No se puede escribir el valor del atributo. status: 0x%02x"
#~ msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
#~ msgstr "Fallo al registrar el Vendor-Specific UUID, err 0x%04x"
#, fuzzy
#~ msgid "Failed to release mutex"
#~ msgstr "No se puede liberar el mutex, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to start advertising"
#~ msgstr "No se puede inicar el anuncio. status: 0x%02x"
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to start advertising, err 0x%04x"
#~ msgstr "No se puede inicar el anuncio. err: 0x%04x"
#, fuzzy
#~ msgid "Failed to start scanning"
#~ msgstr "No se puede iniciar el escaneo. status: 0x%02x"
#~ msgid "Failed to start scanning, err 0x%04x"
#~ msgstr "No se puede iniciar el escaneo. err 0x%04x"
#, fuzzy
#~ msgid "Failed to stop advertising"
#~ msgstr "No se puede detener el anuncio. status: 0x%02x"
2018-10-05 15:01:36 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to stop advertising, err 0x%04x"
#~ msgstr "No se puede detener el anuncio. err: 0x%04x"
#~ msgid "Failed to write attribute value, err 0x%04x"
#~ msgstr "No se puede escribir el valor del atributo. err: 0x%04x"
#~ msgid "Failed to write gatts value, err 0x%04x"
#~ msgstr "No se puede escribir el valor del atributo. err: 0x%04x"
#~ msgid "Flash erase failed"
#~ msgstr "Falló borrado de flash"
#~ msgid "Flash erase failed to start, err 0x%04x"
#~ msgstr "Falló el iniciar borrado de flash, err 0x%04x"
#~ msgid "Flash write failed"
#~ msgstr "Falló la escritura"
#~ msgid "Flash write failed to start, err 0x%04x"
#~ msgstr "Falló el iniciar la escritura de flash, err 0x%04x"
#~ msgid "Function requires lock."
#~ msgstr "La función requiere lock"
2018-10-05 15:01:36 -04:00
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 no soporta pull up."
2019-08-18 22:30:31 -04:00
2020-06-23 15:15:45 -04:00
#~ msgid "I2C operation not supported"
#~ msgstr "operación I2C no soportada"
#~ msgid "Invalid bit clock pin"
#~ msgstr "Pin bit clock inválido"
2019-08-18 22:30:31 -04:00
#~ msgid "Invalid clock pin"
#~ msgstr "Pin clock inválido"
2019-08-18 22:30:31 -04:00
#~ msgid "Invalid data pin"
#~ msgstr "Pin de datos inválido"
2019-08-18 22:30:31 -04:00
#~ 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 ""
#~ "Parece que nuestro código de CircuitPython ha fallado con fuerza. "
#~ "Whoops!\n"
#~ "Por favor, crea un issue en https://github.com/adafruit/circuitpython/"
#~ "issues\n"
#~ " con el contenido de su unidad CIRCUITPY y este mensaje:\n"
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "La frecuencia máxima del PWM es %dhz."
2019-08-18 22:30:31 -04:00
#~ msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
#~ msgstr "MicroPython NLR salto fallido. Probable corrupción de memoria.\n"
#~ msgid "MicroPython fatal error.\n"
#~ msgstr "Error fatal de MicroPython.\n"
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "La frecuencia mínima del PWM es 1hz"
2019-08-18 22:30:31 -04:00
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
2019-03-27 23:47:58 -04:00
#~ msgstr ""
#~ "PWM de múltiples frecuencias no soportado. El PWM ya se estableció a %dhz"
2018-10-05 15:01:36 -04:00
#~ msgid "Must be a Group subclass."
#~ msgstr "Debe ser una subclase de Group."
2018-10-05 15:01:36 -04:00
#~ msgid "No PulseIn support for %q"
#~ msgstr "Sin soporte PulseIn para %q"
2018-07-31 19:53:54 -04:00
#~ msgid "No hardware support for analog out."
#~ msgstr "Sin soporte de hardware para analog out"
2019-04-01 22:43:59 -04:00
#~ msgid "Not connected."
#~ msgstr "No conectado."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Solo formato Windows, BMP sin comprimir soportado %d"
2019-04-04 16:38:05 -04:00
#~ msgid "Only bit maps of 8 bit color or less are supported"
#~ msgstr "Solo se admiten bit maps de color de 8 bits o menos"
2019-08-22 15:59:17 -04:00
#~ msgid ""
#~ "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d "
#~ "bpp given"
#~ msgstr ""
2019-08-29 23:17:28 -04:00
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:% "
#~ "d bppdado"
2019-08-22 15:59:17 -04:00
2019-11-23 13:59:44 -05:00
#, fuzzy
#~ msgid "Only slices with step=1 (aka None) are supported"
#~ msgstr "solo se admiten segmentos con step=1 (alias None)"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Solo color verdadero (24 bpp o superior) BMP admitido %x"
2018-07-31 19:53:54 -04:00
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Solo tx soportada en UART1 (GPIO2)"
2019-02-22 15:04:54 -05:00
#~ msgid "PWM not supported on pin %d"
#~ msgstr "El pin %d no soporta PWM"
2018-07-31 19:53:54 -04:00
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pin %q no tiene capacidades de ADC"
2018-07-31 19:53:54 -04:00
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pin(16) no soporta para pull"
2018-07-31 19:53:54 -04:00
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pines no válidos para SPI"
2018-07-31 19:53:54 -04:00
#~ msgid "Pixel beyond bounds of buffer"
#~ msgstr "Pixel beyond bounds of buffer"
#, fuzzy
#~ msgid "Range out of bounds"
#~ msgstr "address fuera de límites"
#~ msgid "STA must be active"
#~ msgstr "STA debe estar activo"
2018-07-31 19:53:54 -04:00
#~ msgid "STA required"
#~ msgstr "STA requerido"
2019-07-19 13:38:59 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
#~ msgstr "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
#~ 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 ""
#~ "El heap de CircuitPython estaba corrupto porque el stack era demasiado "
#~ "pequeño.\n"
#~ "Aumente los límites del tamaño del stacj y presione reset (después de "
#~ "expulsarCIRCUITPY).\n"
#~ "Si no cambió el stack, entonces reporte un issue aquí con el contenido "
#~ "desu unidad CIRCUITPY:\n"
#~ 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"
#~ "suficiente energia para todo el circuito y presiona el botón de reset "
#~ "(despuesde expulsar CIRCUITPY).\n"
#~ msgid ""
#~ "The reset button was pressed while booting CircuitPython. Press again to "
#~ "exit safe mode.\n"
#~ msgstr ""
#~ "El botón reset fue presionado mientras arrancaba CircuitPython. Presiona "
#~ "otra vez para salir del modo seguro.\n"
#~ msgid "Tile indices must be 0 - 255"
#~ msgstr "Los índices de Tile deben ser 0 - 255"
2018-07-31 19:53:54 -04:00
#~ msgid "To exit, please reset the board without "
#~ msgstr "Para salir, por favor reinicia la tarjeta sin "
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) no existe"
2018-07-31 19:53:54 -04:00
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) no puede leer"
#~ msgid "UUID integer value not in range 0 to 0xffff"
#~ msgstr "El valor integer UUID no está en el rango 0 a 0xffff"
2018-07-31 19:53:54 -04:00
#~ msgid "Unable to remount filesystem"
#~ msgstr "Incapaz de montar de nuevo el sistema de archivos"
2018-07-31 19:53:54 -04:00
#~ msgid "Unknown type"
#~ msgstr "Tipo desconocido"
2018-09-06 17:49:49 -04:00
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr ""
#~ "Usa esptool para borrar la flash y vuelve a cargar Python en su lugar"
2019-08-18 22:30:31 -04:00
2019-08-19 22:40:31 -04:00
#~ msgid "Voice index too high"
#~ msgstr "Index de voz demasiado alto"
#~ 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"
#~ msgid "bad GATT role"
#~ msgstr "mal GATT role"
2019-08-15 21:54:52 -04:00
2020-06-23 15:15:45 -04:00
#~ msgid "bits must be 8"
#~ msgstr "bits debe ser 8"
#~ msgid "buf is too small. need %d bytes"
#~ msgstr "buf es demasiado pequeño. necesita %d bytes"
2019-03-27 23:47:58 -04:00
#~ msgid "buffer too long"
#~ msgstr "buffer demasiado largo"
2020-06-23 15:15:45 -04:00
#~ msgid "buffers must be the same length"
#~ msgstr "los buffers deben de tener la misma longitud"
2019-10-03 19:42:40 -04:00
#~ msgid "byteorder is not an instance of ByteOrder (got a %s)"
#~ msgstr "byteorder no es instancia de ByteOrder (encontarmos un %s)"
2019-03-27 23:47:58 -04:00
#~ msgid "can query only one param"
#~ msgstr "puede consultar solo un param"
2019-03-27 23:47:58 -04:00
#~ msgid "can't get AP config"
#~ msgstr "no se puede obtener AP config"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "can't get STA config"
#~ msgstr "no se puede obtener STA config"
2019-03-27 23:47:58 -04:00
#~ msgid "can't set AP config"
#~ msgstr "no se puede establecer AP config"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "can't set STA config"
#~ msgstr "no se puede establecer STA config"
2019-02-22 15:04:54 -05:00
#~ msgid "characteristics includes an object that is not a Characteristic"
#~ msgstr "characteristics incluye un objeto que no es una Characteristica"
2020-02-03 23:41:15 -05:00
#~ msgid "color buffer must be a buffer or int"
#~ msgstr "color buffer deber ser un buffer o un int"
2019-03-27 23:47:58 -04:00
#~ msgid "either pos or kw args are allowed"
#~ msgstr "ya sea pos o kw args son permitidos"
2019-02-22 15:04:54 -05:00
2019-04-11 06:05:49 -04:00
#~ msgid "expected a DigitalInOut"
#~ msgstr "se espera un DigitalInOut"
2019-03-27 23:47:58 -04:00
#~ msgid "expecting a pin"
#~ msgstr "esperando un pin"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
2019-02-22 15:04:54 -05:00
2020-06-23 15:15:45 -04:00
#~ msgid "firstbit must be MSB"
#~ msgstr "firstbit debe ser MSB"
2019-03-27 23:47:58 -04:00
#~ msgid "flash location must be below 1MByte"
#~ msgstr "la ubicación de la flash debe estar debajo de 1MByte"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "la frecuencia solo puede ser 80MHz ó 160MHz"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "impossible baudrate"
#~ msgstr "baudrate imposible"
#~ msgid "interval not in range 0.0020 to 10.24"
#~ msgstr "El intervalo está fuera del rango de 0.0020 a 10.24"
2020-06-23 15:15:45 -04:00
#~ msgid "invalid I2C peripheral"
#~ msgstr "periférico I2C inválido"
#~ msgid "invalid SPI peripheral"
#~ msgstr "periférico SPI inválido"
2019-03-27 23:47:58 -04:00
#~ msgid "invalid alarm"
#~ msgstr "alarma inválida"
2019-03-27 23:47:58 -04:00
#~ msgid "invalid buffer length"
#~ msgstr "longitud de buffer inválida"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "invalid data bits"
#~ msgstr "data bits inválidos"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "invalid pin"
#~ msgstr "pin inválido"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "invalid stop bits"
#~ msgstr "stop bits inválidos"
2019-03-27 23:47:58 -04:00
#~ msgid "len must be multiple of 4"
#~ msgstr "len debe de ser múltiple de 4"
2018-07-31 19:53:54 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "falló la asignación de memoria, asignando %u bytes para código nativo"
2020-06-23 15:15:45 -04:00
#~ msgid "must specify all of sck/mosi/miso"
#~ msgstr "se deben de especificar sck/mosi/miso"
2019-10-21 22:50:17 -04:00
#~ msgid "name must be a string"
#~ msgstr "name debe de ser un string"
2019-03-27 23:47:58 -04:00
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "no es un canal ADC válido: %d"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "pin sin capacidades IRQ"
2019-01-20 22:46:32 -05:00
#~ msgid "position must be 2-tuple"
#~ msgstr "posición debe ser 2-tuple"
#~ msgid "rawbuf is not the same size as buf"
#~ msgstr "rawbuf no es el mismo tamaño que buf"
2019-10-03 19:42:40 -04:00
#, fuzzy
#~ msgid "readonly attribute"
#~ msgstr "atributo no legible"
2019-04-04 16:38:05 -04:00
#~ msgid "row must be packed and word aligned"
#~ msgstr "la fila debe estar empacada y la palabra alineada"
2019-03-27 23:47:58 -04:00
#~ msgid "scan failed"
#~ msgstr "scan ha fallado"
2019-07-09 08:43:54 -04:00
#~ msgid "services includes an object that is not a Service"
#~ msgstr "services incluye un objeto que no es servicio"
2019-07-19 13:38:59 -04:00
#~ msgid "tile index out of bounds"
#~ msgstr "el indice del tile fuera de limite"
2019-11-27 13:13:29 -05:00
#~ msgid "time.struct_time() takes exactly 1 argument"
#~ msgstr "time.struct_time() acepta exactamente 1 argumento"
#~ msgid "timeout >100 (units are now seconds, not msecs)"
#~ msgstr "timepo muerto >100 (unidades en segundos)"
2019-04-11 05:22:46 -04:00
#~ msgid "too many arguments"
#~ msgstr "muchos argumentos"
2019-03-27 18:57:35 -04:00
#~ msgid "unknown config param"
#~ msgstr "parámetro config desconocido"
#~ msgid "unknown format code '%c' for object of type 'float'"
#~ msgstr "codigo format desconocido '%c' para el typo de objeto 'float'"
#~ msgid "unknown format code '%c' for object of type 'str'"
#~ msgstr "codigo format desconocido '%c' para objeto de tipo 'str'"
2019-03-27 18:57:35 -04:00
#~ msgid "unknown status param"
#~ msgstr "status param desconocido"
2019-03-27 18:57:35 -04:00
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() ha fallado"