diff options
| author | Hugo Dahl <hugo@code-jedi.com> | 2020-12-30 23:37:55 -0600 |
|---|---|---|
| committer | Hugo Dahl <hugo@code-jedi.com> | 2020-12-30 23:37:55 -0600 |
| commit | ad7f4d8ae97a7cfbd46c32f44de3c9f3e9e56519 (patch) | |
| tree | 2832aa5d299a23eb9325cc392da2a3f4726ecd5f /locale | |
| parent | 1407af72913d891eefe884ff65f42f6b55aa2a14 (diff) | |
| parent | 5698b8bb0a178d9022cb20de417efa0f77216e87 (diff) | |
Merge branch 'main' of https://github.com/adafruit/circuitpython into add-translation-for-builtin-object-help
* 'main' of https://github.com/adafruit/circuitpython:
update wake-alarm implementation
enable light-sleep functionality
update frozen libs for 6.1.0-beta.3
Revert "Removing frozen libs"
add pretend-to-sleep functionality
expose wake pin parameter and more tweaks
add touch alarm support for esp32s2
implement touch alarm
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 770a61e8b..74d7aa5bc 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1174,6 +1174,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audioio/AudioOut.c #: ports/atmel-samd/common-hal/touchio/TouchIn.c +#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c #: shared-module/rgbmatrix/RGBMatrix.c msgid "Invalid pin" @@ -1492,6 +1493,10 @@ msgstr "" msgid "Only one alarm.time alarm can be set." msgstr "" +#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c +msgid "Only one alarm.touch alarm can be set." +msgstr "" + #: shared-module/displayio/ColorConverter.c msgid "Only one color can be transparent at a time" msgstr "" @@ -1862,6 +1867,10 @@ msgstr "" msgid "Total data to write is larger than outgoing_packet_length" msgstr "" +#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c +msgid "TouchAlarm not available in light sleep" +msgstr "" + #: py/obj.c msgid "Traceback (most recent call last):\n" msgstr "" |
