diff options
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 3343 |
1 files changed, 2059 insertions, 1284 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 34467c7b5..11ecb99e8 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-09 16:20-0800\n" +"POT-Creation-Date: 2020-06-01 17:10-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,2498 +17,3273 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: extmod/machine_i2c.c:299 -msgid "invalid I2C peripheral" +#: main.c +msgid "" +"\n" +"Code done running. Waiting for reload.\n" msgstr "" -#: extmod/machine_i2c.c:340 extmod/machine_i2c.c:354 extmod/machine_i2c.c:368 -#: extmod/machine_i2c.c:392 -msgid "I2C operation not supported" +#: 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 "" + +#: supervisor/shared/safe_mode.c +msgid "" +"\n" +"To exit, please reset the board without " +msgstr "" + +#: py/obj.c +msgid " File \"%q\"" +msgstr "" + +#: py/obj.c +msgid " File \"%q\", line %d" msgstr "" -#: extmod/machine_mem.c:45 ports/unix/modmachine.c:53 +#: main.c +msgid " output:\n" +msgstr "" + +#: py/objstr.c #, c-format -msgid "address %08x is not aligned to %d bytes" +msgid "%%c requires int or char" msgstr "" -#: extmod/machine_spi.c:57 -msgid "invalid SPI peripheral" +#: shared-bindings/rgbmatrix/RGBMatrix.c +#, c-format +msgid "%d address pins and %d rgb pins indicate a height of %d, not %d" msgstr "" -#: extmod/machine_spi.c:124 -msgid "buffers must be the same length" +#: shared-bindings/microcontroller/Pin.c +msgid "%q in use" msgstr "" -#: extmod/machine_spi.c:207 -msgid "bits must be 8" +#: py/obj.c +msgid "%q index out of range" msgstr "" -#: extmod/machine_spi.c:210 -msgid "firstbit must be MSB" +#: py/obj.c +msgid "%q indices must be integers, not %s" msgstr "" -#: extmod/machine_spi.c:215 -msgid "must specify all of sck/mosi/miso" +#: shared-bindings/vectorio/Polygon.c +msgid "%q list must be a list" msgstr "" -#: extmod/modframebuf.c:299 -msgid "invalid format" +#: shared-bindings/_bleio/CharacteristicBuffer.c +#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c +#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c +#: shared-bindings/vectorio/Rectangle.c +msgid "%q must be >= 1" msgstr "" -#: extmod/modubinascii.c:38 extmod/moduhashlib.c:102 -msgid "a bytes-like object is required" +#: shared-module/vectorio/Polygon.c +msgid "%q must be a tuple of length 2" msgstr "" -#: extmod/modubinascii.c:90 -msgid "odd-length string" +#: shared-bindings/fontio/BuiltinFont.c +msgid "%q should be an int" msgstr "" -#: extmod/modubinascii.c:101 -msgid "non-hex digit found" +#: py/bc.c py/objnamedtuple.c +msgid "%q() takes %d positional arguments but %d were given" msgstr "" -#: extmod/modubinascii.c:169 -msgid "incorrect padding" +#: py/argcheck.c +msgid "'%q' argument required" msgstr "" -#: extmod/moductypes.c:122 -msgid "syntax error in uctypes descriptor" +#: py/emitinlinethumb.c py/emitinlinextensa.c +#, c-format +msgid "'%s' expects a label" msgstr "" -#: extmod/moductypes.c:219 -msgid "Cannot unambiguously get sizeof scalar" +#: py/emitinlinethumb.c py/emitinlinextensa.c +#, c-format +msgid "'%s' expects a register" msgstr "" -#: extmod/moductypes.c:397 -msgid "struct: no fields" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' expects a special register" msgstr "" -#: extmod/moductypes.c:530 -msgid "struct: cannot index" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' expects an FPU register" msgstr "" -#: extmod/moductypes.c:544 -msgid "struct: index out of range" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' expects an address of the form [a, b]" msgstr "" -#: extmod/moduheapq.c:38 -msgid "heap must be a list" +#: py/emitinlinethumb.c py/emitinlinextensa.c +#, c-format +msgid "'%s' expects an integer" msgstr "" -#: extmod/moduheapq.c:86 extmod/modutimeq.c:147 extmod/modutimeq.c:172 -msgid "empty heap" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' expects at most r%d" msgstr "" -#: extmod/modujson.c:281 -msgid "syntax error in JSON" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' expects {r0, r1, ...}" msgstr "" -#: extmod/modure.c:161 -msgid "Splitting with sub-captures" +#: py/emitinlinextensa.c +#, c-format +msgid "'%s' integer %d is not within range %d..%d" msgstr "" -#: extmod/modure.c:207 -msgid "Error in regex" +#: py/emitinlinethumb.c +#, c-format +msgid "'%s' integer 0x%x does not fit in mask 0x%x" msgstr "" -#: extmod/modussl_axtls.c:81 -msgid "invalid key" +#: py/runtime.c +msgid "'%s' object cannot assign attribute '%q'" msgstr "" -#: extmod/modussl_axtls.c:87 -msgid "invalid cert" +#: py/proto.c +msgid "'%s' object does not support '%q'" msgstr "" -#: extmod/modutimeq.c:131 -msgid "queue overflow" +#: py/obj.c +#, c-format +msgid "'%s' object does not support item assignment" msgstr "" -#: extmod/moduzlib.c:98 -msgid "compression header" +#: py/obj.c +#, c-format +msgid "'%s' object does not support item deletion" msgstr "" -#: extmod/uos_dupterm.c:120 -msgid "invalid dupterm index" +#: py/runtime.c +msgid "'%s' object has no attribute '%q'" msgstr "" -#: extmod/vfs_fat.c:426 py/moduerrno.c:150 -msgid "Read-only filesystem" +#: py/runtime.c +#, c-format +msgid "'%s' object is not an iterator" msgstr "" -#: extmod/vfs_posix_file.c:48 ports/unix/file.c:50 py/objstringio.c:43 -msgid "I/O operation on closed file" +#: py/objtype.c py/runtime.c +#, c-format +msgid "'%s' object is not callable" msgstr "" -#: lib/embed/abort_.c:8 -msgid "abort() called" +#: py/runtime.c +#, c-format +msgid "'%s' object is not iterable" msgstr "" -#: lib/netutils/netutils.c:83 -msgid "invalid arguments" +#: py/obj.c +#, c-format +msgid "'%s' object is not subscriptable" msgstr "" -#: lib/utils/pyexec.c:97 py/builtinimport.c:251 -msgid "script compilation not supported" +#: py/objstr.c +msgid "'=' alignment not allowed in string format specifier" msgstr "" -#: main.c:154 -msgid " output:\n" +#: shared-module/struct/__init__.c +msgid "'S' and 'O' are not supported format types" msgstr "" -#: main.c:168 main.c:241 -msgid "" -"Auto-reload is on. Simply save files over USB to run them or enter REPL to " -"disable.\n" +#: py/compile.c +msgid "'align' requires 1 argument" msgstr "" -#: main.c:170 -msgid "Running in safe mode! Auto-reload is off.\n" +#: py/compile.c +msgid "'async for' or 'async with' outside async function" msgstr "" -#: main.c:172 main.c:243 -msgid "Auto-reload is off.\n" +#: py/compile.c +msgid "'await' outside function" msgstr "" -#: main.c:186 -msgid "Running in safe mode! Not running saved code.\n" +#: py/compile.c +msgid "'break' outside loop" msgstr "" -#: main.c:202 -msgid "WARNING: Your code filename has two extensions\n" +#: py/compile.c +msgid "'continue' outside loop" msgstr "" -#: main.c:250 -msgid "You requested starting safe mode by " +#: py/compile.c +msgid "'data' requires at least 2 arguments" msgstr "" -#: main.c:253 -msgid "To exit, please reset the board without " +#: py/compile.c +msgid "'data' requires integer arguments" msgstr "" -#: main.c:260 -msgid "" -"You are running in safe mode which means something really bad happened.\n" +#: py/compile.c +msgid "'label' requires 1 argument" msgstr "" -#: main.c:262 -msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" +#: py/compile.c +msgid "'return' outside function" msgstr "" -#: main.c:263 -msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n" +#: py/compile.c +msgid "'yield' outside function" msgstr "" -#: main.c:266 -msgid "" -"The microcontroller's power dipped. Please make sure your power supply " -"provides\n" +#: py/compile.c +msgid "*x must be assignment target" msgstr "" -#: main.c:267 -msgid "" -"enough power for the whole circuit and press reset (after ejecting " -"CIRCUITPY).\n" +#: py/obj.c +msgid ", in %q\n" msgstr "" -#: main.c:271 -msgid "Press any key to enter the REPL. Use CTRL-D to reload." +#: py/objcomplex.c +msgid "0.0 to a complex power" msgstr "" -#: main.c:429 -msgid "soft reboot\n" +#: py/modbuiltins.c +msgid "3-arg pow() not supported" msgstr "" -#: ports/atmel-samd/audio_dma.c:209 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361 -msgid "All sync event channels in use" +#: 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 "" -#: ports/atmel-samd/bindings/samd/Clock.c:135 -msgid "calibration is read only" +#: shared-bindings/_bleio/Address.c +#, c-format +msgid "Address must be %d bytes long" msgstr "" -#: ports/atmel-samd/bindings/samd/Clock.c:137 -msgid "calibration is out of range" +#: shared-bindings/_bleio/Address.c +msgid "Address type out of range" msgstr "" -#: ports/atmel-samd/board_busses.c:59 ports/nrf/board_busses.c:39 -msgid "No default I2C bus" +#: ports/nrf/common-hal/busio/I2C.c +msgid "All I2C peripherals are in use" msgstr "" -#: ports/atmel-samd/board_busses.c:85 ports/nrf/board_busses.c:64 -msgid "No default SPI bus" +#: ports/nrf/common-hal/busio/SPI.c +msgid "All SPI peripherals are in use" msgstr "" -#: ports/atmel-samd/board_busses.c:112 ports/nrf/board_busses.c:91 -msgid "No default UART bus" +#: ports/nrf/common-hal/busio/UART.c +msgid "All UART peripherals are in use" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogIn.c:63 -#: ports/nrf/common-hal/analogio/AnalogIn.c:39 -msgid "Pin does not have ADC capabilities" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "All event channels in use" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:49 -msgid "No DAC on chip" +#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "All sync event channels in use" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:56 +#: shared-bindings/pulseio/PWMOut.c +msgid "All timers for this pin are in use" +msgstr "" + +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +#: 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 +#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c +msgid "All timers in use" +msgstr "" + +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Already advertising." +msgstr "" + +#: ports/cxd56/common-hal/analogio/AnalogIn.c +msgid "AnalogIn not supported on given pin" +msgstr "" + +#: 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 "" + +#: 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 "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 -msgid "Invalid bit clock pin" +#: ports/atmel-samd/common-hal/pulseio/PulseOut.c +#: ports/cxd56/common-hal/pulseio/PulseOut.c +msgid "Another send is already active" +msgstr "" + +#: shared-bindings/pulseio/PulseOut.c +msgid "Array must contain halfwords (type 'H')" +msgstr "" + +#: shared-bindings/nvm/ByteArray.c +msgid "Array values should be single bytes." +msgstr "" + +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "At most %d %q may be specified (not %d)" +msgstr "" + +#: supervisor/shared/safe_mode.c +msgid "Attempted heap allocation when MicroPython VM not running." +msgstr "" + +#: main.c +msgid "Auto-reload is off.\n" +msgstr "" + +#: main.c +msgid "" +"Auto-reload is on. Simply save files over USB to run them or enter REPL to " +"disable.\n" +msgstr "" + +#: shared-module/displayio/Display.c +#: shared-module/framebufferio/FramebufferDisplay.c +msgid "Below minimum frame rate" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c msgid "Bit clock and word select must share a clock unit" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:156 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:130 -msgid "Invalid data pin" +#: shared-bindings/audiobusio/PDMIn.c +msgid "Bit depth must be multiple of 8." msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:169 -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:174 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:145 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:150 -msgid "Serializer in use" +#: ports/mimxrt10xx/common-hal/busio/UART.c +msgid "Both RX and TX required for flow control" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:230 -msgid "Clock unit in use" +#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c +msgid "Both pins must support hardware interrupts" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 -msgid "Unable to find free GCLK" +#: shared-bindings/displayio/Display.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "Brightness must be 0-1.0" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:254 -msgid "Too many channels in sample." +#: shared-bindings/supervisor/__init__.c +msgid "Brightness must be between 0 and 255" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:305 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:417 -msgid "No DMA channel found" +#: shared-bindings/displayio/Display.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Brightness not adjustable" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:419 -msgid "Unable to allocate buffers for signed conversion" +#: shared-bindings/_bleio/UUID.c +#, c-format +msgid "Buffer + offset too small %d %d %d" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:109 -msgid "Invalid clock pin" +#: shared-module/usb_hid/Device.c +#, c-format +msgid "Buffer incorrect size. Should be %d bytes." msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 -msgid "Only 8 or 16 bit mono with " +#: shared-bindings/displayio/Display.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Buffer is not a bytearray." msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 -msgid "sampling rate out of range" +#: shared-bindings/displayio/Display.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Buffer is too small" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:132 -msgid "DAC already in use" +#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c +#, c-format +msgid "Buffer length %d too big. It must be less than %d" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:136 -msgid "Right channel unsupported" +#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c +msgid "Buffer must be at least length 1" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:139 -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:116 -#: ports/atmel-samd/common-hal/touchio/TouchIn.c:65 -msgid "Invalid pin" +#: ports/nrf/common-hal/_bleio/PacketBuffer.c +msgid "Buffer too large and unable to allocate" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:147 -msgid "Invalid pin for left channel" +#: shared-bindings/_bleio/PacketBuffer.c +#, c-format +msgid "Buffer too short by %d bytes" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:151 -msgid "Invalid pin for right channel" +#: 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 "" + +#: shared-bindings/_bleio/UUID.c +msgid "Byte buffer must be 16 bytes." +msgstr "" + +#: shared-bindings/nvm/ByteArray.c +msgid "Bytes must be between 0 and 255." +msgstr "" + +#: shared-bindings/aesio/aes.c +msgid "CBC blocks must be multiples of 16 bytes" +msgstr "" + +#: py/objtype.c +msgid "Call super().__init__() before accessing native object." +msgstr "" + +#: ports/nrf/common-hal/_bleio/Characteristic.c +msgid "Can't set CCCD on local Characteristic" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c +msgid "Cannot delete values" +msgstr "" + +#: 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 "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:154 +#: ports/nrf/common-hal/microcontroller/Processor.c +msgid "Cannot get temperature" +msgstr "" + +#: shared-bindings/_bleio/Adapter.c +msgid "Cannot have scan responses for extended, connectable advertisements." +msgstr "" + +#: ports/atmel-samd/common-hal/audioio/AudioOut.c msgid "Cannot output both channels on the same pin" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:243 -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:189 -#: ports/atmel-samd/common-hal/pulseio/PulseOut.c:110 -#: ports/nrf/common-hal/pulseio/PulseOut.c:107 -msgid "All timers in use" +#: shared-module/bitbangio/SPI.c +msgid "Cannot read without MISO pin." msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:285 -msgid "All event channels in use" +#: shared-bindings/audiobusio/PDMIn.c +msgid "Cannot record to a file" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:375 -#, c-format -msgid "Sample rate too high. It must be less than %d" +#: shared-module/storage/__init__.c +msgid "Cannot remount '/' when USB is active." msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c:71 -msgid "Not enough pins available" +#: 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 "" -#: ports/atmel-samd/common-hal/busio/I2C.c:78 -#: ports/atmel-samd/common-hal/busio/SPI.c:171 -#: ports/atmel-samd/common-hal/busio/UART.c:119 -#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45 -#: ports/nrf/common-hal/busio/I2C.c:82 -msgid "Invalid pins" +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Cannot set value when direction is input." msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c:101 -msgid "SDA or SCL needs a pull up" +#: ports/mimxrt10xx/common-hal/busio/UART.c +msgid "Cannot specify RTS or CTS in RS485 mode" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c:121 -msgid "Unsupported baudrate" +#: py/objslice.c +msgid "Cannot subclass slice" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:66 -msgid "bytes > 8 bits not supported" +#: shared-module/bitbangio/SPI.c +msgid "Cannot transfer without MOSI and MISO pins." msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:72 -#: ports/nrf/common-hal/busio/UART.c:82 -msgid "tx and rx cannot both be None" +#: extmod/moductypes.c +msgid "Cannot unambiguously get sizeof scalar" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:145 -#: ports/nrf/common-hal/busio/UART.c:115 -msgid "Failed to allocate RX buffer" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Cannot vary frequency on a timer that is already in use" +msgstr "" + +#: shared-module/bitbangio/SPI.c +msgid "Cannot write without MOSI pin." +msgstr "" + +#: shared-bindings/_bleio/CharacteristicBuffer.c +msgid "CharacteristicBuffer writing not provided" +msgstr "" + +#: supervisor/shared/safe_mode.c +msgid "CircuitPython core code crashed hard. Whoops!\n" +msgstr "" + +#: 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 "" + +#: shared-module/bitbangio/SPI.c +msgid "Clock pin init failed." +msgstr "" + +#: shared-module/bitbangio/I2C.c +msgid "Clock stretch too long" +msgstr "" + +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +msgid "Clock unit in use" +msgstr "" + +#: shared-bindings/_pew/PewPew.c +msgid "Column entry must be digitalio.DigitalInOut" +msgstr "" + +#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c +#: shared-bindings/displayio/ParallelBus.c +msgid "Command must be an int between 0 and 255" +msgstr "" + +#: shared-bindings/_bleio/Connection.c +msgid "" +"Connection has been disconnected and can no longer be used. Create a new " +"connection." +msgstr "" + +#: py/persistentcode.c +msgid "Corrupt .mpy file" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:153 +#: py/emitglue.c +msgid "Corrupt raw code" +msgstr "" + +#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c msgid "Could not initialize UART" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:240 -#: ports/nrf/common-hal/busio/UART.c:149 -msgid "No RX pin" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not initialize channel" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:294 -#: ports/nrf/common-hal/busio/UART.c:195 -msgid "No TX pin" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not initialize timer" msgstr "" -#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c:170 -#: ports/nrf/common-hal/digitalio/DigitalInOut.c:147 -msgid "Cannot get pull while in output mode" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not re-init channel" msgstr "" -#: ports/atmel-samd/common-hal/microcontroller/__init__.c:74 -#: ports/esp8266/common-hal/microcontroller/__init__.c:64 -msgid "Cannot reset into bootloader because no bootloader is present." +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not re-init timer" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:120 -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:369 -#: ports/nrf/common-hal/pulseio/PWMOut.c:119 -#: ports/nrf/common-hal/pulseio/PWMOut.c:233 -msgid "Invalid PWM frequency" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not restart PWM" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:187 -msgid "All timers for this pin are in use" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Could not start PWM" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:110 -msgid "No hardware support on pin" +#: ports/stm/common-hal/busio/UART.c +msgid "Could not start interrupt, RX busy" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 -msgid "EXTINT channel already in use" +#: shared-module/audiomp3/MP3Decoder.c +msgid "Couldn't allocate decoder" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 -#: ports/esp8266/common-hal/pulseio/PulseIn.c:86 -#, c-format -msgid "Failed to allocate RX buffer of %d bytes" +#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c +#: shared-module/audiomp3/MP3Decoder.c +msgid "Couldn't allocate first buffer" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:205 -#: ports/esp8266/common-hal/pulseio/PulseIn.c:151 -msgid "pop from an empty PulseIn" +#: shared-module/audiomp3/MP3Decoder.c +msgid "Couldn't allocate input buffer" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:237 -#: ports/esp8266/common-hal/pulseio/PulseIn.c:182 py/obj.c:420 -msgid "index out of range" +#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c +#: shared-module/audiomp3/MP3Decoder.c +msgid "Couldn't allocate second buffer" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseOut.c:178 -msgid "Another send is already active" +#: supervisor/shared/safe_mode.c +msgid "Crash into the HardFault_Handler." msgstr "" -#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 -msgid "Both pins must support hardware interrupts" +#: ports/stm/common-hal/analogio/AnalogOut.c +msgid "DAC Channel Init Error" msgstr "" -#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:46 -msgid "A hardware interrupt channel is already in use" +#: ports/stm/common-hal/analogio/AnalogOut.c +msgid "DAC Device Init Error" msgstr "" -#: ports/atmel-samd/common-hal/rtc/RTC.c:101 -msgid "calibration value out of range +/-127" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "DAC already in use" msgstr "" -#: ports/atmel-samd/common-hal/touchio/TouchIn.c:75 -msgid "No free GCLKs" +#: ports/atmel-samd/common-hal/displayio/ParallelBus.c +#: ports/nrf/common-hal/displayio/ParallelBus.c +msgid "Data 0 pin must be byte aligned" msgstr "" -#: ports/esp8266/common-hal/analogio/AnalogIn.c:43 -msgid "Pin %q does not have ADC capabilities" +#: shared-module/audiocore/WaveFile.c +msgid "Data chunk must follow fmt chunk" msgstr "" -#: ports/esp8266/common-hal/analogio/AnalogOut.c:39 -msgid "No hardware support for analog out." +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Data too large for advertisement packet" msgstr "" -#: ports/esp8266/common-hal/busio/SPI.c:72 -msgid "Pins not valid for SPI" +#: shared-bindings/audiobusio/PDMIn.c +msgid "Destination capacity is smaller than destination_length." msgstr "" -#: ports/esp8266/common-hal/busio/UART.c:45 -msgid "Only tx supported on UART1 (GPIO2)." +#: ports/nrf/common-hal/audiobusio/I2SOut.c +msgid "Device in use" msgstr "" -#: ports/esp8266/common-hal/busio/UART.c:67 ports/esp8266/machine_uart.c:108 -msgid "invalid data bits" +#: ports/cxd56/common-hal/digitalio/DigitalInOut.c +msgid "DigitalInOut not supported on given pin" msgstr "" -#: ports/esp8266/common-hal/busio/UART.c:91 ports/esp8266/machine_uart.c:144 -msgid "invalid stop bits" +#: shared-bindings/displayio/Display.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Display must have a 16 bit colorspace." msgstr "" -#: ports/esp8266/common-hal/digitalio/DigitalInOut.c:200 -msgid "ESP8266 does not support pull down." +#: shared-bindings/displayio/Display.c +#: shared-bindings/displayio/EPaperDisplay.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Display rotation must be in 90 degree increments" msgstr "" -#: ports/esp8266/common-hal/digitalio/DigitalInOut.c:210 -msgid "GPIO16 does not support pull up." +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Drive mode not used when direction is input." msgstr "" -#: ports/esp8266/common-hal/microcontroller/__init__.c:66 -msgid "ESP8226 does not support safe mode." +#: shared-bindings/aesio/aes.c +msgid "ECB only operates on 16 bytes at a time" msgstr "" -#: ports/esp8266/common-hal/pulseio/PWMOut.c:54 -#: ports/esp8266/common-hal/pulseio/PWMOut.c:113 -#, c-format -msgid "Maximum PWM frequency is %dhz." +#: 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 "" -#: ports/esp8266/common-hal/pulseio/PWMOut.c:57 -#: ports/esp8266/common-hal/pulseio/PWMOut.c:116 -msgid "Minimum PWM frequency is 1hz." +#: extmod/modure.c +msgid "Error in regex" +msgstr "" + +#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c +#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c +#: shared-bindings/terminalio/Terminal.c +msgid "Expected a %q" +msgstr "" + +#: shared-bindings/_bleio/CharacteristicBuffer.c +#: shared-bindings/_bleio/Descriptor.c shared-bindings/_bleio/PacketBuffer.c +msgid "Expected a Characteristic" +msgstr "" + +#: shared-bindings/_bleio/Characteristic.c +msgid "Expected a Service" +msgstr "" + +#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c +#: shared-bindings/_bleio/Service.c +msgid "Expected a UUID" +msgstr "" + +#: shared-bindings/_bleio/Adapter.c +msgid "Expected an Address" msgstr "" -#: ports/esp8266/common-hal/pulseio/PWMOut.c:68 +#: shared-module/_pixelbuf/PixelBuf.c #, c-format -msgid "Multiple PWM frequencies not supported. PWM already set to %dhz." +msgid "Expected tuple of length %d, got %d" +msgstr "" + +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Extended advertisements with scan response not supported." msgstr "" -#: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70 +#: extmod/ulab/code/fft.c +msgid "FFT is defined for ndarrays only" +msgstr "" + +#: shared-bindings/ps2io/Ps2.c +msgid "Failed sending command." +msgstr "" + +#: ports/nrf/sd_mutex.c #, c-format -msgid "PWM not supported on pin %d" +msgid "Failed to acquire mutex, err 0x%04x" msgstr "" -#: ports/esp8266/common-hal/pulseio/PulseIn.c:78 -msgid "No PulseIn support for %q" +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c +msgid "Failed to allocate RX buffer" msgstr "" -#: ports/esp8266/common-hal/storage/__init__.c:34 -msgid "Unable to remount filesystem" +#: 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 "" -#: ports/esp8266/common-hal/storage/__init__.c:38 -msgid "Use esptool to erase flash and re-upload Python instead" +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Failed to connect: internal error" msgstr "" -#: ports/esp8266/esp_mphal.c:154 -msgid "C-level assert" +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Failed to connect: timeout" msgstr "" -#: ports/esp8266/machine_adc.c:57 +#: shared-module/audiomp3/MP3Decoder.c +msgid "Failed to parse MP3 file" +msgstr "" + +#: ports/nrf/sd_mutex.c #, c-format -msgid "not a valid ADC Channel: %d" +msgid "Failed to release mutex, err 0x%04x" +msgstr "" + +#: supervisor/shared/safe_mode.c +msgid "Failed to write internal flash." +msgstr "" + +#: py/moduerrno.c +msgid "File exists" +msgstr "" + +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +msgid "Frequency captured is above capability. Capture Paused." +msgstr "" + +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Frequency must match existing PWMOut using this timer" +msgstr "" + +#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c +#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c +msgid "Function requires lock" msgstr "" -#: ports/esp8266/machine_hspi.c:131 ports/esp8266/machine_hspi.c:137 -msgid "impossible baudrate" +#: shared-bindings/displayio/Display.c +#: shared-bindings/displayio/EPaperDisplay.c +#: shared-bindings/framebufferio/FramebufferDisplay.c +msgid "Group already used" msgstr "" -#: ports/esp8266/machine_pin.c:129 -msgid "expecting a pin" +#: shared-module/displayio/Group.c +msgid "Group full" msgstr "" -#: ports/esp8266/machine_pin.c:284 -msgid "Pin(16) doesn't support pull" +#: 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 "" -#: ports/esp8266/machine_pin.c:323 -msgid "invalid pin" +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c +msgid "Hardware in use, try alternative pins" msgstr "" -#: ports/esp8266/machine_pin.c:389 -msgid "pin does not have IRQ capabilities" +#: extmod/vfs_posix_file.c py/objstringio.c +msgid "I/O operation on closed file" msgstr "" -#: ports/esp8266/machine_rtc.c:185 -msgid "buffer too long" +#: ports/stm/common-hal/busio/I2C.c +msgid "I2C Init Error" msgstr "" -#: ports/esp8266/machine_rtc.c:209 ports/esp8266/machine_rtc.c:223 -#: ports/esp8266/machine_rtc.c:246 -msgid "invalid alarm" +#: extmod/machine_i2c.c +msgid "I2C operation not supported" msgstr "" -#: ports/esp8266/machine_uart.c:169 +#: shared-bindings/aesio/aes.c #, c-format -msgid "UART(%d) does not exist" +msgid "IV must be %d bytes long" msgstr "" -#: ports/esp8266/machine_uart.c:219 -msgid "UART(1) can't read" +#: py/persistentcode.c +msgid "" +"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/" +"mpy-update for more info." msgstr "" -#: ports/esp8266/modesp.c:119 -msgid "len must be multiple of 4" +#: shared-bindings/_pew/PewPew.c +msgid "Incorrect buffer size" +msgstr "" + +#: py/moduerrno.c +msgid "Input/output error" msgstr "" -#: ports/esp8266/modesp.c:274 +#: ports/nrf/common-hal/_bleio/__init__.c +msgid "Insufficient authentication" +msgstr "" + +#: ports/nrf/common-hal/_bleio/__init__.c +msgid "Insufficient encryption" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "Internal define error" +msgstr "" + +#: shared-module/rgbmatrix/RGBMatrix.c #, c-format -msgid "memory allocation failed, allocating %u bytes for native code" +msgid "Internal error #%d" msgstr "" -#: ports/esp8266/modesp.c:317 -msgid "flash location must be below 1MByte" +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "Invalid %q pin" msgstr "" -#: ports/esp8266/modmachine.c:63 -msgid "frequency can only be either 80Mhz or 160MHz" +#: ports/stm/common-hal/analogio/AnalogIn.c +msgid "Invalid ADC Unit value" msgstr "" -#: ports/esp8266/modnetwork.c:61 -msgid "AP required" +#: shared-module/displayio/OnDiskBitmap.c +msgid "Invalid BMP file" msgstr "" -#: ports/esp8266/modnetwork.c:61 -msgid "STA required" +#: ports/stm/common-hal/analogio/AnalogOut.c +msgid "Invalid DAC pin supplied" msgstr "" -#: ports/esp8266/modnetwork.c:87 -msgid "Cannot update i/f status" +#: ports/stm/common-hal/busio/I2C.c +msgid "Invalid I2C pin selection" msgstr "" -#: ports/esp8266/modnetwork.c:142 -msgid "Cannot set STA config" +#: 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 +msgid "Invalid PWM frequency" msgstr "" -#: ports/esp8266/modnetwork.c:144 -msgid "Cannot connect to AP" +#: ports/stm/common-hal/busio/SPI.c +msgid "Invalid SPI pin selection" msgstr "" -#: ports/esp8266/modnetwork.c:152 -msgid "Cannot disconnect from AP" +#: ports/stm/common-hal/busio/UART.c +msgid "Invalid UART pin selection" msgstr "" -#: ports/esp8266/modnetwork.c:173 -msgid "unknown status param" +#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c +msgid "Invalid argument" msgstr "" -#: ports/esp8266/modnetwork.c:222 -msgid "STA must be active" +#: shared-module/displayio/Bitmap.c +msgid "Invalid bits per value" msgstr "" -#: ports/esp8266/modnetwork.c:239 -msgid "scan failed" +#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c +msgid "Invalid buffer size" msgstr "" -#: ports/esp8266/modnetwork.c:306 -msgid "wifi_set_ip_info() failed" +#: shared-bindings/_pixelbuf/PixelBuf.c +msgid "Invalid byteorder string" msgstr "" -#: ports/esp8266/modnetwork.c:319 -msgid "either pos or kw args are allowed" +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +msgid "Invalid capture period. Valid range: 1 - 500" msgstr "" -#: ports/esp8266/modnetwork.c:329 -msgid "can't get STA config" +#: shared-bindings/audiomixer/Mixer.c +msgid "Invalid channel count" msgstr "" -#: ports/esp8266/modnetwork.c:331 -msgid "can't get AP config" +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Invalid direction." msgstr "" -#: ports/esp8266/modnetwork.c:346 -msgid "invalid buffer length" +#: shared-module/audiocore/WaveFile.c +msgid "Invalid file" msgstr "" -#: ports/esp8266/modnetwork.c:405 -msgid "can't set STA config" +#: shared-module/audiocore/WaveFile.c +msgid "Invalid format chunk size" msgstr "" -#: ports/esp8266/modnetwork.c:407 -msgid "can't set AP config" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Invalid frequency supplied" msgstr "" -#: ports/esp8266/modnetwork.c:416 -msgid "can query only one param" +#: supervisor/shared/safe_mode.c +msgid "Invalid memory access." msgstr "" -#: ports/esp8266/modnetwork.c:469 -msgid "unknown config param" +#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +msgid "Invalid number of bits" msgstr "" -#: ports/nrf/common-hal/analogio/AnalogOut.c:37 -msgid "AnalogOut functionality not supported" +#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +#: shared-bindings/displayio/FourWire.c +msgid "Invalid phase" msgstr "" -#: ports/nrf/common-hal/bleio/Adapter.c:41 -#, c-format -msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +#: ports/atmel-samd/common-hal/touchio/TouchIn.c +#: shared-bindings/pulseio/PWMOut.c shared-module/rgbmatrix/RGBMatrix.c +msgid "Invalid pin" msgstr "" -#: ports/nrf/common-hal/bleio/Adapter.c:125 -#, c-format -msgid "Failed to change softdevice state, error: 0x%08lX" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "Invalid pin for left channel" msgstr "" -#: ports/nrf/common-hal/bleio/Adapter.c:135 -#, c-format -msgid "Failed to get softdevice state, error: 0x%08lX" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "Invalid pin for right channel" msgstr "" -#: ports/nrf/common-hal/bleio/Adapter.c:155 -#, c-format -msgid "Failed to get local address, error: 0x%08lX" +#: ports/atmel-samd/common-hal/busio/I2C.c +#: 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/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c +#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c +#: ports/mimxrt10xx/common-hal/busio/SPI.c +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c +msgid "Invalid pins" msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:52 -#, c-format -msgid "Failed to write gatts value, status: 0x%08lX" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "Invalid pins for PWMOut" msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:76 -#, c-format -msgid "Failed to notify attribute value, status: 0x%08lX" +#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +#: shared-bindings/displayio/FourWire.c +msgid "Invalid polarity" msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:91 -#, c-format -msgid "Failed to read attribute value, status: 0x%08lX" +#: shared-bindings/_bleio/Characteristic.c +msgid "Invalid properties" msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:119 -#: ports/nrf/common-hal/bleio/Device.c:272 -#: ports/nrf/common-hal/bleio/Device.c:307 -#, c-format -msgid "Failed to acquire mutex, status: 0x%08lX" +#: shared-bindings/microcontroller/__init__.c +msgid "Invalid run mode." msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:126 -#, c-format -msgid "Failed to write attribute value, status: 0x%08lX" +#: shared-module/_bleio/Attribute.c +msgid "Invalid security_mode" msgstr "" -#: ports/nrf/common-hal/bleio/Characteristic.c:138 -#: ports/nrf/common-hal/bleio/Device.c:284 -#: ports/nrf/common-hal/bleio/Device.c:319 -#: ports/nrf/common-hal/bleio/Device.c:354 -#: ports/nrf/common-hal/bleio/Device.c:391 -#, c-format -msgid "Failed to release mutex, status: 0x%08lX" +#: shared-bindings/audiomixer/Mixer.c +msgid "Invalid voice" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:81 -#: ports/nrf/common-hal/bleio/Device.c:114 -msgid "Can not fit data into the advertisment packet" +#: shared-bindings/audiomixer/Mixer.c +msgid "Invalid voice count" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:266 -#, c-format -msgid "Failed to discover serivices, status: 0x%08lX" +#: shared-module/audiocore/WaveFile.c +msgid "Invalid wave file" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:403 -#: ports/nrf/common-hal/bleio/Scanner.c:76 -#, c-format -msgid "Failed to continue scanning, status: 0x%0xlX" +#: ports/stm/common-hal/busio/UART.c +msgid "Invalid word/bit length" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:436 -#, c-format -msgid "Failed to connect, status: 0x%08lX" +#: shared-bindings/aesio/aes.c +msgid "Key must be 16, 24, or 32 bytes long" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:513 -#, c-format -msgid "Failed to add service, status: 0x%08lX" +#: py/compile.c +msgid "LHS of keyword arg must be an id" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:531 -#, c-format -msgid "Failed to start advertisment, status: 0x%08lX" +#: shared-module/displayio/Group.c +msgid "Layer already in a group." msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:549 -#, c-format -msgid "Failed to stop advertisment, status: 0x%08lX" +#: shared-module/displayio/Group.c +msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:575 -#: ports/nrf/common-hal/bleio/Scanner.c:103 -#, c-format -msgid "Failed to start scanning, status: 0x%0xlX" +#: py/objslice.c +msgid "Length must be an int" msgstr "" -#: ports/nrf/common-hal/bleio/Device.c:592 -#, c-format -msgid "Failed to create mutex, status: 0x%0xlX" +#: py/objslice.c +msgid "Length must be non-negative" msgstr "" -#: ports/nrf/common-hal/bleio/Service.c:83 -#, c-format -msgid "Failed to add characteristic, status: 0x%08lX" +#: shared-module/bitbangio/SPI.c +msgid "MISO pin init failed." msgstr "" -#: ports/nrf/common-hal/bleio/UUID.c:97 +#: shared-module/bitbangio/SPI.c +msgid "MOSI pin init failed." +msgstr "" + +#: shared-module/displayio/Shape.c #, c-format -msgid "Failed to add Vendor Specific UUID, status: 0x%08lX" +msgid "Maximum x value when mirrored is %d" msgstr "" -#: ports/nrf/common-hal/bleio/UUID.c:102 -msgid "Invalid UUID string length" +#: supervisor/shared/safe_mode.c +msgid "MicroPython NLR jump failed. Likely memory corruption." msgstr "" -#: ports/nrf/common-hal/bleio/UUID.c:109 -#: shared-bindings/bleio/Characteristic.c:125 -#: shared-bindings/bleio/Service.c:105 -msgid "Invalid UUID parameter" +#: supervisor/shared/safe_mode.c +msgid "MicroPython fatal error." msgstr "" -#: ports/nrf/common-hal/busio/I2C.c:96 -msgid "All I2C peripherals are in use" +#: shared-bindings/audiobusio/PDMIn.c +msgid "Microphone startup delay must be in range 0.0 to 1.0" msgstr "" -#: ports/nrf/common-hal/busio/SPI.c:133 -msgid "All SPI peripherals are in use" +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c +msgid "Missing MISO or MOSI Pin" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:48 +#: shared-bindings/displayio/Group.c +msgid "Must be a %q subclass." +msgstr "" + +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c +msgid "Must provide MISO or MOSI pin" +msgstr "" + +#: shared-bindings/rgbmatrix/RGBMatrix.c #, c-format -msgid "error = 0x%08lX" +msgid "Must use a multiple of 6 rgb pins, not %d" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:86 -msgid "Invalid buffer size" +#: py/parse.c +msgid "Name too long" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:90 -msgid "Odd parity is not supported" +#: ports/nrf/common-hal/_bleio/Characteristic.c +msgid "No CCCD for this Characteristic" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326 -#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336 -#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347 -#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356 -#: ports/nrf/common-hal/busio/UART.c:364 -msgid "busio.UART not available" +#: ports/atmel-samd/common-hal/analogio/AnalogOut.c +#: ports/stm/common-hal/analogio/AnalogOut.c +msgid "No DAC on chip" msgstr "" -#: ports/nrf/common-hal/microcontroller/Processor.c:49 -#, c-format -msgid "Can not get temperature. status: 0x%02x" +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "No DMA channel found" +msgstr "" + +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c +msgid "No MISO Pin" msgstr "" -#: ports/nrf/common-hal/pulseio/PWMOut.c:161 -msgid "All PWM peripherals are in use" +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c +msgid "No MOSI Pin" msgstr "" -#: ports/unix/modffi.c:138 -msgid "Unknown type" +#: 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 "" -#: ports/unix/modffi.c:207 ports/unix/modffi.c:265 -msgid "Error in ffi_prep_cif" +#: 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 "" -#: ports/unix/modffi.c:270 -msgid "ffi_prep_closure_loc" +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +msgid "No available clocks" msgstr "" -#: ports/unix/modffi.c:413 -msgid "Don't know how to pass object to native function" +#: shared-bindings/_bleio/PacketBuffer.c +msgid "No connection: length cannot be determined" msgstr "" -#: ports/unix/modusocket.c:474 -#, c-format -msgid "[addrinfo error %d]" +#: shared-bindings/board/__init__.c +msgid "No default %q bus" msgstr "" -#: py/argcheck.c:44 -msgid "function does not take keyword arguments" +#: ports/atmel-samd/common-hal/touchio/TouchIn.c +msgid "No free GCLKs" msgstr "" -#: py/argcheck.c:54 py/bc.c:85 py/objnamedtuple.c:104 -#, c-format -msgid "function takes %d positional arguments but %d were given" +#: shared-bindings/os/__init__.c +msgid "No hardware random available" msgstr "" -#: py/argcheck.c:64 -#, c-format -msgid "function missing %d required positional arguments" +#: ports/atmel-samd/common-hal/ps2io/Ps2.c +msgid "No hardware support on clk pin" msgstr "" -#: py/argcheck.c:72 -#, c-format -msgid "function expected at most %d arguments, got %d" +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c +msgid "No hardware support on pin" msgstr "" -#: py/argcheck.c:97 -msgid "'%q' argument required" +#: shared-bindings/aesio/aes.c +msgid "No key was specified" msgstr "" -#: py/argcheck.c:122 -msgid "extra positional arguments given" +#: shared-bindings/time/__init__.c +msgid "No long integer support" msgstr "" -#: py/argcheck.c:130 -msgid "extra keyword arguments given" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "No more timers available on this pin." msgstr "" -#: py/argcheck.c:142 -msgid "argument num/types mismatch" +#: shared-module/touchio/TouchIn.c +msgid "No pulldown on pin; 1Mohm recommended" msgstr "" -#: py/argcheck.c:147 -msgid "keyword argument(s) not yet implemented - use normal args instead" +#: py/moduerrno.c +msgid "No space left on device" msgstr "" -#: py/bc.c:88 py/objnamedtuple.c:108 -msgid "%q() takes %d positional arguments but %d were given" +#: py/moduerrno.c +msgid "No such file/directory" msgstr "" -#: py/bc.c:197 py/bc.c:215 -msgid "unexpected keyword argument" +#: shared-module/rgbmatrix/RGBMatrix.c +msgid "No timer available" msgstr "" -#: py/bc.c:199 -msgid "keywords must be strings" +#: supervisor/shared/safe_mode.c +msgid "Nordic Soft Device failure assertion." msgstr "" -#: py/bc.c:206 py/objnamedtuple.c:138 -msgid "function got multiple values for argument '%q'" +#: ports/nrf/common-hal/_bleio/__init__.c +#: shared-bindings/_bleio/CharacteristicBuffer.c +msgid "Not connected" msgstr "" -#: py/bc.c:218 py/objnamedtuple.c:130 -msgid "unexpected keyword argument '%q'" +#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c +#: shared-bindings/audiopwmio/PWMAudioOut.c +msgid "Not playing" +msgstr "" + +#: shared-bindings/util.c +msgid "" +"Object has been deinitialized and can no longer be used. Create a new object." +msgstr "" + +#: ports/nrf/common-hal/busio/UART.c +msgid "Odd parity is not supported" msgstr "" -#: py/bc.c:244 +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "Only 8 or 16 bit mono with " +msgstr "" + +#: shared-module/displayio/OnDiskBitmap.c #, c-format -msgid "function missing required positional argument #%d" +msgid "" +"Only Windows format, uncompressed BMP supported: given header size is %d" msgstr "" -#: py/bc.c:260 -msgid "function missing required keyword argument '%q'" +#: shared-module/displayio/OnDiskBitmap.c +#, c-format +msgid "" +"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: " +"%d bpp given" msgstr "" -#: py/bc.c:269 -msgid "function missing keyword-only argument" +#: shared-bindings/audiobusio/PDMIn.c +msgid "Oversample must be multiple of 8." msgstr "" -#: py/binary.c:112 -msgid "bad typecode" +#: shared-bindings/pulseio/PWMOut.c +msgid "" +"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" msgstr "" -#: py/builtinevex.c:99 -msgid "bad compile mode" +#: shared-bindings/pulseio/PWMOut.c +msgid "" +"PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: py/builtinhelp.c:137 -msgid "Plus any modules on the filesystem\n" +#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c +#: ports/stm/common-hal/displayio/ParallelBus.c +msgid "ParallelBus not yet supported" +msgstr "" + +#: py/moduerrno.c +msgid "Permission denied" +msgstr "" + +#: 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 "" + +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Pin is input only" msgstr "" -#: py/builtinhelp.c:183 +#: ports/atmel-samd/common-hal/countio/Counter.c +msgid "Pin must support hardware interrupts" +msgstr "" + +#: ports/stm/common-hal/pulseio/PulseIn.c +msgid "Pin number already reserved by EXTI" +msgstr "" + +#: shared-bindings/rgbmatrix/RGBMatrix.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" +"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 "" -#: py/builtinimport.c:336 -msgid "cannot perform relative import" +#: py/builtinhelp.c +msgid "Plus any modules on the filesystem\n" msgstr "" -#: py/builtinimport.c:420 py/builtinimport.c:532 -msgid "module not found" +#: shared-module/vectorio/Polygon.c +msgid "Polygon needs at least 3 points" msgstr "" -#: py/builtinimport.c:423 py/builtinimport.c:535 -msgid "no module named '%q'" +#: shared-bindings/ps2io/Ps2.c +msgid "Pop from an empty Ps2 buffer" msgstr "" -#: py/builtinimport.c:510 -msgid "relative import" +#: shared-bindings/_bleio/Adapter.c +msgid "Prefix buffer must be on the heap" msgstr "" -#: py/compile.c:397 py/compile.c:542 -msgid "can't assign to expression" +#: main.c +msgid "Press any key to enter the REPL. Use CTRL-D to reload." msgstr "" -#: py/compile.c:416 -msgid "multiple *x in assignment" +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Pull not used when direction is output." msgstr "" -#: py/compile.c:642 -msgid "non-default argument follows default argument" +#: ports/stm/common-hal/pulseio/PulseIn.c +msgid "PulseIn not supported on this chip" msgstr "" -#: py/compile.c:771 py/compile.c:789 -msgid "invalid micropython decorator" +#: ports/stm/common-hal/pulseio/PulseOut.c +msgid "PulseOut not supported on this chip" msgstr "" -#: py/compile.c:943 -msgid "can't delete expression" +#: ports/stm/common-hal/os/__init__.c +msgid "RNG DeInit Error" msgstr "" -#: py/compile.c:955 -msgid "'break' outside loop" +#: ports/stm/common-hal/os/__init__.c +msgid "RNG Init Error" msgstr "" -#: py/compile.c:958 -msgid "'continue' outside loop" +#: ports/mimxrt10xx/common-hal/busio/UART.c +msgid "RS485 inversion specified when not in RS485 mode" msgstr "" -#: py/compile.c:969 -msgid "'return' outside function" +#: 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 "" -#: py/compile.c:1169 -msgid "identifier redefined as global" +#: shared-bindings/time/__init__.c +msgid "RTC is not supported on this board" msgstr "" -#: py/compile.c:1185 -msgid "no binding for nonlocal found" +#: 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 +msgid "RTS/CTS/RS485 Not yet supported on this device" msgstr "" -#: py/compile.c:1188 -msgid "identifier redefined as nonlocal" +#: ports/stm/common-hal/os/__init__.c +msgid "Random number generation error" msgstr "" -#: py/compile.c:1197 -msgid "can't declare nonlocal in outer code" +#: shared-bindings/pulseio/PulseIn.c +msgid "Read-only" msgstr "" -#: py/compile.c:1542 -msgid "default 'except' must be last" +#: extmod/vfs_fat.c py/moduerrno.c +msgid "Read-only filesystem" msgstr "" -#: py/compile.c:2095 -msgid "*x must be assignment target" +#: shared-module/displayio/Bitmap.c +msgid "Read-only object" msgstr "" -#: py/compile.c:2193 -msgid "super() can't find self" +#: shared-bindings/displayio/EPaperDisplay.c +msgid "Refresh too soon" msgstr "" -#: py/compile.c:2256 -msgid "can't have multiple *x" +#: shared-bindings/aesio/aes.c +msgid "Requested AES mode is unsupported" msgstr "" -#: py/compile.c:2263 -msgid "can't have multiple **x" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +msgid "Right channel unsupported" msgstr "" -#: py/compile.c:2271 -msgid "LHS of keyword arg must be an id" +#: shared-bindings/_pew/PewPew.c +msgid "Row entry must be digitalio.DigitalInOut" msgstr "" -#: py/compile.c:2287 -msgid "non-keyword arg after */**" +#: main.c +msgid "Running in safe mode! Auto-reload is off.\n" msgstr "" -#: py/compile.c:2291 -msgid "non-keyword arg after keyword arg" +#: main.c +msgid "Running in safe mode! Not running saved code.\n" msgstr "" -#: py/compile.c:2463 py/compile.c:2473 py/compile.c:2712 py/compile.c:2742 -#: py/parse.c:1176 -msgid "invalid syntax" +#: 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 "" -#: py/compile.c:2465 -msgid "expecting key:value for dict" +#: ports/stm/common-hal/busio/SPI.c +msgid "SPI Init Error" msgstr "" -#: py/compile.c:2475 -msgid "expecting just a value for set" +#: ports/stm/common-hal/busio/SPI.c +msgid "SPI Re-initialization error" msgstr "" -#: py/compile.c:2600 -msgid "'yield' outside function" +#: shared-bindings/audiomixer/Mixer.c +msgid "Sample rate must be positive" msgstr "" -#: py/compile.c:2619 -msgid "'await' outside function" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c +#, c-format +msgid "Sample rate too high. It must be less than %d" msgstr "" -#: py/compile.c:2774 -msgid "name reused for argument" +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Scan already in progess. Stop with stop_scan." msgstr "" -#: py/compile.c:2827 -msgid "parameter annotation must be an identifier" +#: ports/mimxrt10xx/common-hal/busio/UART.c +msgid "Selected CTS pin not valid" msgstr "" -#: py/compile.c:2969 py/compile.c:3137 -msgid "return annotation must be an identifier" +#: ports/mimxrt10xx/common-hal/busio/UART.c +msgid "Selected RTS pin not valid" msgstr "" -#: py/compile.c:3097 -msgid "inline assembler must be a function" +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "Serializer in use" msgstr "" -#: py/compile.c:3134 -msgid "unknown type" +#: shared-bindings/nvm/ByteArray.c +msgid "Slice and value different lengths." msgstr "" -#: py/compile.c:3154 -msgid "expecting an assembler instruction" +#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c +#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c +msgid "Slices not supported" msgstr "" -#: py/compile.c:3184 -msgid "'label' requires 1 argument" +#: shared-bindings/aesio/aes.c +msgid "Source and destination buffers must be the same length" msgstr "" -#: py/compile.c:3190 -msgid "label redefined" +#: extmod/modure.c +msgid "Splitting with sub-captures" msgstr "" -#: py/compile.c:3196 -msgid "'align' requires 1 argument" +#: shared-bindings/supervisor/__init__.c +msgid "Stack size must be at least 256" msgstr "" -#: py/compile.c:3205 -msgid "'data' requires at least 2 arguments" +#: shared-bindings/multiterminal/__init__.c +msgid "Stream missing readinto() or write() method." msgstr "" -#: py/compile.c:3212 -msgid "'data' requires integer arguments" +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c +msgid "Supply at least one UART pin" msgstr "" -#: py/emitinlinethumb.c:102 -msgid "can only have up to 4 parameters to Thumb assembly" +#: ports/stm/common-hal/microcontroller/Processor.c +msgid "Temperature read timed out" msgstr "" -#: py/emitinlinethumb.c:107 py/emitinlinethumb.c:112 -msgid "parameters must be registers in sequence r0 to r3" +#: supervisor/shared/safe_mode.c +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:" msgstr "" -#: py/emitinlinethumb.c:188 py/emitinlinethumb.c:230 -#, c-format -msgid "'%s' expects at most r%d" +#: supervisor/shared/safe_mode.c +msgid "" +"The `microcontroller` module was used to boot into safe mode. Press reset to " +"exit safe mode.\n" msgstr "" -#: py/emitinlinethumb.c:197 py/emitinlinextensa.c:162 -#, c-format -msgid "'%s' expects a register" +#: supervisor/shared/safe_mode.c +msgid "" +"The microcontroller's power dipped. Make sure your power supply provides\n" +"enough power for the whole circuit and press reset (after ejecting " +"CIRCUITPY).\n" msgstr "" -#: py/emitinlinethumb.c:211 -#, c-format -msgid "'%s' expects a special register" +#: shared-module/audiomixer/MixerVoice.c +msgid "The sample's bits_per_sample does not match the mixer's" +msgstr "" + +#: shared-module/audiomixer/MixerVoice.c +msgid "The sample's channel count does not match the mixer's" +msgstr "" + +#: shared-module/audiomixer/MixerVoice.c +msgid "The sample's sample rate does not match the mixer's" +msgstr "" + +#: shared-module/audiomixer/MixerVoice.c +msgid "The sample's signedness does not match the mixer's" +msgstr "" + +#: shared-bindings/displayio/TileGrid.c +msgid "Tile height must exactly divide bitmap height" +msgstr "" + +#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c +msgid "Tile index out of bounds" +msgstr "" + +#: shared-bindings/displayio/TileGrid.c +msgid "Tile value out of bounds" msgstr "" -#: py/emitinlinethumb.c:239 +#: shared-bindings/displayio/TileGrid.c +msgid "Tile width must exactly divide bitmap width" +msgstr "" + +#: ports/nrf/common-hal/_bleio/Adapter.c #, c-format -msgid "'%s' expects an FPU register" +msgid "Timeout is too long: Maximum timeout length is %d seconds" +msgstr "" + +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +msgid "Too many channels in sample." +msgstr "" + +#: shared-module/displayio/__init__.c +msgid "Too many display busses" +msgstr "" + +#: shared-module/displayio/__init__.c +msgid "Too many displays" +msgstr "" + +#: ports/nrf/common-hal/_bleio/PacketBuffer.c +msgid "Total data to write is larger than outgoing_packet_length" +msgstr "" + +#: py/obj.c +msgid "Traceback (most recent call last):\n" +msgstr "" + +#: shared-bindings/time/__init__.c +msgid "Tuple or struct_time argument required" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "UART Buffer allocation error" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "UART De-init error" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "UART Init Error" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "UART Re-init error" +msgstr "" + +#: ports/stm/common-hal/busio/UART.c +msgid "UART write error" +msgstr "" + +#: shared-module/usb_hid/Device.c +msgid "USB Busy" +msgstr "" + +#: shared-module/usb_hid/Device.c +msgid "USB Error" +msgstr "" + +#: shared-bindings/_bleio/UUID.c +msgid "UUID integer value must be 0-0xffff" +msgstr "" + +#: shared-bindings/_bleio/UUID.c +msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'" +msgstr "" + +#: shared-bindings/_bleio/UUID.c +msgid "UUID value is not str, int or byte buffer" +msgstr "" + +#: 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 "" -#: py/emitinlinethumb.c:292 +#: shared-module/displayio/I2CDisplay.c #, c-format -msgid "'%s' expects {r0, r1, ...}" +msgid "Unable to find I2C Display at %x" +msgstr "" + +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "Unable to find free GCLK" +msgstr "" + +#: py/parse.c +msgid "Unable to init parser" +msgstr "" + +#: shared-module/displayio/OnDiskBitmap.c +msgid "Unable to read color palette data" msgstr "" -#: py/emitinlinethumb.c:299 py/emitinlinextensa.c:169 +#: shared-bindings/nvm/ByteArray.c +msgid "Unable to write to nvm." +msgstr "" + +#: ports/nrf/common-hal/_bleio/UUID.c +msgid "Unexpected nrfx uuid type" +msgstr "" + +#: ports/nrf/common-hal/_bleio/__init__.c #, c-format -msgid "'%s' expects an integer" +msgid "Unknown gatt error: 0x%04x" msgstr "" -#: py/emitinlinethumb.c:304 +#: supervisor/shared/safe_mode.c +msgid "Unknown reason." +msgstr "" + +#: ports/nrf/common-hal/_bleio/__init__.c #, c-format -msgid "'%s' integer 0x%x does not fit in mask 0x%x" +msgid "Unknown security error: 0x%04x" msgstr "" -#: py/emitinlinethumb.c:328 +#: ports/nrf/common-hal/_bleio/__init__.c #, c-format -msgid "'%s' expects an address of the form [a, b]" +msgid "Unknown soft device error: %04x" msgstr "" -#: py/emitinlinethumb.c:334 py/emitinlinextensa.c:182 +#: shared-bindings/_pixelbuf/PixelBuf.c #, c-format -msgid "'%s' expects a label" +msgid "Unmatched number of items on RHS (expected %d, got %d)." msgstr "" -#: py/emitinlinethumb.c:345 py/emitinlinextensa.c:193 -msgid "label '%q' not defined" +#: 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 "" -#: py/emitinlinethumb.c:806 -#, c-format -msgid "unsupported Thumb instruction '%s' with %d arguments" +#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c +msgid "Unsupported baudrate" msgstr "" -#: py/emitinlinethumb.c:810 -msgid "branch not in range" +#: shared-module/displayio/display_core.c +msgid "Unsupported display bus type" msgstr "" -#: py/emitinlinextensa.c:86 -msgid "can only have up to 4 parameters to Xtensa assembly" +#: shared-module/audiocore/WaveFile.c +msgid "Unsupported format" msgstr "" -#: py/emitinlinextensa.c:91 py/emitinlinextensa.c:96 -msgid "parameters must be registers in sequence a2 to a5" +#: py/moduerrno.c +msgid "Unsupported operation" msgstr "" -#: py/emitinlinextensa.c:174 -#, c-format -msgid "'%s' integer %d is not within range %d..%d" +#: shared-bindings/digitalio/DigitalInOut.c +msgid "Unsupported pull value." msgstr "" -#: py/emitinlinextensa.c:327 -#, c-format -msgid "unsupported Xtensa instruction '%s' with %d arguments" +#: ports/nrf/common-hal/_bleio/Characteristic.c +#: ports/nrf/common-hal/_bleio/Descriptor.c +msgid "Value length != required fixed length" msgstr "" -#: py/emitnative.c:183 -msgid "unknown type '%q'" +#: ports/nrf/common-hal/_bleio/Characteristic.c +#: ports/nrf/common-hal/_bleio/Descriptor.c +msgid "Value length > max_length" msgstr "" -#: py/emitnative.c:260 +#: py/emitnative.c msgid "Viper functions don't currently support more than 4 arguments" msgstr "" -#: py/emitnative.c:742 -msgid "conversion to object" +#: ports/stm/common-hal/microcontroller/Processor.c +msgid "Voltage read timed out" msgstr "" -#: py/emitnative.c:921 -msgid "local '%q' used before type known" +#: main.c +msgid "WARNING: Your code filename has two extensions\n" msgstr "" -#: py/emitnative.c:1118 py/emitnative.c:1156 -msgid "can't load from '%q'" +#: shared-bindings/watchdog/WatchDogTimer.c +msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET" msgstr "" -#: py/emitnative.c:1128 -msgid "can't load with '%q' index" +#: shared-bindings/watchdog/WatchDogTimer.c +msgid "WatchDogTimer is not currently running" msgstr "" -#: py/emitnative.c:1188 -msgid "local '%q' has type '%q' but source is '%q'" +#: shared-bindings/watchdog/WatchDogTimer.c +msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET" msgstr "" -#: py/emitnative.c:1289 py/emitnative.c:1379 -msgid "can't store '%q'" +#: shared-bindings/watchdog/WatchDogTimer.c +msgid "WatchDogTimer.timeout must be greater than 0" msgstr "" -#: py/emitnative.c:1358 py/emitnative.c:1419 -msgid "can't store to '%q'" +#: supervisor/shared/safe_mode.c +msgid "Watchdog timer expired." msgstr "" -#: py/emitnative.c:1369 -msgid "can't store with '%q' index" +#: 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 "" -#: py/emitnative.c:1540 -msgid "can't implicitly convert '%q' to 'bool'" +#: ports/nrf/common-hal/_bleio/PacketBuffer.c +msgid "Writes not supported on Characteristic" msgstr "" -#: py/emitnative.c:1774 -msgid "unary op %q not implemented" +#: supervisor/shared/safe_mode.c +msgid "You are in safe mode: something unanticipated happened.\n" msgstr "" -#: py/emitnative.c:1930 -msgid "binary op %q not implemented" +#: supervisor/shared/safe_mode.c +msgid "You requested starting safe mode by " msgstr "" -#: py/emitnative.c:1951 -msgid "can't do binary op between '%q' and '%q'" +#: py/objtype.c +msgid "__init__() should return None" msgstr "" -#: py/emitnative.c:2126 -msgid "casting" +#: py/objtype.c +#, c-format +msgid "__init__() should return None, not '%s'" msgstr "" -#: py/emitnative.c:2173 -msgid "return expected '%q' but got '%q'" +#: py/objobject.c +msgid "__new__ arg must be a user-type" msgstr "" -#: py/emitnative.c:2191 -msgid "must raise an object" +#: extmod/modubinascii.c extmod/moduhashlib.c +msgid "a bytes-like object is required" msgstr "" -#: py/emitnative.c:2201 -msgid "native yield" +#: lib/embed/abort_.c +msgid "abort() called" msgstr "" -#: py/lexer.c:345 -msgid "unicode name escapes" +#: extmod/machine_mem.c +#, c-format +msgid "address %08x is not aligned to %d bytes" msgstr "" -#: py/modbuiltins.c:162 -msgid "chr() arg not in range(0x110000)" +#: shared-bindings/i2cslave/I2CSlave.c +msgid "address out of bounds" msgstr "" -#: py/modbuiltins.c:171 -msgid "chr() arg not in range(256)" +#: shared-bindings/i2cslave/I2CSlave.c +msgid "addresses is empty" +msgstr "" + +#: extmod/ulab/code/vectorise.c +msgid "arctan2 is implemented for scalars and ndarrays only" msgstr "" -#: py/modbuiltins.c:285 +#: py/modbuiltins.c msgid "arg is an empty sequence" msgstr "" -#: py/modbuiltins.c:350 -msgid "ord expects a character" +#: extmod/ulab/code/numerical.c +msgid "argsort argument must be an ndarray" msgstr "" -#: py/modbuiltins.c:353 -#, c-format -msgid "ord() expected a character, but string of length %d found" +#: py/runtime.c +msgid "argument has wrong type" msgstr "" -#: py/modbuiltins.c:363 -msgid "3-arg pow() not supported" +#: py/argcheck.c shared-bindings/_stage/__init__.c +#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c +msgid "argument num/types mismatch" msgstr "" -#: py/modbuiltins.c:517 -msgid "must use keyword argument for key function" +#: py/runtime.c +msgid "argument should be a '%q' not a '%q'" msgstr "" -#: py/modmath.c:41 shared-bindings/math/__init__.c:53 -msgid "math domain error" +#: extmod/ulab/code/linalg.c +msgid "arguments must be ndarrays" msgstr "" -#: py/modmath.c:196 py/objfloat.c:270 py/objint_longlong.c:222 -#: py/objint_mpz.c:230 py/runtime.c:619 shared-bindings/math/__init__.c:346 -msgid "division by zero" +#: py/objarray.c shared-bindings/nvm/ByteArray.c +msgid "array/bytes required on right side" msgstr "" -#: py/modmicropython.c:155 -msgid "schedule stack full" +#: extmod/ulab/code/numerical.c +msgid "attempt to get argmin/argmax of an empty sequence" msgstr "" -#: py/modstruct.c:145 py/modstruct.c:153 py/modstruct.c:234 py/modstruct.c:244 -#: shared-bindings/struct/__init__.c:103 shared-bindings/struct/__init__.c:145 -#: shared-module/struct/__init__.c:91 shared-module/struct/__init__.c:175 -msgid "buffer too small" +#: py/objstr.c +msgid "attributes not supported yet" msgstr "" -#: py/modthread.c:240 -msgid "expecting a dict for keyword args" +#: extmod/ulab/code/numerical.c +msgid "axis must be -1, 0, None, or 1" msgstr "" -#: py/moduerrno.c:143 py/moduerrno.c:146 -msgid "Permission denied" +#: extmod/ulab/code/numerical.c +msgid "axis must be -1, 0, or 1" msgstr "" -#: py/moduerrno.c:144 -msgid "No such file/directory" +#: extmod/ulab/code/numerical.c +msgid "axis must be None, 0, or 1" msgstr "" -#: py/moduerrno.c:145 -msgid "Input/output error" +#: py/builtinevex.c +msgid "bad compile mode" msgstr "" -#: py/moduerrno.c:147 -msgid "File exists" +#: py/objstr.c +msgid "bad conversion specifier" msgstr "" -#: py/moduerrno.c:148 -msgid "Unsupported operation" +#: py/objstr.c +msgid "bad format string" msgstr "" -#: py/moduerrno.c:149 -msgid "Invalid argument" +#: py/binary.c +msgid "bad typecode" msgstr "" -#: py/obj.c:90 -msgid "Traceback (most recent call last):\n" +#: py/emitnative.c +msgid "binary op %q not implemented" msgstr "" -#: py/obj.c:94 -msgid " File \"%q\", line %d" +#: shared-bindings/busio/UART.c +msgid "bits must be 7, 8 or 9" msgstr "" -#: py/obj.c:96 -msgid " File \"%q\"" +#: extmod/machine_spi.c +msgid "bits must be 8" msgstr "" -#: py/obj.c:100 -msgid ", in %q\n" +#: shared-bindings/audiomixer/Mixer.c +msgid "bits_per_sample must be 8 or 16" msgstr "" -#: py/obj.c:257 -msgid "can't convert to int" +#: py/emitinlinethumb.c +msgid "branch not in range" msgstr "" -#: py/obj.c:260 -#, c-format -msgid "can't convert %s to int" +#: shared-bindings/audiocore/RawSample.c +msgid "buffer must be a bytes-like object" msgstr "" -#: py/obj.c:320 -msgid "can't convert to float" +#: shared-module/struct/__init__.c +msgid "buffer size must match format" msgstr "" -#: py/obj.c:323 -#, c-format -msgid "can't convert %s to float" +#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +msgid "buffer slices must be of equal length" msgstr "" -#: py/obj.c:353 -msgid "can't convert to complex" +#: py/modstruct.c shared-bindings/struct/__init__.c +#: shared-module/struct/__init__.c +msgid "buffer too small" msgstr "" -#: py/obj.c:356 -#, c-format -msgid "can't convert %s to complex" +#: extmod/machine_spi.c +msgid "buffers must be the same length" msgstr "" -#: py/obj.c:371 -msgid "expected tuple/list" +#: shared-bindings/_pew/PewPew.c +msgid "buttons must be digitalio.DigitalInOut" msgstr "" -#: py/obj.c:374 -#, c-format -msgid "object '%s' is not a tuple or list" +#: py/vm.c +msgid "byte code not implemented" msgstr "" -#: py/obj.c:385 -msgid "tuple/list has wrong length" +#: shared-bindings/_pixelbuf/PixelBuf.c +msgid "byteorder is not a string" msgstr "" -#: py/obj.c:387 -#, c-format -msgid "requested length %d but object has length %d" +#: ports/atmel-samd/common-hal/busio/UART.c +msgid "bytes > 8 bits not supported" msgstr "" -#: py/obj.c:400 -msgid "indices must be integers" +#: py/objstr.c +msgid "bytes value out of range" msgstr "" -#: py/obj.c:403 -msgid "%q indices must be integers, not %s" +#: ports/atmel-samd/bindings/samd/Clock.c +msgid "calibration is out of range" msgstr "" -#: py/obj.c:423 -msgid "%q index out of range" +#: ports/atmel-samd/bindings/samd/Clock.c +msgid "calibration is read only" msgstr "" -#: py/obj.c:455 -msgid "object has no len" +#: ports/atmel-samd/common-hal/rtc/RTC.c +msgid "calibration value out of range +/-127" msgstr "" -#: py/obj.c:458 -#, c-format -msgid "object of type '%s' has no len()" +#: py/emitinlinethumb.c +msgid "can only have up to 4 parameters to Thumb assembly" msgstr "" -#: py/obj.c:496 -msgid "object does not support item deletion" +#: py/emitinlinextensa.c +msgid "can only have up to 4 parameters to Xtensa assembly" msgstr "" -#: py/obj.c:499 -#, c-format -msgid "'%s' object does not support item deletion" +#: py/persistentcode.c +msgid "can only save bytecode" msgstr "" -#: py/obj.c:503 -msgid "object is not subscriptable" +#: py/objtype.c +msgid "can't add special method to already-subclassed class" +msgstr "" + +#: py/compile.c +msgid "can't assign to expression" msgstr "" -#: py/obj.c:506 +#: py/obj.c #, c-format -msgid "'%s' object is not subscriptable" +msgid "can't convert %s to complex" msgstr "" -#: py/obj.c:510 -msgid "object does not support item assignment" +#: py/obj.c +#, c-format +msgid "can't convert %s to float" msgstr "" -#: py/obj.c:513 +#: py/obj.c #, c-format -msgid "'%s' object does not support item assignment" +msgid "can't convert %s to int" msgstr "" -#: py/obj.c:544 -msgid "object with buffer protocol required" +#: py/objstr.c +msgid "can't convert '%q' object to %q implicitly" msgstr "" -#: py/objarray.c:413 py/objstr.c:427 py/objstrunicode.c:191 py/objtuple.c:187 -#: shared-bindings/nvm/ByteArray.c:85 -msgid "only slices with step=1 (aka None) are supported" +#: py/objint.c +msgid "can't convert NaN to int" msgstr "" -#: py/objarray.c:426 -msgid "lhs and rhs should be compatible" +#: shared-bindings/i2cslave/I2CSlave.c +msgid "can't convert address to int" msgstr "" -#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107 -msgid "array/bytes required on right side" +#: py/objint.c +msgid "can't convert inf to int" msgstr "" -#: py/objcomplex.c:203 -msgid "can't do truncated division of a complex number" +#: py/obj.c +msgid "can't convert to complex" msgstr "" -#: py/objcomplex.c:209 -msgid "complex division by zero" +#: py/obj.c +msgid "can't convert to float" msgstr "" -#: py/objcomplex.c:237 -msgid "0.0 to a complex power" +#: py/obj.c +msgid "can't convert to int" msgstr "" -#: py/objdeque.c:107 -msgid "full" +#: py/objstr.c +msgid "can't convert to str implicitly" msgstr "" -#: py/objdeque.c:127 -msgid "empty" +#: py/compile.c +msgid "can't declare nonlocal in outer code" msgstr "" -#: py/objdict.c:314 -msgid "popitem(): dictionary is empty" +#: py/compile.c +msgid "can't delete expression" msgstr "" -#: py/objdict.c:357 -msgid "dict update sequence has wrong length" +#: py/emitnative.c +msgid "can't do binary op between '%q' and '%q'" msgstr "" -#: py/objfloat.c:308 py/parsenum.c:331 -msgid "complex values not supported" +#: py/objcomplex.c +msgid "can't do truncated division of a complex number" msgstr "" -#: py/objgenerator.c:108 -msgid "can't send non-None value to a just-started generator" +#: py/compile.c +msgid "can't have multiple **x" msgstr "" -#: py/objgenerator.c:126 -msgid "generator already executing" +#: py/compile.c +msgid "can't have multiple *x" msgstr "" -#: py/objgenerator.c:229 -msgid "generator ignored GeneratorExit" +#: py/emitnative.c +msgid "can't implicitly convert '%q' to 'bool'" +msgstr "" + +#: py/emitnative.c +msgid "can't load from '%q'" +msgstr "" + +#: py/emitnative.c +msgid "can't load with '%q' index" msgstr "" -#: py/objgenerator.c:251 +#: py/objgenerator.c msgid "can't pend throw to just-started generator" msgstr "" -#: py/objint.c:144 -msgid "can't convert inf to int" +#: py/objgenerator.c +msgid "can't send non-None value to a just-started generator" msgstr "" -#: py/objint.c:146 -msgid "can't convert NaN to int" +#: py/objnamedtuple.c +msgid "can't set attribute" msgstr "" -#: py/objint.c:163 -msgid "float too big" +#: py/emitnative.c +msgid "can't store '%q'" msgstr "" -#: py/objint.c:328 -msgid "long int not supported in this build" +#: py/emitnative.c +msgid "can't store to '%q'" msgstr "" -#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358 -msgid "small int overflow" +#: py/emitnative.c +msgid "can't store with '%q' index" msgstr "" -#: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486 -msgid "negative power with no float support" +#: py/objstr.c +msgid "" +"can't switch from automatic field numbering to manual field specification" msgstr "" -#: py/objint_longlong.c:251 -msgid "ulonglong too large" +#: py/objstr.c +msgid "" +"can't switch from manual field specification to automatic field numbering" msgstr "" -#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411 -msgid "negative shift count" +#: py/objtype.c +msgid "cannot create '%q' instances" msgstr "" -#: py/objint_mpz.c:336 -msgid "pow() with 3 arguments requires integers" +#: py/objtype.c +msgid "cannot create instance" msgstr "" -#: py/objint_mpz.c:347 -msgid "pow() 3rd argument cannot be 0" +#: py/runtime.c +msgid "cannot import name %q" msgstr "" -#: py/objint_mpz.c:415 -msgid "overflow converting long int to machine word" +#: py/builtinimport.c +msgid "cannot perform relative import" msgstr "" -#: py/objlist.c:273 -msgid "pop from empty list" +#: extmod/ulab/code/ndarray.c +msgid "cannot reshape array (incompatible input/output shape)" msgstr "" -#: py/objnamedtuple.c:92 -msgid "can't set attribute" +#: py/emitnative.c +msgid "casting" msgstr "" -#: py/objobject.c:55 -msgid "__new__ arg must be a user-type" +#: shared-bindings/_stage/Text.c +msgid "chars buffer too small" msgstr "" -#: py/objrange.c:110 -msgid "zero step" +#: py/modbuiltins.c +msgid "chr() arg not in range(0x110000)" msgstr "" -#: py/objset.c:371 -msgid "pop from an empty set" +#: py/modbuiltins.c +msgid "chr() arg not in range(256)" msgstr "" -#: py/objslice.c:66 -msgid "Length must be an int" +#: shared-module/vectorio/Circle.c +msgid "circle can only be registered in one parent" msgstr "" -#: py/objslice.c:71 -msgid "Length must be non-negative" +#: shared-bindings/displayio/Palette.c +msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: py/objslice.c:86 py/sequence.c:57 -msgid "slice step cannot be zero" +#: shared-bindings/displayio/Palette.c +msgid "color buffer must be a buffer, tuple, list, or int" msgstr "" -#: py/objslice.c:159 -msgid "Cannot subclass slice" +#: shared-bindings/displayio/Palette.c +msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: py/objstr.c:261 -msgid "bytes value out of range" +#: shared-bindings/displayio/Palette.c +msgid "color must be between 0x000000 and 0xffffff" msgstr "" -#: py/objstr.c:270 -msgid "wrong number of arguments" +#: shared-bindings/displayio/ColorConverter.c +msgid "color should be an int" msgstr "" -#: py/objstr.c:467 -msgid "join expects a list of str/bytes objects consistent with self object" +#: py/objcomplex.c +msgid "complex division by zero" msgstr "" -#: py/objstr.c:542 py/objstr.c:647 py/objstr.c:1744 -msgid "empty separator" +#: py/objfloat.c py/parsenum.c +msgid "complex values not supported" msgstr "" -#: py/objstr.c:641 -msgid "rsplit(None,n)" +#: extmod/moduzlib.c +msgid "compression header" msgstr "" -#: py/objstr.c:713 -msgid "substring not found" +#: py/parse.c +msgid "constant must be an integer" msgstr "" -#: py/objstr.c:770 -msgid "start/end indices" +#: py/emitnative.c +msgid "conversion to object" msgstr "" -#: py/objstr.c:931 -msgid "bad format string" +#: extmod/ulab/code/filter.c +msgid "convolve arguments must be linear arrays" msgstr "" -#: py/objstr.c:953 -msgid "single '}' encountered in format string" +#: extmod/ulab/code/filter.c +msgid "convolve arguments must be ndarrays" msgstr "" -#: py/objstr.c:992 -msgid "bad conversion specifier" +#: extmod/ulab/code/filter.c +msgid "convolve arguments must not be empty" +msgstr "" + +#: extmod/ulab/code/ndarray.c +msgid "could not broadast input array from shape" +msgstr "" + +#: extmod/ulab/code/poly.c +msgid "could not invert Vandermonde matrix" +msgstr "" + +#: extmod/ulab/code/approx.c +msgid "data must be iterable" +msgstr "" + +#: extmod/ulab/code/approx.c +msgid "data must be of equal length" +msgstr "" + +#: extmod/ulab/code/numerical.c +msgid "ddof must be smaller than length of data set" +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 "" + +#: py/objdict.c +msgid "dict update sequence has wrong length" +msgstr "" + +#: extmod/ulab/code/numerical.c +msgid "diff argument must be an ndarray" msgstr "" -#: py/objstr.c:996 +#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c +#: shared-bindings/math/__init__.c +msgid "division by zero" +msgstr "" + +#: py/objdeque.c +msgid "empty" +msgstr "" + +#: extmod/moduheapq.c extmod/modutimeq.c +msgid "empty heap" +msgstr "" + +#: py/objstr.c +msgid "empty separator" +msgstr "" + +#: shared-bindings/random/__init__.c +msgid "empty sequence" +msgstr "" + +#: py/objstr.c msgid "end of format while looking for conversion specifier" msgstr "" -#: py/objstr.c:998 +#: shared-bindings/displayio/Shape.c +msgid "end_x should be an int" +msgstr "" + +#: ports/nrf/common-hal/busio/UART.c #, c-format -msgid "unknown conversion specifier %c" +msgid "error = 0x%08lX" msgstr "" -#: py/objstr.c:1029 -msgid "unmatched '{' in format" +#: py/runtime.c +msgid "exceptions must derive from BaseException" msgstr "" -#: py/objstr.c:1036 +#: py/objstr.c msgid "expected ':' after format specifier" msgstr "" -#: py/objstr.c:1050 -msgid "" -"can't switch from automatic field numbering to manual field specification" +#: py/obj.c +msgid "expected tuple/list" msgstr "" -#: py/objstr.c:1055 py/objstr.c:1083 -msgid "tuple index out of range" +#: py/modthread.c +msgid "expecting a dict for keyword args" msgstr "" -#: py/objstr.c:1071 -msgid "attributes not supported yet" +#: py/compile.c +msgid "expecting an assembler instruction" msgstr "" -#: py/objstr.c:1079 -msgid "" -"can't switch from manual field specification to automatic field numbering" +#: py/compile.c +msgid "expecting just a value for set" msgstr "" -#: py/objstr.c:1171 -msgid "invalid format specifier" +#: py/compile.c +msgid "expecting key:value for dict" msgstr "" -#: py/objstr.c:1192 -msgid "sign not allowed in string format specifier" +#: py/argcheck.c +msgid "extra keyword arguments given" msgstr "" -#: py/objstr.c:1200 -msgid "sign not allowed with integer format specifier 'c'" +#: py/argcheck.c +msgid "extra positional arguments given" msgstr "" -#: py/objstr.c:1259 -#, c-format -msgid "unknown format code '%c' for object of type '%s'" +#: py/parse.c +msgid "f-string expression part cannot include a '#'" msgstr "" -#: py/objstr.c:1331 -#, c-format -msgid "unknown format code '%c' for object of type 'float'" +#: py/parse.c +msgid "f-string expression part cannot include a backslash" msgstr "" -#: py/objstr.c:1343 -msgid "'=' alignment not allowed in string format specifier" +#: py/parse.c +msgid "f-string: empty expression not allowed" msgstr "" -#: py/objstr.c:1367 -#, c-format -msgid "unknown format code '%c' for object of type 'str'" +#: py/parse.c +msgid "f-string: expecting '}'" msgstr "" -#: py/objstr.c:1415 -msgid "format requires a dict" +#: py/parse.c +msgid "f-string: single '}' is not allowed" msgstr "" -#: py/objstr.c:1424 -msgid "incomplete format key" +#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c +#: shared-bindings/displayio/OnDiskBitmap.c +msgid "file must be a file opened in byte mode" msgstr "" -#: py/objstr.c:1482 -msgid "incomplete format" +#: shared-bindings/storage/__init__.c +msgid "filesystem must provide mount method" msgstr "" -#: py/objstr.c:1490 -msgid "not enough arguments for format string" +#: extmod/ulab/code/vectorise.c +msgid "first argument must be a callable" msgstr "" -#: py/objstr.c:1500 -#, c-format -msgid "%%c requires int or char" +#: extmod/ulab/code/approx.c +msgid "first argument must be a function" msgstr "" -#: py/objstr.c:1507 -msgid "integer required" +#: extmod/ulab/code/ndarray.c +msgid "first argument must be an iterable" msgstr "" -#: py/objstr.c:1570 -#, c-format -msgid "unsupported format character '%c' (0x%x) at index %d" +#: extmod/ulab/code/vectorise.c +msgid "first argument must be an ndarray" msgstr "" -#: py/objstr.c:1577 -msgid "not all arguments converted during string formatting" +#: py/objtype.c +msgid "first argument to super() must be type" msgstr "" -#: py/objstr.c:2102 -msgid "can't convert to str implicitly" +#: extmod/machine_spi.c +msgid "firstbit must be MSB" msgstr "" -#: py/objstr.c:2106 -msgid "can't convert '%q' object to %q implicitly" +#: extmod/ulab/code/ndarray.c +msgid "flattening order must be either 'C', or 'F'" +msgstr "" + +#: extmod/ulab/code/numerical.c +msgid "flip argument must be an ndarray" +msgstr "" + +#: py/objint.c +msgid "float too big" +msgstr "" + +#: shared-bindings/_stage/Text.c +msgid "font must be 2048 bytes long" msgstr "" -#: py/objstrunicode.c:134 +#: py/objstr.c +msgid "format requires a dict" +msgstr "" + +#: py/objdeque.c +msgid "full" +msgstr "" + +#: py/argcheck.c +msgid "function does not take keyword arguments" +msgstr "" + +#: py/argcheck.c #, c-format -msgid "string indices must be integers, not %s" +msgid "function expected at most %d arguments, got %d" msgstr "" -#: py/objstrunicode.c:145 py/objstrunicode.c:164 -msgid "string index out of range" +#: py/bc.c py/objnamedtuple.c +msgid "function got multiple values for argument '%q'" msgstr "" -#: py/objtype.c:358 -msgid "__init__() should return None" +#: extmod/ulab/code/approx.c +msgid "function has the same sign at the ends of interval" msgstr "" -#: py/objtype.c:360 +#: extmod/ulab/code/compare.c +msgid "function is implemented for scalars and ndarrays only" +msgstr "" + +#: py/argcheck.c #, c-format -msgid "__init__() should return None, not '%s'" +msgid "function missing %d required positional arguments" msgstr "" -#: py/objtype.c:623 py/objtype.c:1275 py/runtime.c:1065 -msgid "unreadable attribute" +#: py/bc.c +msgid "function missing keyword-only argument" msgstr "" -#: py/objtype.c:868 py/runtime.c:653 -msgid "object not callable" +#: py/bc.c +msgid "function missing required keyword argument '%q'" msgstr "" -#: py/objtype.c:870 py/runtime.c:655 +#: py/bc.c #, c-format -msgid "'%s' object is not callable" +msgid "function missing required positional argument #%d" msgstr "" -#: py/objtype.c:978 -msgid "type takes 1 or 3 arguments" +#: py/argcheck.c py/bc.c py/objnamedtuple.c +#, c-format +msgid "function takes %d positional arguments but %d were given" msgstr "" -#: py/objtype.c:989 -msgid "cannot create instance" +#: shared-bindings/time/__init__.c +msgid "function takes exactly 9 arguments" msgstr "" -#: py/objtype.c:991 -msgid "cannot create '%q' instances" +#: py/objgenerator.c +msgid "generator already executing" msgstr "" -#: py/objtype.c:1047 -msgid "can't add special method to already-subclassed class" +#: py/objgenerator.c +msgid "generator ignored GeneratorExit" msgstr "" -#: py/objtype.c:1091 py/objtype.c:1097 -msgid "type is not an acceptable base type" +#: shared-bindings/_stage/Layer.c +msgid "graphic must be 2048 bytes long" msgstr "" -#: py/objtype.c:1100 -msgid "type '%q' is not an acceptable base type" +#: extmod/moduheapq.c +msgid "heap must be a list" msgstr "" -#: py/objtype.c:1137 -msgid "multiple inheritance not supported" +#: py/compile.c +msgid "identifier redefined as global" msgstr "" -#: py/objtype.c:1164 -msgid "multiple bases have instance lay-out conflict" +#: py/compile.c +msgid "identifier redefined as nonlocal" msgstr "" -#: py/objtype.c:1205 -msgid "first argument to super() must be type" +#: py/objstr.c +msgid "incomplete format" msgstr "" -#: py/objtype.c:1370 -msgid "issubclass() arg 2 must be a class or a tuple of classes" +#: py/objstr.c +msgid "incomplete format key" msgstr "" -#: py/objtype.c:1384 -msgid "issubclass() arg 1 must be a class" +#: extmod/modubinascii.c +msgid "incorrect padding" msgstr "" -#: py/parse.c:726 -msgid "constant must be an integer" +#: extmod/ulab/code/ndarray.c +msgid "index is out of bounds" msgstr "" -#: py/parse.c:868 -msgid "Unable to init parser" +#: 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 "" -#: py/parse.c:1170 -msgid "unexpected indent" +#: py/obj.c +msgid "indices must be integers" msgstr "" -#: py/parse.c:1173 -msgid "unindent does not match any outer indentation level" +#: extmod/ulab/code/ndarray.c +msgid "indices must be integers, slices, or Boolean lists" +msgstr "" + +#: extmod/ulab/code/approx.c +msgid "initial values must be iterable" +msgstr "" + +#: py/compile.c +msgid "inline assembler must be a function" +msgstr "" + +#: extmod/ulab/code/create.c +msgid "input argument must be an integer or a 2-tuple" +msgstr "" + +#: extmod/ulab/code/fft.c +msgid "input array length must be power of 2" +msgstr "" + +#: extmod/ulab/code/poly.c +msgid "input data must be an iterable" +msgstr "" + +#: extmod/ulab/code/linalg.c +msgid "input matrix is asymmetric" msgstr "" -#: py/parsenum.c:60 +#: extmod/ulab/code/linalg.c +msgid "input matrix is singular" +msgstr "" + +#: extmod/ulab/code/linalg.c +msgid "input must be square matrix" +msgstr "" + +#: extmod/ulab/code/numerical.c +msgid "input must be tuple, list, range, or ndarray" +msgstr "" + +#: extmod/ulab/code/poly.c +msgid "input vectors must be of equal length" +msgstr "" + +#: py/parsenum.c msgid "int() arg 2 must be >= 2 and <= 36" msgstr "" -#: py/parsenum.c:151 +#: py/objstr.c +msgid "integer required" +msgstr "" + +#: extmod/ulab/code/approx.c +msgid "interp is defined for 1D arrays of equal length" +msgstr "" + +#: shared-bindings/_bleio/Adapter.c +#, c-format +msgid "interval must be in range %s-%s" +msgstr "" + +#: extmod/machine_i2c.c +msgid "invalid I2C peripheral" +msgstr "" + +#: extmod/machine_spi.c +msgid "invalid SPI peripheral" +msgstr "" + +#: lib/netutils/netutils.c +msgid "invalid arguments" +msgstr "" + +#: extmod/modussl_axtls.c +msgid "invalid cert" +msgstr "" + +#: extmod/uos_dupterm.c +msgid "invalid dupterm index" +msgstr "" + +#: extmod/modframebuf.c +msgid "invalid format" +msgstr "" + +#: py/objstr.c +msgid "invalid format specifier" +msgstr "" + +#: extmod/modussl_axtls.c +msgid "invalid key" +msgstr "" + +#: py/compile.c +msgid "invalid micropython decorator" +msgstr "" + +#: shared-bindings/random/__init__.c +msgid "invalid step" +msgstr "" + +#: py/compile.c py/parse.c +msgid "invalid syntax" +msgstr "" + +#: py/parsenum.c msgid "invalid syntax for integer" msgstr "" -#: py/parsenum.c:155 +#: py/parsenum.c #, c-format msgid "invalid syntax for integer with base %d" msgstr "" -#: py/parsenum.c:339 +#: py/parsenum.c msgid "invalid syntax for number" msgstr "" -#: py/parsenum.c:342 -msgid "decimal numbers not supported" +#: py/objtype.c +msgid "issubclass() arg 1 must be a class" msgstr "" -#: py/persistentcode.c:223 -msgid "" -"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/" -"mpy-update for more info." +#: py/objtype.c +msgid "issubclass() arg 2 must be a class or a tuple of classes" msgstr "" -#: py/persistentcode.c:326 -msgid "can only save bytecode" +#: extmod/ulab/code/ndarray.c +msgid "iterables are not of the same length" msgstr "" -#: py/runtime.c:206 -msgid "name not defined" +#: extmod/ulab/code/linalg.c +msgid "iterations did not converge" msgstr "" -#: py/runtime.c:209 -msgid "name '%q' is not defined" +#: py/objstr.c +msgid "join expects a list of str/bytes objects consistent with self object" msgstr "" -#: py/runtime.c:304 py/runtime.c:611 -msgid "unsupported type for operator" +#: py/argcheck.c +msgid "keyword argument(s) not yet implemented - use normal args instead" msgstr "" -#: py/runtime.c:307 -msgid "unsupported type for %q: '%s'" +#: py/bc.c +msgid "keywords must be strings" msgstr "" -#: py/runtime.c:614 -msgid "unsupported types for %q: '%s', '%s'" +#: py/emitinlinethumb.c py/emitinlinextensa.c +msgid "label '%q' not defined" msgstr "" -#: py/runtime.c:881 py/runtime.c:888 py/runtime.c:945 -msgid "wrong number of values to unpack" +#: py/compile.c +msgid "label redefined" msgstr "" -#: py/runtime.c:883 py/runtime.c:947 -#, c-format -msgid "need more than %d values to unpack" +#: py/stream.c +msgid "length argument not allowed for this type" msgstr "" -#: py/runtime.c:890 -#, c-format -msgid "too many values to unpack (expected %d)" +#: shared-bindings/audiomixer/MixerVoice.c +msgid "level must be between 0 and 1" msgstr "" -#: py/runtime.c:984 -msgid "argument has wrong type" +#: py/objarray.c +msgid "lhs and rhs should be compatible" msgstr "" -#: py/runtime.c:986 -msgid "argument should be a '%q' not a '%q'" +#: py/emitnative.c +msgid "local '%q' has type '%q' but source is '%q'" msgstr "" -#: py/runtime.c:1123 py/runtime.c:1197 -msgid "no such attribute" +#: py/emitnative.c +msgid "local '%q' used before type known" msgstr "" -#: py/runtime.c:1128 -msgid "type object '%q' has no attribute '%q'" +#: py/vm.c +msgid "local variable referenced before assignment" msgstr "" -#: py/runtime.c:1132 py/runtime.c:1200 -msgid "'%s' object has no attribute '%q'" +#: py/objint.c +msgid "long int not supported in this build" msgstr "" -#: py/runtime.c:1238 -msgid "object not iterable" +#: py/parse.c +msgid "malformed f-string" msgstr "" -#: py/runtime.c:1241 -#, c-format -msgid "'%s' object is not iterable" +#: shared-bindings/_stage/Layer.c +msgid "map buffer too small" msgstr "" -#: py/runtime.c:1260 py/runtime.c:1296 -msgid "object not an iterator" +#: py/modmath.c shared-bindings/math/__init__.c +msgid "math domain error" msgstr "" -#: py/runtime.c:1262 py/runtime.c:1298 -#, c-format -msgid "'%s' object is not an iterator" +#: extmod/ulab/code/linalg.c +msgid "matrix dimensions do not match" msgstr "" -#: py/runtime.c:1401 -msgid "exceptions must derive from BaseException" +#: extmod/ulab/code/linalg.c +msgid "matrix is not positive definite" msgstr "" -#: py/runtime.c:1430 -msgid "cannot import name %q" +#: 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 "" -#: py/runtime.c:1535 -msgid "memory allocation failed, heap is locked" +#: py/runtime.c +msgid "maximum recursion depth exceeded" msgstr "" -#: py/runtime.c:1539 +#: py/runtime.c #, c-format msgid "memory allocation failed, allocating %u bytes" msgstr "" -#: py/runtime.c:1609 -msgid "maximum recursion depth exceeded" +#: py/runtime.c +msgid "memory allocation failed, heap is locked" msgstr "" -#: py/sequence.c:264 -msgid "object not in sequence" +#: py/builtinimport.c +msgid "module not found" msgstr "" -#: py/stream.c:96 -msgid "stream operation not supported" +#: extmod/ulab/code/poly.c +msgid "more degrees of freedom than data points" msgstr "" -#: py/vm.c:255 -msgid "local variable referenced before assignment" +#: py/compile.c +msgid "multiple *x in assignment" msgstr "" -#: py/vm.c:1142 -msgid "no active exception to reraise" +#: py/objtype.c +msgid "multiple bases have instance lay-out conflict" msgstr "" -#: py/vm.c:1284 -msgid "byte code not implemented" +#: py/objtype.c +msgid "multiple inheritance not supported" msgstr "" -#: shared-bindings/_stage/Layer.c:71 -msgid "graphic must be 2048 bytes long" +#: py/emitnative.c +msgid "must raise an object" msgstr "" -#: shared-bindings/_stage/Layer.c:77 shared-bindings/_stage/Text.c:75 -msgid "palette must be 32 bytes long" +#: extmod/machine_spi.c +msgid "must specify all of sck/mosi/miso" msgstr "" -#: shared-bindings/_stage/Layer.c:84 -msgid "map buffer too small" +#: py/modbuiltins.c +msgid "must use keyword argument for key function" msgstr "" -#: shared-bindings/_stage/Text.c:69 -msgid "font must be 2048 bytes long" +#: extmod/ulab/code/numerical.c +msgid "n must be between 0, and 9" msgstr "" -#: shared-bindings/_stage/Text.c:81 -msgid "chars buffer too small" +#: py/runtime.c +msgid "name '%q' is not defined" msgstr "" -#: shared-bindings/analogio/AnalogOut.c:118 -msgid "AnalogOut is only 16 bits. Value must be less than 65536." +#: py/runtime.c +msgid "name not defined" msgstr "" -#: shared-bindings/audiobusio/I2SOut.c:225 -#: shared-bindings/audioio/AudioOut.c:226 -msgid "Not playing" +#: py/compile.c +msgid "name reused for argument" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:124 -msgid "Bit depth must be multiple of 8." +#: py/emitnative.c +msgid "native yield" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:128 -msgid "Oversample must be multiple of 8." +#: py/runtime.c +#, c-format +msgid "need more than %d values to unpack" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:136 -msgid "Microphone startup delay must be in range 0.0 to 1.0" +#: py/objint_longlong.c py/objint_mpz.c py/runtime.c +msgid "negative power with no float support" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:193 -msgid "destination_length must be an int >= 0" +#: py/objint_mpz.c py/runtime.c +msgid "negative shift count" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:199 -msgid "Cannot record to a file" +#: py/vm.c +msgid "no active exception to reraise" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:202 -msgid "Destination capacity is smaller than destination_length." +#: shared-bindings/socket/__init__.c shared-module/network/__init__.c +msgid "no available NIC" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:206 -msgid "destination buffer must be an array of type 'H' for bit_depth = 16" +#: py/compile.c +msgid "no binding for nonlocal found" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c:208 -msgid "" -"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" +#: py/builtinimport.c +msgid "no module named '%q'" msgstr "" -#: shared-bindings/audioio/Mixer.c:94 -msgid "Invalid voice count" +#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c +#: shared-bindings/displayio/ParallelBus.c +msgid "no reset pin available" msgstr "" -#: shared-bindings/audioio/Mixer.c:99 -msgid "Invalid channel count" +#: py/runtime.c +msgid "no such attribute" msgstr "" -#: shared-bindings/audioio/Mixer.c:103 -msgid "Sample rate must be positive" +#: ports/nrf/common-hal/_bleio/Connection.c +msgid "non-UUID found in service_uuids_whitelist" msgstr "" -#: shared-bindings/audioio/Mixer.c:107 -msgid "bits_per_sample must be 8 or 16" +#: py/compile.c +msgid "non-default argument follows default argument" msgstr "" -#: shared-bindings/audioio/RawSample.c:98 -msgid "" -"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or " -"'B'" +#: extmod/modubinascii.c +msgid "non-hex digit found" msgstr "" -#: shared-bindings/audioio/RawSample.c:104 -msgid "buffer must be a bytes-like object" +#: py/compile.c +msgid "non-keyword arg after */**" msgstr "" -#: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:85 -msgid "file must be a file opened in byte mode" +#: py/compile.c +msgid "non-keyword arg after keyword arg" msgstr "" -#: shared-bindings/bitbangio/I2C.c:111 shared-bindings/bitbangio/SPI.c:121 -#: shared-bindings/busio/SPI.c:133 -msgid "Function requires lock" +#: shared-bindings/_bleio/UUID.c +msgid "not a 128-bit UUID" msgstr "" -#: shared-bindings/bitbangio/I2C.c:195 shared-bindings/busio/I2C.c:210 -msgid "Buffer must be at least length 1" +#: py/objstr.c +msgid "not all arguments converted during string formatting" msgstr "" -#: shared-bindings/bitbangio/SPI.c:151 shared-bindings/busio/SPI.c:175 -msgid "Invalid polarity" +#: py/objstr.c +msgid "not enough arguments for format string" msgstr "" -#: shared-bindings/bitbangio/SPI.c:155 shared-bindings/busio/SPI.c:179 -msgid "Invalid phase" +#: extmod/ulab/code/poly.c +msgid "number of arguments must be 2, or 3" msgstr "" -#: shared-bindings/bitbangio/SPI.c:159 shared-bindings/busio/SPI.c:183 -msgid "Invalid number of bits" +#: extmod/ulab/code/create.c +msgid "number of points must be at least 2" msgstr "" -#: shared-bindings/bitbangio/SPI.c:284 shared-bindings/busio/SPI.c:348 -msgid "buffer slices must be of equal length" +#: py/obj.c +#, c-format +msgid "object '%s' is not a tuple or list" msgstr "" -#: shared-bindings/bleio/Address.c:101 -msgid "Wrong address length" +#: py/obj.c +msgid "object does not support item assignment" msgstr "" -#: shared-bindings/bleio/Address.c:107 -msgid "Wrong number of bytes provided" +#: py/obj.c +msgid "object does not support item deletion" msgstr "" -#: shared-bindings/bleio/Device.c:210 -msgid "Can't add services in Central mode" +#: py/obj.c +msgid "object has no len" msgstr "" -#: shared-bindings/bleio/Device.c:226 -msgid "Can't connect in Peripheral mode" +#: py/obj.c +msgid "object is not subscriptable" msgstr "" -#: shared-bindings/bleio/Device.c:256 -msgid "Can't change the name in Central mode" +#: py/runtime.c +msgid "object not an iterator" msgstr "" -#: shared-bindings/bleio/Device.c:277 shared-bindings/bleio/Device.c:313 -msgid "Can't advertise in Central mode" +#: py/objtype.c py/runtime.c +msgid "object not callable" msgstr "" -#: shared-bindings/busio/I2C.c:120 -msgid "Function requires lock." +#: py/sequence.c shared-bindings/displayio/Group.c +msgid "object not in sequence" msgstr "" -#: shared-bindings/busio/UART.c:102 -msgid "bits must be 7, 8 or 9" +#: py/runtime.c +msgid "object not iterable" msgstr "" -#: shared-bindings/busio/UART.c:114 -msgid "stop must be 1 or 2" +#: py/obj.c +#, c-format +msgid "object of type '%s' has no len()" msgstr "" -#: shared-bindings/digitalio/DigitalInOut.c:211 -msgid "Invalid direction." +#: py/obj.c +msgid "object with buffer protocol required" msgstr "" -#: shared-bindings/digitalio/DigitalInOut.c:240 -msgid "Cannot set value when direction is input." +#: extmod/modubinascii.c +msgid "odd-length string" msgstr "" -#: shared-bindings/digitalio/DigitalInOut.c:266 -#: shared-bindings/digitalio/DigitalInOut.c:281 -msgid "Drive mode not used when direction is input." +#: py/objstr.c py/objstrunicode.c +msgid "offset out of bounds" msgstr "" -#: shared-bindings/digitalio/DigitalInOut.c:314 -#: shared-bindings/digitalio/DigitalInOut.c:331 -msgid "Pull not used when direction is output." +#: ports/nrf/common-hal/audiobusio/PDMIn.c +msgid "only bit_depth=16 is supported" msgstr "" -#: shared-bindings/digitalio/DigitalInOut.c:340 -msgid "Unsupported pull value." +#: ports/nrf/common-hal/audiobusio/PDMIn.c +msgid "only sample_rate=16000 is supported" msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 -msgid "y should be an int" +#: 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 "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c +#: extmod/ulab/code/vectorise.c +msgid "operands could not be broadcast together" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: extmod/ulab/code/numerical.c +msgid "operation is not implemented on ndarrays" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 -msgid "color should be an int" +#: extmod/ulab/code/ndarray.c +msgid "operation is not supported for given type" msgstr "" -#: shared-bindings/displayio/FourWire.c:55 -#: shared-bindings/displayio/FourWire.c:64 -msgid "displayio is a work in progress" +#: py/modbuiltins.c +msgid "ord expects a character" msgstr "" -#: shared-bindings/displayio/Group.c:65 -msgid "Group must have size at least 1" +#: py/modbuiltins.c +#, c-format +msgid "ord() expected a character, but string of length %d found" msgstr "" -#: shared-bindings/displayio/Palette.c:96 -msgid "color buffer must be a bytearray or array of type 'b' or 'B'" +#: py/objint_mpz.c +msgid "overflow converting long int to machine word" msgstr "" -#: shared-bindings/displayio/Palette.c:102 -msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" +#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c +msgid "palette must be 32 bytes long" msgstr "" -#: shared-bindings/displayio/Palette.c:106 -msgid "color must be between 0x000000 and 0xffffff" +#: shared-bindings/displayio/Palette.c +msgid "palette_index should be an int" msgstr "" -#: shared-bindings/displayio/Palette.c:110 -msgid "color buffer must be a buffer or int" +#: py/compile.c +msgid "parameter annotation must be an identifier" msgstr "" -#: shared-bindings/displayio/Palette.c:123 -#: shared-bindings/displayio/Palette.c:137 -msgid "palette_index should be an int" +#: 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/Sprite.c:48 -msgid "position must be 2-tuple" +#: shared-bindings/displayio/Bitmap.c +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Sprite.c:97 -msgid "unsupported bitmap type" +#: shared-bindings/displayio/Bitmap.c +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/Sprite.c:162 +#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" -#: shared-bindings/gamepad/GamePad.c:100 -msgid "too many arguments" +#: shared-module/vectorio/Polygon.c +msgid "polygon can only be registered in one parent" msgstr "" -#: shared-bindings/gamepad/GamePad.c:104 -msgid "expected a DigitalInOut" +#: 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 "" -#: shared-bindings/i2cslave/I2CSlave.c:98 -msgid "can't convert address to int" +#: py/objset.c +msgid "pop from an empty set" msgstr "" -#: shared-bindings/i2cslave/I2CSlave.c:101 -msgid "address out of bounds" +#: py/objlist.c +msgid "pop from empty list" msgstr "" -#: shared-bindings/i2cslave/I2CSlave.c:107 -msgid "addresses is empty" +#: py/objdict.c +msgid "popitem(): dictionary is empty" msgstr "" -#: shared-bindings/microcontroller/Pin.c:89 -#: shared-bindings/neopixel_write/__init__.c:67 -#: shared-bindings/pulseio/PulseOut.c:76 -msgid "Expected a %q" +#: py/objint_mpz.c +msgid "pow() 3rd argument cannot be 0" msgstr "" -#: shared-bindings/microcontroller/Pin.c:100 -msgid "%q in use" +#: py/objint_mpz.c +msgid "pow() with 3 arguments requires integers" msgstr "" -#: shared-bindings/microcontroller/__init__.c:126 -msgid "Invalid run mode." +#: extmod/modutimeq.c +msgid "queue overflow" msgstr "" -#: shared-bindings/multiterminal/__init__.c:68 -msgid "Stream missing readinto() or write() method." +#: py/parse.c +msgid "raw f-strings are not implemented" msgstr "" -#: shared-bindings/nvm/ByteArray.c:99 -msgid "Slice and value different lengths." +#: extmod/ulab/code/fft.c +msgid "real and imaginary parts must be of equal length" msgstr "" -#: shared-bindings/nvm/ByteArray.c:104 -msgid "Array values should be single bytes." +#: py/builtinimport.c +msgid "relative import" msgstr "" -#: shared-bindings/nvm/ByteArray.c:111 shared-bindings/nvm/ByteArray.c:141 -msgid "Unable to write to nvm." +#: py/obj.c +#, c-format +msgid "requested length %d but object has length %d" msgstr "" -#: shared-bindings/nvm/ByteArray.c:137 -msgid "Bytes must be between 0 and 255." +#: py/compile.c +msgid "return annotation must be an identifier" msgstr "" -#: shared-bindings/os/__init__.c:200 -msgid "No hardware random available" +#: py/emitnative.c +msgid "return expected '%q' but got '%q'" msgstr "" -#: shared-bindings/pulseio/PWMOut.c:164 -msgid "" -"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" +#: shared-bindings/rgbmatrix/RGBMatrix.c +#, c-format +msgid "rgb_pins[%d] duplicates another pin assignment" +msgstr "" + +#: shared-bindings/rgbmatrix/RGBMatrix.c +#, c-format +msgid "rgb_pins[%d] is not on the same port as clock" +msgstr "" + +#: extmod/ulab/code/ndarray.c +msgid "right hand side must be an ndarray, or a scalar" msgstr "" -#: shared-bindings/pulseio/PWMOut.c:195 +#: py/objstr.c +msgid "rsplit(None,n)" +msgstr "" + +#: shared-bindings/audiocore/RawSample.c msgid "" -"PWM frequency not writable when variable_frequency is False on construction." +"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or " +"'B'" msgstr "" -#: shared-bindings/pulseio/PulseIn.c:275 -msgid "Cannot delete values" +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +msgid "sampling rate out of range" msgstr "" -#: shared-bindings/pulseio/PulseIn.c:281 -msgid "Slices not supported" +#: py/modmicropython.c +msgid "schedule stack full" +msgstr "" + +#: lib/utils/pyexec.c py/builtinimport.c +msgid "script compilation not supported" msgstr "" -#: shared-bindings/pulseio/PulseIn.c:287 -msgid "index must be int" +#: extmod/ulab/code/ndarray.c +msgid "shape must be a 2-tuple" msgstr "" -#: shared-bindings/pulseio/PulseIn.c:293 -msgid "Read-only" +#: py/objstr.c +msgid "sign not allowed in string format specifier" msgstr "" -#: shared-bindings/pulseio/PulseOut.c:135 -msgid "Array must contain halfwords (type 'H')" +#: py/objstr.c +msgid "sign not allowed with integer format specifier 'c'" msgstr "" -#: shared-bindings/random/__init__.c:92 shared-bindings/random/__init__.c:100 -msgid "stop not reachable from start" +#: py/objstr.c +msgid "single '}' encountered in format string" +msgstr "" + +#: extmod/ulab/code/linalg.c +msgid "size is defined for ndarrays only" +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/objint.c py/sequence.c +msgid "small int overflow" +msgstr "" + +#: main.c +msgid "soft reboot\n" msgstr "" -#: shared-bindings/random/__init__.c:111 +#: extmod/ulab/code/numerical.c +msgid "sort argument must be an ndarray" +msgstr "" + +#: py/objstr.c +msgid "start/end indices" +msgstr "" + +#: shared-bindings/displayio/Shape.c +msgid "start_x should be an int" +msgstr "" + +#: shared-bindings/random/__init__.c msgid "step must be non-zero" msgstr "" -#: shared-bindings/random/__init__.c:114 -msgid "invalid step" +#: shared-bindings/busio/UART.c +msgid "stop must be 1 or 2" msgstr "" -#: shared-bindings/random/__init__.c:146 -msgid "empty sequence" +#: shared-bindings/random/__init__.c +msgid "stop not reachable from start" msgstr "" -#: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 -#: shared-bindings/time/__init__.c:190 -msgid "RTC is not supported on this board" +#: py/stream.c +msgid "stream operation not supported" msgstr "" -#: shared-bindings/rtc/RTC.c:52 -msgid "RTC calibration is not supported on this board" +#: py/objstrunicode.c +msgid "string index out of range" msgstr "" -#: shared-bindings/socket/__init__.c:516 shared-module/network/__init__.c:81 -msgid "no available NIC" +#: py/objstrunicode.c +#, c-format +msgid "string indices must be integers, not %s" msgstr "" -#: shared-bindings/storage/__init__.c:77 -msgid "filesystem must provide mount method" +#: py/stream.c +msgid "string not supported; use bytes or bytearray" msgstr "" -#: shared-bindings/supervisor/__init__.c:93 -msgid "Brightness must be between 0 and 255" +#: extmod/moductypes.c +msgid "struct: cannot index" msgstr "" -#: shared-bindings/supervisor/__init__.c:119 -msgid "Stack size must be at least 256" +#: extmod/moductypes.c +msgid "struct: index out of range" msgstr "" -#: shared-bindings/time/__init__.c:78 -msgid "sleep length must be non-negative" +#: extmod/moductypes.c +msgid "struct: no fields" +msgstr "" + +#: py/objstr.c +msgid "substring not found" +msgstr "" + +#: py/compile.c +msgid "super() can't find self" +msgstr "" + +#: extmod/modujson.c +msgid "syntax error in JSON" +msgstr "" + +#: extmod/moductypes.c +msgid "syntax error in uctypes descriptor" msgstr "" -#: shared-bindings/time/__init__.c:88 -msgid "time.struct_time() takes exactly 1 argument" +#: shared-bindings/touchio/TouchIn.c +msgid "threshold must be in the range 0-65536" msgstr "" -#: shared-bindings/time/__init__.c:91 +#: shared-bindings/time/__init__.c msgid "time.struct_time() takes a 9-sequence" msgstr "" -#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:264 -msgid "Tuple or struct_time argument required" +#: ports/nrf/common-hal/watchdog/WatchDogTimer.c +msgid "timeout duration exceeded the maximum supported value" msgstr "" -#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:269 -msgid "function takes exactly 9 arguments" +#: shared-bindings/busio/UART.c +msgid "timeout must be 0.0-100.0 seconds" +msgstr "" + +#: shared-bindings/_bleio/CharacteristicBuffer.c +msgid "timeout must be >= 0.0" msgstr "" -#: shared-bindings/time/__init__.c:240 shared-bindings/time/__init__.c:273 +#: shared-bindings/time/__init__.c msgid "timestamp out of range for platform time_t" msgstr "" -#: shared-bindings/touchio/TouchIn.c:173 -msgid "threshold must be in the range 0-65536" +#: shared-module/struct/__init__.c +msgid "too many arguments provided with the given format" msgstr "" -#: shared-bindings/util.c:38 -msgid "" -"Object has been deinitialized and can no longer be used. Create a new object." +#: extmod/ulab/code/ndarray.c +msgid "too many indices" msgstr "" -#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117 -msgid "Couldn't allocate first buffer" +#: py/runtime.c +#, c-format +msgid "too many values to unpack (expected %d)" msgstr "" -#: shared-module/audioio/Mixer.c:53 shared-module/audioio/WaveFile.c:123 -msgid "Couldn't allocate second buffer" +#: extmod/ulab/code/linalg.c py/objstr.c +msgid "tuple index out of range" msgstr "" -#: shared-module/audioio/Mixer.c:82 -msgid "Voice index too high" +#: py/obj.c +msgid "tuple/list has wrong length" msgstr "" -#: shared-module/audioio/Mixer.c:85 -msgid "The sample's sample rate does not match the mixer's" +#: shared-bindings/_pixelbuf/PixelBuf.c +msgid "tuple/list required on RHS" msgstr "" -#: shared-module/audioio/Mixer.c:88 -msgid "The sample's channel count does not match the mixer's" +#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c +#: shared-bindings/busio/UART.c +msgid "tx and rx cannot both be None" msgstr "" -#: shared-module/audioio/Mixer.c:91 -msgid "The sample's bits_per_sample does not match the mixer's" +#: py/objtype.c +msgid "type '%q' is not an acceptable base type" msgstr "" -#: shared-module/audioio/Mixer.c:100 -msgid "The sample's signedness does not match the mixer's" +#: py/objtype.c +msgid "type is not an acceptable base type" msgstr "" -#: shared-module/audioio/WaveFile.c:61 -msgid "Invalid wave file" +#: py/runtime.c +msgid "type object '%q' has no attribute '%q'" msgstr "" -#: shared-module/audioio/WaveFile.c:69 -msgid "Invalid format chunk size" +#: py/objtype.c +msgid "type takes 1 or 3 arguments" msgstr "" -#: shared-module/audioio/WaveFile.c:83 -msgid "Unsupported format" +#: py/objint_longlong.c +msgid "ulonglong too large" msgstr "" -#: shared-module/audioio/WaveFile.c:99 -msgid "Data chunk must follow fmt chunk" +#: py/emitnative.c +msgid "unary op %q not implemented" msgstr "" -#: shared-module/audioio/WaveFile.c:107 -msgid "Invalid file" +#: py/parse.c +msgid "unexpected indent" msgstr "" -#: shared-module/bitbangio/I2C.c:58 -msgid "Clock stretch too long" +#: py/bc.c +msgid "unexpected keyword argument" msgstr "" -#: shared-module/bitbangio/SPI.c:44 -msgid "Clock pin init failed." +#: py/bc.c py/objnamedtuple.c +msgid "unexpected keyword argument '%q'" msgstr "" -#: shared-module/bitbangio/SPI.c:50 -msgid "MOSI pin init failed." +#: py/lexer.c +msgid "unicode name escapes" msgstr "" -#: shared-module/bitbangio/SPI.c:61 -msgid "MISO pin init failed." +#: py/parse.c +msgid "unindent does not match any outer indentation level" msgstr "" -#: shared-module/bitbangio/SPI.c:121 -msgid "Cannot write without MOSI pin." +#: py/objstr.c +#, c-format +msgid "unknown conversion specifier %c" msgstr "" -#: shared-module/bitbangio/SPI.c:176 -msgid "Cannot read without MISO pin." +#: py/objstr.c +#, c-format +msgid "unknown format code '%c' for object of type '%s'" msgstr "" -#: shared-module/bitbangio/SPI.c:240 -msgid "Cannot transfer without MOSI and MISO pins." +#: py/compile.c +msgid "unknown type" msgstr "" -#: shared-module/displayio/Bitmap.c:49 -msgid "Only bit maps of 8 bit color or less are supported" +#: py/emitnative.c +msgid "unknown type '%q'" msgstr "" -#: shared-module/displayio/Bitmap.c:69 -msgid "row must be packed and word aligned" +#: py/objstr.c +msgid "unmatched '{' in format" msgstr "" -#: shared-module/displayio/Group.c:39 -msgid "Group full" +#: py/objtype.c py/runtime.c +msgid "unreadable attribute" msgstr "" -#: shared-module/displayio/Group.c:48 -msgid "Group empty" +#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c +#: shared-module/vectorio/Polygon.c +msgid "unsupported %q type" msgstr "" -#: shared-module/displayio/OnDiskBitmap.c:49 -msgid "Invalid BMP file" +#: py/emitinlinethumb.c +#, c-format +msgid "unsupported Thumb instruction '%s' with %d arguments" msgstr "" -#: shared-module/displayio/OnDiskBitmap.c:59 +#: py/emitinlinextensa.c #, c-format -msgid "Only Windows format, uncompressed BMP supported %d" +msgid "unsupported Xtensa instruction '%s' with %d arguments" msgstr "" -#: shared-module/displayio/OnDiskBitmap.c:64 +#: py/objstr.c #, c-format -msgid "Only true color (24 bpp or higher) BMP supported %x" +msgid "unsupported format character '%c' (0x%x) at index %d" msgstr "" -#: shared-module/storage/__init__.c:155 -msgid "Cannot remount '/' when USB is active." +#: py/runtime.c +msgid "unsupported type for %q: '%s'" msgstr "" -#: shared-module/struct/__init__.c:39 -msgid "'S' and 'O' are not supported format types" +#: py/runtime.c +msgid "unsupported type for operator" msgstr "" -#: shared-module/struct/__init__.c:83 -msgid "too many arguments provided with the given format" +#: py/runtime.c +msgid "unsupported types for %q: '%s', '%s'" msgstr "" -#: shared-module/usb_hid/Device.c:45 +#: py/objint.c #, c-format -msgid "Buffer incorrect size. Should be %d bytes." +msgid "value must fit in %d byte(s)" msgstr "" -#: shared-module/usb_hid/Device.c:53 -msgid "USB Busy" +#: shared-bindings/displayio/Bitmap.c +msgid "value_count must be > 0" msgstr "" -#: shared-module/usb_hid/Device.c:59 -msgid "USB Error" +#: shared-bindings/watchdog/WatchDogTimer.c +msgid "watchdog timeout must be greater than 0" +msgstr "" + +#: shared-bindings/_bleio/Adapter.c +msgid "window must be <= interval" +msgstr "" + +#: extmod/ulab/code/linalg.c +msgid "wrong argument type" +msgstr "" + +#: extmod/ulab/code/ndarray.c +msgid "wrong index type" +msgstr "" + +#: extmod/ulab/code/vectorise.c +msgid "wrong input type" +msgstr "" + +#: py/objstr.c +msgid "wrong number of arguments" +msgstr "" + +#: py/runtime.c +msgid "wrong number of values to unpack" +msgstr "" + +#: extmod/ulab/code/ndarray.c +msgid "wrong operand type" +msgstr "" + +#: extmod/ulab/code/vectorise.c +msgid "wrong output type" +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 "" + +#: shared-module/displayio/Shape.c +msgid "y value out of bounds" +msgstr "" + +#: py/objrange.c +msgid "zero step" msgstr "" |
