@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : \n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9- "PO-Revision-Date : 2022-11-09 19:20 +0000\n "
9+ "PO-Revision-Date : 2023-01-13 18:51 +0000\n "
1010"Last-Translator : Ettore Atalan <atalanttore@googlemail.com>\n "
1111"Language : de_DE\n "
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
1515"Plural-Forms : nplurals=2; plural=n != 1;\n "
16- "X-Generator : Weblate 4.15-dev\n "
16+ "X-Generator : Weblate 4.15.1 -dev\n "
1717
1818#: main.c
1919msgid ""
@@ -115,7 +115,7 @@ msgstr "%q Fehler: %d"
115115
116116#: py/argcheck.c
117117msgid "%q in %q must be of type %q, not %q"
118- msgstr ""
118+ msgstr "%q in %q muss von Typ %q sein, nicht %q "
119119
120120#: ports/espressif/common-hal/espulp/ULP.c
121121#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -138,7 +138,7 @@ msgstr "%q ist %q"
138138
139139#: ports/raspberrypi/common-hal/wifi/Radio.c
140140msgid "%q is read-only for this board"
141- msgstr ""
141+ msgstr "%q ist für diese Platine schreibgeschützt "
142142
143143#: py/argcheck.c shared-bindings/usb_hid/Device.c
144144msgid "%q length must be %d"
@@ -188,11 +188,11 @@ msgstr ""
188188#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
189189#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
190190msgid "%q must be of type %q or %q, not %q"
191- msgstr ""
191+ msgstr "%q muss von Typ %q oder %q sein, nicht %q "
192192
193193#: py/argcheck.c py/obj.c py/objstrunicode.c
194194msgid "%q must be of type %q, not %q"
195- msgstr ""
195+ msgstr "%q muss von Typ %q sein, nicht %q "
196196
197197#: ports/atmel-samd/common-hal/busio/UART.c
198198msgid "%q must be power of 2"
@@ -217,7 +217,7 @@ msgstr "%q Pin ungültig"
217217
218218#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
219219msgid "%q step cannot be zero"
220- msgstr ""
220+ msgstr "Schritt %q kann nicht Null sein "
221221
222222#: py/bc.c py/objnamedtuple.c
223223msgid "%q() takes %d positional arguments but %d were given"
@@ -419,7 +419,7 @@ msgstr "Die Adresse muss %d Bytes lang sein"
419419
420420#: ports/espressif/common-hal/memorymap/AddressRange.c
421421msgid "Address range not allowed"
422- msgstr ""
422+ msgstr "Adressbereich nicht erlaubt "
423423
424424#: ports/espressif/common-hal/canio/CAN.c
425425msgid "All CAN peripherals are in use"
@@ -926,6 +926,8 @@ msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
926926#: py/obj.c
927927msgid "During handling of the above exception, another exception occurred:"
928928msgstr ""
929+ "Während der Behandlung der oben genannten Ausnahme trat eine weitere "
930+ "Ausnahme auf:"
929931
930932#: shared-bindings/aesio/aes.c
931933msgid "ECB only operates on 16 bytes at a time"
@@ -958,7 +960,7 @@ msgstr "Error: Bind Fehler"
958960
959961#: shared-bindings/alarm/__init__.c
960962msgid "Expected a kind of %q"
961- msgstr ""
963+ msgstr "Erwartete eine Art von %q "
962964
963965#: ports/espressif/common-hal/_bleio/Adapter.c
964966#: ports/nrf/common-hal/_bleio/Adapter.c
@@ -1035,7 +1037,7 @@ msgstr "Datei existiert"
10351037
10361038#: shared-module/os/getenv.c
10371039msgid "File not found"
1038- msgstr ""
1040+ msgstr "Datei nicht gefunden "
10391041
10401042#: ports/atmel-samd/common-hal/canio/Listener.c
10411043#: ports/espressif/common-hal/canio/Listener.c
@@ -1275,7 +1277,7 @@ msgstr "Ungültige Bits pro Wert"
12751277#: shared-module/os/getenv.c
12761278#, c-format
12771279msgid "Invalid byte %.*s"
1278- msgstr ""
1280+ msgstr "Ungültiges Byte %.*s "
12791281
12801282#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
12811283#, c-format
@@ -1317,7 +1319,7 @@ msgstr "Der Schlüssel muss 16, 24 oder 32 Byte lang sein"
13171319
13181320#: shared-module/os/getenv.c
13191321msgid "Key not found"
1320- msgstr ""
1322+ msgstr "Schlüssel nicht gefunden "
13211323
13221324#: shared-module/is31fl3741/FrameBuffer.c
13231325msgid "LED mappings must match display size"
@@ -1428,7 +1430,7 @@ msgstr "NVS-Fehler"
14281430
14291431#: shared-bindings/socketpool/SocketPool.c
14301432msgid "Name or service not known"
1431- msgstr ""
1433+ msgstr "Name oder Dienst nicht bekannt "
14321434
14331435#: py/qstr.c
14341436msgid "Name too long"
@@ -1676,7 +1678,7 @@ msgstr "Nur ein %q kann im Deep-Sleep gesetzt werden."
16761678
16771679#: ports/espressif/common-hal/espulp/ULPAlarm.c
16781680msgid "Only one %q can be set."
1679- msgstr ""
1681+ msgstr "Es kann nur ein %q festgelegt werden. "
16801682
16811683#: ports/espressif/common-hal/i2ctarget/I2CTarget.c
16821684#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
@@ -1845,7 +1847,7 @@ msgstr "Programm-Größe ist ungültig"
18451847
18461848#: ports/espressif/common-hal/espulp/ULP.c
18471849msgid "Program too long"
1848- msgstr ""
1850+ msgstr "Programm zu lang "
18491851
18501852#: shared-bindings/digitalio/DigitalInOut.c
18511853msgid "Pull not used when direction is output."
@@ -2076,6 +2078,7 @@ msgstr ""
20762078#: py/obj.c
20772079msgid "The above exception was the direct cause of the following exception:"
20782080msgstr ""
2081+ "Die oben genannte Ausnahme war die direkte Ursache für die folgende Ausnahme:"
20792082
20802083#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
20812084#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
@@ -2281,7 +2284,7 @@ msgstr "mDNS-Abfrage kann nicht gestartet werden"
22812284
22822285#: shared-bindings/memorymap/AddressRange.c
22832286msgid "Unable to write to address."
2284- msgstr ""
2287+ msgstr "An die Adresse kann nicht geschrieben werden. "
22852288
22862289#: shared-bindings/nvm/ByteArray.c
22872290msgid "Unable to write to nvm."
@@ -2460,7 +2463,7 @@ msgstr ""
24602463
24612464#: ports/raspberrypi/common-hal/wifi/Radio.c
24622465msgid "Wifi is not enabled"
2463- msgstr ""
2466+ msgstr "WLAN ist nicht aktiviert "
24642467
24652468#: main.c
24662469msgid "Woken up by alarm.\n"
@@ -3814,7 +3817,7 @@ msgstr "nur eine bit_depth=16 wird unterstützt"
38143817
38153818#: ports/stm/common-hal/audiobusio/PDMIn.c
38163819msgid "only mono is supported"
3817- msgstr ""
3820+ msgstr "nur Mono wird unterstützt "
38183821
38193822#: ports/stm/common-hal/audiobusio/PDMIn.c
38203823msgid "only oversample=64 is supported"
0 commit comments