8000 Translated using Weblate (German) · russbot/circuitpython@00b1d4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 00b1d4e

Browse files
MisterD66weblate
authored andcommitted
Translated using Weblate (German)
Currently translated at 81.2% (783 of 964 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
1 parent e41137c commit 00b1d4e

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

locale/de_DE.po

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2021-02-05 15:41+0000\n"
10-
"Last-Translator: Jeff Epler <jepler@gmail.com>\n"
9+
"PO-Revision-Date: 2021-02-25 00:24+0000\n"
10+
"Last-Translator: Daniel Glocker <mystboy666@gmail.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.5-dev\n"
16+
"X-Generator: Weblate 4.5\n"
1717

1818
#: main.c
1919
msgid ""
@@ -28,6 +28,8 @@ msgid ""
2828
"\n"
2929
"Code stopped by auto-reload.\n"
3030
msgstr ""
31+
"\n"
32+
"Code durch automatisches neuladen gestoppt\n"
3133

3234
#: supervisor/shared/safe_mode.c
3335
msgid ""
@@ -49,7 +51,7 @@ msgstr " Datei \"%q\", Zeile %d"
4951

5052
#: py/builtinhelp.c
5153
msgid " is of type %q\n"
52-
msgstr ""
54+
msgstr " ist vom Type %q\n"
5355

5456
#: main.c
5557
msgid " output:\n"
@@ -65,6 +67,8 @@ msgstr "%%c erwartet int oder char"
6567
msgid ""
6668
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
6769
msgstr ""
70+
"%d Address Pins, %d rgb Pins und %d Tiles indiziert eine Höhe von %d, nicht "
71+
"%d"
6872

6973
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
7074
msgid "%q failure: %d"
@@ -126,7 +130,7 @@ msgstr ""
126130
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
127131
#, c-format
128132
msgid "%s error 0x%x"
129-
msgstr ""
133+
msgstr "%s Error 0x%x"
130134

131135
#: py/argcheck.c
132136
msgid "'%q' argument required"
@@ -146,7 +150,7 @@ msgstr "'%q' Objekt unterschützt keine Elementzuweisung"
146150

147151
#: py/obj.c
148152
msgid "'%q' object does not support item deletion"
149-
msgstr "'%q' objekt unterstützt das "
153+
msgstr "'%q' Objekt unterstützt löschen von Elementen nicht"
150154

151155
#: py/runtime.c
152156
msgid "'%q' object has no attribute '%q'"
@@ -162,7 +166,7 @@ msgstr "'%q' Objekt ist kein callable"
162166

163167
#: py/runtime.c
164168
msgid "'%q' object is not iterable"
165-
msgstr ""
169+
msgstr "'%q' Objekt ist nicht iterierbar"
166170

167171
#: py/obj.c
168172
msgid "'%q' object is not subscriptable"
@@ -292,7 +296,7 @@ msgstr "3-arg pow() wird nicht unterstützt"
292296

293297
#: shared-module/msgpack/__init__.c
294298
msgid "64 bit types"
295-
msgstr ""
299+
msgstr "64 bit Typen"
296300

297301
#: ports/atmel-samd/common-hal/countio/Counter.c
298302
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -346,7 +350,7 @@ msgstr "Alle event Kanäle werden benutzt"
346350

347351
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
348352
msgid "All state machines in use"
349-
msgstr ""
353+
msgstr "Alle state machines in verwendung"
350354

351355
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
352356
msgid "All sync event channels in use"
@@ -455,7 +459,7 @@ msgstr ""
455459

456460
#: ports/esp32s2/common-hal/canio/CAN.c
457461
msgid "Baudrate not supported by peripheral"
458-
msgstr ""
462+
msgstr "Baudrate wird von der Peripherie nicht unterstützt"
459463

460464
#: shared-module/displayio/Display.c
461465
#: shared-module/framebufferio/FramebufferDisplay.c
@@ -469,7 +473,7 @@ msgstr "Bit clock und word select müssen eine clock unit teilen"
469473
#: shared-bindings/rgbmatrix/RGBMatrix.c
470474
#, c-format
471475
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
472-
msgstr ""
476+
msgstr "Bittiefe muss zwischen 1 und 6 liegen, nicht %d"
473477

474478
#: shared-bindings/audiobusio/PDMIn.c
475479
msgid "Bit depth must be multiple of 8."
@@ -566,15 +570,15 @@ msgstr "CBC-Blöcke müssen ein Vielfaches von 16 Bytes sein"
566570

567571
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
568572
m 9E88 sgid "CRC or checksum was invalid"
569-
msgstr ""
573+
msgstr "CRC oder Checksumme ungültig"
570574

571575
#: py/objtype.c
572576
msgid "Call super().__init__() before accessing native object."
573577
msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
574578

575579
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
576580
msgid "Can only alarm on RTC IO from deep sleep."
577-
msgstr ""
581+
msgstr "Alarm der RTC IO kann nur im deep sleep ausgeführt werden."
578582

579583
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
580584
msgid "Can only alarm on one low pin while others alarm high from deep sleep."
@@ -620,7 +624,7 @@ msgstr "Kann nicht beite Kanäle auf dem gleichen Pin ausgeben"
620624

621625
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
622626
msgid "Cannot pull on input-only pin."
623-
msgstr ""
627+
msgstr "Kann nicht 'pull' an einem 'input-only' pin."
624628

625629
#: shared-module/bitbangio/SPI.c
626630
msgid "Cannot read without MISO pin."
@@ -642,7 +646,7 @@ msgstr "Reset zum bootloader nicht möglich da bootloader nicht vorhanden."
642646

643647
#: ports/esp32s2/common-hal/socketpool/Socket.c
644648
msgid "Cannot set socket options"
645-
msgstr ""
649+
msgstr "Socket Optionen können nicht gesetzt werden"
646650

647651
#: shared-bindings/digitalio/DigitalInOut.c
648652
msgid "Cannot set value when direction is input."
@@ -672,7 +676,7 @@ msgstr ""
672676

673677
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
674678
msgid "Cannot wake on pin edge. Only level."
675-
msgstr ""
679+
msgstr "Kann nicht auf Flanke wecken, nur auf Level."
676680

677681
#: shared-module/bitbangio/SPI.c
678682
msgid "Cannot write without MOSI pin."
@@ -830,7 +834,7 @@ msgstr "Data 0 pin muss am Byte ausgerichtet sein"
830834

831835
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
832836
msgid "Data 0 pin must be byte aligned."
833-
msgstr ""
837+
msgstr "Data 0 Pin muss Byte aligned sein."
834838

835839
#: shared-module/audiocore/WaveFile.c
836840
msgid "Data chunk must follow fmt chunk"
@@ -888,7 +892,7 @@ msgstr "Fehler in regex"
888892

889893
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
890894
msgid "Error: Failure to bind"
891-
msgstr ""
895+
msgstr "Error: Bind Fehler"
892896

893897
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
894898
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
@@ -926,7 +930,7 @@ msgstr "Erwartet eine Adresse"
926930

927931
#: shared-bindings/alarm/__init__.c
928932
msgid "Expected an alarm"
929-
msgstr ""
933+
msgstr "Alarm erwartet"
930934

931935
#: shared-module/_pixelbuf/PixelBuf.c
932936
#, c-format
@@ -1042,7 +1046,7 @@ msgstr "Die Funktion erwartet, dass der 'lock'-Befehl zuvor ausgeführt wurde"
10421046

10431047
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
10441048
msgid "Generic Failure"
1045-
msgstr ""
1049+
msgstr "Generischer Fehler"
10461050

10471051
#: shared-bindings/displayio/Display.c
10481052
#: shared-bindings/displayio/EPaperDisplay.c
@@ -1078,7 +1082,7 @@ msgstr "I2C-Init-Fehler"
10781082

10791083
#: ports/raspberrypi/common-hal/busio/I2C.c
10801084
msgid "I2C peripheral in use"
1081-
msgstr ""
1085+
msgstr "I2C Peripherie in Verwendung"
10821086

10831087
#: shared-bindings/audiobusio/I2SOut.c
10841088
msgid "I2SOut not available"
@@ -1107,7 +1111,7 @@ msgstr "Inkorrekte Puffergröße"
11071111

11081112
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11091113
msgid "Init program size invalid"
1110-
msgstr ""
1114+
msgstr "Init Programm Größe ungültig"
11111115

11121116
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
11131117
msgid "Initialization failed due to lack of memory"
@@ -1116,11 +1120,11 @@ msgstr "Initialisierung aufgrund von Speichermangel fehlgeschlagen"
11161120
#: shared-bindings/bitops/__init__.c
11171121
#, c-format
11181122
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
1119-
msgstr ""
1123+
msgstr "Input buffer länge (%d) muss ein vielfaches vom Strand Count (%d) sein"
11201124

11211125
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
11221126
msgid "Input taking too long"
1123-
msgstr ""
1127+
msgstr "Input benötigt zu lange"
11241128

11251129
#: ports/esp32s2/common-hal/neopixel_write/__init__.c py/moduerrno.c
11261130
msgid "Input/output error"
@@ -1129,7 +1133,7 @@ msgstr "Eingabe-/Ausgabefehler"
11291133
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
11301134
#, c-format
11311135
msgid "Instruction %d jumps on pin"
1132-
msgstr ""
1136+
msgstr "Instruktion %d springt auf Pin"
11331137

11341138
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
11351139
#, c-format
@@ -1208,7 +1212,7 @@ msgstr "Ungültige PWM Frequenz"
12081212

12091213
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
12101214
msgid "Invalid Pin"
1211-
msgstr ""
1215+
msgstr "Ungültiger Pin"
12121216

12131217
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
12141218
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
@@ -2356,7 +2360,7 @@ msgstr "WatchDogTimer.timeout muss größer als 0 sein"
23562360

23572361
#: supervisor/shared/safe_mode.c
23582362
msgid "Watchdog timer expired."
2359-
msgstr "Watchdog timer abgelaufen "
2363+
msgstr "Watchdog timer abgelaufen."
23602364

23612365
#: py/builtinhelp.c
23622366
#, c-format

0 commit comments

Comments
 (0)
0