diff options
| author | Jensen Kuras <jensechu@gmail.com> | 2020-10-16 19:55:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-16 19:55:24 -0500 |
| commit | 575b2e607b505fe51d2f4f6c385d6bca80e61d61 (patch) | |
| tree | ce53a6fd68c12641f621934967fb9541a610feaf /locale/circuitpython.pot | |
| parent | 74c07a4bdcc942e57668f1a2181e00d1213864a7 (diff) | |
| parent | f0b37313c5adf2ad940d7279aa49620d36d7292d (diff) | |
Merge branch 'main' into color-converter-transparency
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 35143e04e..7bd1dfa2a 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -947,6 +947,10 @@ msgstr "" msgid "Hardware in use, try alternative pins" msgstr "" +#: shared-bindings/wifi/Radio.c +msgid "Hostname must be between 1 and 253 characters" +msgstr "" + #: extmod/vfs_posix_file.c py/objstringio.c msgid "I/O operation on closed file" msgstr "" @@ -2732,6 +2736,10 @@ msgstr "" msgid "invalid format specifier" msgstr "" +#: shared-bindings/wifi/Radio.c +msgid "invalid hostname" +msgstr "" + #: extmod/modussl_axtls.c msgid "invalid key" msgstr "" |
