8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-06-01 16:52 -0700\n "
11
+ "POT-Creation-Date : 2020-06-01 17:10 -0700\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 "
@@ -2107,6 +2107,14 @@ msgstr ""
2107
2107
msgid "could not invert Vandermonde matrix"
2108
2108
msgstr ""
2109
2109
2110
+ #: extmod/ulab/code/approx.c
2111
+ msgid "data must be iterable"
2112
+ msgstr ""
2113
+
2114
+ #: extmod/ulab/code/approx.c
2115
+ msgid "data must be of equal length"
2116
+ msgstr ""
2117
+
2110
2118
#: extmod/ulab/code/numerical.c
2111
2119
msgid "ddof must be smaller than length of data set"
2112
2120
msgstr ""
@@ -2239,6 +2247,14 @@ msgstr ""
2239
2247
msgid "filesystem must provide mount method"
2240
2248
msgstr ""
2241
2249
2250
+ #: extmod/ulab/code/vectorise.c
2251
+ msgid "first argument must be a callable"
2252
+ msgstr ""
2253
+
2254
+ #: extmod/ulab/code/approx.c
2255
+ msgid "first argument must be a function"
2256
+ msgstr ""
2257
+
2242
2258
#: extmod/ulab/code/ndarray.c
2243
2259
msgid "first argument must be an iterable"
2244
2260
msgstr ""
@@ -2292,6 +2308,10 @@ msgstr ""
2292
2308
msgid "function got multiple values for argument '%q'"
2293
2309
msgstr ""
2294
2310
2311
+ #: extmod/ulab/code/approx.c
2312
+ msgid "function has the same sign at the ends of interval"
2313
+ msgstr ""
2314
+
2295
2315
#: extmod/ulab/code/compare.c
2296
2316
msgid "function is implemented for scalars and ndarrays only"
2297
2317
msgstr ""
@@ -2378,6 +2398,10 @@ msgstr ""
2378
2398
msgid "indices must be integers, slices, or Boolean lists"
2379
2399
msgstr ""
2380
2400
2401
+ #: extmod/ulab/code/approx.c
2402
+ msgid "initial values must be iterable"
2403
+ msgstr ""
2404
+
2381
2405
#: py/compile.c
2382
2406
msgid "inline assembler must be a function"
2383
2407
msgstr ""
@@ -2422,6 +2446,10 @@ msgstr ""
2422
2446
msgid "integer required"
2423
2447
msgstr ""
2424
2448
2449
+ #: extmod/ulab/code/approx.c
2450
+ msgid "interp is defined for 1D arrays of equal length"
2451
+ msgstr ""
2452
+
2425
2453
#: shared-bindings/_bleio/Adapter.c
2426
2454
#, c-format
2427
2455
msgid "interval must be in range %s-%s"
@@ -3224,6 +3252,10 @@ msgstr ""
3224
3252
msgid "wrong index type"
3225
3253
msgstr ""
3226
3254
3255
+ #: extmod/ulab/code/vectorise.c
3256
+ msgid "wrong input type"
3257
+ msgstr ""
3258
+
3227
3259
#: py/objstr.c
3228
3260
msgid "wrong number of arguments"
3229
3261
msgstr ""
@@ -3236,6 +3268,10 @@ msgstr ""
3236
3268
msgid "wrong operand type"
3237
3269
msgstr ""
3238
3270
3271
+ #: extmod/ulab/code/vectorise.c
3272
+ msgid "wrong output type"
3273
+ msgstr ""
3274
+
3239
3275
#: shared-module/displayio/Shape.c
3240
3276
msgid "x value out of bounds"
3241
3277
msgstr ""
0 commit comments