circuitpython/locale/pt_BR.po

2804 lines
64 KiB
Plaintext
Raw Normal View History

2018-10-02 00:15:13 -04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-12 09:42-0400\n"
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
2018-10-02 00:36:24 -04:00
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
2018-10-02 00:15:13 -04:00
"MIME-Version: 1.0\n"
2018-10-02 01:20:27 -04:00
"Content-Type: text/plain; charset=UTF-8\n"
2018-10-02 00:15:13 -04:00
"Content-Transfer-Encoding: 8bit\n"
#: main.c
2019-02-22 15:04:54 -05:00
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid " File \"%q\""
msgstr " Arquivo \"%q\""
#: py/obj.c
msgid " File \"%q\", line %d"
msgstr " Arquivo \"%q\", linha %d"
#: main.c
2019-02-22 15:04:54 -05:00
msgid " output:\n"
msgstr " saída:\n"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
msgstr "%%c requer int ou char"
#: shared-bindings/microcontroller/Pin.c
2019-02-22 15:04:54 -05:00
msgid "%q in use"
msgstr "%q em uso"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "%q index out of range"
msgstr ""
#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr ""
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
2019-05-09 00:00:36 -04:00
#: shared-bindings/bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q must be >= 1"
msgstr "buffers devem ser o mesmo tamanho"
2018-10-02 00:15:13 -04:00
2019-03-19 21:38:16 -04:00
#: shared-bindings/fontio/BuiltinFont.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q should be an int"
msgstr "y deve ser um int"
2018-10-02 00:15:13 -04:00
2019-05-10 13:09:56 -04:00
#: py/bc.c py/objnamedtuple.c
2019-03-27 23:47:58 -04:00
msgid "%q() takes %d positional arguments but %d were given"
msgstr ""
#: py/argcheck.c
msgid "'%q' argument required"
msgstr "'%q' argumento(s) requerido(s)"
#: py/emitinlinextensa.c py/emitinlinethumb.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "'%s' expects a label"
msgstr ""
#: py/emitinlinextensa.c py/emitinlinethumb.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "'%s' expects a register"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a special register"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an FPU register"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr ""
#: py/emitinlinextensa.c py/emitinlinethumb.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "'%s' expects an integer"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects at most r%d"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr ""
#: py/emitinlinextensa.c
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr ""
#: py/obj.c
#, c-format
msgid "'%s' object does not support item assignment"
msgstr ""
#: py/obj.c
#, c-format
msgid "'%s' object does not support item deletion"
msgstr ""
#: py/runtime.c
msgid "'%s' object has no attribute '%q'"
msgstr ""
#: py/runtime.c
#, c-format
msgid "'%s' object is not an iterator"
msgstr ""
2019-05-10 13:09:56 -04:00
#: py/objtype.c py/runtime.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "'%s' object is not callable"
msgstr ""
#: py/runtime.c
#, c-format
msgid "'%s' object is not iterable"
msgstr ""
#: py/obj.c
#, c-format
msgid "'%s' object is not subscriptable"
msgstr ""
#: py/objstr.c
msgid "'=' alignment not allowed in string format specifier"
msgstr ""
#: shared-module/struct/__init__.c
2019-02-22 15:04:54 -05:00
msgid "'S' and 'O' are not supported format types"
msgstr "'S' e 'O' não são tipos de formato suportados"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "'align' requires 1 argument"
msgstr ""
#: py/compile.c
msgid "'await' outside function"
msgstr ""
#: py/compile.c
msgid "'break' outside loop"
msgstr ""
#: py/compile.c
msgid "'continue' outside loop"
msgstr ""
#: py/compile.c
msgid "'data' requires at least 2 arguments"
msgstr ""
#: py/compile.c
msgid "'data' requires integer arguments"
msgstr ""
#: py/compile.c
msgid "'label' requires 1 argument"
msgstr ""
#: py/compile.c
msgid "'return' outside function"
msgstr ""
#: py/compile.c
msgid "'yield' outside function"
msgstr ""
#: py/compile.c
msgid "*x must be assignment target"
msgstr ""
#: py/obj.c
msgid ", in %q\n"
msgstr ""
#: py/objcomplex.c
msgid "0.0 to a complex power"
msgstr ""
#: py/modbuiltins.c
msgid "3-arg pow() not supported"
msgstr ""
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use"
msgstr "Um canal de interrupção de hardware já está em uso"
#: shared-bindings/bleio/Address.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/bleio/Address.c
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Address must be %d bytes long"
msgstr "buffers devem ser o mesmo tamanho"
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/busio/I2C.c
msgid "All I2C peripherals are in use"
msgstr "Todos os periféricos I2C estão em uso"
#: ports/nrf/common-hal/busio/SPI.c
msgid "All SPI peripherals are in use"
msgstr "Todos os periféricos SPI estão em uso"
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Todos os periféricos I2C estão em uso"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "All event channels in use"
msgstr "Todos os canais de eventos em uso"
2019-05-10 13:09:56 -04:00
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2019-03-27 23:47:58 -04:00
msgid "All sync event channels in use"
msgstr ""
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "All timers for this pin are in use"
msgstr "Todos os temporizadores para este pino estão em uso"
2018-10-02 00:15:13 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
2019-05-09 00:00:36 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
2019-02-22 15:04:54 -05:00
msgid "All timers in use"
msgstr "Todos os temporizadores em uso"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/analogio/AnalogOut.c
msgid "AnalogOut functionality not supported"
msgstr "Funcionalidade AnalogOut não suportada"
#: shared-bindings/analogio/AnalogOut.c
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "AnalogOut not supported on given pin"
msgstr "Saída analógica não suportada no pino fornecido"
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
msgid "Another send is already active"
msgstr "Outro envio já está ativo"
#: shared-bindings/pulseio/PulseOut.c
2019-02-22 15:04:54 -05:00
msgid "Array must contain halfwords (type 'H')"
msgstr "Array deve conter meias palavras (tipo 'H')"
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Array values should be single bytes."
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running.\n"
msgstr ""
#: main.c
2019-02-22 15:04:54 -05:00
msgid "Auto-reload is off.\n"
msgstr "A atualização automática está desligada.\n"
2018-10-02 00:15:13 -04:00
#: main.c
2019-02-22 15:04:54 -05:00
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Bit clock and word select must share a clock unit"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr ""
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "Both pins must support hardware interrupts"
msgstr "Ambos os pinos devem suportar interrupções de hardware"
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Brightness must be between 0 and 255"
msgstr "O brilho deve estar entre 0 e 255"
2018-10-02 00:15:13 -04:00
#: shared-bindings/displayio/Display.c
2019-02-22 15:04:54 -05:00
msgid "Brightness not adjustable"
msgstr ""
2018-10-02 00:15:13 -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 "Buffer de tamanho incorreto. Deve ser %d bytes."
2018-10-02 00:15:13 -04:00
#: shared-bindings/busio/I2C.c shared-bindings/bitbangio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Buffer must be at least length 1"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, fuzzy, c-format
msgid "Bus pin %d is already in use"
msgstr "DAC em uso"
#: shared-bindings/bleio/UUID.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Byte buffer must be 16 bytes."
msgstr "buffers devem ser o mesmo tamanho"
2018-10-02 00:15:13 -04:00
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Bytes must be between 0 and 255."
msgstr "Os bytes devem estar entre 0 e 255."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
msgstr ""
#: shared-bindings/bleio/Device.c
2019-02-22 15:04:54 -05:00
msgid "Can't add services in Central mode"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/Device.c
2019-02-22 15:04:54 -05:00
msgid "Can't advertise in Central mode"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/Device.c
2019-02-22 15:04:54 -05:00
msgid "Can't change the name in Central mode"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/Device.c
2019-02-22 15:04:54 -05:00
msgid "Can't connect in Peripheral mode"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
2019-02-22 15:04:54 -05:00
msgid "Cannot delete values"
msgstr "Não é possível excluir valores"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
msgstr ""
#: ports/nrf/common-hal/microcontroller/Processor.c
#, fuzzy
msgid "Cannot get temperature"
msgstr "Não pode obter a temperatura. status: 0x%02x"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Cannot output both channels on the same pin"
msgstr ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot read without MISO pin."
msgstr "Não é possível ler sem o pino MISO."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "Cannot record to a file"
msgstr "Não é possível gravar em um arquivo"
#: shared-module/storage/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Cannot remount '/' when USB is active."
msgstr "Não é possível remontar '/' enquanto o USB estiver ativo."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Cannot set value when direction is input."
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objslice.c
msgid "Cannot subclass slice"
msgstr ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot transfer without MOSI and MISO pins."
msgstr "Não é possível transferir sem os pinos MOSI e MISO."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/moductypes.c
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot write without MOSI pin."
msgstr "Não é possível ler sem um pino MOSI"
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/Service.c
2019-02-22 15:04:54 -05:00
msgid "Characteristic UUID doesn't match Service UUID"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/bleio/Service.c
msgid "Characteristic already in use by another Service."
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
msgid "CharacteristicBuffer writing not provided"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Clock pin init failed."
msgstr "Inicialização do pino de Clock falhou."
2018-10-02 00:15:13 -04:00
#: shared-module/bitbangio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Clock stretch too long"
msgstr "Clock se estendeu por tempo demais"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Clock unit in use"
msgstr "Unidade de Clock em uso"
#: shared-bindings/_pew/PewPew.c
msgid "Column entry must be digitalio.DigitalInOut"
msgstr ""
#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Command must be an int between 0 and 255"
msgstr "Os bytes devem estar entre 0 e 255."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/bleio/UUID.c
#, c-format
msgid "Could not decode ble_uuid, err 0x%04x"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr "Não foi possível inicializar o UART"
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate first buffer"
msgstr "Não pôde alocar primeiro buffer"
2018-10-02 00:15:13 -04:00
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate second buffer"
msgstr "Não pôde alocar segundo buffer"
2018-10-02 00:15:13 -04:00
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "Crash into the HardFault_Handler.\n"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "DAC already in use"
msgstr "DAC em uso"
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
msgid "Data 0 pin must be byte aligned"
msgstr ""
#: shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Data chunk must follow fmt chunk"
msgstr "Pedaço de dados deve seguir o pedaço de cortes"
2018-10-02 00:15:13 -04:00
2019-05-10 13:09:56 -04:00
#: ports/nrf/common-hal/bleio/Peripheral.c
#: ports/nrf/common-hal/bleio/Broadcaster.c
2019-03-27 23:47:58 -04:00
#, fuzzy
msgid "Data too large for advertisement packet"
msgstr "Não é possível ajustar dados no pacote de anúncios."
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Data too large for the advertisement packet"
msgstr "Não é possível ajustar dados no pacote de anúncios."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr ""
#: shared-bindings/displayio/Display.c
2019-02-22 15:04:54 -05:00
msgid "Display rotation must be in 90 degree increments"
msgstr ""
2018-10-02 00:15:13 -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 ""
2018-10-02 00:15:13 -04:00
2019-04-04 16:38:05 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
2019-03-27 23:47:58 -04:00
msgid "EXTINT channel already in use"
msgstr "Canal EXTINT em uso"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Erro no regex"
#: shared-bindings/microcontroller/Pin.c shared-bindings/pulseio/PulseOut.c
#: shared-bindings/neopixel_write/__init__.c
2019-05-10 13:09:56 -04:00
#: shared-bindings/terminalio/Terminal.c
2019-02-22 15:04:54 -05:00
msgid "Expected a %q"
msgstr "Esperado um"
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a Characteristic"
msgstr "Não é possível adicionar Característica."
2018-10-02 00:15:13 -04:00
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
#: shared-bindings/bleio/Characteristic.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a UUID"
msgstr "Esperado um"
2018-10-02 00:15:13 -04:00
#: shared-module/_pixelbuf/PixelBuf.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to acquire mutex"
msgstr "Falha ao alocar buffer RX"
#: ports/nrf/common-hal/bleio/Characteristic.c ports/nrf/sd_mutex.c
#, fuzzy, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Service.c
#, fuzzy, c-format
msgid "Failed to add characteristic, err 0x%04x"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to add service"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Peripheral.c
#, fuzzy, c-format
msgid "Failed to add service, err 0x%04x"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "Failed to allocate RX buffer"
msgstr "Falha ao alocar buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Falha ao alocar buffer RX de %d bytes"
#: ports/nrf/common-hal/bleio/Adapter.c
#, fuzzy
msgid "Failed to change softdevice state"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
msgid "Failed to connect:"
msgstr ""
#: ports/nrf/common-hal/bleio/Device.c
msgid "Failed to continue scanning"
msgstr ""
#: ports/nrf/common-hal/bleio/Scanner.c
#, fuzzy, c-format
msgid "Failed to continue scanning, err 0x%04x"
msgstr "Não é possível iniciar o anúncio. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to create mutex"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to discover services"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Adapter.c
msgid "Failed to get local address"
msgstr ""
#: ports/nrf/common-hal/bleio/Adapter.c
#, fuzzy
msgid "Failed to get softdevice state"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read CCCD value, err 0x%04x"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read gatts value, err 0x%04x"
msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/UUID.c
#, fuzzy, c-format
msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
msgstr "Não é possível adicionar o UUID de 128 bits específico do fornecedor."
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to release mutex"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c ports/nrf/sd_mutex.c
#, fuzzy, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to start advertising"
msgstr "Não é possível iniciar o anúncio. status: 0x%02x"
2019-05-10 13:09:56 -04:00
#: ports/nrf/common-hal/bleio/Peripheral.c
#: ports/nrf/common-hal/bleio/Broadcaster.c
2019-03-27 23:47:58 -04:00
#, fuzzy, c-format
msgid "Failed to start advertising, err 0x%04x"
msgstr "Não é possível iniciar o anúncio. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to start scanning"
msgstr "Não é possível iniciar o anúncio. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Scanner.c
#, fuzzy, c-format
msgid "Failed to start scanning, err 0x%04x"
msgstr "Não é possível iniciar o anúncio. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to stop advertising"
msgstr "Não pode parar propaganda. status: 0x%02x"
2019-05-10 13:09:56 -04:00
#: ports/nrf/common-hal/bleio/Peripheral.c
#: ports/nrf/common-hal/bleio/Broadcaster.c
2019-03-27 23:47:58 -04:00
#, fuzzy, c-format
msgid "Failed to stop advertising, err 0x%04x"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to write attribute value, err 0x%04x"
msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to write gatts value, err 0x%04x"
msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
#: py/moduerrno.c
msgid "File exists"
msgstr "Arquivo já existe"
#: ports/nrf/peripherals/nrf/nvm.c
2019-03-27 23:47:58 -04:00
msgid "Flash erase failed"
msgstr ""
#: ports/nrf/peripherals/nrf/nvm.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "Flash erase failed to start, err 0x%04x"
msgstr ""
#: ports/nrf/peripherals/nrf/nvm.c
2019-03-27 23:47:58 -04:00
msgid "Flash write failed"
msgstr ""
#: ports/nrf/peripherals/nrf/nvm.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "Flash write failed to start, err 0x%04x"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
2019-05-10 13:09:56 -04:00
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Function requires lock"
2018-08-31 15:34:01 -04:00
msgstr ""
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Group full"
msgstr "Grupo cheio"
2019-03-27 23:47:58 -04:00
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Operação I/O no arquivo fechado"
#: extmod/machine_i2c.c
msgid "I2C operation not supported"
msgstr "I2C operação não suportada"
#: py/persistentcode.c
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
#: shared-bindings/_pew/PewPew.c
msgid "Incorrect buffer size"
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/moduerrno.c
msgid "Input/output error"
msgstr ""
2019-05-09 00:00:36 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Invalid %q pin"
msgstr "Pino do %q inválido"
#: shared-module/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
msgid "Invalid BMP file"
msgstr "Arquivo BMP inválido"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/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 "Frequência PWM inválida"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/moduerrno.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"
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "Invalid buffer size"
msgstr "Arquivo inválido"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Invalid capture period. Valid range: 1 - 500"
msgstr ""
#: shared-bindings/audioio/Mixer.c
#, fuzzy
msgid "Invalid channel count"
msgstr "certificado inválido"
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid direction."
msgstr "Direção inválida"
2018-10-02 00:15:13 -04:00
#: shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid file"
msgstr "Arquivo inválido"
2018-10-02 00:15:13 -04:00
#: shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid format chunk size"
msgstr "Tamanho do pedaço de formato inválido"
2018-10-02 00:15:13 -04:00
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Invalid number of bits"
msgstr "Número inválido de bits"
2018-10-02 00:15:13 -04:00
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Invalid phase"
msgstr "Fase Inválida"
2018-10-02 00:15:13 -04:00
2019-04-01 22:43:59 -04:00
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2019-03-19 21:38:16 -04:00
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid pin"
msgstr "Pino inválido"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for left channel"
msgstr "Pino inválido para canal esquerdo"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for right channel"
msgstr "Pino inválido para canal direito"
2019-05-07 13:05:28 -04:00
#: ports/atmel-samd/common-hal/busio/I2C.c
2019-05-10 13:09:56 -04:00
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/nrf/common-hal/busio/I2C.c
2019-03-27 23:47:58 -04:00
msgid "Invalid pins"
msgstr "Pinos inválidos"
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Invalid polarity"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/microcontroller/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Invalid run mode."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/audioio/Mixer.c
#, fuzzy
msgid "Invalid voice count"
msgstr "certificado inválido"
#: shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid wave file"
msgstr "Aqruivo de ondas inválido"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "LHS of keyword arg must be an id"
msgstr ""
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Layer must be a Group or TileGrid subclass."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objslice.c
msgid "Length must be an int"
msgstr "Tamanho deve ser um int"
#: py/objslice.c
msgid "Length must be non-negative"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
2019-02-22 15:04:54 -05:00
"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 ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MISO pin init failed."
msgstr "Inicialização do pino MISO falhou"
2018-10-02 00:15:13 -04:00
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MOSI pin init failed."
msgstr "Inicialização do pino MOSI falhou."
2018-10-02 00:15:13 -04:00
#: shared-module/displayio/Shape.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum x value when mirrored is %d"
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "MicroPython fatal error.\n"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: shared-bindings/displayio/Display.c
2019-02-22 15:04:54 -05:00
msgid "Must be a Group subclass."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
msgstr "Nenhum DAC no chip"
2019-05-07 13:05:28 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2019-05-10 13:09:56 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2019-03-27 23:47:58 -04:00
msgid "No DMA channel found"
msgstr "Nenhum canal DMA encontrado"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Nenhum pino RX"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No TX pin"
msgstr "Nenhum pino TX"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No available clocks"
msgstr ""
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Nenhum barramento %q padrão"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
msgstr "Não há GCLKs livre"
#: shared-bindings/os/__init__.c
2019-02-22 15:04:54 -05:00
msgid "No hardware random available"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-04-04 16:38:05 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
2019-03-27 23:47:58 -04:00
msgid "No hardware support on pin"
msgstr "Nenhum suporte de hardware no pino"
#: py/moduerrno.c
msgid "No space left on device"
msgstr ""
#: py/moduerrno.c
msgid "No such file/directory"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Not connected"
msgstr "Não é possível conectar-se ao AP"
2018-10-02 00:15:13 -04:00
2019-05-10 13:09:56 -04:00
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
2019-03-27 23:47:58 -04:00
msgid "Not playing"
msgstr ""
#: 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-10-02 00:15:13 -04:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Objeto foi desinicializado e não pode ser mais usaado. Crie um novo objeto."
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "Odd parity is not supported"
msgstr "I2C operação não suportada"
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Only 8 or 16 bit mono with "
msgstr ""
#: 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 ""
2018-10-02 00:15:13 -04:00
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
"Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d bpp "
"given"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
#: 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)"
2018-10-02 00:15:13 -04:00
msgstr ""
#: 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."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Permissão negada"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "O pino não tem recursos de ADC"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
#: py/builtinhelp.c
#, fuzzy
msgid "Plus any modules on the filesystem\n"
msgstr "Não é possível remontar o sistema de arquivos"
#: main.c
2019-02-22 15:04:54 -05:00
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Pull not used when direction is output."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-04-01 22:43:59 -04:00
#: ports/nrf/common-hal/rtc/RTC.c
2019-02-22 15:04:54 -05:00
msgid "RTC calibration is not supported on this board"
msgstr "A calibração RTC não é suportada nesta placa"
2018-10-02 00:15:13 -04:00
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 "O RTC não é suportado nesta placa"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Range out of bounds"
msgstr ""
#: shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Read-only"
msgstr "Somente leitura"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/vfs_fat.c py/moduerrno.c
msgid "Read-only filesystem"
msgstr "Sistema de arquivos somente leitura"
#: shared-module/displayio/Bitmap.c
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Read-only object"
msgstr "Somente leitura"
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Right channel unsupported"
msgstr "Canal direito não suportado"
#: shared-bindings/_pew/PewPew.c
msgid "Row entry must be digitalio.DigitalInOut"
msgstr ""
#: main.c
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Rodando em modo seguro! Atualização automática está desligada.\n"
#: main.c
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Rodando em modo seguro! Não está executando o código salvo.\n"
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr "SDA ou SCL precisa de um pull up"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr "Taxa de amostragem muito alta. Deve ser menor que %d"
2019-05-09 00:00:36 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2019-03-27 23:47:58 -04:00
msgid "Serializer in use"
msgstr "Serializer em uso"
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Slice and value different lengths."
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
#: shared-bindings/displayio/TileGrid.c shared-bindings/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Slices not supported"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/bleio/Adapter.c
#, c-format
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
msgstr ""
#: extmod/modure.c
msgid "Splitting with sub-captures"
msgstr ""
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stack size must be at least 256"
msgstr "O tamanho da pilha deve ser pelo menos 256"
#: shared-bindings/multiterminal/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stream missing readinto() or write() method."
2018-10-02 00:15:13 -04:00
msgstr ""
#: 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 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"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-05-10 13:09:56 -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 ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
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"
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"The reset button was pressed while booting CircuitPython. Press again to "
"exit safe mode.\n"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-module/audioio/Mixer.c
2019-02-22 15:04:54 -05:00
msgid "The sample's bits_per_sample does not match the mixer's"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-module/audioio/Mixer.c
2019-02-22 15:04:54 -05:00
msgid "The sample's channel count does not match the mixer's"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-module/audioio/Mixer.c
2019-02-22 15:04:54 -05:00
msgid "The sample's sample rate does not match the mixer's"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-module/audioio/Mixer.c
2019-02-22 15:04:54 -05:00
msgid "The sample's signedness does not match the mixer's"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile height must exactly divide bitmap height"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "Tile indices must be 0 - 255"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile width must exactly divide bitmap width"
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "To exit, please reset the board without "
msgstr "Para sair, por favor, reinicie a placa sem "
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample."
msgstr "Muitos canais na amostra."
#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
msgid "Too many display busses"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/displayio/Display.c
2019-02-22 15:04:54 -05:00
msgid "Too many displays"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr ""
#: shared-bindings/time/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Tuple or struct_time argument required"
msgstr ""
2018-10-02 00:15:13 -04:00
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Busy"
msgstr "USB ocupada"
2018-10-02 00:15:13 -04:00
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Error"
msgstr "Erro na USB"
#: shared-bindings/bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID integer value not in range 0 to 0xffff"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID value is not str, int or byte buffer"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-05-07 13:05:28 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2019-05-10 13:09:56 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2019-03-27 23:47:58 -04:00
msgid "Unable to allocate buffers for signed conversion"
msgstr "Não é possível alocar buffers para conversão assinada"
2019-05-09 00:00:36 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2019-03-27 23:47:58 -04:00
msgid "Unable to find free GCLK"
msgstr "Não é possível encontrar GCLK livre"
#: py/parse.c
msgid "Unable to init parser"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr ""
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Unable to write to nvm."
msgstr "Não é possível gravar no nvm."
2019-03-27 23:47:58 -04:00
#: ports/nrf/common-hal/bleio/UUID.c
msgid "Unexpected nrfx uuid type"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr "Taxa de transmissão não suportada"
#: shared-module/displayio/Display.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Unsupported display bus type"
msgstr "Taxa de transmissão não suportada"
2018-10-02 00:15:13 -04:00
#: shared-module/audioio/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported format"
msgstr "Formato não suportado"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/moduerrno.c
msgid "Unsupported operation"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported pull value."
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
#: shared-module/audioio/Mixer.c
2019-02-22 15:04:54 -05:00
msgid "Voice index too high"
2018-10-02 00:15:13 -04:00
msgstr ""
#: main.c
2019-02-22 15:04:54 -05:00
msgid "WARNING: Your code filename has two extensions\n"
msgstr "AVISO: Seu arquivo de código tem duas extensões\n"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: 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 ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"You are running in safe mode which means something unanticipated happened.\n"
2018-10-02 00:15:13 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid "You requested starting safe mode by "
msgstr "Você solicitou o início do modo de segurança"
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
#: py/objtype.c
#, c-format
msgid "__init__() should return None, not '%s'"
msgstr ""
#: py/objobject.c
msgid "__new__ arg must be a user-type"
msgstr ""
2019-05-09 00:00:36 -04:00
#: extmod/modubinascii.c extmod/moduhashlib.c
2019-03-27 23:47:58 -04:00
msgid "a bytes-like object is required"
msgstr ""
#: lib/embed/abort_.c
msgid "abort() called"
msgstr "abort() chamado"
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "endereço %08x não está alinhado com %d bytes"
#: shared-bindings/i2cslave/I2CSlave.c
2019-02-22 15:04:54 -05:00
msgid "address out of bounds"
2018-10-02 00:15:13 -04:00
msgstr ""
#: shared-bindings/i2cslave/I2CSlave.c
2019-02-22 15:04:54 -05:00
msgid "addresses is empty"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/modbuiltins.c
msgid "arg is an empty sequence"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "argument has wrong type"
msgstr "argumento tem tipo errado"
#: py/argcheck.c shared-bindings/gamepad/GamePad.c
#: shared-bindings/_stage/__init__.c shared-bindings/digitalio/DigitalInOut.c
2019-03-27 23:47:58 -04:00
msgid "argument num/types mismatch"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "argument should be a '%q' not a '%q'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objarray.c shared-bindings/nvm/ByteArray.c
msgid "array/bytes required on right side"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "attributes not supported yet"
msgstr "atributos ainda não suportados"
#: ports/nrf/common-hal/bleio/Characteristic.c
msgid "bad GATT role"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/builtinevex.c
msgid "bad compile mode"
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "bad conversion specifier"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "bad format string"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/binary.c
msgid "bad typecode"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "binary op %q not implemented"
2019-03-27 18:57:35 -04:00
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/busio/UART.c
msgid "bits must be 7, 8 or 9"
2019-03-27 18:57:35 -04:00
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: extmod/machine_spi.c
msgid "bits must be 8"
msgstr "bits devem ser 8"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/audioio/Mixer.c
#, fuzzy
msgid "bits_per_sample must be 8 or 16"
msgstr "bits devem ser 8"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitinlinethumb.c
#, fuzzy
msgid "branch not in range"
msgstr "Calibração está fora do intervalo"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "buf is too small. need %d bytes"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/audioio/RawSample.c
msgid "buffer must be a bytes-like object"
msgstr ""
#: shared-module/struct/__init__.c
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
msgid "buffer size must match format"
msgstr "buffers devem ser o mesmo tamanho"
2019-02-22 15:04:54 -05:00
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
2019-03-27 23:47:58 -04:00
msgid "buffer slices must be of equal length"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: extmod/machine_spi.c
msgid "buffers must be the same length"
msgstr "buffers devem ser o mesmo tamanho"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/vm.c
msgid "byte code not implemented"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "byteorder is not an instance of ByteOrder (got a %s)"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits não suportado"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "bytes value out of range"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is out of range"
msgstr "Calibração está fora do intervalo"
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is read only"
msgstr "Calibração é somente leitura"
#: ports/atmel-samd/common-hal/rtc/RTC.c
msgid "calibration value out of range +/-127"
msgstr "Valor de calibração fora do intervalo +/- 127"
#: py/emitinlinethumb.c
msgid "can only have up to 4 parameters to Thumb assembly"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitinlinextensa.c
msgid "can only have up to 4 parameters to Xtensa assembly"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/persistentcode.c
msgid "can only save bytecode"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "can't assign to expression"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to complex"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to float"
msgstr ""
2019-03-27 18:57:35 -04:00
2019-03-27 23:47:58 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to int"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
2019-02-14 09:43:13 -05:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objint.c
msgid "can't convert NaN to int"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "can't convert address to int"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/objint.c
msgid "can't convert inf to int"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "can't convert to complex"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "can't convert to float"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "can't convert to int"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "can't convert to str implicitly"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "can't declare nonlocal in outer code"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "can't delete expression"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't do binary op between '%q' and '%q'"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objcomplex.c
msgid "can't do truncated division of a complex number"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "can't have multiple **x"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "can't have multiple *x"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't load from '%q'"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't load with '%q' index"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objnamedtuple.c
msgid "can't set attribute"
2018-10-02 00:15:13 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't store '%q'"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't store to '%q'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "can't store with '%q' index"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "cannot create instance"
msgstr "não é possível criar instância"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "cannot import name %q"
msgstr "não pode importar nome %q"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/builtinimport.c
msgid "cannot perform relative import"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "casting"
msgstr ""
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/bleio/Service.c
msgid "characteristics includes an object that is not a Characteristic"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_stage/Text.c
msgid "chars buffer too small"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/modbuiltins.c
msgid "chr() arg not in range(0x110000)"
msgstr ""
#: py/modbuiltins.c
msgid "chr() arg not in range(256)"
msgstr ""
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr ""
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a buffer or int"
msgstr ""
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr ""
#: shared-bindings/displayio/Palette.c
msgid "color must be between 0x000000 and 0xffffff"
msgstr "cor deve estar entre 0x000000 e 0xffffff"
#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr "cor deve ser um int"
#: py/objcomplex.c
msgid "complex division by zero"
msgstr ""
2019-05-10 13:09:56 -04:00
#: py/objfloat.c py/parsenum.c
2019-03-27 23:47:58 -04:00
msgid "complex values not supported"
msgstr ""
#: extmod/moduzlib.c
msgid "compression header"
msgstr ""
#: py/parse.c
msgid "constant must be an integer"
msgstr "constante deve ser um inteiro"
#: py/emitnative.c
msgid "conversion to object"
msgstr ""
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr ""
#: py/compile.c
msgid "default 'except' must be last"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination_length must be an int >= 0"
msgstr "destination_length deve ser um int >= 0"
#: py/objdict.c
msgid "dict update sequence has wrong length"
msgstr ""
#: py/objfloat.c py/runtime.c py/modmath.c py/objint_longlong.c py/objint_mpz.c
2019-03-27 23:47:58 -04:00
#: shared-bindings/math/__init__.c
msgid "division by zero"
msgstr "divisão por zero"
#: py/objdeque.c
msgid "empty"
msgstr "vazio"
2019-05-09 00:00:36 -04:00
#: extmod/modutimeq.c extmod/moduheapq.c
2019-03-27 23:47:58 -04:00
msgid "empty heap"
msgstr "heap vazia"
#: py/objstr.c
msgid "empty separator"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "empty sequence"
msgstr "seqüência vazia"
#: py/objstr.c
msgid "end of format while looking for conversion specifier"
msgstr ""
#: shared-bindings/displayio/Shape.c
#, fuzzy
msgid "end_x should be an int"
msgstr "y deve ser um int"
#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
msgstr "erro = 0x%08lX"
#: py/runtime.c
msgid "exceptions must derive from BaseException"
msgstr ""
#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr ""
#: py/obj.c
msgid "expected tuple/list"
msgstr ""
#: py/modthread.c
msgid "expecting a dict for keyword args"
msgstr ""
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr ""
#: py/compile.c
msgid "expecting just a value for set"
msgstr ""
#: py/compile.c
msgid "expecting key:value for dict"
msgstr ""
#: py/argcheck.c
msgid "extra keyword arguments given"
msgstr "argumentos extras de palavras-chave passados"
#: py/argcheck.c
msgid "extra positional arguments given"
msgstr "argumentos extra posicionais passados"
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
2019-03-27 23:47:58 -04:00
msgid "file must be a file opened in byte mode"
msgstr ""
#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr "sistema de arquivos deve fornecer método de montagem"
#: py/objtype.c
msgid "first argument to super() must be type"
msgstr ""
#: extmod/machine_spi.c
msgid "firstbit must be MSB"
msgstr "firstbit devem ser MSB"
#: py/objint.c
msgid "float too big"
msgstr "float muito grande"
#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr ""
#: py/objstr.c
msgid "format requires a dict"
msgstr ""
#: py/objdeque.c
msgid "full"
msgstr "cheio"
#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "função não aceita argumentos de palavras-chave"
#: py/argcheck.c
#, c-format
msgid "function expected at most %d arguments, got %d"
msgstr "função esperada na maioria dos %d argumentos, obteve %d"
2019-05-10 13:09:56 -04:00
#: py/bc.c py/objnamedtuple.c
2019-03-27 23:47:58 -04:00
msgid "function got multiple values for argument '%q'"
msgstr ""
#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
msgstr "função ausente %d requer argumentos posicionais"
#: py/bc.c
msgid "function missing keyword-only argument"
msgstr ""
#: py/bc.c
msgid "function missing required keyword argument '%q'"
msgstr ""
#: py/bc.c
#, c-format
msgid "function missing required positional argument #%d"
msgstr ""
2019-05-10 13:09:56 -04:00
#: py/argcheck.c py/bc.c py/objnamedtuple.c
2019-03-27 23:47:58 -04:00
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr "função leva %d argumentos posicionais, mas apenas %d foram passadas"
#: shared-bindings/time/__init__.c
msgid "function takes exactly 9 arguments"
msgstr "função leva exatamente 9 argumentos"
#: py/objgenerator.c
msgid "generator already executing"
msgstr ""
#: py/objgenerator.c
msgid "generator ignored GeneratorExit"
msgstr ""
#: shared-bindings/_stage/Layer.c
msgid "graphic must be 2048 bytes long"
msgstr ""
#: extmod/moduheapq.c
msgid "heap must be a list"
msgstr "heap deve ser uma lista"
#: py/compile.c
msgid "identifier redefined as global"
msgstr ""
#: py/compile.c
msgid "identifier redefined as nonlocal"
msgstr ""
#: py/objstr.c
msgid "incomplete format"
msgstr "formato incompleto"
#: py/objstr.c
msgid "incomplete format key"
msgstr ""
#: extmod/modubinascii.c
msgid "incorrect padding"
msgstr "preenchimento incorreto"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "Índice fora do intervalo"
#: py/obj.c
msgid "indices must be integers"
msgstr ""
#: py/compile.c
msgid "inline assembler must be a function"
msgstr ""
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr ""
#: py/objstr.c
msgid "integer required"
msgstr "inteiro requerido"
#: ports/nrf/common-hal/bleio/Broadcaster.c
msgid "interval not in range 0.0020 to 10.24"
msgstr ""
#: extmod/machine_i2c.c
msgid "invalid I2C peripheral"
msgstr "periférico I2C inválido"
#: extmod/machine_spi.c
msgid "invalid SPI peripheral"
msgstr "periférico SPI inválido"
#: 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 "Índice de dupterm inválido"
#: extmod/modframebuf.c
msgid "invalid format"
msgstr "formato inválido"
#: py/objstr.c
msgid "invalid format specifier"
msgstr ""
#: extmod/modussl_axtls.c
msgid "invalid key"
msgstr "chave inválida"
#: py/compile.c
msgid "invalid micropython decorator"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "passo inválido"
#: py/parse.c py/compile.c
2019-03-27 23:47:58 -04:00
msgid "invalid syntax"
msgstr ""
#: py/parsenum.c
msgid "invalid syntax for integer"
msgstr ""
#: py/parsenum.c
#, c-format
msgid "invalid syntax for integer with base %d"
msgstr ""
#: py/parsenum.c
msgid "invalid syntax for number"
msgstr ""
#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr ""
#: py/objtype.c
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr ""
#: py/objstr.c
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
#: py/argcheck.c
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr ""
#: py/bc.c
msgid "keywords must be strings"
msgstr ""
#: py/emitinlinextensa.c py/emitinlinethumb.c
2019-03-27 23:47:58 -04:00
msgid "label '%q' not defined"
msgstr ""
#: py/compile.c
msgid "label redefined"
msgstr ""
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
#: py/objarray.c
msgid "lhs and rhs should be compatible"
msgstr ""
#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr ""
#: py/emitnative.c
msgid "local '%q' used before type known"
msgstr ""
#: py/vm.c
msgid "local variable referenced before assignment"
msgstr ""
#: py/objint.c
msgid "long int not supported in this build"
msgstr ""
#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr ""
#: py/modmath.c shared-bindings/math/__init__.c
msgid "math domain error"
msgstr ""
#: py/runtime.c
msgid "maximum recursion depth exceeded"
msgstr ""
#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
#: py/builtinimport.c
msgid "module not found"
msgstr ""
#: py/compile.c
msgid "multiple *x in assignment"
msgstr ""
#: py/objtype.c
msgid "multiple bases have instance lay-out conflict"
msgstr ""
#: py/objtype.c
msgid "multiple inheritance not supported"
msgstr ""
#: py/emitnative.c
msgid "must raise an object"
msgstr ""
#: extmod/machine_spi.c
msgid "must specify all of sck/mosi/miso"
msgstr "deve especificar todos sck/mosi/miso"
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr ""
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr ""
#: shared-bindings/bleio/Peripheral.c
#, fuzzy
msgid "name must be a string"
msgstr "heap deve ser uma lista"
#: py/runtime.c
msgid "name not defined"
msgstr "nome não definido"
#: py/compile.c
msgid "name reused for argument"
msgstr ""
#: py/emitnative.c
msgid "native yield"
msgstr ""
#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
msgstr "precisa de mais de %d valores para desempacotar"
#: py/runtime.c py/objint_longlong.c py/objint_mpz.c
2019-03-27 23:47:58 -04:00
msgid "negative power with no float support"
msgstr ""
#: py/runtime.c py/objint_mpz.c
2019-03-27 23:47:58 -04:00
msgid "negative shift count"
msgstr ""
#: py/vm.c
msgid "no active exception to reraise"
msgstr ""
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr ""
#: py/compile.c
msgid "no binding for nonlocal found"
msgstr ""
#: py/builtinimport.c
msgid "no module named '%q'"
msgstr ""
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
msgid "no such attribute"
msgstr ""
#: py/compile.c
msgid "non-default argument follows default argument"
msgstr ""
#: extmod/modubinascii.c
msgid "non-hex digit found"
msgstr ""
#: py/compile.c
msgid "non-keyword arg after */**"
msgstr ""
#: py/compile.c
msgid "non-keyword arg after keyword arg"
msgstr ""
#: shared-bindings/bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr ""
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
#: py/objstr.c
msgid "not enough arguments for format string"
msgstr ""
#: py/obj.c
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr ""
#: py/obj.c
msgid "object does not support item assignment"
msgstr ""
#: py/obj.c
msgid "object does not support item deletion"
msgstr ""
#: py/obj.c
msgid "object has no len"
msgstr ""
#: py/obj.c
msgid "object is not subscriptable"
msgstr ""
#: py/runtime.c
msgid "object not an iterator"
msgstr ""
2019-05-10 13:09:56 -04:00
#: py/objtype.c py/runtime.c
2019-03-27 23:47:58 -04:00
msgid "object not callable"
msgstr ""
#: py/sequence.c
msgid "object not in sequence"
msgstr "objeto não em seqüência"
#: py/runtime.c
msgid "object not iterable"
msgstr "objeto não iterável"
#: py/obj.c
#, c-format
msgid "object of type '%s' has no len()"
msgstr ""
#: py/obj.c
msgid "object with buffer protocol required"
msgstr ""
#: extmod/modubinascii.c
msgid "odd-length string"
msgstr ""
2019-05-09 00:00:36 -04:00
#: py/objstr.c py/objstrunicode.c
2019-03-27 23:47:58 -04:00
msgid "offset out of bounds"
msgstr ""
#: py/objstr.c py/objarray.c py/objstrunicode.c py/objtuple.c
2019-03-27 23:47:58 -04:00
#: shared-bindings/nvm/ByteArray.c
msgid "only slices with step=1 (aka None) are supported"
msgstr ""
#: py/modbuiltins.c
msgid "ord expects a character"
msgstr ""
#: py/modbuiltins.c
#, c-format
msgid "ord() expected a character, but string of length %d found"
msgstr ""
#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr ""
2019-05-10 13:09:56 -04:00
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
2019-03-27 23:47:58 -04:00
msgid "palette must be 32 bytes long"
msgstr ""
#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr ""
#: py/compile.c
msgid "parameter annotation must be an identifier"
msgstr ""
#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr ""
#: py/emitinlinethumb.c
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
#: shared-bindings/displayio/Bitmap.c
msgid "pixel value requires too many bits"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr ""
#: py/objset.c
msgid "pop from an empty set"
msgstr ""
#: py/objlist.c
msgid "pop from empty list"
msgstr ""
#: py/objdict.c
msgid "popitem(): dictionary is empty"
msgstr ""
#: py/objint_mpz.c
msgid "pow() 3rd argument cannot be 0"
msgstr ""
#: py/objint_mpz.c
msgid "pow() with 3 arguments requires integers"
msgstr ""
#: extmod/modutimeq.c
msgid "queue overflow"
msgstr "estouro de fila"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr ""
#: shared-bindings/_pixelbuf/__init__.c
#, fuzzy
msgid "readonly attribute"
msgstr "atributo ilegível"
#: py/builtinimport.c
msgid "relative import"
msgstr ""
#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr ""
#: py/compile.c
msgid "return annotation must be an identifier"
msgstr ""
#: py/emitnative.c
msgid "return expected '%q' but got '%q'"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
#: shared-bindings/audioio/RawSample.c
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "sampling rate out of range"
msgstr "Taxa de amostragem fora do intervalo"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
#: lib/utils/pyexec.c py/builtinimport.c
msgid "script compilation not supported"
msgstr "compilação de script não suportada"
#: shared-bindings/bleio/Peripheral.c
msgid "services includes an object that is not a Service"
msgstr ""
#: py/objstr.c
msgid "sign not allowed in string format specifier"
msgstr ""
#: py/objstr.c
msgid "sign not allowed with integer format specifier 'c'"
msgstr ""
#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr ""
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr ""
#: py/objslice.c py/sequence.c
msgid "slice step cannot be zero"
msgstr ""
#: py/sequence.c py/objint.c
2019-03-27 23:47:58 -04:00
msgid "small int overflow"
msgstr ""
#: main.c
msgid "soft reboot\n"
msgstr ""
#: py/objstr.c
msgid "start/end indices"
msgstr ""
#: shared-bindings/displayio/Shape.c
#, fuzzy
msgid "start_x should be an int"
msgstr "y deve ser um int"
#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr "o passo deve ser diferente de zero"
#: shared-bindings/busio/UART.c
msgid "stop must be 1 or 2"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "stop not reachable from start"
msgstr ""
#: py/stream.c
msgid "stream operation not supported"
msgstr ""
#: py/objstrunicode.c
msgid "string index out of range"
msgstr ""
#: py/objstrunicode.c
#, c-format
msgid "string indices must be integers, not %s"
msgstr ""
#: py/stream.c
msgid "string not supported; use bytes or bytearray"
msgstr ""
#: extmod/moductypes.c
msgid "struct: cannot index"
msgstr "struct: não pode indexar"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/moductypes.c
msgid "struct: index out of range"
msgstr "struct: índice fora do intervalo"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/moductypes.c
msgid "struct: no fields"
msgstr "struct: sem campos"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "substring not found"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "super() can't find self"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/modujson.c
msgid "syntax error in JSON"
msgstr "erro de sintaxe no JSON"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr "Limite deve estar no alcance de 0-65536"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "tile index out of bounds"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes exactly 1 argument"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/busio/UART.c
msgid "timeout >100 (units are now seconds, not msecs)"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/bleio/CharacteristicBuffer.c
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
msgid "timeout must be >= 0.0"
msgstr "bits devem ser 8"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "timestamp out of range for platform time_t"
msgstr "timestamp fora do intervalo para a plataforma time_t"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr "Muitos argumentos fornecidos com o formato dado"
2018-12-03 15:57:27 -05:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr ""
2018-12-03 15:57:27 -05:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "tuple index out of range"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/obj.c
msgid "tuple/list has wrong length"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "tuple/list required on RHS"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "tx and rx cannot both be None"
msgstr "TX e RX não podem ser ambos"
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "type '%q' is not an acceptable base type"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "type is not an acceptable base type"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "type object '%q' has no attribute '%q'"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/objtype.c
msgid "type takes 1 or 3 arguments"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/objint_longlong.c
msgid "ulonglong too large"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/parse.c
msgid "unexpected indent"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-03-27 23:47:58 -04:00
#: py/bc.c
msgid "unexpected keyword argument"
msgstr ""
2019-01-13 23:52:05 -05:00
2019-05-10 13:09:56 -04:00
#: py/bc.c py/objnamedtuple.c
2019-03-27 23:47:58 -04:00
msgid "unexpected keyword argument '%q'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/lexer.c
msgid "unicode name escapes"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/parse.c
msgid "unindent does not match any outer indentation level"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type 'float'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/compile.c
msgid "unknown type"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitnative.c
msgid "unknown type '%q'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "unmatched '{' in format"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-05-10 13:09:56 -04:00
#: py/objtype.c py/runtime.c
2019-03-27 23:47:58 -04:00
msgid "unreadable attribute"
msgstr "atributo ilegível"
2018-10-02 00:15:13 -04:00
2019-04-11 07:50:02 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
2019-03-27 23:47:58 -04:00
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/emitinlinextensa.c
#, c-format
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr ""
2018-10-05 15:01:36 -04:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "unsupported type for %q: '%s'"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "unsupported type for operator"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/runtime.c
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
2019-05-09 00:00:36 -04:00
#: py/objint.c
#, c-format
msgid "value must fit in %d byte(s)"
2019-05-09 00:00:36 -04:00
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objstr.c
msgid "wrong number of arguments"
msgstr ""
#: py/runtime.c
msgid "wrong number of values to unpack"
msgstr ""
#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""
#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y deve ser um int"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr ""
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#: py/objrange.c
msgid "zero step"
msgstr "passo zero"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "AP required"
#~ msgstr "AP requerido"
2018-10-02 00:15:13 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot connect to AP"
#~ msgstr "Não é possível conectar-se ao AP"
2018-08-31 15:34:01 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Não é possível desconectar do AP"
2019-01-09 14:00:17 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot set STA config"
#~ msgstr "Não é possível definir a configuração STA"
#~ msgid "Cannot update i/f status"
#~ msgstr "Não é possível atualizar o status i/f"
2018-08-31 15:34:01 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Não sabe como passar o objeto para a função nativa"
2019-01-21 21:51:22 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "O ESP8226 não suporta o modo de segurança."
2019-01-21 21:51:22 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 não suporta pull down."
2018-08-31 15:34:01 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Erro no ffi_prep_cif"
2018-08-31 15:34:01 -04:00
2019-03-27 23:47:58 -04:00
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
2018-08-31 15:34:01 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 não suporta pull up."
2019-01-09 14:00:17 -05:00
#~ msgid "Invalid bit clock pin"
#~ msgstr "Pino de bit clock inválido"
#~ msgid "Invalid clock pin"
#~ msgstr "Pino do Clock inválido"
#~ msgid "Invalid data pin"
#~ msgstr "Pino de dados inválido"
2019-03-27 18:57:35 -04:00
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "A frequência máxima PWM é de %dhz."
2019-01-09 14:00:17 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "A frequência mínima PWM é de 1hz"
2019-01-09 14:00:17 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr ""
#~ "Múltiplas frequências PWM não suportadas. PWM já definido para %dhz."
2019-01-09 14:00:17 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "No PulseIn support for %q"
#~ msgstr "Não há suporte para PulseIn no pino %q"
2019-01-21 21:51:22 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "No hardware support for analog out."
#~ msgstr "Nenhum suporte de hardware para saída analógica."
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Apenas formato Windows, BMP descomprimido suportado"
2018-10-02 00:15:13 -04:00
2019-04-04 16:38:05 -04:00
#~ msgid "Only bit maps of 8 bit color or less are supported"
#~ msgstr "Apenas bit maps de cores de 8 bit ou menos são suportados"
2019-03-27 18:57:35 -04:00
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Apenas cores verdadeiras (24 bpp ou maior) BMP suportadas"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Apenas TX suportado no UART1 (GPIO2)."
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "PWM not supported on pin %d"
#~ msgstr "PWM não suportado no pino %d"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pino %q não tem recursos de ADC"
2019-02-22 15:04:54 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pino (16) não suporta pull"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pinos não válidos para SPI"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "STA must be active"
#~ msgstr "STA deve estar ativo"
2019-01-18 14:44:53 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "STA required"
#~ msgstr "STA requerido"
2019-01-31 12:38:29 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) não existe"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) não pode ler"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "Unable to remount filesystem"
#~ msgstr "Não é possível remontar o sistema de arquivos"
2019-03-27 18:57:35 -04:00
#~ msgid "Unknown type"
#~ msgstr "Tipo desconhecido"
2019-01-18 14:44:53 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr "Use o esptool para apagar o flash e recarregar o Python"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "buffer too long"
#~ msgstr "buffer muito longo"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "can query only one param"
#~ msgstr "pode consultar apenas um parâmetro"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "can't get AP config"
#~ msgstr "não pode obter configuração de AP"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "can't get STA config"
#~ msgstr "não pode obter a configuração STA"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "can't set AP config"
#~ msgstr "não é possível definir a configuração do AP"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "can't set STA config"
#~ msgstr "não é possível definir a configuração STA"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "either pos or kw args are allowed"
#~ msgstr "pos ou kw args são permitidos"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "expecting a pin"
#~ msgstr "esperando um pino"
2018-10-05 15:01:36 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
2018-10-05 15:01:36 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "flash location must be below 1MByte"
#~ msgstr "o local do flash deve estar abaixo de 1 MByte"
2018-10-05 15:01:36 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "A frequência só pode ser 80Mhz ou 160MHz"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "impossible baudrate"
#~ msgstr "taxa de transmissão impossível"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "invalid alarm"
#~ msgstr "Alarme inválido"
2019-03-27 18:57:35 -04:00
#~ msgid "invalid buffer length"
#~ msgstr "comprimento de buffer inválido"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "invalid data bits"
#~ msgstr "Bits de dados inválidos"
2018-10-02 00:15:13 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "invalid pin"
#~ msgstr "Pino inválido"
2019-01-18 14:44:53 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "invalid stop bits"
#~ msgstr "Bits de parada inválidos"
2019-03-27 18:57:35 -04:00
#~ msgid "len must be multiple of 4"
#~ msgstr "len deve ser múltiplo de 4"
2019-03-27 18:57:35 -04:00
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr "alocação de memória falhou, alocando %u bytes para código nativo"
2019-03-27 18:57:35 -04:00
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "não é um canal ADC válido: %d"
2018-12-06 20:04:22 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "Pino não tem recursos de IRQ"
2018-12-06 20:04:22 -05:00
2019-04-04 16:38:05 -04:00
#~ msgid "row must be packed and word aligned"
#~ msgstr "Linha deve ser comprimida e com as palavras alinhadas"
2019-03-27 18:57:35 -04:00
#~ msgid "scan failed"
#~ msgstr "varredura falhou"
2019-02-22 15:04:54 -05:00
2019-04-11 05:22:46 -04:00
#~ msgid "too many arguments"
#~ msgstr "muitos argumentos"
2019-03-27 18:57:35 -04:00
#~ msgid "unknown config param"
#~ msgstr "parâmetro configuração desconhecido"
2019-03-27 18:57:35 -04:00
#~ msgid "unknown status param"
#~ msgstr "parâmetro de status desconhecido"
2019-03-24 20:27:54 -04:00
2019-03-27 18:57:35 -04:00
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() falhou"