summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-08-18 21:29:05 -0500
committerJeff Epler <jepler@gmail.com>2019-08-18 21:29:05 -0500
commit388dd5e1c4430745dc35bdcd4da25faad2fca5f2 (patch)
tree02cef272d32a03451974032a9b6c0e952c5e0df8 /locale/circuitpython.pot
parent912fd7759debe40bc8bc7c94316eeb34f0591ef1 (diff)
locale: update with 'make translate'
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot1917
1 files changed, 7 insertions, 1910 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index a2e66cc5d..f6a773b77 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: 2019-08-05 17:52-0700\n"
+"POT-Creation-Date: 2019-08-18 21:28-0500\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,41 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: main.c
-msgid ""
-"\n"
-"Code done running. Waiting for reload.\n"
-msgstr ""
-
-#: py/obj.c
-msgid " File \"%q\""
-msgstr ""
-
-#: py/obj.c
-msgid " File \"%q\", line %d"
-msgstr ""
-
-#: main.c
-msgid " output:\n"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "%%c requires int or char"
-msgstr ""
-
#: shared-bindings/microcontroller/Pin.c
msgid "%q in use"
msgstr ""
-#: py/obj.c
-msgid "%q index out of range"
-msgstr ""
-
-#: py/obj.c
-msgid "%q indices must be integers, not %s"
-msgstr ""
-
#: shared-bindings/bleio/CharacteristicBuffer.c
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
msgid "%q must be >= 1"
@@ -61,162 +30,10 @@ msgstr ""
msgid "%q should be an int"
msgstr ""
-#: py/bc.c py/objnamedtuple.c
-msgid "%q() takes %d positional arguments but %d were given"
-msgstr ""
-
-#: py/argcheck.c
-msgid "'%q' argument required"
-msgstr ""
-
-#: py/emitinlinethumb.c py/emitinlinextensa.c
-#, c-format
-msgid "'%s' expects a label"
-msgstr ""
-
-#: py/emitinlinethumb.c py/emitinlinextensa.c
-#, c-format
-msgid "'%s' expects a register"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' expects a special register"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' expects an FPU register"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' expects an address of the form [a, b]"
-msgstr ""
-
-#: py/emitinlinethumb.c py/emitinlinextensa.c
-#, c-format
-msgid "'%s' expects an integer"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' expects at most r%d"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' expects {r0, r1, ...}"
-msgstr ""
-
-#: py/emitinlinextensa.c
-#, c-format
-msgid "'%s' integer %d is not within range %d..%d"
-msgstr ""
-
-#: py/emitinlinethumb.c
-#, c-format
-msgid "'%s' integer 0x%x does not fit in mask 0x%x"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "'%s' object does not support item assignment"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "'%s' object does not support item deletion"
-msgstr ""
-
-#: py/runtime.c
-msgid "'%s' object has no attribute '%q'"
-msgstr ""
-
-#: py/runtime.c
-#, c-format
-msgid "'%s' object is not an iterator"
-msgstr ""
-
-#: py/objtype.c py/runtime.c
-#, c-format
-msgid "'%s' object is not callable"
-msgstr ""
-
-#: py/runtime.c
-#, c-format
-msgid "'%s' object is not iterable"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "'%s' object is not subscriptable"
-msgstr ""
-
-#: py/objstr.c
-msgid "'=' alignment not allowed in string format specifier"
-msgstr ""
-
#: shared-module/struct/__init__.c
msgid "'S' and 'O' are not supported format types"
msgstr ""
-#: py/compile.c
-msgid "'align' requires 1 argument"
-msgstr ""
-
-#: py/compile.c
-msgid "'await' outside function"
-msgstr ""
-
-#: py/compile.c
-msgid "'break' outside loop"
-msgstr ""
-
-#: py/compile.c
-msgid "'continue' outside loop"
-msgstr ""
-
-#: py/compile.c
-msgid "'data' requires at least 2 arguments"
-msgstr ""
-
-#: py/compile.c
-msgid "'data' requires integer arguments"
-msgstr ""
-
-#: py/compile.c
-msgid "'label' requires 1 argument"
-msgstr ""
-
-#: py/compile.c
-msgid "'return' outside function"
-msgstr ""
-
-#: py/compile.c
-msgid "'yield' outside function"
-msgstr ""
-
-#: py/compile.c
-msgid "*x must be assignment target"
-msgstr ""
-
-#: py/obj.c
-msgid ", in %q\n"
-msgstr ""
-
-#: py/objcomplex.c
-msgid "0.0 to a complex power"
-msgstr ""
-
-#: py/modbuiltins.c
-msgid "3-arg pow() not supported"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
-msgid "A hardware interrupt channel is already in use"
-msgstr ""
-
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address must be %d bytes long"
@@ -226,55 +43,14 @@ msgstr ""
msgid "Address type out of range"
msgstr ""
-#: ports/nrf/common-hal/busio/I2C.c
-msgid "All I2C peripherals are in use"
-msgstr ""
-
-#: ports/nrf/common-hal/busio/SPI.c
-msgid "All SPI peripherals are in use"
-msgstr ""
-
-#: ports/nrf/common-hal/busio/UART.c
-msgid "All UART peripherals are in use"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "All event channels in use"
-msgstr ""
-
-#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
-msgid "All sync event channels in use"
-msgstr ""
-
#: 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/PulseOut.c
-#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
-#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
-#: shared-module/_pew/PewPew.c
+#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr ""
-#: 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/pulseio/PulseOut.c
-msgid "Another send is already active"
-msgstr ""
-
#: shared-bindings/pulseio/PulseOut.c
msgid "Array must contain halfwords (type 'H')"
msgstr ""
@@ -287,28 +63,6 @@ msgstr ""
msgid "Attempted heap allocation when MicroPython VM not running.\n"
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 ""
-
-#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
-msgid "Bit clock and word select must share a clock unit"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "Bit depth must be multiple of 8."
-msgstr ""
-
-#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
-msgid "Both pins must support hardware interrupts"
-msgstr ""
-
#: shared-bindings/displayio/Display.c
msgid "Brightness must be 0-1.0"
msgstr ""
@@ -326,21 +80,10 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes."
msgstr ""
-#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
-#, c-format
-msgid "Buffer length %d too big. It must be less than %d"
-msgstr ""
-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
msgid "Buffer must be at least length 1"
msgstr ""
-#: 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 ""
@@ -349,68 +92,26 @@ msgstr ""
msgid "Bytes must be between 0 and 255."
msgstr ""
-#: py/objtype.c
-msgid "Call super().__init__() before accessing native object."
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-#, c-format
-msgid "Can not use dotstar with %s"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-msgid "Can't set CCCD for 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/nrf/common-hal/digitalio/DigitalInOut.c
-msgid "Cannot get pull while in output mode"
-msgstr ""
-
-#: ports/nrf/common-hal/microcontroller/Processor.c
-msgid "Cannot get temperature"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "Cannot output both channels on the same pin"
-msgstr ""
-
#: shared-module/bitbangio/SPI.c
msgid "Cannot read without MISO pin."
msgstr ""
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "Cannot record to a file"
-msgstr ""
-
#: shared-module/storage/__init__.c
msgid "Cannot remount '/' when USB is active."
msgstr ""
-#: ports/atmel-samd/common-hal/microcontroller/__init__.c
-msgid "Cannot reset into bootloader because no bootloader is present."
-msgstr ""
-
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
-#: py/objslice.c
-msgid "Cannot subclass slice"
-msgstr ""
-
#: shared-module/bitbangio/SPI.c
msgid "Cannot transfer without MOSI and MISO pins."
msgstr ""
-#: extmod/moductypes.c
-msgid "Cannot unambiguously get sizeof scalar"
-msgstr ""
-
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@@ -419,10 +120,6 @@ msgstr ""
msgid "Characteristic UUID doesn't match Service UUID"
msgstr ""
-#: ports/nrf/common-hal/bleio/Service.c
-msgid "Characteristic already in use by another Service."
-msgstr ""
-
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "CharacteristicBuffer writing not provided"
msgstr ""
@@ -435,14 +132,6 @@ msgstr ""
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/I2CDisplay.c
msgid "Command must be 0-255"
msgstr ""
@@ -451,23 +140,6 @@ msgstr ""
msgid "Command must be an int between 0 and 255"
msgstr ""
-#: py/persistentcode.c
-msgid "Corrupt .mpy file"
-msgstr ""
-
-#: py/emitglue.c
-msgid "Corrupt raw code"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/UUID.c
-#, c-format
-msgid "Could not decode ble_uuid, err 0x%04x"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c
-msgid "Could not initialize UART"
-msgstr ""
-
#: shared-module/audiocore/Mixer.c shared-module/audiocore/WaveFile.c
msgid "Couldn't allocate first buffer"
msgstr ""
@@ -480,27 +152,10 @@ msgstr ""
msgid "Crash into the HardFault_Handler.\n"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "DAC already in use"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
-#: ports/nrf/common-hal/displayio/ParallelBus.c
-msgid "Data 0 pin must be byte aligned"
-msgstr ""
-
#: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk"
msgstr ""
-#: ports/nrf/common-hal/bleio/Peripheral.c
-msgid "Data too large for advertisement packet"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "Destination capacity is smaller than destination_length."
-msgstr ""
-
#: shared-bindings/displayio/Display.c
msgid "Display rotation must be in 90 degree increments"
msgstr ""
@@ -509,16 +164,6 @@ msgstr ""
msgid "Drive mode not used when direction is input."
msgstr ""
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
-#: ports/atmel-samd/common-hal/ps2io/Ps2.c
-#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
-msgid "EXTINT channel already in use"
-msgstr ""
-
-#: extmod/modure.c
-msgid "Error in regex"
-msgstr ""
-
#: shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
#: shared-bindings/terminalio/Terminal.c
@@ -547,157 +192,6 @@ msgstr ""
msgid "Failed sending command."
msgstr ""
-#: ports/nrf/sd_mutex.c
-#, c-format
-msgid "Failed to acquire mutex, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Service.c
-#, c-format
-msgid "Failed to add characteristic, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Peripheral.c
-#, c-format
-msgid "Failed to add service, err 0x%04x"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
-msgid "Failed to allocate RX buffer"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
-#: ports/nrf/common-hal/pulseio/PulseIn.c
-#, c-format
-msgid "Failed to allocate RX buffer of %d bytes"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Adapter.c
-msgid "Failed to change softdevice state"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Peripheral.c
-#, c-format
-msgid "Failed to configure advertising, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Central.c
-msgid "Failed to connect: timeout"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Scanner.c
-#, c-format
-msgid "Failed to continue scanning, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Central.c
-msgid "Failed to discover services"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Adapter.c
-msgid "Failed to get local address"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Adapter.c
-msgid "Failed to get softdevice state"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to notify or indicate attribute value, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to read CCCD value, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to read attribute value, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to read gatts value, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/UUID.c
-#, c-format
-msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/sd_mutex.c
-#, c-format
-msgid "Failed to release mutex, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Peripheral.c
-#, c-format
-msgid "Failed to set device name, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Peripheral.c
-#, c-format
-msgid "Failed to start advertising, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Central.c
-#, c-format
-msgid "Failed to start connecting, error 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Scanner.c
-#, c-format
-msgid "Failed to start scanning, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Peripheral.c
-#, c-format
-msgid "Failed to stop advertising, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to write CCCD, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to write attribute value, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-#, c-format
-msgid "Failed to write gatts value, err 0x%04x"
-msgstr ""
-
-#: py/moduerrno.c
-msgid "File exists"
-msgstr ""
-
-#: ports/nrf/peripherals/nrf/nvm.c
-msgid "Flash erase failed"
-msgstr ""
-
-#: ports/nrf/peripherals/nrf/nvm.c
-#, c-format
-msgid "Flash erase failed to start, err 0x%04x"
-msgstr ""
-
-#: ports/nrf/peripherals/nrf/nvm.c
-msgid "Flash write failed"
-msgstr ""
-
-#: ports/nrf/peripherals/nrf/nvm.c
-#, c-format
-msgid "Flash write failed to start, err 0x%04x"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
-msgid "Frequency captured is above capability. Capture Paused."
-msgstr ""
-
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
@@ -711,62 +205,18 @@ msgstr ""
msgid "Group full"
msgstr ""
-#: extmod/vfs_posix_file.c py/objstringio.c
-msgid "I/O operation on closed file"
-msgstr ""
-
-#: extmod/machine_i2c.c
-msgid "I2C operation not supported"
-msgstr ""
-
-#: py/persistentcode.c
-msgid ""
-"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
-"mpy-update for more info."
-msgstr ""
-
-#: shared-bindings/_pew/PewPew.c
-msgid "Incorrect buffer size"
-msgstr ""
-
-#: py/moduerrno.c
-msgid "Input/output error"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
-#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
-msgid "Invalid %q pin"
-msgstr ""
-
#: shared-module/displayio/OnDiskBitmap.c
msgid "Invalid BMP file"
msgstr ""
-#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
-#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
+#: shared-bindings/pulseio/PWMOut.c
msgid "Invalid PWM frequency"
msgstr ""
-#: py/moduerrno.c
-msgid "Invalid argument"
-msgstr ""
-
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c
-msgid "Invalid buffer size"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
-msgid "Invalid capture period. Valid range: 1 - 500"
-msgstr ""
-
-#: shared-bindings/audiocore/Mixer.c
-msgid "Invalid channel count"
-msgstr ""
-
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr ""
@@ -787,28 +237,10 @@ msgstr ""
msgid "Invalid phase"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-#: ports/atmel-samd/common-hal/touchio/TouchIn.c
#: shared-bindings/pulseio/PWMOut.c
msgid "Invalid pin"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "Invalid pin for left channel"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "Invalid pin for right channel"
-msgstr ""
-
-#: 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/nrf/common-hal/busio/I2C.c
-msgid "Invalid pins"
-msgstr ""
-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "Invalid polarity"
msgstr ""
@@ -817,18 +249,10 @@ msgstr ""
msgid "Invalid run mode."
msgstr ""
-#: shared-bindings/audiocore/Mixer.c
-msgid "Invalid voice count"
-msgstr ""
-
#: shared-module/audiocore/WaveFile.c
msgid "Invalid wave file"
msgstr ""
-#: py/compile.c
-msgid "LHS of keyword arg must be an id"
-msgstr ""
-
#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr ""
@@ -837,14 +261,6 @@ msgstr ""
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
-#: py/objslice.c
-msgid "Length must be an int"
-msgstr ""
-
-#: py/objslice.c
-msgid "Length must be non-negative"
-msgstr ""
-
#: supervisor/shared/safe_mode.c
msgid ""
"Looks like our core CircuitPython code crashed hard. Whoops!\n"
@@ -873,91 +289,27 @@ msgstr ""
msgid "MicroPython fatal error.\n"
msgstr ""
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "Microphone startup delay must be in range 0.0 to 1.0"
-msgstr ""
-
#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c
-msgid "No CCCD for this Characteristic"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
-msgid "No DAC on chip"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "No DMA channel found"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
-msgid "No RX pin"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
-msgid "No TX pin"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
-msgid "No available clocks"
-msgstr ""
-
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr ""
-#: ports/atmel-samd/common-hal/touchio/TouchIn.c
-msgid "No free GCLKs"
-msgstr ""
-
#: shared-bindings/os/__init__.c
msgid "No hardware random available"
msgstr ""
-#: ports/atmel-samd/common-hal/ps2io/Ps2.c
-msgid "No hardware support on clk pin"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
-#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
-msgid "No hardware support on pin"
-msgstr ""
-
-#: py/moduerrno.c
-msgid "No space left on device"
-msgstr ""
-
-#: py/moduerrno.c
-msgid "No such file/directory"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected"
msgstr ""
-#: 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 ""
-
-#: 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 ""
@@ -971,14 +323,6 @@ msgid ""
"given"
msgstr ""
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "Only slices with step=1 (aka None) are supported"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "Oversample must be multiple of 8."
-msgstr ""
-
#: shared-bindings/pulseio/PWMOut.c
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
@@ -989,94 +333,26 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
-#: py/moduerrno.c
-msgid "Permission denied"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
-#: ports/nrf/common-hal/analogio/AnalogIn.c
-msgid "Pin does not have ADC capabilities"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "Pixel beyond bounds of buffer"
-msgstr ""
-
-#: py/builtinhelp.c
-msgid "Plus any modules on the filesystem\n"
-msgstr ""
-
#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr ""
-#: main.c
-msgid "Press any key to enter the REPL. Use CTRL-D to reload."
-msgstr ""
-
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Pull not used when direction is output."
msgstr ""
-#: ports/nrf/common-hal/rtc/RTC.c
-msgid "RTC calibration is not supported on this board"
-msgstr ""
-
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "Range out of bounds"
-msgstr ""
-
#: shared-bindings/pulseio/PulseIn.c
msgid "Read-only"
msgstr ""
-#: extmod/vfs_fat.c py/moduerrno.c
-msgid "Read-only filesystem"
-msgstr ""
-
#: shared-module/displayio/Bitmap.c
msgid "Read-only object"
msgstr ""
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-msgid "Right channel unsupported"
-msgstr ""
-
-#: shared-bindings/_pew/PewPew.c
-msgid "Row entry must be digitalio.DigitalInOut"
-msgstr ""
-
-#: main.c
-msgid "Running in safe mode! Auto-reload is off.\n"
-msgstr ""
-
-#: main.c
-msgid "Running in safe mode! Not running saved code.\n"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/I2C.c
-msgid "SDA or SCL needs a pull up"
-msgstr ""
-
-#: shared-bindings/audiocore/Mixer.c
-msgid "Sample rate must be positive"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audioio/AudioOut.c
-#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
-#, c-format
-msgid "Sample rate too high. It must be less than %d"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
-#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
-msgid "Serializer in use"
-msgstr ""
-
#: shared-bindings/nvm/ByteArray.c
msgid "Slice and value different lengths."
msgstr ""
@@ -1086,15 +362,6 @@ msgstr ""
msgid "Slices not supported"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c
-#, c-format
-msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
-msgstr ""
-
-#: extmod/modure.c
-msgid "Splitting with sub-captures"
-msgstr ""
-
#: shared-bindings/supervisor/__init__.c
msgid "Stack size must be at least 256"
msgstr ""
@@ -1168,10 +435,6 @@ msgstr ""
msgid "To exit, please reset the board without "
msgstr ""
-#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
-msgid "Too many channels in sample."
-msgstr ""
-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
msgid "Too many display busses"
@@ -1181,10 +444,6 @@ msgstr ""
msgid "Too many displays"
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 ""
@@ -1209,25 +468,11 @@ msgstr ""
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 ""
-
#: shared-module/displayio/I2CDisplay.c
#, c-format
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 ""
@@ -1236,19 +481,6 @@ msgstr ""
msgid "Unable to write to nvm."
msgstr ""
-#: ports/nrf/common-hal/bleio/UUID.c
-msgid "Unexpected nrfx uuid type"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-#, c-format
-msgid "Unmatched number of items on RHS (expected %d, got %d)."
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/I2C.c
-msgid "Unsupported baudrate"
-msgstr ""
-
#: shared-module/displayio/Display.c
msgid "Unsupported display bus type"
msgstr ""
@@ -1257,36 +489,14 @@ msgstr ""
msgid "Unsupported format"
msgstr ""
-#: py/moduerrno.c
-msgid "Unsupported operation"
-msgstr ""
-
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Unsupported pull value."
msgstr ""
-#: py/emitnative.c
-msgid "Viper functions don't currently support more than 4 arguments"
-msgstr ""
-
#: shared-module/audiocore/Mixer.c
msgid "Voice index too high"
msgstr ""
-#: main.c
-msgid "WARNING: Your code filename has two extensions\n"
-msgstr ""
-
-#: py/builtinhelp.c
-#, c-format
-msgid ""
-"Welcome to Adafruit CircuitPython %s!\n"
-"\n"
-"Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
-"\n"
-"To list built-in modules please do `help(\"modules\")`.\n"
-msgstr ""
-
#: supervisor/shared/safe_mode.c
msgid ""
"You are running in safe mode which means something unanticipated happened.\n"
@@ -1296,32 +506,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr ""
-#: py/objtype.c
-msgid "__init__() should return None"
-msgstr ""
-
-#: py/objtype.c
-#, c-format
-msgid "__init__() should return None, not '%s'"
-msgstr ""
-
-#: py/objobject.c
-msgid "__new__ arg must be a user-type"
-msgstr ""
-
-#: extmod/modubinascii.c extmod/moduhashlib.c
-msgid "a bytes-like object is required"
-msgstr ""
-
-#: lib/embed/abort_.c
-msgid "abort() called"
-msgstr ""
-
-#: extmod/machine_mem.c
-#, c-format
-msgid "address %08x is not aligned to %d bytes"
-msgstr ""
-
#: shared-bindings/i2cslave/I2CSlave.c
msgid "address out of bounds"
msgstr ""
@@ -1330,80 +514,18 @@ msgstr ""
msgid "addresses is empty"
msgstr ""
-#: py/modbuiltins.c
-msgid "arg is an empty sequence"
-msgstr ""
-
-#: py/runtime.c
-msgid "argument has wrong type"
-msgstr ""
-
-#: 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/runtime.c
-msgid "argument should be a '%q' not a '%q'"
-msgstr ""
-
-#: py/objarray.c shared-bindings/nvm/ByteArray.c
+#: shared-bindings/nvm/ByteArray.c
msgid "array/bytes required on right side"
msgstr ""
-#: py/objstr.c
-msgid "attributes not supported yet"
-msgstr ""
-
-#: ports/nrf/common-hal/bleio/Characteristic.c
-msgid "bad GATT role"
-msgstr ""
-
-#: py/builtinevex.c
-msgid "bad compile mode"
-msgstr ""
-
-#: py/objstr.c
-msgid "bad conversion specifier"
-msgstr ""
-
-#: py/objstr.c
-msgid "bad format string"
-msgstr ""
-
-#: py/binary.c
-msgid "bad typecode"
-msgstr ""
-
-#: py/emitnative.c
-msgid "binary op %q not implemented"
-msgstr ""
-
#: shared-bindings/busio/UART.c
msgid "bits must be 7, 8 or 9"
msgstr ""
-#: extmod/machine_spi.c
-msgid "bits must be 8"
-msgstr ""
-
-#: shared-bindings/audiocore/Mixer.c
-msgid "bits_per_sample must be 8 or 16"
-msgstr ""
-
-#: py/emitinlinethumb.c
-msgid "branch not in range"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-#, c-format
-msgid "buf is too small. need %d bytes"
-msgstr ""
-
-#: shared-bindings/audiocore/RawSample.c
-msgid "buffer must be a bytes-like object"
-msgstr ""
-
#: shared-module/struct/__init__.c
msgid "buffer size must match format"
msgstr ""
@@ -1412,221 +534,18 @@ msgstr ""
msgid "buffer slices must be of equal length"
msgstr ""
-#: py/modstruct.c shared-bindings/struct/__init__.c
-#: shared-module/struct/__init__.c
+#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
msgid "buffer too small"
msgstr ""
-#: extmod/machine_spi.c
-msgid "buffers must be the same length"
-msgstr ""
-
-#: shared-bindings/_pew/PewPew.c
-msgid "buttons must be digitalio.DigitalInOut"
-msgstr ""
-
-#: py/vm.c
-msgid "byte code not implemented"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-#, c-format
-msgid "byteorder is not an instance of ByteOrder (got a %s)"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c
-msgid "bytes > 8 bits not supported"
-msgstr ""
-
-#: py/objstr.c
-msgid "bytes value out of range"
-msgstr ""
-
-#: ports/atmel-samd/bindings/samd/Clock.c
-msgid "calibration is out of range"
-msgstr ""
-
-#: ports/atmel-samd/bindings/samd/Clock.c
-msgid "calibration is read only"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/rtc/RTC.c
-msgid "calibration value out of range +/-127"
-msgstr ""
-
-#: py/emitinlinethumb.c
-msgid "can only have up to 4 parameters to Thumb assembly"
-msgstr ""
-
-#: py/emitinlinextensa.c
-msgid "can only have up to 4 parameters to Xtensa assembly"
-msgstr ""
-
-#: py/persistentcode.c
-msgid "can only save bytecode"
-msgstr ""
-
-#: 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
-#, c-format
-msgid "can't convert %s to complex"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "can't convert %s to float"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "can't convert %s to int"
-msgstr ""
-
-#: py/objstr.c
-msgid "can't convert '%q' object to %q implicitly"
-msgstr ""
-
-#: py/objint.c
-msgid "can't convert NaN to int"
-msgstr ""
-
#: shared-bindings/i2cslave/I2CSlave.c
msgid "can't convert address to int"
msgstr ""
-#: py/objint.c
-msgid "can't convert inf to int"
-msgstr ""
-
-#: py/obj.c
-msgid "can't convert to complex"
-msgstr ""
-
-#: py/obj.c
-msgid "can't convert to float"
-msgstr ""
-
-#: py/obj.c
-msgid "can't convert to int"
-msgstr ""
-
-#: py/objstr.c
-msgid "can't convert to str implicitly"
-msgstr ""
-
-#: py/compile.c
-msgid "can't declare nonlocal in outer code"
-msgstr ""
-
-#: py/compile.c
-msgid "can't delete expression"
-msgstr ""
-
-#: py/emitnative.c
-msgid "can't do binary op between '%q' and '%q'"
-msgstr ""
-
-#: py/objcomplex.c
-msgid "can't do truncated division of a complex number"
-msgstr ""
-
-#: py/compile.c
-msgid "can't have multiple **x"
-msgstr ""
-
-#: py/compile.c
-msgid "can't have multiple *x"
-msgstr ""
-
-#: 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
-msgid "can't pend throw to just-started generator"
-msgstr ""
-
-#: py/objgenerator.c
-msgid "can't send non-None value to a just-started generator"
-msgstr ""
-
-#: py/objnamedtuple.c
-msgid "can't set attribute"
-msgstr ""
-
-#: py/emitnative.c
-msgid "can't store '%q'"
-msgstr ""
-
-#: py/emitnative.c
-msgid "can't store to '%q'"
-msgstr ""
-
-#: py/emitnative.c
-msgid "can't store with '%q' index"
-msgstr ""
-
-#: py/objstr.c
-msgid ""
-"can't switch from automatic field numbering to manual field specification"
-msgstr ""
-
-#: py/objstr.c
-msgid ""
-"can't switch from manual field specification to automatic field numbering"
-msgstr ""
-
-#: py/objtype.c
-msgid "cannot create '%q' instances"
-msgstr ""
-
-#: py/objtype.c
-msgid "cannot create instance"
-msgstr ""
-
-#: py/runtime.c
-msgid "cannot import name %q"
-msgstr ""
-
-#: py/builtinimport.c
-msgid "cannot perform relative import"
-msgstr ""
-
-#: py/emitnative.c
-msgid "casting"
-msgstr ""
-
#: shared-bindings/bleio/Service.c
msgid "characteristics includes an object that is not a Characteristic"
msgstr ""
-#: shared-bindings/_stage/Text.c
-msgid "chars buffer too small"
-msgstr ""
-
-#: py/modbuiltins.c
-msgid "chr() arg not in range(0x110000)"
-msgstr ""
-
-#: py/modbuiltins.c
-msgid "chr() arg not in range(256)"
-msgstr ""
-
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr ""
@@ -1647,122 +566,18 @@ msgstr ""
msgid "color should be an int"
msgstr ""
-#: py/objcomplex.c
-msgid "complex division by zero"
-msgstr ""
-
-#: py/objfloat.c py/parsenum.c
-msgid "complex values not supported"
-msgstr ""
-
-#: extmod/moduzlib.c
-msgid "compression header"
-msgstr ""
-
-#: py/parse.c
-msgid "constant must be an integer"
-msgstr ""
-
-#: py/emitnative.c
-msgid "conversion to object"
-msgstr ""
-
-#: py/parsenum.c
-msgid "decimal numbers not supported"
-msgstr ""
-
-#: py/compile.c
-msgid "default 'except' must be last"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid ""
-"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
-msgstr ""
-
-#: shared-bindings/audiobusio/PDMIn.c
-msgid "destination_length must be an int >= 0"
-msgstr ""
-
-#: py/objdict.c
-msgid "dict update sequence has wrong length"
-msgstr ""
-
-#: 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 ""
-
#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c
-#, c-format
-msgid "error = 0x%08lX"
-msgstr ""
-
-#: py/runtime.c
-msgid "exceptions must derive from BaseException"
-msgstr ""
-
-#: py/objstr.c
-msgid "expected ':' after format specifier"
-msgstr ""
-
-#: py/obj.c
-msgid "expected tuple/list"
-msgstr ""
-
-#: py/modthread.c
-msgid "expecting a dict for keyword args"
-msgstr ""
-
-#: py/compile.c
-msgid "expecting an assembler instruction"
-msgstr ""
-
-#: py/compile.c
-msgid "expecting just a value for set"
-msgstr ""
-
-#: py/compile.c
-msgid "expecting key:value for dict"
-msgstr ""
-
-#: py/argcheck.c
-msgid "extra keyword arguments given"
-msgstr ""
-
-#: py/argcheck.c
-msgid "extra positional arguments given"
-msgstr ""
-
-#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@@ -1771,471 +586,51 @@ msgstr ""
msgid "filesystem must provide mount method"
msgstr ""
-#: py/objtype.c
-msgid "first argument to super() must be type"
-msgstr ""
-
-#: extmod/machine_spi.c
-msgid "firstbit must be MSB"
-msgstr ""
-
-#: py/objint.c
-msgid "float too big"
-msgstr ""
-
-#: shared-bindings/_stage/Text.c
-msgid "font must be 2048 bytes long"
-msgstr ""
-
-#: py/objstr.c
-msgid "format requires a dict"
-msgstr ""
-
-#: py/objdeque.c
-msgid "full"
-msgstr ""
-
-#: py/argcheck.c
-msgid "function does not take keyword arguments"
-msgstr ""
-
-#: py/argcheck.c
-#, c-format
-msgid "function expected at most %d arguments, got %d"
-msgstr ""
-
-#: py/bc.c py/objnamedtuple.c
-msgid "function got multiple values for argument '%q'"
-msgstr ""
-
-#: py/argcheck.c
-#, c-format
-msgid "function missing %d required positional arguments"
-msgstr ""
-
-#: py/bc.c
-msgid "function missing keyword-only argument"
-msgstr ""
-
-#: py/bc.c
-msgid "function missing required keyword argument '%q'"
-msgstr ""
-
-#: py/bc.c
-#, c-format
-msgid "function missing required positional argument #%d"
-msgstr ""
-
-#: py/argcheck.c py/bc.c py/objnamedtuple.c
-#, c-format
-msgid "function takes %d positional arguments but %d were given"
-msgstr ""
-
#: shared-bindings/time/__init__.c
msgid "function takes exactly 9 arguments"
msgstr ""
-#: py/objgenerator.c
-msgid "generator already executing"
-msgstr ""
-
-#: py/objgenerator.c
-msgid "generator ignored GeneratorExit"
-msgstr ""
-
-#: shared-bindings/_stage/Layer.c
-msgid "graphic must be 2048 bytes long"
-msgstr ""
-
-#: extmod/moduheapq.c
-msgid "heap must be a list"
-msgstr ""
-
-#: py/compile.c
-msgid "identifier redefined as global"
-msgstr ""
-
-#: py/compile.c
-msgid "identifier redefined as nonlocal"
-msgstr ""
-
-#: py/objstr.c
-msgid "incomplete format"
-msgstr ""
-
-#: py/objstr.c
-msgid "incomplete format key"
-msgstr ""
-
-#: extmod/modubinascii.c
-msgid "incorrect padding"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
-#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
-msgid "index out of range"
-msgstr ""
-
-#: py/obj.c
-msgid "indices must be integers"
-msgstr ""
-
-#: py/compile.c
-msgid "inline assembler must be a function"
-msgstr ""
-
-#: py/parsenum.c
-msgid "int() arg 2 must be >= 2 and <= 36"
-msgstr ""
-
-#: py/objstr.c
-msgid "integer required"
-msgstr ""
-
#: shared-bindings/bleio/Peripheral.c shared-bindings/bleio/Scanner.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
-#, c-format
-msgid "invalid syntax for integer with base %d"
-msgstr ""
-
-#: py/parsenum.c
-msgid "invalid syntax for number"
-msgstr ""
-
-#: py/objtype.c
-msgid "issubclass() arg 1 must be a class"
-msgstr ""
-
-#: py/objtype.c
-msgid "issubclass() arg 2 must be a class or a tuple of classes"
-msgstr ""
-
-#: py/objstr.c
-msgid "join expects a list of str/bytes objects consistent with self object"
-msgstr ""
-
-#: py/argcheck.c
-msgid "keyword argument(s) not yet implemented - use normal args instead"
-msgstr ""
-
-#: py/bc.c
-msgid "keywords must be strings"
-msgstr ""
-
-#: py/emitinlinethumb.c py/emitinlinextensa.c
-msgid "label '%q' not defined"
-msgstr ""
-
-#: py/compile.c
-msgid "label redefined"
-msgstr ""
-
-#: py/stream.c
-msgid "length argument not allowed for this type"
-msgstr ""
-
-#: py/objarray.c
-msgid "lhs and rhs should be compatible"
-msgstr ""
-
-#: py/emitnative.c
-msgid "local '%q' has type '%q' but source is '%q'"
-msgstr ""
-
-#: py/emitnative.c
-msgid "local '%q' used before type known"
-msgstr ""
-
-#: py/vm.c
-msgid "local variable referenced before assignment"
-msgstr ""
-
-#: py/objint.c
-msgid "long int not supported in this build"
-msgstr ""
-
-#: shared-bindings/_stage/Layer.c
-msgid "map buffer too small"
-msgstr ""
-
-#: py/modmath.c shared-bindings/math/__init__.c
+#: shared-bindings/math/__init__.c
msgid "math domain error"
msgstr ""
-#: py/runtime.c
-msgid "maximum recursion depth exceeded"
-msgstr ""
-
-#: py/runtime.c
-#, c-format
-msgid "memory allocation failed, allocating %u bytes"
-msgstr ""
-
-#: py/runtime.c
-msgid "memory allocation failed, heap is locked"
-msgstr ""
-
-#: py/builtinimport.c
-msgid "module not found"
-msgstr ""
-
-#: py/compile.c
-msgid "multiple *x in assignment"
-msgstr ""
-
-#: py/objtype.c
-msgid "multiple bases have instance lay-out conflict"
-msgstr ""
-
-#: py/objtype.c
-msgid "multiple inheritance not supported"
-msgstr ""
-
-#: py/emitnative.c
-msgid "must raise an object"
-msgstr ""
-
-#: extmod/machine_spi.c
-msgid "must specify all of sck/mosi/miso"
-msgstr ""
-
-#: py/modbuiltins.c
-msgid "must use keyword argument for key function"
-msgstr ""
-
-#: py/runtime.c
-msgid "name '%q' is not defined"
-msgstr ""
-
#: shared-bindings/bleio/Peripheral.c
msgid "name must be a string"
msgstr ""
-#: py/runtime.c
-msgid "name not defined"
-msgstr ""
-
-#: py/compile.c
-msgid "name reused for argument"
-msgstr ""
-
-#: py/emitnative.c
-msgid "native yield"
-msgstr ""
-
-#: py/runtime.c
-#, c-format
-msgid "need more than %d values to unpack"
-msgstr ""
-
-#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
-msgid "negative power with no float support"
-msgstr ""
-
-#: py/objint_mpz.c py/runtime.c
-msgid "negative shift count"
-msgstr ""
-
-#: py/vm.c
-msgid "no active exception to reraise"
-msgstr ""
-
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr ""
-#: py/compile.c
-msgid "no binding for nonlocal found"
-msgstr ""
-
-#: py/builtinimport.c
-msgid "no module named '%q'"
-msgstr ""
-
-#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
-msgid "no such attribute"
-msgstr ""
-
#: shared-bindings/bleio/Peripheral.c
msgid "non-Service found in services"
msgstr ""
-#: ports/nrf/common-hal/bleio/Central.c
-msgid "non-UUID found in service_uuids"
-msgstr ""
-
-#: py/compile.c
-msgid "non-default argument follows default argument"
-msgstr ""
-
-#: extmod/modubinascii.c
-msgid "non-hex digit found"
-msgstr ""
-
-#: py/compile.c
-msgid "non-keyword arg after */**"
-msgstr ""
-
-#: py/compile.c
-msgid "non-keyword arg after keyword arg"
-msgstr ""
-
#: shared-bindings/bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr ""
-#: py/objstr.c
-msgid "not all arguments converted during string formatting"
-msgstr ""
-
-#: py/objstr.c
-msgid "not enough arguments for format string"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "object '%s' is not a tuple or list"
-msgstr ""
-
-#: py/obj.c
-msgid "object does not support item assignment"
-msgstr ""
-
-#: py/obj.c
-msgid "object does not support item deletion"
-msgstr ""
-
-#: py/obj.c
-msgid "object has no len"
-msgstr ""
-
-#: py/obj.c
-msgid "object is not subscriptable"
-msgstr ""
-
-#: py/runtime.c
-msgid "object not an iterator"
-msgstr ""
-
-#: py/objtype.c py/runtime.c
-msgid "object not callable"
-msgstr ""
-
-#: py/sequence.c shared-bindings/displayio/Group.c
+#: shared-bindings/displayio/Group.c
msgid "object not in sequence"
msgstr ""
-#: py/runtime.c
-msgid "object not iterable"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "object of type '%s' has no len()"
-msgstr ""
-
-#: py/obj.c
-msgid "object with buffer protocol required"
-msgstr ""
-
-#: extmod/modubinascii.c
-msgid "odd-length string"
-msgstr ""
-
-#: py/objstr.c py/objstrunicode.c
-msgid "offset out of bounds"
-msgstr ""
-
-#: 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 ""
-#: py/modbuiltins.c
-msgid "ord expects a character"
-msgstr ""
-
-#: py/modbuiltins.c
-#, c-format
-msgid "ord() expected a character, but string of length %d found"
-msgstr ""
-
-#: py/objint_mpz.c
-msgid "overflow converting long int to machine word"
-msgstr ""
-
-#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
-msgid "palette must be 32 bytes long"
-msgstr ""
-
#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr ""
-#: py/compile.c
-msgid "parameter annotation must be an identifier"
-msgstr ""
-
-#: py/emitinlinextensa.c
-msgid "parameters must be registers in sequence a2 to a5"
-msgstr ""
-
-#: py/emitinlinethumb.c
-msgid "parameters must be registers in sequence r0 to r3"
-msgstr ""
-
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@@ -2248,114 +643,10 @@ msgstr ""
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
-#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
-#: ports/nrf/common-hal/pulseio/PulseIn.c
-msgid "pop from an empty PulseIn"
-msgstr ""
-
-#: py/objset.c
-msgid "pop from an empty set"
-msgstr ""
-
-#: py/objlist.c
-msgid "pop from empty list"
-msgstr ""
-
-#: py/objdict.c
-msgid "popitem(): dictionary is empty"
-msgstr ""
-
-#: py/objint_mpz.c
-msgid "pow() 3rd argument cannot be 0"
-msgstr ""
-
-#: py/objint_mpz.c
-msgid "pow() with 3 arguments requires integers"
-msgstr ""
-
-#: extmod/modutimeq.c
-msgid "queue overflow"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "rawbuf is not the same size as buf"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/__init__.c
-msgid "readonly attribute"
-msgstr ""
-
-#: py/builtinimport.c
-msgid "relative import"
-msgstr ""
-
-#: py/obj.c
-#, c-format
-msgid "requested length %d but object has length %d"
-msgstr ""
-
-#: py/compile.c
-msgid "return annotation must be an identifier"
-msgstr ""
-
-#: py/emitnative.c
-msgid "return expected '%q' but got '%q'"
-msgstr ""
-
-#: py/objstr.c
-msgid "rsplit(None,n)"
-msgstr ""
-
-#: shared-bindings/audiocore/RawSample.c
-msgid ""
-"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
-"'B'"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
-msgid "sampling rate out of range"
-msgstr ""
-
-#: py/modmicropython.c
-msgid "schedule stack full"
-msgstr ""
-
-#: lib/utils/pyexec.c py/builtinimport.c
-msgid "script compilation not supported"
-msgstr ""
-
-#: py/objstr.c
-msgid "sign not allowed in string format specifier"
-msgstr ""
-
-#: py/objstr.c
-msgid "sign not allowed with integer format specifier 'c'"
-msgstr ""
-
-#: py/objstr.c
-msgid "single '}' encountered in format string"
-msgstr ""
-
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr ""
-#: py/objslice.c py/sequence.c
-msgid "slice step cannot be zero"
-msgstr ""
-
-#: py/objint.c py/sequence.c
-msgid "small int overflow"
-msgstr ""
-
-#: main.c
-msgid "soft reboot\n"
-msgstr ""
-
-#: py/objstr.c
-msgid "start/end indices"
-msgstr ""
-
#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr ""
@@ -2372,51 +663,6 @@ msgstr ""
msgid "stop not reachable from start"
msgstr ""
-#: py/stream.c
-msgid "stream operation not supported"
-msgstr ""
-
-#: py/objstrunicode.c
-msgid "string index out of range"
-msgstr ""
-
-#: py/objstrunicode.c
-#, c-format
-msgid "string indices must be integers, not %s"
-msgstr ""
-
-#: py/stream.c
-msgid "string not supported; use bytes or bytearray"
-msgstr ""
-
-#: extmod/moductypes.c
-msgid "struct: cannot index"
-msgstr ""
-
-#: extmod/moductypes.c
-msgid "struct: index out of range"
-msgstr ""
-
-#: 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/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr ""
@@ -2445,143 +691,10 @@ msgstr ""
msgid "too many arguments provided with the given format"
msgstr ""
-#: py/runtime.c
-#, c-format
-msgid "too many values to unpack (expected %d)"
-msgstr ""
-
-#: py/objstr.c
-msgid "tuple index out of range"
-msgstr ""
-
-#: py/obj.c
-msgid "tuple/list has wrong length"
-msgstr ""
-
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "tuple/list required on RHS"
-msgstr ""
-
-#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
-msgid "tx and rx cannot both be None"
-msgstr ""
-
-#: py/objtype.c
-msgid "type '%q' is not an acceptable base type"
-msgstr ""
-
-#: py/objtype.c
-msgid "type is not an acceptable base type"
-msgstr ""
-
-#: py/runtime.c
-msgid "type object '%q' has no attribute '%q'"
-msgstr ""
-
-#: py/objtype.c
-msgid "type takes 1 or 3 arguments"
-msgstr ""
-
-#: py/objint_longlong.c
-msgid "ulonglong too large"
-msgstr ""
-
-#: py/emitnative.c
-msgid "unary op %q not implemented"
-msgstr ""
-
-#: py/parse.c
-msgid "unexpected indent"
-msgstr ""
-
-#: py/bc.c
-msgid "unexpected keyword argument"
-msgstr ""
-
-#: py/bc.c py/objnamedtuple.c
-msgid "unexpected keyword argument '%q'"
-msgstr ""
-
-#: py/lexer.c
-msgid "unicode name escapes"
-msgstr ""
-
-#: py/parse.c
-msgid "unindent does not match any outer indentation level"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "unknown conversion specifier %c"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "unknown format code '%c' for object of type '%s'"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "unknown format code '%c' for object of type 'float'"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "unknown format code '%c' for object of type 'str'"
-msgstr ""
-
-#: py/compile.c
-msgid "unknown type"
-msgstr ""
-
-#: py/emitnative.c
-msgid "unknown type '%q'"
-msgstr ""
-
-#: py/objstr.c
-msgid "unmatched '{' in format"
-msgstr ""
-
-#: py/objtype.c py/runtime.c
-msgid "unreadable attribute"
-msgstr ""
-
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
-#: py/emitinlinethumb.c
-#, c-format
-msgid "unsupported Thumb instruction '%s' with %d arguments"
-msgstr ""
-
-#: py/emitinlinextensa.c
-#, c-format
-msgid "unsupported Xtensa instruction '%s' with %d arguments"
-msgstr ""
-
-#: py/objstr.c
-#, c-format
-msgid "unsupported format character '%c' (0x%x) at index %d"
-msgstr ""
-
-#: py/runtime.c
-msgid "unsupported type for %q: '%s'"
-msgstr ""
-
-#: py/runtime.c
-msgid "unsupported type for operator"
-msgstr ""
-
-#: py/runtime.c
-msgid "unsupported types for %q: '%s', '%s'"
-msgstr ""
-
-#: py/objint.c
-#, c-format
-msgid "value must fit in %d byte(s)"
-msgstr ""
-
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
@@ -2590,18 +703,6 @@ msgstr ""
msgid "window must be <= interval"
msgstr ""
-#: shared-bindings/_pixelbuf/PixelBuf.c
-msgid "write_args must be a list, tuple, or None"
-msgstr ""
-
-#: py/objstr.c
-msgid "wrong number of arguments"
-msgstr ""
-
-#: py/runtime.c
-msgid "wrong number of values to unpack"
-msgstr ""
-
#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""
@@ -2613,7 +714,3 @@ msgstr ""
#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr ""
-
-#: py/objrange.c
-msgid "zero step"
-msgstr ""