diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-08-21 23:48:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-21 23:48:21 -0700 |
| commit | 6aa311aabd8372a69361f23f4de07dae16145c18 (patch) | |
| tree | dc327ebb615ac841dfe5d7e4a39ff652624e1bdb /locale/circuitpython.pot | |
| parent | 524fa8209282cd727c01c32ccd85ee14f12623af (diff) | |
| parent | 99a3da3b60d518ee3b590fb6c693c1e189e3bb30 (diff) | |
Merge pull request #2027 from dastels/displayio_fill_area
To displayio.Display: expose fill_area and add a property for rotation
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index d0a5646e0..ee0d8485a 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,6 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-21 14:18-0400\n" "POT-Creation-Date: 2019-08-19 10:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" @@ -326,6 +327,14 @@ msgstr "" msgid "Buffer incorrect size. Should be %d bytes." msgstr "" +#: shared-bindings/displayio/Display.c +msgid "Buffer is not a bytearray." +msgstr "" + +#: shared-bindings/displayio/Display.c +msgid "Buffer is too small" +msgstr "" + #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c #, c-format msgid "Buffer length %d too big. It must be less than %d" @@ -510,6 +519,10 @@ msgid "Destination capacity is smaller than destination_length." msgstr "" #: shared-bindings/displayio/Display.c +msgid "Display must have a 16 bit colorspace." +msgstr "" + +#: shared-bindings/displayio/Display.c msgid "Display rotation must be in 90 degree increments" msgstr "" |
