summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot214
1 files changed, 213 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 4272080d9..4c0dabfb1 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -184,6 +184,10 @@ msgid "'align' requires 1 argument"
msgstr ""
#: py/compile.c
+msgid "'async for' or 'async with' outside async function"
+msgstr ""
+
+#: py/compile.c
msgid "'await' outside function"
msgstr ""
@@ -673,6 +677,10 @@ msgstr ""
msgid "Extended advertisements with scan response not supported."
msgstr ""
+#: extmod/ulab/code/fft.c
+msgid "FFT is defined for ndarrays only"
+msgstr ""
+
#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr ""
@@ -991,6 +999,10 @@ msgstr ""
msgid "Must provide MISO or MOSI pin"
msgstr ""
+#: py/parse.c
+msgid "Name too long"
+msgstr ""
+
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Negative step not supported"
msgstr ""
@@ -1574,6 +1586,10 @@ msgstr ""
msgid "arg is an empty sequence"
msgstr ""
+#: extmod/ulab/code/numerical.c
+msgid "argsort argument must be an ndarray"
+msgstr ""
+
#: py/runtime.c
msgid "argument has wrong type"
msgstr ""
@@ -1587,6 +1603,10 @@ msgstr ""
msgid "argument should be a '%q' not a '%q'"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "arguments must be ndarrays"
+msgstr ""
+
#: py/objarray.c shared-bindings/nvm/ByteArray.c
msgid "array/bytes required on right side"
msgstr ""
@@ -1595,6 +1615,18 @@ msgstr ""
msgid "attributes not supported yet"
msgstr ""
+#: extmod/ulab/code/numerical.c
+msgid "axis must be -1, 0, None, or 1"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "axis must be -1, 0, or 1"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "axis must be None, 0, or 1"
+msgstr ""
+
#: py/builtinevex.c
msgid "bad compile mode"
msgstr ""
@@ -1837,6 +1869,10 @@ msgstr ""
msgid "cannot perform relative import"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "cannot reshape array (incompatible input/output shape)"
+msgstr ""
+
#: py/emitnative.c
msgid "casting"
msgstr ""
@@ -1893,6 +1929,30 @@ msgstr ""
msgid "conversion to object"
msgstr ""
+#: extmod/ulab/code/filter.c
+msgid "convolve arguments must be linear arrays"
+msgstr ""
+
+#: extmod/ulab/code/filter.c
+msgid "convolve arguments must be ndarrays"
+msgstr ""
+
+#: extmod/ulab/code/filter.c
+msgid "convolve arguments must not be empty"
+msgstr ""
+
+#: extmod/ulab/code/ndarray.c
+msgid "could not broadast input array from shape"
+msgstr ""
+
+#: extmod/ulab/code/poly.c
+msgid "could not invert Vandermonde matrix"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "ddof must be smaller than length of data set"
+msgstr ""
+
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr ""
@@ -1918,6 +1978,10 @@ msgstr ""
msgid "dict update sequence has wrong length"
msgstr ""
+#: extmod/ulab/code/numerical.c
+msgid "diff argument must be an ndarray"
+msgstr ""
+
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
#: shared-bindings/math/__init__.c
msgid "division by zero"
@@ -1931,6 +1995,10 @@ msgstr ""
msgid "empty heap"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "empty index range"
+msgstr ""
+
#: py/objstr.c
msgid "empty separator"
msgstr ""
@@ -1997,6 +2065,10 @@ msgstr ""
msgid "filesystem must provide mount method"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "first argument must be an iterable"
+msgstr ""
+
#: py/objtype.c
msgid "first argument to super() must be type"
msgstr ""
@@ -2005,6 +2077,14 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "flattening order must be either 'C', or 'F'"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "flip argument must be an ndarray"
+msgstr ""
+
#: py/objint.c
msgid "float too big"
msgstr ""
@@ -2021,6 +2101,10 @@ msgstr ""
msgid "full"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "function defined for ndarrays only"
+msgstr ""
+
#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr ""
@@ -2097,6 +2181,10 @@ msgstr ""
msgid "incorrect padding"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "index is out of bounds"
+msgstr ""
+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
@@ -2107,10 +2195,46 @@ msgstr ""
msgid "indices must be integers"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "indices must be integers, slices, or Boolean lists"
+msgstr ""
+
#: py/compile.c
msgid "inline assembler must be a function"
msgstr ""
+#: extmod/ulab/code/create.c
+msgid "input argument must be an integer or a 2-tuple"
+msgstr ""
+
+#: extmod/ulab/code/fft.c
+msgid "input array length must be power of 2"
+msgstr ""
+
+#: extmod/ulab/code/poly.c
+msgid "input data must be an iterable"
+msgstr ""
+
+#: extmod/ulab/code/linalg.c
+msgid "input matrix is asymmetric"
+msgstr ""
+
+#: extmod/ulab/code/linalg.c
+msgid "input matrix is singular"
+msgstr ""
+
+#: extmod/ulab/code/linalg.c
+msgid "input must be square matrix"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "input must be tuple, list, range, or ndarray"
+msgstr ""
+
+#: extmod/ulab/code/poly.c
+msgid "input vectors must be of equal length"
+msgstr ""
+
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr ""
@@ -2189,6 +2313,14 @@ msgstr ""
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "iterables are not of the same length"
+msgstr ""
+
+#: extmod/ulab/code/linalg.c
+msgid "iterations did not converge"
+msgstr ""
+
#: py/objstr.c
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
@@ -2245,6 +2377,10 @@ msgstr ""
msgid "math domain error"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "matrix dimensions do not match"
+msgstr ""
+
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
#, c-format
@@ -2268,6 +2404,10 @@ msgstr ""
msgid "module not found"
msgstr ""
+#: extmod/ulab/code/poly.c
+msgid "more degrees of freedom than data points"
+msgstr ""
+
#: py/compile.c
msgid "multiple *x in assignment"
msgstr ""
@@ -2292,6 +2432,10 @@ msgstr ""
msgid "must use keyword argument for key function"
msgstr ""
+#: extmod/ulab/code/numerical.c
+msgid "n must be between 0, and 9"
+msgstr ""
+
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr ""
@@ -2378,6 +2522,14 @@ msgstr ""
msgid "not enough arguments for format string"
msgstr ""
+#: extmod/ulab/code/poly.c
+msgid "number of arguments must be 2, or 3"
+msgstr ""
+
+#: extmod/ulab/code/create.c
+msgid "number of points must be at least 2"
+msgstr ""
+
#: py/obj.c
#, c-format
msgid "object '%s' is not a tuple or list"
@@ -2436,6 +2588,14 @@ msgstr ""
msgid "only bit_depth=16 is supported"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "only ndarray objects can be inverted"
+msgstr ""
+
+#: extmod/ulab/code/linalg.c
+msgid "only ndarrays can be inverted"
+msgstr ""
+
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr ""
@@ -2445,6 +2605,22 @@ msgstr ""
msgid "only slices with step=1 (aka None) are supported"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "only square matrices can be inverted"
+msgstr ""
+
+#: extmod/ulab/code/ndarray.c
+msgid "operands could not be broadcast together"
+msgstr ""
+
+#: extmod/ulab/code/numerical.c
+msgid "operation is not implemented on ndarrays"
+msgstr ""
+
+#: extmod/ulab/code/ndarray.c
+msgid "operation is not supported for given type"
+msgstr ""
+
#: py/modbuiltins.c
msgid "ord expects a character"
msgstr ""
@@ -2520,6 +2696,10 @@ msgstr ""
msgid "queue overflow"
msgstr ""
+#: extmod/ulab/code/fft.c
+msgid "real and imaginary parts must be of equal length"
+msgstr ""
+
#: py/builtinimport.c
msgid "relative import"
msgstr ""
@@ -2537,6 +2717,10 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "right hand side must be an ndarray, or a scalar"
+msgstr ""
+
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@@ -2559,6 +2743,10 @@ msgstr ""
msgid "script compilation not supported"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "shape must be a 2-tuple"
+msgstr ""
+
#: py/objstr.c
msgid "sign not allowed in string format specifier"
msgstr ""
@@ -2571,6 +2759,10 @@ msgstr ""
msgid "single '}' encountered in format string"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "size is defined for ndarrays only"
+msgstr ""
+
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr ""
@@ -2587,6 +2779,10 @@ msgstr ""
msgid "soft reboot\n"
msgstr ""
+#: extmod/ulab/code/numerical.c
+msgid "sort argument must be an ndarray"
+msgstr ""
+
#: py/objstr.c
msgid "start/end indices"
msgstr ""
@@ -2676,12 +2872,16 @@ msgstr ""
msgid "too many arguments provided with the given format"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "too many indices"
+msgstr ""
+
#: py/runtime.c
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr ""
-#: py/objstr.c
+#: extmod/ulab/code/linalg.c py/objstr.c
msgid "tuple index out of range"
msgstr ""
@@ -2812,6 +3012,14 @@ msgstr ""
msgid "window must be <= interval"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "wrong argument type"
+msgstr ""
+
+#: extmod/ulab/code/ndarray.c
+msgid "wrong input type"
+msgstr ""
+
#: py/objstr.c
msgid "wrong number of arguments"
msgstr ""
@@ -2820,6 +3028,10 @@ msgstr ""
msgid "wrong number of values to unpack"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "wrong operand type on the right hand side"
+msgstr ""
+
#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""