diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-11-17 20:21:18 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2019-11-17 20:21:18 -0600 |
| commit | c449748663e9b756336d09606c5f45d830bf1c07 (patch) | |
| tree | b72a03f3cba01a6961eb47444995638a86777239 /locale/circuitpython.pot | |
| parent | 25273f9e87d64f04957df9a1e1ef6f26a5146142 (diff) | |
locale: commit results of running "make translate"
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 129 |
1 files changed, 4 insertions, 125 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 34aa3ff0a..ee9f5344a 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-10-21 19:50-0700\n" +"POT-Creation-Date: 2019-11-17 20:17-0600\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" @@ -428,10 +428,6 @@ msgstr "" 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 "" @@ -543,10 +539,6 @@ msgstr "" 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 @@ -748,14 +740,10 @@ msgstr "" msgid "Group full" msgstr "" -#: extmod/vfs_posix_file.c py/objstringio.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/" @@ -1091,7 +1079,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: extmod/vfs_fat.c py/moduerrno.c +#: py/moduerrno.c msgid "Read-only filesystem" msgstr "" @@ -1119,7 +1107,7 @@ msgstr "" msgid "Running in safe mode! Not running saved code.\n" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c +#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c msgid "SDA or SCL needs a pull up" msgstr "" @@ -1151,10 +1139,6 @@ msgstr "" msgid "Slices not supported" msgstr "" -#: extmod/modure.c -msgid "Splitting with sub-captures" -msgstr "" - #: shared-bindings/supervisor/__init__.c msgid "Stack size must be at least 256" msgstr "" @@ -1376,19 +1360,6 @@ msgstr "" 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 "" @@ -1446,10 +1417,6 @@ msgstr "" msgid "bits must be 7, 8 or 9" msgstr "" -#: extmod/machine_spi.c -msgid "bits must be 8" -msgstr "" - #: shared-bindings/audiomixer/Mixer.c msgid "bits_per_sample must be 8 or 16" msgstr "" @@ -1480,10 +1447,6 @@ msgstr "" 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 "" @@ -1714,10 +1677,6 @@ msgstr "" msgid "complex values not supported" msgstr "" -#: extmod/moduzlib.c -msgid "compression header" -msgstr "" - #: py/parse.c msgid "constant must be an integer" msgstr "" @@ -1760,10 +1719,6 @@ msgstr "" msgid "empty" msgstr "" -#: extmod/moduheapq.c extmod/modutimeq.c -msgid "empty heap" -msgstr "" - #: py/objstr.c msgid "empty separator" msgstr "" @@ -1834,10 +1789,6 @@ msgstr "" 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 "" @@ -1906,10 +1857,6 @@ msgstr "" 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 "" @@ -1926,10 +1873,6 @@ msgstr "" 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" @@ -1956,38 +1899,10 @@ msgstr "" 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 "" @@ -2116,10 +2031,6 @@ msgstr "" 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 "" @@ -2186,10 +2097,6 @@ msgstr "" 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 "" @@ -2256,10 +2163,6 @@ msgstr "" 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 "" @@ -2347,10 +2250,6 @@ msgstr "" 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 "" @@ -2463,18 +2362,6 @@ msgstr "" 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 "" @@ -2483,14 +2370,6 @@ msgstr "" 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 "" |
