diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-10-27 11:47:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 11:47:44 -0500 |
| commit | 5110fec312f0d91642daa65210a814d27a9e2119 (patch) | |
| tree | 2e1be7afabac709f1b3ca79324b0b8a631569008 /locale/circuitpython.pot | |
| parent | caca0609bdbc8f5b1b406fad19878505bb5492a5 (diff) | |
| parent | fa35c3fa7caf24b3b1cc5822f542f5d30476cbe4 (diff) | |
Merge pull request #3608 from adafruit/6.0.x
Update main with latest 6.0.x
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 7ed2d1ba1..aa0f52c96 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2871,6 +2871,14 @@ msgstr "" msgid "maximum recursion depth exceeded" msgstr "" +#: extmod/ulab/code/approx/approx.c +msgid "maxiter must be > 0" +msgstr "" + +#: extmod/ulab/code/approx/approx.c +msgid "maxiter should be > 0" +msgstr "" + #: py/runtime.c #, c-format msgid "memory allocation failed, allocating %u bytes" @@ -3303,6 +3311,10 @@ msgstr "" msgid "sort argument must be an ndarray" msgstr "" +#: extmod/ulab/code/numerical/numerical.c +msgid "sorted axis can't be longer than 65535" +msgstr "" + #: extmod/ulab/code/filter/filter.c msgid "sos array must be of shape (n_section, 6)" msgstr "" |
