Skip to content

Commit 7e632c9

Browse files
committed
Update translations
1 parent 959f729 commit 7e632c9

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

locale/circuitpython.pot

Lines changed: 37 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-01 16:52-0700\n"
11+
"POT-Creation-Date: 2020-06-01 17:10-0700\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"
@@ -2107,6 +2107,14 @@ msgstr ""
21072107
msgid "could not invert Vandermonde matrix"
21082108
msgstr ""
21092109

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+
21102118
#: extmod/ulab/code/numerical.c
21112119
msgid "ddof must be smaller than length of data set"
21122120
msgstr ""
@@ -2239,6 +2247,14 @@ msgstr ""
22392247
msgid "filesystem must provide mount method"
22402248
msgstr ""
22412249

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+
22422258
#: extmod/ulab/code/ndarray.c
22432259
msgid "first argument must be an iterable"
22442260
msgstr ""
@@ -2292,6 +2308,10 @@ msgstr ""
22922308
msgid "function got multiple values for argument '%q'"
22932309
msgstr ""
22942310

2311+
#: extmod/ulab/code/approx.c
2312+
msgid "function has the same sign at the ends of interval"
2313+
msgstr ""
2314+
22952315
#: extmod/ulab/code/compare.c
22962316
msgid "function is implemented for scalars and ndarrays only"
22972317
msgstr ""
@@ -2378,6 +2398,10 @@ msgstr ""
23782398
msgid "indices must be integers, slices, or Boolean lists"
23792399
msgstr ""
23802400

2401+
#: extmod/ulab/code/approx.c
2402+
msgid "initial values must be iterable"
2403+
msgstr ""
2404+
23812405
#: py/compile.c
23822406
msgid "inline assembler must be a function"
23832407
msgstr ""
@@ -2422,6 +2446,10 @@ msgstr ""
24222446
msgid "integer required"
24232447
msgstr ""
24242448

2449+
#: extmod/ulab/code/approx.c
2450+
msgid "interp is defined for 1D arrays of equal length"
2451+
msgstr ""
2452+
24252453
#: shared-bindings/_bleio/Adapter.c
24262454
#, c-format
24272455
msgid "interval must be in range %s-%s"
@@ -3224,6 +3252,10 @@ msgstr ""
32243252
msgid "wrong index type"
32253253
msgstr ""
32263254

3255+
#: extmod/ulab/code/vectorise.c
3256+
msgid "wrong input type"
3257+
msgstr ""
3258+
32273259
#: py/objstr.c
32283260
msgid "wrong number of arguments"
32293261
msgstr ""
@@ -3236,6 +3268,10 @@ msgstr ""
32363268
msgid "wrong operand type"
32373269
msgstr ""
32383270

3271+
#: extmod/ulab/code/vectorise.c
3272+
msgid "wrong output type"
3273+
msgstr ""
3274+
32393275
#: shared-module/displayio/Shape.c
32403276
msgid "x value out of bounds"
32413277
msgstr ""

0 commit comments

Comments
 (0)