summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2021-02-18 20:29:05 -0600
committerGitHub <noreply@github.com>2021-02-18 20:29:05 -0600
commit1cd4e4552e1a72c61a787c2fa0b8d51a7cf1301f (patch)
tree58d5a81dd3753458f2cb9d4d6fddcf89ebc43c66 /locale
parent0ecb24c3e56c64c11265611ec174950b18fce8bf (diff)
parentb854c06a0ca31e97b4c6998ff8ef5b314ebf49e4 (diff)
Merge pull request #4219 from jepler/bit_transpose
Add Bit transpose function to support piopixl8
Diffstat (limited to 'locale')
-rw-r--r--locale/circuitpython.pot15
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index e936dd1f8..0a79520b8 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -1092,6 +1092,11 @@ msgstr ""
msgid "Initialization failed due to lack of memory"
msgstr ""
+#: shared-bindings/bitops/__init__.c
+#, c-format
+msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
+msgstr ""
+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "Input taking too long"
msgstr ""
@@ -1659,6 +1664,11 @@ msgstr ""
msgid "Out of sockets"
msgstr ""
+#: shared-bindings/bitops/__init__.c
+#, c-format
+msgid "Output buffer must be at least %d bytes"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@@ -4101,6 +4111,11 @@ msgstr ""
msgid "watchdog timeout must be greater than 0"
msgstr ""
+#: shared-bindings/bitops/__init__.c
+#, c-format
+msgid "width must be from 2 to 8 (inclusive), not %d"
+msgstr ""
+
#: shared-bindings/rgbmatrix/RGBMatrix.c
msgid "width must be greater than zero"
msgstr ""