8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"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 "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -3009,6 +3009,10 @@ msgstr ""
3009
3009
msgid "sleep length must be non-negative"
3010
3010
msgstr ""
3011
3011
3012
+ #: extmod/ulab/code/ndarray.c
3013
+ msgid "slice step can't be zero"
3014
+ msgstr ""
3015
+
3012
3016
#: py/objslice.c py/sequence.c
3013
3017
msgid "slice step cannot be zero"
3014
3018
msgstr ""
@@ -3025,6 +3029,18 @@ msgstr ""
3025
3029
msgid "sort argument must be an ndarray"
3026
3030
msgstr ""
3027
3031
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
+
3028
3044
#: py/objstr.c
3029
3045
msgid "start/end indices"
3030
3046
msgstr ""
@@ -3314,3 +3330,15 @@ msgstr ""
3314
3330
#: py/objrange.c
3315
3331
msgid "zero step"
3316
3332
msgstr ""
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