diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-08-22 15:20:23 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-08-22 15:20:23 -0400 |
| commit | 7cc15e56c831e302db2c61ac4fb4f8bc9b1bfe8f (patch) | |
| tree | a1c11233deacc8777395009072dba6de8d60df5a /locale/circuitpython.pot | |
| parent | 95d728faf0c87b011b9ab13ad67f26820bb6401f (diff) | |
| parent | 18f441ae3519899fbdff5afc2d2e47a94cb36a73 (diff) | |
make translate
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 2ccb77d5f..50de690fe 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-08-20 13:06-0400\n" +"POT-Creation-Date: 2019-08-22 15:20-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" @@ -326,6 +326,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 +518,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 "" @@ -1297,9 +1309,6 @@ msgid "Unsupported pull value." msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c -msgid "Value length required fixed length" -msgstr "" - #: ports/nrf/common-hal/bleio/Descriptor.c msgid "Value length != required fixed length" msgstr "" |
