diff options
| author | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-18 19:57:13 -0600 |
|---|---|---|
| committer | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-18 19:57:13 -0600 |
| commit | 672d0e27a3a2ab9c0abcceb4b23df1db687834f4 (patch) | |
| tree | 5510a5e5bb87f22ab2d95c908c1f778be80b90ed | |
| parent | a01ff658ea22ee586d0e425e8498620dc28b424b (diff) | |
make translate
| -rw-r--r-- | locale/circuitpython.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 434684e13..ab404ca00 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -564,6 +564,10 @@ msgstr "" msgid "Can only alarm on two low pins from deep sleep." msgstr "" +#: ports/esp32s2/common-hal/wifi/Radio.c +msgid "Can't connect when wifi is not enabled" +msgstr "" + #: ports/nrf/common-hal/_bleio/Characteristic.c msgid "Can't set CCCD on local Characteristic" msgstr "" |
