diff options
| author | Sean Cross <sean@xobs.io> | 2020-05-19 15:01:38 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-05-19 15:01:38 +0800 |
| commit | f56188c2616a399a2db07b3d964f1cbc23051d3a (patch) | |
| tree | 7cec714d848cd0902d533226feccb7b020acf49c /locale/circuitpython.pot | |
| parent | 34f91f01c6691908e024eba07b7f0eff187a693a (diff) | |
locale: regenerate translations for new bleio msg
There is now an adapter timeout message.
Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 565425646..7e80e5c9d 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-05-18 13:32-0700\n" +"POT-Creation-Date: 2020-05-19 15:01+0800\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" @@ -1473,6 +1473,11 @@ msgstr "" msgid "Tile width must exactly divide bitmap width" msgstr "" +#: ports/nrf/common-hal/_bleio/Adapter.c +#, c-format +msgid "Timeout is too long: Maximum timeout length is %d seconds" +msgstr "" + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c msgid "Too many channels in sample." msgstr "" |
