Skip to content

Commit 9817672

Browse files
committed
make translate on 6.0.x
1 parent 5554c27 commit 9817672

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

locale/circuitpython.pot

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-11-09 09:49-0600\n"
11+
"POT-Creation-Date: 2020-11-11 14:06-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -2868,6 +2868,14 @@ msgstr ""
28682868
msgid "maximum recursion depth exceeded"
28692869
msgstr ""
28702870

2871+
#: extmod/ulab/code/approx/approx.c
2872+
msgid "maxiter must be > 0"
2873+
msgstr ""
2874+
2875+
#: extmod/ulab/code/approx/approx.c
2876+
msgid "maxiter should be > 0"
2877+
msgstr ""
2878+
28712879
#: py/runtime.c
28722880
#, c-format
28732881
msgid "memory allocation failed, allocating %u bytes"
@@ -3300,6 +3308,10 @@ msgstr ""
33003308
msgid "sort argument must be an ndarray"
33013309
msgstr ""
33023310

3311+
#: extmod/ulab/code/numerical/numerical.c
3312+
msgid "sorted axis can't be longer than 65535"
3313+
msgstr ""
3314+
33033315
#: extmod/ulab/code/filter/filter.c
33043316
msgid "sos array must be of shape (n_section, 6)"
33053317
msgstr ""

0 commit comments

Comments
 (0)