8
8
msgstr ""
9
9
"Project-Id-Version : 0.1\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 : 2020-06-05 17:29+0000\n "
13
13
"
Last-Translator :
aberwag <[email protected] >\n "
14
14
"Language : fr\n "
@@ -3106,6 +3106,10 @@ msgstr "la taille est définie pour les ndarrays uniquement"
3106
3106
msgid "sleep length must be non-negative"
3107
3107
msgstr "la longueur de sleep ne doit pas être négative"
3108
3108
3109
+ #: extmod/ulab/code/ndarray.c
3110
+ msgid "slice step can't be zero"
3111
+ msgstr ""
3112
+
3109
3113
#: py/objslice.c py/sequence.c
3110
3114
msgid "slice step cannot be zero"
3111
3115
msgstr "le pas 'step' de la tranche ne peut être zéro"
@@ -3122,6 +3126,18 @@ msgstr "redémarrage logiciel\n"
3122
3126
msgid "sort argument must be an ndarray"
3123
3127
msgstr "l'argument de «sort» doit être un ndarray"
3124
3128
3129
+ #: extmod/ulab/code/filter.c
3130
+ msgid "sos array must be of shape (n_section, 6)"
3131
+ msgstr ""
3132
+
3133
+ #: extmod/ulab/code/filter.c
3134
+ msgid "sos[:, 3] should be all ones"
3135
+ msgstr ""
3136
+
3137
+ #: extmod/ulab/code/filter.c
3138
+ msgid "sosfilt requires iterable arguments"
3139
+ msgstr ""
3140
+
3125
3141
#: py/objstr.c
3126
3142
msgid "start/end indices"
3127
3143
msgstr "indices de début/fin"
@@ -3413,6 +3429,18 @@ msgstr "valeur y hors limites"
3413
3429
msgid "zero step"
3414
3430
msgstr "'step' nul"
3415
3431
3432
+ #: extmod/ulab/code/filter.c
3433
+ msgid "zi must be an ndarray"
3434
+ msgstr ""
3435
+
3436
+ #: extmod/ulab/code/filter.c
3437
+ msgid "zi must be of float type"
3438
+ msgstr ""
3439
+
3440
+ #: extmod/ulab/code/filter.c
3441
+ msgid "zi must be of shape (n_section, 2)"
3442
+ msgstr ""
3443
+
3416
3444
#~ msgid "AP required"
3417
3445
#~ msgstr "'AP' requis"
3418
3446
0 commit comments