77msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-03-30 17:03-0700 \n "
10+ "POT-Creation-Date : 2020-04-13 19:22-0500 \n "
1111"PO-Revision-Date : 2018-07-27 11:55-0700\n "
1212"Last-Translator : Pascal Deneaux\n "
1313"Language-Team : Sebastian Plamauer, Pascal Deneaux\n "
@@ -897,6 +897,7 @@ msgid "Invalid number of bits"
897897msgstr "Ungültige Anzahl von Bits"
898898
899899#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
900+ #: shared-bindings/displayio/FourWire.c
900901msgid "Invalid phase"
901902msgstr "Ungültige Phase"
902903
@@ -928,6 +929,7 @@ msgid "Invalid pins for PWMOut"
928929msgstr ""
929930
930931#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
932+ #: shared-bindings/displayio/FourWire.c
931933msgid "Invalid polarity"
932934msgstr "Ungültige Polarität"
933935
@@ -1652,6 +1654,10 @@ msgstr ""
16521654msgid "array/bytes required on right side"
16531655msgstr "Array/Bytes auf der rechten Seite erforderlich"
16541656
1657+ #: extmod/ulab/code/numerical.c
1658+ msgid "attempt to get argmin/argmax of an empty sequence"
1659+ msgstr ""
1660+
16551661#: py/objstr.c
16561662msgid "attributes not supported yet"
16571663msgstr "Attribute werden noch nicht unterstützt"
@@ -2163,10 +2169,6 @@ msgstr ""
21632169msgid "full"
21642170msgstr "voll"
21652171
2166- #: extmod/ulab/code/linalg.c
2167- msgid "function defined for ndarrays only"
2168- msgstr ""
2169-
21702172#: py/argcheck.c
21712173msgid "function does not take keyword arguments"
21722174msgstr "Funktion akzeptiert keine Keyword-Argumente"
@@ -2180,10 +2182,6 @@ msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
21802182msgid "function got multiple values for argument '%q'"
21812183msgstr "Funktion hat mehrere Werte für Argument '%q'"
21822184
2183- #: extmod/ulab/code/linalg.c
2184- msgid "function is defined for ndarrays only"
2185- msgstr ""
2186-
21872185#: py/argcheck.c
21882186#, c-format
21892187msgid "function missing %d required positional arguments"
@@ -2670,14 +2668,6 @@ msgstr "offset außerhalb der Grenzen"
26702668msgid "only bit_depth=16 is supported"
26712669msgstr "nur eine bit_depth=16 wird unterstützt"
26722670
2673- #: extmod/ulab/code/linalg.c
2674- msgid "only ndarray objects can be inverted"
2675- msgstr ""
2676-
2677- #: extmod/ulab/code/linalg.c
2678- msgid "only ndarrays can be inverted"
2679- msgstr ""
2680-
26812671#: ports/nrf/common-hal/audiobusio/PDMIn.c
26822672msgid "only sample_rate=16000 is supported"
26832673msgstr "nur eine sample_rate=16000 wird unterstützt"
@@ -2687,10 +2677,6 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
26872677msgid "only slices with step=1 (aka None) are supported"
26882678msgstr ""
26892679
2690- #: extmod/ulab/code/linalg.c
2691- msgid "only square matrices can be inverted"
2692- msgstr ""
2693-
26942680#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26952681msgid "operands could not be broadcast together"
26962682msgstr ""
@@ -3114,7 +3100,7 @@ msgid "wrong argument type"
31143100msgstr ""
31153101
31163102#: extmod/ulab/code/ndarray.c
3117- msgid "wrong input type"
3103+ msgid "wrong index type"
31183104msgstr ""
31193105
31203106#: py/objstr.c
@@ -3126,7 +3112,7 @@ msgid "wrong number of values to unpack"
31263112msgstr "falsche Anzahl zu entpackender Werte"
31273113
31283114#: extmod/ulab/code/ndarray.c
3129- msgid "wrong operand type on the right hand side "
3115+ msgid "wrong operand type"
31303116msgstr ""
31313117
31323118#: shared-module/displayio/Shape.c
0 commit comments