diff options
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index ddf3ce98f..c7b7085b7 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2022,6 +2022,64 @@ msgstr "" msgid "Unsupported pull value." msgstr "" +#: shared-bindings/displayio/Bitmap.c:66 +msgid "value_size must be power of two" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:85 +msgid "y should be an int" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:90 +msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:95 +msgid "row data must be a buffer" +msgstr "" + +#: shared-bindings/displayio/FourWire.c:55 +#: shared-bindings/displayio/FourWire.c:64 +msgid "displayio is a work in progress" +msgstr "" + +#: shared-bindings/displayio/Group.c:65 +msgid "Group must have size at least 1" +msgstr "" + +#: shared-bindings/displayio/Palette.c:94 +msgid "color buffer must be a bytearray or array of type 'b' or 'B'" +msgstr "" + +#: shared-bindings/displayio/Palette.c:100 +msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGBA)" +msgstr "" + +#: shared-bindings/displayio/Palette.c:104 +msgid "color must be between 0x000000 and 0xffffff" +msgstr "" + +#: shared-bindings/displayio/Palette.c:108 +msgid "color buffer must be a buffer or int" +msgstr "" + +#: shared-bindings/displayio/Palette.c:124 +#: shared-bindings/displayio/Palette.c:138 +msgid "value should be an int" +msgstr "" + +#: shared-bindings/displayio/Sprite.c:44 +msgid "position must be 2-tuple" +msgstr "" + +#: shared-bindings/displayio/Sprite.c:86 +msgid "unsupported bitmap type" +msgstr "" + +#: shared-bindings/displayio/Sprite.c:151 +msgid "palette must be displayio.Palette" +msgstr "" + #: shared-bindings/gamepad/GamePad.c:100 msgid "too many arguments" msgstr "" @@ -2236,6 +2294,14 @@ msgstr "" msgid "Cannot transfer without MOSI and MISO pins." msgstr "" +#: shared-module/displayio/Bitmap.c:60 +msgid "row must be packed and word aligned" +msgstr "" + +#: shared-module/displayio/Group.c:39 +msgid "Group full" +msgstr "" + #: shared-module/struct/__init__.c:39 msgid "'S' and 'O' are not supported format types" msgstr "" |
