diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-18 09:56:43 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-03-18 09:56:43 -0400 |
| commit | aff4e341f99db9cc7c51cf2988f93eb43ccd0316 (patch) | |
| tree | caed042285a004d50bb5eabfd230384d8265c691 /locale/circuitpython.pot | |
| parent | 9cceea0d68492760524c1c3fd9c87d94066e6ccb (diff) | |
make translate
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 162 |
1 files changed, 89 insertions, 73 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index bbdb06287..30d697ff4 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-03-12 17:20-0700\n" +"POT-Creation-Date: 2019-03-18 09:56-0400\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" @@ -52,8 +52,8 @@ msgstr "" msgid "%q indices must be integers, not %s" msgstr "" +#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c #: shared-bindings/bleio/CharacteristicBuffer.c -#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c msgid "%q must be >= 1" msgstr "" @@ -69,12 +69,12 @@ msgstr "" msgid "'%q' argument required" msgstr "" -#: py/emitinlinethumb.c py/emitinlinextensa.c +#: py/emitinlinextensa.c py/emitinlinethumb.c #, c-format msgid "'%s' expects a label" msgstr "" -#: py/emitinlinethumb.c py/emitinlinextensa.c +#: py/emitinlinextensa.c py/emitinlinethumb.c #, c-format msgid "'%s' expects a register" msgstr "" @@ -94,7 +94,7 @@ msgstr "" msgid "'%s' expects an address of the form [a, b]" msgstr "" -#: py/emitinlinethumb.c py/emitinlinextensa.c +#: py/emitinlinextensa.c py/emitinlinethumb.c #, c-format msgid "'%s' expects an integer" msgstr "" @@ -255,11 +255,10 @@ msgstr "" 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 +#: shared-bindings/pulseio/PWMOut.c ports/nrf/common-hal/pulseio/PulseOut.c #: ports/atmel-samd/common-hal/pulseio/PulseOut.c -#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c -#: shared-module/_pew/PewPew.c +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c +#: ports/atmel-samd/common-hal/audioio/AudioOut.c shared-module/_pew/PewPew.c msgid "All timers in use" msgstr "" @@ -326,12 +325,12 @@ msgstr "" msgid "Buffer incorrect size. Should be %d bytes." msgstr "" -#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c +#: shared-bindings/busio/I2C.c shared-bindings/bitbangio/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 +#: ports/atmel-samd/common-hal/displayio/ParallelBus.c #, c-format msgid "Bus pin %d is already in use" msgstr "" @@ -373,7 +372,7 @@ msgstr "" msgid "Cannot connect to AP" msgstr "" -#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c +#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c msgid "Cannot delete values" msgstr "" @@ -381,8 +380,8 @@ msgstr "" msgid "Cannot disconnect from AP" msgstr "" -#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c #: ports/nrf/common-hal/digitalio/DigitalInOut.c +#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c msgid "Cannot get pull while in output mode" msgstr "" @@ -406,8 +405,8 @@ msgstr "" msgid "Cannot remount '/' when USB is active." msgstr "" -#: ports/atmel-samd/common-hal/microcontroller/__init__.c #: ports/esp8266/common-hal/microcontroller/__init__.c +#: ports/atmel-samd/common-hal/microcontroller/__init__.c msgid "Cannot reset into bootloader because no bootloader is present." msgstr "" @@ -467,7 +466,7 @@ msgstr "" msgid "Column entry must be digitalio.DigitalInOut" msgstr "" -#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c +#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c msgid "Command must be an int between 0 and 255" msgstr "" @@ -496,8 +495,8 @@ msgstr "" msgid "DAC already in use" msgstr "" -#: ports/atmel-samd/common-hal/displayio/ParallelBus.c #: ports/nrf/common-hal/displayio/ParallelBus.c +#: ports/atmel-samd/common-hal/displayio/ParallelBus.c msgid "Data 0 pin must be byte aligned" msgstr "" @@ -505,8 +504,8 @@ msgstr "" msgid "Data chunk must follow fmt chunk" msgstr "" -#: ports/nrf/common-hal/bleio/Broadcaster.c #: ports/nrf/common-hal/bleio/Peripheral.c +#: ports/nrf/common-hal/bleio/Broadcaster.c msgid "Data too large for advertisement packet" msgstr "" @@ -538,8 +537,8 @@ msgstr "" msgid "ESP8266 does not support pull down." msgstr "" -#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c #: ports/atmel-samd/common-hal/pulseio/PulseIn.c +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c msgid "EXTINT channel already in use" msgstr "" @@ -551,8 +550,8 @@ msgstr "" msgid "Error in regex" msgstr "" -#: shared-bindings/microcontroller/Pin.c -#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c +#: shared-bindings/microcontroller/Pin.c shared-bindings/pulseio/PulseOut.c +#: shared-bindings/neopixel_write/__init__.c #: shared-bindings/terminalio/Terminal.c msgid "Expected a %q" msgstr "" @@ -561,8 +560,8 @@ msgstr "" msgid "Expected a Characteristic" msgstr "" -#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c -#: shared-bindings/bleio/Service.c +#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c +#: shared-bindings/bleio/Characteristic.c msgid "Expected a UUID" msgstr "" @@ -594,13 +593,13 @@ msgstr "" msgid "Failed to add service, err 0x%04x" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c +#: ports/nrf/common-hal/busio/UART.c ports/atmel-samd/common-hal/busio/UART.c msgid "Failed to allocate RX buffer" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c -#: ports/esp8266/common-hal/pulseio/PulseIn.c #: ports/nrf/common-hal/pulseio/PulseIn.c +#: ports/esp8266/common-hal/pulseio/PulseIn.c +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c #, c-format msgid "Failed to allocate RX buffer of %d bytes" msgstr "" @@ -676,8 +675,8 @@ msgstr "" msgid "Failed to start advertising" msgstr "" -#: ports/nrf/common-hal/bleio/Broadcaster.c #: ports/nrf/common-hal/bleio/Peripheral.c +#: ports/nrf/common-hal/bleio/Broadcaster.c #, c-format msgid "Failed to start advertising, err 0x%04x" msgstr "" @@ -695,8 +694,8 @@ msgstr "" msgid "Failed to stop advertising" msgstr "" -#: ports/nrf/common-hal/bleio/Broadcaster.c #: ports/nrf/common-hal/bleio/Peripheral.c +#: ports/nrf/common-hal/bleio/Broadcaster.c #, c-format msgid "Failed to stop advertising, err 0x%04x" msgstr "" @@ -715,12 +714,30 @@ msgstr "" msgid "File exists" msgstr "" +#: ports/nrf/supervisor/internal_flash.c +msgid "Flash erase failed" +msgstr "" + +#: ports/nrf/supervisor/internal_flash.c +#, c-format +msgid "Flash erase failed to start, err 0x%04x" +msgstr "" + +#: ports/nrf/supervisor/internal_flash.c +msgid "Flash write failed" +msgstr "" + +#: ports/nrf/supervisor/internal_flash.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/SPI.c +#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/I2C.c +#: shared-bindings/bitbangio/SPI.c msgid "Function requires lock" msgstr "" @@ -736,7 +753,7 @@ msgstr "" msgid "Group full" msgstr "" -#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c +#: py/objstringio.c ports/unix/file.c extmod/vfs_posix_file.c msgid "I/O operation on closed file" msgstr "" @@ -762,8 +779,8 @@ msgstr "" msgid "Invalid BMP file" msgstr "" +#: shared-bindings/pulseio/PWMOut.c ports/nrf/common-hal/pulseio/PWMOut.c #: ports/atmel-samd/common-hal/pulseio/PWMOut.c -#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c msgid "Invalid PWM frequency" msgstr "" @@ -808,17 +825,17 @@ msgstr "" msgid "Invalid format chunk size" msgstr "" -#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c msgid "Invalid number of bits" msgstr "" -#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c 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 +#: ports/atmel-samd/common-hal/touchio/TouchIn.c +#: ports/atmel-samd/common-hal/audioio/AudioOut.c msgid "Invalid pin" msgstr "" @@ -830,15 +847,14 @@ msgstr "" msgid "Invalid pin for right channel" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c +#: ports/nrf/common-hal/busio/I2C.c 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 +#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c msgid "Invalid polarity" msgstr "" @@ -933,11 +949,11 @@ msgstr "" msgid "No PulseIn support for %q" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c +#: ports/nrf/common-hal/busio/UART.c ports/atmel-samd/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 +#: ports/nrf/common-hal/busio/UART.c ports/atmel-samd/common-hal/busio/UART.c msgid "No TX pin" msgstr "" @@ -969,8 +985,8 @@ msgstr "" msgid "No hardware support for analog out." msgstr "" -#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c #: ports/atmel-samd/common-hal/pulseio/PulseIn.c +#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c msgid "No hardware support on pin" msgstr "" @@ -1046,7 +1062,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c +#: ports/esp8266/machine_pwm.c ports/esp8266/common-hal/pulseio/PWMOut.c #, c-format msgid "PWM not supported on pin %d" msgstr "" @@ -1059,8 +1075,8 @@ msgstr "" msgid "Pin %q does not have ADC capabilities" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogIn.c #: ports/nrf/common-hal/analogio/AnalogIn.c +#: ports/atmel-samd/common-hal/analogio/AnalogIn.c msgid "Pin does not have ADC capabilities" msgstr "" @@ -1092,7 +1108,7 @@ msgstr "" msgid "RTC calibration is not supported on this board" msgstr "" -#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c +#: shared-bindings/time/__init__.c shared-bindings/rtc/RTC.c msgid "RTC is not supported on this board" msgstr "" @@ -1104,7 +1120,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: extmod/vfs_fat.c py/moduerrno.c +#: py/moduerrno.c extmod/vfs_fat.c msgid "Read-only filesystem" msgstr "" @@ -1158,8 +1174,8 @@ msgstr "" msgid "Slice and value different lengths." msgstr "" -#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c -#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c +#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/displayio/TileGrid.c shared-bindings/displayio/Group.c msgid "Slices not supported" msgstr "" @@ -1239,7 +1255,7 @@ msgstr "" msgid "Too many channels in sample." msgstr "" -#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c +#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c msgid "Too many display busses" msgstr "" @@ -1404,7 +1420,7 @@ msgstr "" msgid "abort() called" msgstr "" -#: extmod/machine_mem.c ports/unix/modmachine.c +#: ports/unix/modmachine.c extmod/machine_mem.c #, c-format msgid "address %08x is not aligned to %d bytes" msgstr "" @@ -1433,7 +1449,7 @@ msgstr "" msgid "argument should be a '%q' not a '%q'" msgstr "" -#: py/objarray.c shared-bindings/nvm/ByteArray.c +#: shared-bindings/nvm/ByteArray.c py/objarray.c msgid "array/bytes required on right side" msgstr "" @@ -1494,7 +1510,7 @@ msgstr "" msgid "buffer size must match format" msgstr "" -#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c +#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c msgid "buffer slices must be of equal length" msgstr "" @@ -1502,7 +1518,7 @@ msgstr "" msgid "buffer too long" msgstr "" -#: py/modstruct.c shared-bindings/struct/__init__.c +#: shared-bindings/struct/__init__.c py/modstruct.c #: shared-module/struct/__init__.c msgid "buffer too small" msgstr "" @@ -1802,8 +1818,8 @@ msgstr "" 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 +#: shared-bindings/math/__init__.c py/objfloat.c py/runtime.c py/modmath.c +#: py/objint_longlong.c py/objint_mpz.c msgid "division by zero" msgstr "" @@ -1815,7 +1831,7 @@ msgstr "" msgid "empty" msgstr "" -#: extmod/moduheapq.c extmod/modutimeq.c +#: extmod/modutimeq.c extmod/moduheapq.c msgid "empty heap" msgstr "" @@ -1888,7 +1904,7 @@ msgstr "" msgid "ffi_prep_closure_loc" msgstr "" -#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c +#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c msgid "file must be a file opened in byte mode" msgstr "" @@ -2008,9 +2024,9 @@ msgstr "" msgid "incorrect padding" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c +#: py/obj.c ports/nrf/common-hal/pulseio/PulseIn.c #: ports/esp8266/common-hal/pulseio/PulseIn.c -#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c msgid "index out of range" msgstr "" @@ -2058,7 +2074,7 @@ msgstr "" msgid "invalid cert" msgstr "" -#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c +#: ports/esp8266/machine_uart.c ports/esp8266/common-hal/busio/UART.c msgid "invalid data bits" msgstr "" @@ -2090,11 +2106,11 @@ msgstr "" msgid "invalid step" msgstr "" -#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c +#: ports/esp8266/machine_uart.c ports/esp8266/common-hal/busio/UART.c msgid "invalid stop bits" msgstr "" -#: py/compile.c py/parse.c +#: py/parse.c py/compile.c msgid "invalid syntax" msgstr "" @@ -2131,7 +2147,7 @@ msgstr "" msgid "keywords must be strings" msgstr "" -#: py/emitinlinethumb.c py/emitinlinextensa.c +#: py/emitinlinextensa.c py/emitinlinethumb.c msgid "label '%q' not defined" msgstr "" @@ -2171,7 +2187,7 @@ msgstr "" msgid "map buffer too small" msgstr "" -#: py/modmath.c shared-bindings/math/__init__.c +#: shared-bindings/math/__init__.c py/modmath.c msgid "math domain error" msgstr "" @@ -2246,11 +2262,11 @@ msgstr "" msgid "need more than %d values to unpack" msgstr "" -#: py/objint_longlong.c py/objint_mpz.c py/runtime.c +#: py/runtime.c py/objint_longlong.c py/objint_mpz.c msgid "negative power with no float support" msgstr "" -#: py/objint_mpz.c py/runtime.c +#: py/runtime.c py/objint_mpz.c msgid "negative shift count" msgstr "" @@ -2270,7 +2286,7 @@ msgstr "" msgid "no module named '%q'" msgstr "" -#: py/runtime.c shared-bindings/_pixelbuf/__init__.c +#: shared-bindings/_pixelbuf/__init__.c py/runtime.c msgid "no such attribute" msgstr "" @@ -2361,8 +2377,8 @@ msgstr "" msgid "offset out of bounds" msgstr "" -#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c -#: shared-bindings/nvm/ByteArray.c +#: shared-bindings/nvm/ByteArray.c py/objstr.c py/objarray.c py/objstrunicode.c +#: py/objtuple.c msgid "only slices with step=1 (aka None) are supported" msgstr "" @@ -2415,9 +2431,9 @@ msgstr "" msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c -#: ports/esp8266/common-hal/pulseio/PulseIn.c #: ports/nrf/common-hal/pulseio/PulseIn.c +#: ports/esp8266/common-hal/pulseio/PulseIn.c +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c msgid "pop from an empty PulseIn" msgstr "" @@ -2496,7 +2512,7 @@ msgstr "" msgid "schedule stack full" msgstr "" -#: lib/utils/pyexec.c py/builtinimport.c +#: py/builtinimport.c lib/utils/pyexec.c msgid "script compilation not supported" msgstr "" @@ -2524,7 +2540,7 @@ msgstr "" msgid "slice step cannot be zero" msgstr "" -#: py/objint.c py/sequence.c +#: py/sequence.c py/objint.c msgid "small int overflow" msgstr "" @@ -2650,7 +2666,7 @@ msgstr "" msgid "tuple/list required on RHS" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c +#: ports/nrf/common-hal/busio/UART.c ports/atmel-samd/common-hal/busio/UART.c msgid "tx and rx cannot both be None" msgstr "" |
