diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-12-30 16:25:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 16:25:11 -0600 |
| commit | 5698b8bb0a178d9022cb20de417efa0f77216e87 (patch) | |
| tree | cc5bf4c3d82a9feac6baa3e83c73e525f928f17f /locale/circuitpython.pot | |
| parent | 7e78af7acada790cd955fc43a7a510adf9671b23 (diff) | |
| parent | 0bad6110d4f2c1b66560dccb2eaf54f563d8f5a8 (diff) | |
Merge pull request #3850 from microDev1/touch-s26.1.0-beta.3
Support for Touch Alarm
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 3edadd57c..880b1c74c 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-23 23:04-0500\n" +"POT-Creation-Date: 2020-12-22 22:54+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1170,6 +1170,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" @@ -1488,6 +1489,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 "" @@ -1858,6 +1863,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 "" |
