88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2020-06-26 11:50 -0500\n "
11+ "POT-Creation-Date : 2020-07-01 10:33 -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 <LL@li.org>\n "
@@ -3009,6 +3009,10 @@ msgstr ""
30093009msgid "sleep length must be non-negative"
30103010msgstr ""
30113011
3012+ #: extmod/ulab/code/ndarray.c
3013+ msgid "slice step can't be zero"
3014+ msgstr ""
3015+
30123016#: py/objslice.c py/sequence.c
30133017msgid "slice step cannot be zero"
30143018msgstr ""
@@ -3025,6 +3029,18 @@ msgstr ""
30253029msgid "sort argument must be an ndarray"
30263030msgstr ""
30273031
3032+ #: extmod/ulab/code/filter.c
3033+ msgid "sos array must be of shape (n_section, 6)"
3034+ msgstr ""
3035+
3036+ #: extmod/ulab/code/filter.c
3037+ msgid "sos[:, 3] should be all ones"
3038+ msgstr ""
3039+
3040+ #: extmod/ulab/code/filter.c
3041+ msgid "sosfilt requires iterable arguments"
3042+ msgstr ""
3043+
30283044#: py/objstr.c
30293045msgid "start/end indices"
30303046msgstr ""
@@ -3314,3 +3330,15 @@ msgstr ""
33143330#: py/objrange.c
33153331msgid "zero step"
33163332msgstr ""
3333+
3334+ #: extmod/ulab/code/filter.c
3335+ msgid "zi must be an ndarray"
3336+ msgstr ""
3337+
3338+ #: extmod/ulab/code/filter.c
3339+ msgid "zi must be of float type"
3340+ msgstr ""
3341+
3342+ #: extmod/ulab/code/filter.c
3343+ msgid "zi must be of shape (n_section, 2)"
3344+ msgstr ""
0 commit comments