@@ -6,20 +6,22 @@ msgstr ""
6
6
"Project-Id-Version : \n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9
- "PO-Revision-Date : 2020-11-26 03:11 +0000\n "
10
- "
Last-Translator :
Daniel Bravo Darriba <[email protected] >\n"
9
+ "PO-Revision-Date : 2021-01-07 18:01 +0000\n "
10
+ "
Last-Translator :
Dennis Schweer <[email protected] >\n"
11
11
"Language : de_DE\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=2; plural=n != 1;\n "
16
- "X-Generator : Weblate 4.4-dev\n "
16
+ "X-Generator : Weblate 4.4.1 -dev\n "
17
17
18
18
#: main.c
19
19
msgid ""
20
20
"\n"
21
21
"Code done running.\n"
22
22
msgstr ""
23
+ "\n"
24
+ "Programm wird ausgeführt.\n"
23
25
24
26
#: main.c
25
27
msgid ""
@@ -129,7 +131,7 @@ msgstr "'%q' Objekt unterstützt '%q' nicht"
129
131
130
132
#: py/obj.c
131
133
msgid "'%q' object does not support item assignment"
132
- msgstr ""
134
+ msgstr "'%q' Objekt unterschützt keine Elementzuweisung "
133
135
134
136
#: py/obj.c
135
137
msgid "'%q' object does not support item deletion"
@@ -141,7 +143,7 @@ msgstr "'%q' Objekt hat kein Attribut '%q'"
141
143
142
144
#: py/runtime.c
143
145
msgid "'%q' object is not an iterator"
144
- msgstr ""
146
+ msgstr "'%q' Objekt ist kein Iterator "
145
147
146
148
#: py/objtype.c py/runtime.c
147
149
msgid "'%q' object is not callable"
@@ -235,7 +237,7 @@ msgstr "'continue' außerhalb einer Schleife"
235
237
236
238
#: py/objgenerator.c
237
239
msgid "'coroutine' object is not an iterator"
238
- msgstr ""
240
+ msgstr "'coroutine' Objekt ist kein Iterator "
239
241
240
242
#: py/compile.c
241
243
msgid "'data' requires at least 2 arguments"
@@ -307,7 +309,7 @@ msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
307
309
#: ports/esp32s2/common-hal/frequencyio/FrequencyIn.c
308
310
#: ports/esp32s2/common-hal/rotaryio/IncrementalEncoder.c
309
311
msgid "All PCNT units in use"
310
- msgstr ""
312
+ msgstr "Alle PCNT Einheiten sind in Benutzung "
311
313
312
314
#: ports/atmel-samd/common-hal/canio/Listener.c
313
315
#: ports/esp32s2/common-hal/canio/Listener.c
@@ -710,7 +712,7 @@ msgstr "Konnte Kamera nicht initialisieren"
710
712
711
713
#: ports/cxd56/common-hal/gnss/GNSS.c
712
714
msgid "Could not initialize GNSS"
713
- msgstr ""
715
+ msgstr "GNSS konnte nicht initialisiert werden "
714
716
715
717
#: ports/cxd56/common-hal/sdioio/SDCard.c
716
718
msgid "Could not initialize SDCard"
@@ -837,7 +839,7 @@ msgstr "Die EZB arbeitet jeweils nur mit 16 Bytes"
837
839
838
840
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c
839
841
msgid "ESP-IDF memory allocation failed"
840
- msgstr ""
842
+ msgstr "ESP-IDF Speicherallozierung fehlgeschlagen "
841
843
842
844
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
843
845
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
@@ -903,7 +905,7 @@ msgstr "FFT ist nur für ndarrays definiert"
903
905
904
906
#: extmod/ulab/code/fft/fft.c
905
907
msgid "FFT is implemented for linear arrays only"
906
- msgstr ""
908
+ msgstr "FFT ist nur für lineare Arrays implementiert "
907
909
908
910
#: ports/esp32s2/common-hal/socketpool/Socket.c
909
911
msgid "Failed SSL handshake"
@@ -934,7 +936,7 @@ msgstr "Konnte keine RX Buffer mit %d allozieren"
934
936
935
937
#: ports/esp32s2/common-hal/wifi/__init__.c
936
938
msgid "Failed to allocate Wifi memory"
937
- msgstr ""
939
+ msgstr "Zuweisung des Wifi Speichers ist fehlgeschlagen "
938
940
939
941
#: ports/esp32s2/common-hal/wifi/ScannedNetworks.c
940
942
msgid "Failed to allocate wifi scan memory"
@@ -950,7 +952,7 @@ msgstr "Verbindung nicht erfolgreich: timeout"
950
952
951
953
#: ports/esp32s2/common-hal/wifi/__init__.c
952
954
msgid "Failed to init wifi"
953
- msgstr ""
955
+ msgstr "Wifi Initialisierung ist fehlgeschlagen "
954
956
955
957
#: shared-module/audiomp3/MP3Decoder.c
956
958
msgid "Failed to parse MP3 file"
@@ -1037,7 +1039,7 @@ msgstr "I2SOut nicht verfügbar"
1037
1039
1038
1040
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1039
1041
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1040
- msgstr ""
1042
+ msgstr "IOs 0, 2 & 4 unterstützen keinen internen Pull up im sleep-Modus "
1041
1043
1042
1044
#: shared-bindings/aesio/aes.c
1043
1045
#, c-format
@@ -1058,7 +1060,7 @@ msgstr "Inkorrekte Puffergröße"
1058
1060
1059
1061
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
1060
1062
msgid "Initialization failed due to lack of memory"
1061
- msgstr ""
1063
+ msgstr "Initialisierung aufgrund von Speichermangel fehlgeschlagen "
1062
1064
1063
1065
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1064
1066
msgid "Input taking too long"
@@ -3858,15 +3860,15 @@ msgstr "nicht unterstütztes Formatzeichen '%c' (0x%x) bei Index %d"
3858
3860
3859
3861
#: py/runtime.c
3860
3862
msgid "unsupported type for %q: '%q'"
3861
- msgstr ""
3863
+ msgstr "nicht unterstützer Typ für %q: '%q' "
3862
3864
3863
3865
#: py/runtime.c
3864
3866
msgid "unsupported type for operator"
3865
3867
msgstr "nicht unterstützter Typ für Operator"
3866
3868
3867
3869
#: py/runtime.c
3868
3870
msgid "unsupported types for %q: '%q', '%q'"
3869
- msgstr ""
3871
+ msgstr "nicht unterstützte Typen für %q: '%q', '%q' "
3870
3872
3871
3873
#: py/objint.c
3872
3874
#, c-format
@@ -3911,7 +3913,7 @@ msgstr ""
3911
3913
3912
3914
#: extmod/ulab/code/vector/vectorise.c
3913
3915
msgid "wrong input type"
3914
- msgstr ""
3916
+ msgstr "falscher Eingabetyp "
3915
3917
3916
3918
#: extmod/ulab/code/ulab_create.c py/objstr.c
3917
3919
msgid "wrong number of arguments"
@@ -3927,7 +3929,7 @@ msgstr "falscher Operandentyp"
3927
3929
3928
3930
#: extmod/ulab/code/vector/vectorise.c
3929
3931
msgid "wrong output type"
3930
- msgstr ""
3932
+ msgstr "Falscher Ausgabetyp "
3931
3933
3932
3934
#: shared-module/displayio/Shape.c
3933
3935
msgid "x value out of bounds"
0 commit comments