make translate
This commit is contained in:
parent
e33accae4d
commit
48bc4bd5d6
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-06-26 11:50-0500\n"
|
"POT-Creation-Date: 2020-07-01 10:33-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -3009,6 +3009,10 @@ msgstr ""
|
||||||
msgid "sleep length must be non-negative"
|
msgid "sleep length must be non-negative"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/ndarray.c
|
||||||
|
msgid "slice step can't be zero"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: py/objslice.c py/sequence.c
|
#: py/objslice.c py/sequence.c
|
||||||
msgid "slice step cannot be zero"
|
msgid "slice step cannot be zero"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3025,6 +3029,18 @@ msgstr ""
|
||||||
msgid "sort argument must be an ndarray"
|
msgid "sort argument must be an ndarray"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "sos array must be of shape (n_section, 6)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "sos[:, 3] should be all ones"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "sosfilt requires iterable arguments"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: py/objstr.c
|
#: py/objstr.c
|
||||||
msgid "start/end indices"
|
msgid "start/end indices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3314,3 +3330,15 @@ msgstr ""
|
||||||
#: py/objrange.c
|
#: py/objrange.c
|
||||||
msgid "zero step"
|
msgid "zero step"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "zi must be an ndarray"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "zi must be of float type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: extmod/ulab/code/filter.c
|
||||||
|
msgid "zi must be of shape (n_section, 2)"
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue