Skip to content

Commit 48bc4bd

Browse files
committed
make translate
1 parent e33acca commit 48bc4bd

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

locale/circuitpython.pot

Lines changed: 29 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-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 <[email protected]>\n"
@@ -3009,6 +3009,10 @@ msgstr ""
30093009
msgid "sleep length must be non-negative"
30103010
msgstr ""
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
30133017
msgid "slice step cannot be zero"
30143018
msgstr ""
@@ -3025,6 +3029,18 @@ msgstr ""
30253029
msgid "sort argument must be an ndarray"
30263030
msgstr ""
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
30293045
msgid "start/end indices"
30303046
msgstr ""
@@ -3314,3 +3330,15 @@ msgstr ""
33143330
#: py/objrange.c
33153331
msgid "zero step"
33163332
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

Comments
 (0)