diff options
| author | microDev <70126934+microDev1@users.noreply.github.com> | 2020-12-12 05:25:46 +0530 |
|---|---|---|
| committer | microDev <70126934+microDev1@users.noreply.github.com> | 2020-12-12 05:25:46 +0530 |
| commit | 37ee5e683deb26ee691090d4f51b0ade4fa9b61c (patch) | |
| tree | 8c7ccf1824b6806c895bf5bb9f38dadf570a3e1f /locale/circuitpython.pot | |
| parent | 92098ca06b2d119db7810738ed7da262bdea5686 (diff) | |
| parent | eda3392f500f346a16d5d6b96d15e0269642310c (diff) | |
Merge branch 'main' into ota-s2
Diffstat (limited to 'locale/circuitpython.pot')
| -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 214b7aad1..6ee4d816a 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 @@ -2035,6 +2039,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 "" |
