diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-12-14 13:00:57 -0500 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-12-14 13:00:57 -0500 |
| commit | cac755ba16cd0bd68a3251ca26a1d7ba4099e4fa (patch) | |
| tree | 4541c5fd16b5d42d1c0fa1fb8ff2836451c4d0c5 /locale | |
| parent | dc560f0eee74a95e96dd402f76c6aa31ba13d712 (diff) | |
| parent | 6cced494022007e6d1fea1b022b37e5b6212111e (diff) | |
Merge remote-tracking branch 'upstream/main' into esp-analog-hang
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 5a850d13c..f7d5e2020 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1560,7 +1560,11 @@ msgid "Prefix buffer must be on the heap" msgstr "" #: main.c -msgid "Press any key to enter the REPL. Use CTRL-D to reload." +msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n" +msgstr "" + +#: main.c +msgid "Pretending to deep sleep until alarm, any key or file write.\n" msgstr "" #: shared-bindings/digitalio/DigitalInOut.c @@ -2031,6 +2035,10 @@ msgstr "" msgid "WiFi password must be between 8 and 63 characters" msgstr "" +#: main.c +msgid "Woken up by alarm.\n" +msgstr "" + #: ports/nrf/common-hal/_bleio/PacketBuffer.c msgid "Writes not supported on Characteristic" msgstr "" |
