5
5
msgstr ""
6
6
"Project-Id-Version : \n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-12-22 22:54+0530 \n "
8
+ "POT-Creation-Date : 2021-01-04 12:55-0600 \n "
9
9
"PO-Revision-Date : 2020-11-26 03:11+0000\n "
10
10
"
Last-Translator :
Daniel Bravo Darriba <[email protected] >\n "
11
11
"Language : de_DE\n "
@@ -1905,10 +1905,6 @@ msgstr ""
1905
1905
"Die Gesamtzahl der zu schreibenden Daten ist größer als "
1906
1906
"outgoing_packet_length"
1907
1907
1908
- #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1909
- msgid "TouchAlarm not available in light sleep"
1910
- msgstr ""
1911
-
1912
1908
#: py/obj.c
1913
1909
msgid "Traceback (most recent call last):\n"
1914
1910
msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"
@@ -2569,6 +2565,10 @@ msgstr ""
2569
2565
msgid "data must be of equal length"
2570
2566
msgstr ""
2571
2567
2568
+ #: extmod/ulab/code/ndarray.c
2569
+ msgid "data type not understood"
2570
+ msgstr ""
2571
+
2572
2572
#: py/parsenum.c
2573
2573
msgid "decimal numbers not supported"
2574
2574
msgstr "Dezimalzahlen nicht unterstützt"
@@ -2882,8 +2882,8 @@ msgid "input and output shapes are not compatible"
2882
2882
msgstr ""
2883
2883
2884
2884
#: extmod/ulab/code/ulab_create.c
2885
- msgid "input argument must be an integer or a 2-tuple "
2886
- msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein "
2885
+ msgid "input argument must be an integer, a tuple, or a list "
2886
+ msgstr ""
2887
2887
2888
2888
#: extmod/ulab/code/fft/fft.c
2889
2889
msgid "input array length must be power of 2"
@@ -3131,6 +3131,10 @@ msgstr ""
3131
3131
msgid "maxiter should be > 0"
3132
3132
msgstr ""
3133
3133
3134
+ #: extmod/ulab/code/numerical/numerical.c
3135
+ msgid "median argument must be an ndarray"
3136
+ msgstr ""
3137
+
3134
3138
#: py/runtime.c
3135
3139
#, c-format
3136
3140
msgid "memory allocation failed, allocating %u bytes"
@@ -3362,10 +3366,6 @@ msgstr "Operanden konnten nicht zusammen gesendet werden"
3362
3366
msgid "operation is implemented for 1D Boolean arrays only"
3363
3367
msgstr ""
3364
3368
3365
- #: extmod/ulab/code/numerical/numerical.c
3366
- msgid "operation is not implemented for flattened array"
3367
- msgstr ""
3368
-
3369
3369
#: extmod/ulab/code/numerical/numerical.c
3370
3370
msgid "operation is not implemented on ndarrays"
3371
3371
msgstr "Die Operation ist für ndarrays nicht implementiert"
@@ -3714,6 +3714,10 @@ msgstr ""
3714
3714
msgid "too many arguments provided with the given format"
3715
3715
msgstr "zu viele Argumente mit dem angegebenen Format"
3716
3716
3717
+ #: extmod/ulab/code/ulab_create.c
3718
+ msgid "too many dimensions"
3719
+ msgstr ""
3720
+
3717
3721
#: extmod/ulab/code/ndarray.c
3718
3722
msgid "too many indices"
3719
3723
msgstr "zu viele Indizes"
@@ -3723,6 +3727,10 @@ msgstr "zu viele Indizes"
3723
3727
msgid "too many values to unpack (expected %d)"
3724
3728
msgstr "zu viele Werte zum Auspacken (erwartet %d)"
3725
3729
3730
+ #: extmod/ulab/code/approx/approx.c
3731
+ msgid "trapz is defined for 1D arrays"
3732
+ msgstr ""
3733
+
3726
3734
#: extmod/ulab/code/approx/approx.c
3727
3735
msgid "trapz is defined for 1D arrays of equal length"
3728
3736
msgstr ""
@@ -3731,10 +3739,6 @@ msgstr ""
3731
3739
msgid "trigger level must be 0 or 1"
3732
3740
msgstr ""
3733
3741
3734
- #: extmod/ulab/code/linalg/linalg.c
3735
- msgid "tuple index out of range"
3736
- msgstr "Tupelindex außerhalb des Bereichs"
3737
-
3738
3742
#: py/obj.c
3739
3743
msgid "tuple/list has wrong length"
3740
3744
msgstr "tupel/list hat falsche Länge"
@@ -3953,6 +3957,12 @@ msgstr ""
3953
3957
msgid "zi must be of shape (n_section, 2)"
3954
3958
msgstr ""
3955
3959
3960
+ #~ msgid "input argument must be an integer or a 2-tuple"
3961
+ #~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
3962
+
3963
+ #~ msgid "tuple index out of range"
3964
+ #~ msgstr "Tupelindex außerhalb des Bereichs"
3965
+
3956
3966
#~ msgid ""
3957
3967
#~ "\n"
3958
3968
#~ "Code done running. Waiting for reload.\n"
0 commit comments