summaryrefslogtreecommitdiff
path: root/locale/cs.po
diff options
context:
space:
mode:
authorHosted Weblate <hosted@weblate.org>2020-11-24 00:17:56 +0100
committerHosted Weblate <hosted@weblate.org>2020-11-24 00:17:56 +0100
commitbb064d719898568183ee9ee2b3c27c3ce5f211ff (patch)
tree7ef40443aa6f68bef7d96d23948fc4fbeb77f779 /locale/cs.po
parentf8dcb2517068499902135f19a818e08c3044a94d (diff)
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Diffstat (limited to 'locale/cs.po')
-rw-r--r--locale/cs.po147
1 files changed, 104 insertions, 43 deletions
diff --git a/locale/cs.po b/locale/cs.po
index bde3a20b8..6eb69fb67 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-11-10 15:30+0530\n"
+"POT-Creation-Date: 2020-11-23 10:10-0600\n"
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
"Last-Translator: dronecz <mzuzelka@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -859,6 +859,10 @@ msgstr ""
msgid "FFT is defined for ndarrays only"
msgstr ""
+#: extmod/ulab/code/fft/fft.c
+msgid "FFT is implemented for linear arrays only"
+msgstr ""
+
#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Failed SSL handshake"
msgstr ""
@@ -1955,7 +1959,7 @@ msgstr ""
msgid "WARNING: Your code filename has two extensions\n"
msgstr ""
-#: shared-bindings/watchdog/WatchDogTimer.c
+#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
msgstr ""
@@ -2034,10 +2038,6 @@ msgstr ""
msgid "addresses is empty"
msgstr ""
-#: extmod/ulab/code/vector/vectorise.c
-msgid "arctan2 is implemented for scalars and ndarrays only"
-msgstr ""
-
#: py/modbuiltins.c
msgid "arg is an empty sequence"
msgstr ""
@@ -2046,6 +2046,10 @@ msgstr ""
msgid "argsort argument must be an ndarray"
msgstr ""
+#: extmod/ulab/code/numerical/numerical.c
+msgid "argsort is not implemented for flattened arrays"
+msgstr ""
+
#: py/runtime.c
msgid "argument has wrong type"
msgstr ""
@@ -2063,15 +2067,23 @@ msgstr ""
msgid "argument should be a '%q' not a '%q'"
msgstr ""
-#: extmod/ulab/code/linalg/linalg.c
+#: extmod/ulab/code/linalg/linalg.c extmod/ulab/code/numerical/numerical.c
msgid "arguments must be ndarrays"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "array and index length must be equal"
+msgstr ""
+
#: py/objarray.c shared-bindings/nvm/ByteArray.c
msgid "array/bytes required on right side"
msgstr ""
#: extmod/ulab/code/numerical/numerical.c
+msgid "attempt to get (arg)min/(arg)max of empty sequence"
+msgstr ""
+
+#: extmod/ulab/code/numerical/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr ""
@@ -2080,15 +2092,15 @@ msgid "attributes not supported yet"
msgstr ""
#: extmod/ulab/code/numerical/numerical.c
-msgid "axis must be -1, 0, None, or 1"
+msgid "axis is out of bounds"
msgstr ""
#: extmod/ulab/code/numerical/numerical.c
-msgid "axis must be -1, 0, or 1"
+msgid "axis must be None, or an integer"
msgstr ""
#: extmod/ulab/code/numerical/numerical.c
-msgid "axis must be None, 0, or 1"
+msgid "axis too long"
msgstr ""
#: py/builtinevex.c
@@ -2292,6 +2304,10 @@ msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
+#: extmod/ulab/code/ndarray_operators.c
+msgid "cannot cast output with casting rule"
+msgstr ""
+
#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr ""
@@ -2308,10 +2324,6 @@ 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 ""
@@ -2384,10 +2396,6 @@ msgstr ""
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/poly.c
msgid "could not invert Vandermonde matrix"
msgstr ""
@@ -2396,6 +2404,10 @@ msgstr ""
msgid "couldn't determine SD card version"
msgstr ""
+#: extmod/ulab/code/numerical/numerical.c
+msgid "cross is defined for 1D arrays of length 3"
+msgstr ""
+
#: extmod/ulab/code/approx/approx.c
msgid "data must be iterable"
msgstr ""
@@ -2404,10 +2416,6 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""
-#: extmod/ulab/code/numerical/numerical.c
-msgid "ddof must be smaller than length of data set"
-msgstr ""
-
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr ""
@@ -2437,6 +2445,10 @@ msgstr ""
msgid "diff argument must be an ndarray"
msgstr ""
+#: extmod/ulab/code/numerical/numerical.c
+msgid "differentiation order out of range"
+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"
@@ -2552,6 +2564,10 @@ msgstr ""
msgid "first argument must be a function"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "first argument must be a tuple of ndarrays"
+msgstr ""
+
#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr ""
@@ -2605,8 +2621,8 @@ msgstr ""
msgid "function has the same sign at the ends of interval"
msgstr ""
-#: extmod/ulab/code/compare/compare.c
-msgid "function is implemented for scalars and ndarrays only"
+#: extmod/ulab/code/ndarray.c
+msgid "function is defined for ndarrays only"
msgstr ""
#: py/argcheck.c
@@ -2676,6 +2692,7 @@ msgstr ""
msgid "index is out of bounds"
msgstr ""
+#: extmod/ulab/code/numerical/numerical.c
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr ""
@@ -2700,6 +2717,10 @@ msgstr ""
msgid "inline assembler must be a function"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "input and output shapes are not compatible"
+msgstr ""
+
#: extmod/ulab/code/ulab_create.c
msgid "input argument must be an integer or a 2-tuple"
msgstr ""
@@ -2708,6 +2729,10 @@ msgstr ""
msgid "input array length must be power of 2"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "input arrays are not compatible"
+msgstr ""
+
#: extmod/ulab/code/poly/poly.c
msgid "input data must be an iterable"
msgstr ""
@@ -2720,6 +2745,22 @@ msgstr ""
msgid "input matrix is singular"
msgstr ""
+#: extmod/ulab/code/user/user.c
+msgid "input must be a dense ndarray"
+msgstr ""
+
+#: extmod/ulab/code/ulab_create.c
+msgid "input must be a tensor of rank 2"
+msgstr ""
+
+#: extmod/ulab/code/ulab_create.c extmod/ulab/code/user/user.c
+msgid "input must be an ndarray"
+msgstr ""
+
+#: extmod/ulab/code/filter/filter.c
+msgid "input must be one-dimensional"
+msgstr ""
+
#: extmod/ulab/code/linalg/linalg.c
msgid "input must be square matrix"
msgstr ""
@@ -2732,6 +2773,10 @@ msgstr ""
msgid "input vectors must be of equal length"
msgstr ""
+#: extmod/ulab/code/poly/poly.c
+msgid "inputs are not iterable"
+msgstr ""
+
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr ""
@@ -2900,6 +2945,10 @@ msgstr ""
msgid "max_length must be > 0"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "maximum number of dimensions is 4"
+msgstr ""
+
#: py/runtime.c
msgid "maximum recursion depth exceeded"
msgstr ""
@@ -2949,10 +2998,6 @@ msgstr ""
msgid "must use keyword argument for key function"
msgstr ""
-#: extmod/ulab/code/numerical/numerical.c
-msgid "n must be between 0, and 9"
-msgstr ""
-
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr ""
@@ -3035,6 +3080,10 @@ msgstr ""
msgid "non-keyword arg after keyword arg"
msgstr ""
+#: extmod/ulab/code/linalg/linalg.c
+msgid "norm is defined for 1D and 2D arrays"
+msgstr ""
+
#: shared-bindings/_bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr ""
@@ -3047,10 +3096,6 @@ msgstr ""
msgid "not enough arguments for format string"
msgstr ""
-#: extmod/ulab/code/poly/poly.c
-msgid "number of arguments must be 2, or 3"
-msgstr ""
-
#: extmod/ulab/code/ulab_create.c
msgid "number of points must be at least 2"
msgstr ""
@@ -3103,6 +3148,10 @@ msgstr ""
msgid "odd-length string"
msgstr ""
+#: extmod/ulab/code/ulab_create.c
+msgid "offset is too large"
+msgstr ""
+
#: py/objstr.c py/objstrunicode.c
msgid "offset out of bounds"
msgstr ""
@@ -3125,6 +3174,14 @@ msgstr ""
msgid "operands could not be broadcast together"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "operation is implemented for 1D Boolean arrays only"
+msgstr ""
+
+#: extmod/ulab/code/numerical/numerical.c
+msgid "operation is not implemented for flattened array"
+msgstr ""
+
#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr ""
@@ -3259,6 +3316,10 @@ msgstr ""
msgid "requested length %d but object has length %d"
msgstr ""
+#: extmod/ulab/code/ndarray_operators.c
+msgid "results cannot be cast to specified type"
+msgstr ""
+
#: py/compile.c
msgid "return annotation must be an identifier"
msgstr ""
@@ -3277,8 +3338,8 @@ msgstr ""
msgid "rgb_pins[%d] is not on the same port as clock"
msgstr ""
-#: extmod/ulab/code/ndarray.c
-msgid "right hand side must be an ndarray, or a scalar"
+#: extmod/ulab/code/numerical/numerical.c
+msgid "roll argument must be an ndarray"
msgstr ""
#: py/objstr.c
@@ -3304,7 +3365,7 @@ msgid "script compilation not supported"
msgstr ""
#: extmod/ulab/code/ndarray.c
-msgid "shape must be a 2-tuple"
+msgid "shape must be a tuple"
msgstr ""
#: py/objstr.c
@@ -3347,10 +3408,6 @@ msgstr ""
msgid "sort argument must be an ndarray"
msgstr ""
-#: extmod/ulab/code/numerical/numerical.c
-msgid "sorted axis can't be longer than 65535"
-msgstr ""
-
#: extmod/ulab/code/filter/filter.c
msgid "sos array must be of shape (n_section, 6)"
msgstr ""
@@ -3456,6 +3513,10 @@ msgstr ""
msgid "timestamp out of range for platform time_t"
msgstr ""
+#: extmod/ulab/code/ndarray.c
+msgid "tobytes can be invoked for dense arrays only"
+msgstr ""
+
#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr ""
@@ -3631,12 +3692,12 @@ msgstr ""
msgid "window must be <= interval"
msgstr ""
-#: extmod/ulab/code/linalg/linalg.c
-msgid "wrong argument type"
+#: extmod/ulab/code/numerical/numerical.c
+msgid "wrong axis index"
msgstr ""
-#: extmod/ulab/code/ndarray.c
-msgid "wrong index type"
+#: extmod/ulab/code/ulab_create.c
+msgid "wrong axis specified"
msgstr ""
#: extmod/ulab/code/vector/vectorise.c