diff options
| author | Hosted Weblate <hosted@weblate.org> | 2021-02-19 03:29:13 +0100 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2021-02-19 03:29:13 +0100 |
| commit | 552f25255f9e58d8b68bf01494ab210c096a51c6 (patch) | |
| tree | 5b0a63446baac33ecd43859f392484c2faddd81f /locale | |
| parent | df1789c2706a79e275ae081981fe299332f38f58 (diff) | |
| parent | 1cd4e4552e1a72c61a787c2fa0b8d51a7cf1301f (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 15 |
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 "" |
