diff options
| author | Dave Astels <dastels@daveastels.com> | 2019-08-21 14:19:42 -0400 |
|---|---|---|
| committer | Dave Astels <dastels@daveastels.com> | 2019-08-21 14:19:42 -0400 |
| commit | 8b2a1b9e97a16f9bdca430efa574150d0fdea3ea (patch) | |
| tree | e1e39aa28f15dc4d9684c38ae8244f42635579b1 /locale/circuitpython.pot | |
| parent | 5023b622688ef7a4c2e9add3156ffb04e7327674 (diff) | |
Add message ids for translation
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 1b135822f..f2c406ff5 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-07-25 22:48-0700\n" +"POT-Creation-Date: 2019-08-21 14:18-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" @@ -325,6 +325,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 "" + #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c msgid "Buffer must be at least length 1" msgstr "" @@ -496,6 +504,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 "" |
