diff options
| author | Hosted Weblate <hosted@weblate.org> | 2021-03-09 02:49:51 +0100 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2021-03-09 02:49:51 +0100 |
| commit | f6fe8440d046bc301dc1be65145ea360600235f7 (patch) | |
| tree | 45594ec59582e721457f92976340074ae8d68f04 /locale | |
| parent | 183fbbfe23cb18bcbeed42cb7cdfc3d322d8639b (diff) | |
| parent | 775f1b9e0d72469e2762dd582474fb7a4937ad0d (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 2e31d5dfc..afff80687 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1042,10 +1042,6 @@ msgstr "" msgid "Group already used" msgstr "" -#: shared-module/displayio/Group.c -msgid "Group full" -msgstr "" - #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c #: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c #: ports/stm/common-hal/sdioio/SDCard.c @@ -1787,6 +1783,10 @@ msgid "" "constructor" msgstr "" +#: ports/raspberrypi/common-hal/rotaryio/IncrementalEncoder.c +msgid "Pins must be sequential" +msgstr "" + #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c msgid "Pins must share PWM slice" msgstr "" @@ -3743,6 +3743,10 @@ msgstr "" msgid "pressing both buttons at start up.\n" msgstr "" +#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c +msgid "pull masks conflict with direction masks" +msgstr "" + #: ports/raspberrypi/bindings/rp2pio/StateMachine.c msgid "pull_threshold must be between 1 and 32" msgstr "" |
