@@ -93,7 +93,7 @@ msgstr "struct: index außerhalb gültigen Bereichs"
93
93
94
94
#: extmod/moduheapq.c:38
95
95
msgid "heap must be a list"
96
- msgstr "heap muss eine list sein"
96
+ msgstr "heap muss eine Liste sein"
97
97
98
98
#: extmod/moduheapq.c:86 extmod/modutimeq.c:147 extmod/modutimeq.c:172
99
99
msgid "empty heap"
@@ -185,12 +185,12 @@ msgstr "Du hast das Starten im Sicherheitsmodus ausgelöst durch "
185
185
186
186
#: main.c:242
187
187
msgid "To exit, please reset the board without "
188
- msgstr "Zum beenden bitte resete das board ohne "
188
+ msgstr "Zum beenden bitte resette das board ohne "
189
189
190
190
#: main.c:249
191
191
msgid ""
192
192
"You are running in safe mode which means something really bad happened.\n"
193
- msgstr "Sicherheitsmodus aktive , etwas wirklich schlechtes ist passiert.\n"
193
+ msgstr "Sicherheitsmodus aktiv , etwas wirklich schlechtes ist passiert.\n"
194
194
195
195
#: main.c:251
196
196
msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
@@ -215,7 +215,7 @@ msgid ""
215
215
"CIRCUITPY).\n"
216
216
msgstr ""
217
217
"genug Strom für den ganzen Schaltkreis liefert und drücke reset (nach "
218
- "demsicheren Auswerfen von CIRCUITPY.)\n"
218
+ "dem sicheren Auswerfen von CIRCUITPY.)\n"
219
219
220
220
#: main.c:260
221
221
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
@@ -225,7 +225,7 @@ msgstr ""
225
225
226
226
#: main.c:416
227
227
msgid "soft reboot\n"
228
- msgstr "weicher reboot\n"
228
+ msgstr "soft reboot\n"
229
229
230
230
#: ports/atmel-samd/audio_dma.c:209
231
231
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361
@@ -268,7 +268,7 @@ msgstr "AnalogOut ist an diesem Pin nicht unterstützt"
268
268
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147
269
269
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150
270
270
msgid "Invalid bit clock pin"
271
- msgstr "Ungülgites bit clock pin"
271
+ msgstr "Ungültiges bit clock pin"
272
272
273
273
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153
274
274
msgid "Bit clock and word select must share a clock unit"
@@ -284,7 +284,7 @@ msgstr "Ungültiger data pin"
284
284
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:145
285
285
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:150
286
286
msgid "Serializer in use"
287
- msgstr "Serilaizer wird benutzt"
287
+ msgstr "Serializer wird benutzt"
288
288
289
289
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:230
290
290
msgid "Clock unit in use"
@@ -355,7 +355,7 @@ msgstr "Alle timer werden benutzt"
355
355
356
356
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:218
357
357
msgid "All event channels in use"
358
- msgstr "Alle event Kanälre werden benutzt"
358
+ msgstr "Alle event Kanäle werden benutzt"
359
359
360
360
#: ports/atmel-samd/common-hal/audioio/AudioOut.c:297
361
361
#, c-format
@@ -380,7 +380,7 @@ msgstr "SDA oder SCL brauchen pull up"
380
380
381
381
#: ports/atmel-samd/common-hal/busio/I2C.c:121
382
382
msgid "Unsupported baudrate"
383
- msgstr "Baudrate wird nicht unterstütz "
383
+ msgstr "Baudrate wird nicht unterstützt "
384
384
385
385
#: ports/atmel-samd/common-hal/busio/UART.c:66
386
386
msgid "bytes > 8 bits not supported"
@@ -545,24 +545,24 @@ msgstr "Minimale PWM Frequenz ist %dHz"
545
545
#: ports/esp8266/common-hal/pulseio/PWMOut.c:68
546
546
#, c-format
547
547
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
548
- msgstr ""
548
+ msgstr "Mehrere PWM Frequenzen nicht unterstützt. PWM bereits auf %dHz gesetzt. "
549
549
550
550
#: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70
551
551
#, c-format
552
552
msgid "PWM not supported on pin %d"
553
- msgstr ""
553
+ msgstr "PWM nicht unterstützt an Pin %d "
554
554
555
555
#: ports/esp8266/common-hal/pulseio/PulseIn.c:78
556
556
msgid "No PulseIn support for %q"
557
- msgstr ""
557
+ msgstr "Keine PulseIn Unterstützung für %q "
558
558
559
559
#: ports/esp8266/common-hal/storage/__init__.c:34
560
560
msgid "Unable to remount filesystem"
561
- msgstr ""
561
+ msgstr "Dateisystem kann nicht wieder gemounted werden. "
562
562
563
563
#: ports/esp8266/common-hal/storage/__init__.c:38
564
564
msgid "Use esptool to erase flash and re-upload Python instead"
565
- msgstr ""
565
+ msgstr "Benutze esptool um den flash zu löschen und stattdessen Python hochzuladen "
566
566
567
567
#: ports/esp8266/esp_mphal.c:154
568
568
msgid "C-level assert"
@@ -571,102 +571,102 @@ msgstr ""
571
571
#: ports/esp8266/machine_adc.c:57
572
572
#, c-format
573
573
msgid "not a valid ADC Channel: %d"
574
- msgstr ""
574
+ msgstr "Kein gültiger ADC Kanal: %d "
575
575
576
576
#: ports/esp8266/machine_hspi.c:131 ports/esp8266/machine_hspi.c:137
577
577
msgid "impossible baudrate"
578
- msgstr ""
578
+ msgstr "Unmögliche Baudrate "
579
579
580
580
#: ports/esp8266/machine_pin.c:129
581
581
msgid "expecting a pin"
582
- msgstr ""
582
+ msgstr "Ein Pin wird erwartet "
583
583
584
584
#: ports/esp8266/machine_pin.c:284
585
585
msgid "Pin(16) doesn't support pull"
586
- msgstr ""
586
+ msgstr "Pin(16) unterstützt kein pull "
587
587
588
588
#: ports/esp8266/machine_pin.c:323
589
589
msgid "invalid pin"
590
- msgstr ""
590
+ msgstr "Ungültiger Pin "
591
591
592
592
#: ports/esp8266/machine_pin.c:389
593
593
msgid "pin does not have IRQ capabilities"
594
- msgstr ""
594
+ msgstr "Pin hat keine IRQ Fähigkeiten "
595
595
596
596
#: ports/esp8266/machine_rtc.c:185
597
597
msgid "buffer too long"
598
- msgstr ""
598
+ msgstr "Buffer zu lang "
599
599
600
600
#: ports/esp8266/machine_rtc.c:209 ports/esp8266/machine_rtc.c:223
601
601
#: ports/esp8266/machine_rtc.c:246
602
602
msgid "invalid alarm"
603
- msgstr ""
603
+ msgstr "Ungültiger Alarm "
604
604
605
605
#: ports/esp8266/machine_uart.c:169
606
606
#, c-format
607
607
msgid "UART(%d) does not exist"
608
- msgstr ""
608
+ msgstr "UART(%d) existiert nicht "
609
609
610
610
#: ports/esp8266/machine_uart.c:219
611
611
msgid "UART(1) can't read"
612
- msgstr ""
612
+ msgstr "UART(1) kann nicht lesen "
613
613
614
614
#: ports/esp8266/modesp.c:119
615
615
msgid "len must be multiple of 4"
616
- msgstr ""
616
+ msgstr "len muss ein vielfaches von 4 sein "
617
617
618
618
#: ports/esp8266/modesp.c:274
619
619
#, c-format
620
620
msgid "memory allocation failed, allocating %u bytes for native code"
621
- msgstr ""
621
+ msgstr "Speicherallozierung fehlgeschlagen, alloziere %u Bytes für nativen Code "
622
622
623
623
#: ports/esp8266/modesp.c:317
624
624
msgid "flash location must be below 1MByte"
625
- msgstr ""
625
+ msgstr "flash location muss unter 1MByte sein "
626
626
627
627
#: ports/esp8266/modmachine.c:63
628
628
msgid "frequency can only be either 80Mhz or 160MHz"
629
- msgstr ""
629
+ msgstr "Die Frequenz kann nur 80Mhz oder 160Mhz sein "
630
630
631
631
#: ports/esp8266/modnetwork.c:61
632
632
msgid "AP required"
633
- msgstr ""
633
+ msgstr "AP erforderlich "
634
634
635
635
#: ports/esp8266/modnetwork.c:61
636
636
msgid "STA required"
637
- msgstr ""
637
+ msgstr "STA erforderlich "
638
638
639
639
#: ports/esp8266/modnetwork.c:87
640
640
msgid "Cannot update i/f status"
641
- msgstr ""
641
+ msgstr "Kann i/f Status nicht updaten "
642
642
643
643
#: ports/esp8266/modnetwork.c:142
644
644
msgid "Cannot set STA config"
645
- msgstr ""
645
+ msgstr "Kann STA Konfiguration nicht setzen "
646
646
647
647
#: ports/esp8266/modnetwork.c:144
648
648
msgid "Cannot connect to AP"
649
- msgstr ""
649
+ msgstr "Kann nicht zu AP verbinden "
650
650
651
651
#: ports/esp8266/modnetwork.c:152
652
652
msgid "Cannot disconnect from AP"
653
- msgstr ""
653
+ msgstr "Kann nicht trennen von AP "
654
654
655
655
#: ports/esp8266/modnetwork.c:173
656
656
msgid "unknown status param"
657
- msgstr ""
657
+ msgstr "Unbekannter Statusparameter "
658
658
659
659
#: ports/esp8266/modnetwork.c:222
660
660
msgid "STA must be active"
661
- msgstr ""
661
+ msgstr "STA muss aktiv sein "
662
662
663
663
#: ports/esp8266/modnetwork.c:239
664
664
msgid "scan failed"
665
- msgstr ""
665
+ msgstr "Scan fehlgeschlagen "
666
666
667
667
#: ports/esp8266/modnetwork.c:306
668
668
msgid "wifi_set_ip_info() failed"
669
- msgstr ""
669
+ msgstr "wifi_set_ip_info() fehlgeschlagen "
670
670
671
671
#: ports/esp8266/modnetwork.c:319
672
672
msgid "either pos or kw args are allowed"
0 commit comments