diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-09-12 16:25:35 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-09-12 16:25:35 -0700 |
| commit | fb833b25d504d610269481b1bcf7375c6ca24873 (patch) | |
| tree | 540b20f7cbd4cda8a7ab4e988c6036f1671d286e /locale/circuitpython.pot | |
| parent | f21cf15c384756ae462fdffded79c4bda8afcc28 (diff) | |
Update translations and limit Sphinx to <1.8.0
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index c2ebcf176..ef9b56e13 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-09-06 14:55-0700\n" +"POT-Creation-Date: 2018-09-12 16:24-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" @@ -123,7 +123,7 @@ msgstr "" msgid "queue overflow" msgstr "" -#: extmod/moduzlib.c:97 +#: extmod/moduzlib.c:98 msgid "compression header" msgstr "" @@ -214,7 +214,7 @@ msgstr "" msgid "Press any key to enter the REPL. Use CTRL-D to reload." msgstr "" -#: main.c:415 +#: main.c:416 msgid "soft reboot\n" msgstr "" @@ -393,7 +393,7 @@ msgid "No TX pin" msgstr "" #: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c:170 -#: ports/nrf/common-hal/digitalio/DigitalInOut.c:153 +#: ports/nrf/common-hal/digitalio/DigitalInOut.c:142 msgid "Cannot get pull while in output mode" msgstr "" @@ -1960,6 +1960,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2034,6 +2035,10 @@ msgstr "" msgid "row data must be a buffer" msgstr "" +#: shared-bindings/displayio/ColorConverter.c:72 +msgid "color should be an int" +msgstr "" + #: shared-bindings/displayio/FourWire.c:55 #: shared-bindings/displayio/FourWire.c:64 msgid "displayio is a work in progress" @@ -2064,16 +2069,16 @@ msgstr "" msgid "palette_index should be an int" msgstr "" -#: shared-bindings/displayio/Sprite.c:45 +#: shared-bindings/displayio/Sprite.c:48 msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/Sprite.c:87 +#: shared-bindings/displayio/Sprite.c:97 msgid "unsupported bitmap type" msgstr "" -#: shared-bindings/displayio/Sprite.c:152 -msgid "palette must be displayio.Palette" +#: shared-bindings/displayio/Sprite.c:162 +msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" #: shared-bindings/gamepad/GamePad.c:100 @@ -2302,6 +2307,24 @@ msgstr "" msgid "Group full" msgstr "" +#: shared-module/displayio/Group.c:48 +msgid "Group empty" +msgstr "" + +#: shared-module/displayio/OnDiskBitmap.c:49 +msgid "Invalid BMP file" +msgstr "" + +#: shared-module/displayio/OnDiskBitmap.c:59 +#, c-format +msgid "Only Windows format, uncompressed BMP supported %d" +msgstr "" + +#: shared-module/displayio/OnDiskBitmap.c:64 +#, c-format +msgid "Only true color (24 bpp or higher) BMP supported %x" +msgstr "" + #: shared-module/struct/__init__.c:39 msgid "'S' and 'O' are not supported format types" msgstr "" |
