summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-10-25 15:21:13 -0500
committerJeff Epler <jepler@gmail.com>2020-10-25 15:21:13 -0500
commit85aa851714f8bc24817b2d56b3286419b43b537a (patch)
tree443381a89b699ec98734bac9cbbed73e320af32a
parent543316a8fbaa78db485c1135b8f9ee5c2d1982e3 (diff)
make translate
-rw-r--r--locale/circuitpython.pot14
1 files changed, 13 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index cf92b0584..cc058e61a 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-10-15 16:06+0530\n"
+"POT-Creation-Date: 2020-10-25 15:21-0500\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"
@@ -2863,6 +2863,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"
@@ -3295,6 +3303,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 ""