Skip to content

Commit

Permalink
make translate
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 4, 2021
1 parent bc14ed3 commit c9dea3d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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 ""
Expand Down

0 comments on commit c9dea3d

Please sign in to comment.