Skip to content

Commit 84c0d6c

Browse files
authored
Merge pull request #2234 from Senuros/master
A few more german translations and some fixes
2 parents 98e7579 + 2fd8038 commit 84c0d6c

File tree

1 file changed

+51
-47
lines changed

1 file changed

+51
-47
lines changed

locale/de_DE.po

Lines changed: 51 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
336336

337337
#: shared-bindings/displayio/Display.c
338338
msgid "Buffer is not a bytearray."
339-
msgstr ""
339+
msgstr "Der Puffer ist kein Byte-Array"
340340

341341
#: shared-bindings/displayio/Display.c
342342
msgid "Buffer is too small"
@@ -345,7 +345,7 @@ msgstr "Der Puffer ist zu klein"
345345
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
346346
#, c-format
347347
msgid "Buffer length %d too big. It must be less than %d"
348-
msgstr ""
348+
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein."
349349

350350
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
351351
msgid "Buffer must be at least length 1"
@@ -367,7 +367,7 @@ msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
367367

368368
#: py/objtype.c
369369
msgid "Call super().__init__() before accessing native object."
370-
msgstr ""
370+
msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
371371

372372
#: shared-bindings/_pixelbuf/PixelBuf.c
373373
#, c-format
@@ -449,7 +449,7 @@ msgstr "Clock unit wird benutzt"
449449

450450
#: shared-bindings/_pew/PewPew.c
451451
msgid "Column entry must be digitalio.DigitalInOut"
452-
msgstr ""
452+
msgstr "Spalteneintrag muss digitalio.DigitalInOut sein"
453453

454454
#: shared-bindings/displayio/I2CDisplay.c
455455
msgid "Command must be 0-255"
@@ -549,7 +549,7 @@ msgstr "Characteristic wird erwartet"
549549

550550
#: shared-bindings/_bleio/Service.c
551551
msgid "Expected a Peripheral"
552-
msgstr ""
552+
msgstr "Ein Peripheriegerät wird erwartet"
553553

554554
#: shared-bindings/_bleio/Characteristic.c
555555
msgid "Expected a Service"
@@ -586,7 +586,7 @@ msgstr "Hinzufügen des Characteristic ist gescheitert. Status: 0x%04x"
586586
#: ports/nrf/common-hal/_bleio/Characteristic.c
587587
#, c-format
588588
msgid "Failed to add descriptor, err 0x%04x"
589-
msgstr ""
589+
msgstr "Deskriptor konnte nicht hinzugefügt werden. Status: 0x%04x"
590590

591591
#: ports/nrf/common-hal/_bleio/Peripheral.c
592592
#, c-format
@@ -681,7 +681,7 @@ msgstr "Kann advertisement nicht starten. Status: 0x%04x"
681681
#: ports/nrf/common-hal/_bleio/Central.c
682682
#, c-format
683683
msgid "Failed to start connecting, error 0x%04x"
684-
msgstr "Verbindung konnte nicht hergestellt werden. Fehler: 0x%04x"
684+
msgstr "Verbindung konnte nicht hergestellt werden. Status: 0x%04x"
685685

686686
#: ports/nrf/common-hal/_bleio/Peripheral.c
687687
#, c-format
@@ -701,7 +701,7 @@ msgstr "Kann advertisement nicht stoppen. Status: 0x%04x"
701701
#: ports/nrf/common-hal/_bleio/Characteristic.c
702702
#, c-format
703703
msgid "Failed to write CCCD, err 0x%04x"
704-
msgstr ""
704+
msgstr "Konnte CCCD nicht schreiben, Status: 0x%04x"
705705

706706
#: ports/nrf/common-hal/_bleio/__init__.c
707707
#, c-format
@@ -887,7 +887,7 @@ msgstr "LHS des Schlüsselwortarguments muss eine id sein"
887887

888888
#: shared-module/displayio/Group.c
889889
msgid "Layer already in a group."
890-
msgstr ""
890+
msgstr "Layer ist bereits in einer Gruppe."
891891

892892
#: shared-module/displayio/Group.c
893893
msgid "Layer must be a Group or TileGrid subclass."
@@ -946,7 +946,7 @@ msgstr "Muss eine %q Unterklasse sein."
946946

947947
#: ports/nrf/common-hal/_bleio/Characteristic.c
948948
msgid "No CCCD for this Characteristic"
949-
msgstr ""
949+
msgstr "Kein CCCD für diese Charakteristik"
950950

951951
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
952952
msgid "No DAC on chip"
@@ -983,7 +983,7 @@ msgstr "Kein hardware random verfügbar"
983983

984984
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
985985
msgid "No hardware support on clk pin"
986-
msgstr ""
986+
msgstr "Keine Hardwareunterstützung am clk Pin"
987987

988988
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
989989
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -1041,6 +1041,8 @@ msgid ""
10411041
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
10421042
"%d bpp given"
10431043
msgstr ""
1044+
"Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs unterstützt: "
1045+
"%d bpp wurden gegeben"
10441046

10451047
#: shared-bindings/_pixelbuf/PixelBuf.c
10461048
msgid "Only slices with step=1 (aka None) are supported"
@@ -1117,15 +1119,15 @@ msgstr "Schreibgeschützte Objekt"
11171119

11181120
#: shared-bindings/displayio/EPaperDisplay.c
11191121
msgid "Refresh too soon"
1120-
msgstr ""
1122+
msgstr "Zu früh neu geladen"
11211123

11221124
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
11231125
msgid "Right channel unsupported"
11241126
msgstr "Rechter Kanal wird nicht unterstützt"
11251127

11261128
#: shared-bindings/_pew/PewPew.c
11271129
msgid "Row entry must be digitalio.DigitalInOut"
1128-
msgstr ""
1130+
msgstr "Zeileneintrag muss ein digitalio.DigitalInOut sein"
11291131

11301132
#: main.c
11311133
msgid "Running in safe mode! Auto-reload is off.\n"
@@ -1200,6 +1202,8 @@ msgid ""
12001202
"The `microcontroller` module was used to boot into safe mode. Press reset to "
12011203
"exit safe mode.\n"
12021204
msgstr ""
1205+
"Das `Mikrocontroller` Modul wurde benutzt, um in den Sicherheitsmodus zu starten. "
1206+
"Drücke Reset um den Sicherheitsmodus zu verlassen.\n"
12031207

12041208
#: supervisor/shared/safe_mode.c
12051209
msgid ""
@@ -1289,7 +1293,7 @@ msgstr "USB Fehler"
12891293

12901294
#: shared-bindings/_bleio/UUID.c
12911295
msgid "UUID integer value must be 0-0xffff"
1292-
msgstr ""
1296+
msgstr "UUID Integer-Wert muss ein Wert von 0 bis 0xffff sein"
12931297

12941298
#: shared-bindings/_bleio/UUID.c
12951299
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
@@ -1472,11 +1476,11 @@ msgstr ""
14721476

14731477
#: py/objstr.c
14741478
msgid "bad format string"
1475-
msgstr ""
1479+
msgstr "Falscher Formatstring"
14761480

14771481
#: py/binary.c
14781482
msgid "bad typecode"
1479-
msgstr ""
1483+
msgstr "Falscher Typcode"
14801484

14811485
#: py/emitnative.c
14821486
msgid "binary op %q not implemented"
@@ -1535,7 +1539,7 @@ msgstr ""
15351539
#: shared-bindings/_pixelbuf/PixelBuf.c
15361540
#, c-format
15371541
msgid "byteorder is not an instance of ByteOrder (got a %s)"
1538-
msgstr ""
1542+
msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten)"
15391543

15401544
#: ports/atmel-samd/common-hal/busio/UART.c
15411545
msgid "bytes > 8 bits not supported"
@@ -1559,7 +1563,7 @@ msgstr "Kalibrierwert nicht im Bereich von +/-127"
15591563

15601564
#: py/emitinlinethumb.c
15611565
msgid "can only have up to 4 parameters to Thumb assembly"
1562-
msgstr ""
1566+
msgstr "kann nur bis zu 4 Parameter für die Thumb assembly haben"
15631567

15641568
#: py/emitinlinextensa.c
15651569
msgid "can only have up to 4 parameters to Xtensa assembly"
@@ -1658,7 +1662,7 @@ msgstr "Laden von '%q' nicht möglich"
16581662

16591663
#: py/emitnative.c
16601664
msgid "can't load with '%q' index"
1661-
msgstr ""
1665+
msgstr "Laden mit '%q' index nicht möglich"
16621666

16631667
#: py/objgenerator.c
16641668
msgid "can't pend throw to just-started generator"
@@ -1670,7 +1674,7 @@ msgstr ""
16701674

16711675
#: py/objnamedtuple.c
16721676
msgid "can't set attribute"
1673-
msgstr ""
1677+
msgstr "kann Attribut nicht setzen"
16741678

16751679
#: py/emitnative.c
16761680
msgid "can't store '%q'"
@@ -1696,11 +1700,11 @@ msgstr ""
16961700

16971701
#: py/objtype.c
16981702
msgid "cannot create '%q' instances"
1699-
msgstr ""
1703+
msgstr "Kann '%q' Instanzen nicht erstellen"
17001704

17011705
#: py/objtype.c
17021706
msgid "cannot create instance"
1703-
msgstr ""
1707+
msgstr "Kann Instanz nicht erstellen"
17041708

17051709
#: py/runtime.c
17061710
msgid "cannot import name %q"
@@ -1728,47 +1732,47 @@ msgstr "chr() arg ist nicht in range(256)"
17281732

17291733
#: shared-bindings/displayio/Palette.c
17301734
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
1731-
msgstr ""
1735+
msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
17321736

17331737
#: shared-bindings/displayio/Palette.c
17341738
msgid "color buffer must be a buffer or int"
1735-
msgstr ""
1739+
msgstr "Farbpuffer muss ein Puffer oder ein int sein"
17361740

17371741
#: shared-bindings/displayio/Palette.c
17381742
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
1739-
msgstr ""
1743+
msgstr "Farbpuffer muss ein Byte-Array oder ein Array vom Typ 'b' oder 'B' sein"
17401744

17411745
#: shared-bindings/displayio/Palette.c
17421746
msgid "color must be between 0x000000 and 0xffffff"
1743-
msgstr ""
1747+
msgstr "Farbe muss zwischen 0x000000 und 0xffffff liegen"
17441748

17451749
#: shared-bindings/displayio/ColorConverter.c
17461750
msgid "color should be an int"
1747-
msgstr ""
1751+
msgstr "Farbe sollte ein int sein"
17481752

17491753
#: py/objcomplex.c
17501754
msgid "complex division by zero"
1751-
msgstr ""
1755+
msgstr "Komplexe Division durch null"
17521756

17531757
#: py/objfloat.c py/parsenum.c
17541758
msgid "complex values not supported"
1755-
msgstr ""
1759+
msgstr "Komplexe Zahlen nicht unterstützt"
17561760

17571761
#: extmod/moduzlib.c
17581762
msgid "compression header"
17591763
msgstr "kompression header"
17601764

17611765
#: py/parse.c
17621766
msgid "constant must be an integer"
1763-
msgstr ""
1767+
msgstr "constant muss ein integer sein"
17641768

17651769
#: py/emitnative.c
17661770
msgid "conversion to object"
1767-
msgstr ""
1771+
msgstr "Umwandlung zu Objekt"
17681772

17691773
#: py/parsenum.c
17701774
msgid "decimal numbers not supported"
1771-
msgstr ""
1775+
msgstr "Dezimalzahlen nicht unterstützt"
17721776

17731777
#: py/compile.c
17741778
msgid "default 'except' must be last"
@@ -1785,7 +1789,7 @@ msgstr ""
17851789

17861790
#: shared-bindings/audiobusio/PDMIn.c
17871791
msgid "destination_length must be an int >= 0"
1788-
msgstr ""
1792+
msgstr "destination_length muss ein int >= 0 sein"
17891793

17901794
#: py/objdict.c
17911795
msgid "dict update sequence has wrong length"
@@ -1818,7 +1822,7 @@ msgstr ""
18181822

18191823
#: shared-bindings/displayio/Shape.c
18201824
msgid "end_x should be an int"
1821-
msgstr ""
1825+
msgstr "end_x sollte ein int sein"
18221826

18231827
#: ports/nrf/common-hal/busio/UART.c
18241828
#, c-format
@@ -1995,7 +1999,7 @@ msgstr "integer erforderlich"
19951999
#: shared-bindings/_bleio/Peripheral.c shared-bindings/_bleio/Scanner.c
19962000
#, c-format
19972001
msgid "interval must be in range %s-%s"
1998-
msgstr ""
2002+
msgstr "Das Intervall muss im Bereich %s-%s sein"
19992003

20002004
#: extmod/machine_i2c.c
20012005
msgid "invalid I2C peripheral"
@@ -2128,7 +2132,7 @@ msgstr ""
21282132
#: ports/nrf/common-hal/_bleio/Descriptor.c
21292133
#, c-format
21302134
msgid "max_length must be 0-%d when fixed_length is %s"
2131-
msgstr ""
2135+
msgstr "max_length muss 0-%d sein, wenn fixed_length %s ist"
21322136

21332137
#: py/runtime.c
21342138
msgid "maximum recursion depth exceeded"
@@ -2157,7 +2161,7 @@ msgstr ""
21572161

21582162
#: py/objtype.c
21592163
msgid "multiple inheritance not supported"
2160-
msgstr ""
2164+
msgstr "Mehrfache Vererbung nicht unterstützt"
21612165

21622166
#: py/emitnative.c
21632167
msgid "must raise an object"
@@ -2210,7 +2214,7 @@ msgstr ""
22102214

22112215
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
22122216
msgid "no available NIC"
2213-
msgstr ""
2217+
msgstr "kein verfügbares Netzwerkadapter (NIC)"
22142218

22152219
#: py/compile.c
22162220
msgid "no binding for nonlocal found"
@@ -2223,11 +2227,11 @@ msgstr "Kein Modul mit dem Namen '%q'"
22232227
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
22242228
#: shared-bindings/displayio/ParallelBus.c
22252229
msgid "no reset pin available"
2226-
msgstr ""
2230+
msgstr "kein Reset Pin verfügbar"
22272231

22282232
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
22292233
msgid "no such attribute"
2230-
msgstr ""
2234+
msgstr "kein solches Attribut"
22312235

22322236
#: ports/nrf/common-hal/_bleio/__init__.c
22332237
msgid "non-UUID found in service_uuids_whitelist"
@@ -2317,11 +2321,11 @@ msgstr "offset außerhalb der Grenzen"
23172321

23182322
#: ports/nrf/common-hal/audiobusio/PDMIn.c
23192323
msgid "only bit_depth=16 is supported"
2320-
msgstr ""
2324+
msgstr "nur eine bit_depth=16 wird unterstützt"
23212325

23222326
#: ports/nrf/common-hal/audiobusio/PDMIn.c
23232327
msgid "only sample_rate=16000 is supported"
2324-
msgstr ""
2328+
msgstr "nur eine sample_rate=16000 wird unterstützt"
23252329

23262330
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
23272331
#: shared-bindings/nvm/ByteArray.c
@@ -2341,15 +2345,15 @@ msgstr ""
23412345

23422346
#: py/objint_mpz.c
23432347
msgid "overflow converting long int to machine word"
2344-
msgstr ""
2348+
msgstr "Überlauf beim konvertieren von long int zu machine word"
23452349

23462350
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
23472351
msgid "palette must be 32 bytes long"
23482352
msgstr ""
23492353

23502354
#: shared-bindings/displayio/Palette.c
23512355
msgid "palette_index should be an int"
2352-
msgstr ""
2356+
msgstr "palette_index sollte ein int sein"
23532357

23542358
#: py/compile.c
23552359
msgid "parameter annotation must be an identifier"
@@ -2451,7 +2455,7 @@ msgstr "Der schedule stack ist voll"
24512455

24522456
#: lib/utils/pyexec.c py/builtinimport.c
24532457
msgid "script compilation not supported"
2454-
msgstr "kompilieren von Skripten ist nicht unterstützt"
2458+
msgstr "kompilieren von Skripten nicht unterstützt"
24552459

24562460
#: py/objstr.c
24572461
msgid "sign not allowed in string format specifier"
@@ -2483,11 +2487,11 @@ msgstr "weicher reboot\n"
24832487

24842488
#: py/objstr.c
24852489
msgid "start/end indices"
2486-
msgstr ""
2490+
msgstr "start/end Indizes"
24872491

24882492
#: shared-bindings/displayio/Shape.c
24892493
msgid "start_x should be an int"
2490-
msgstr ""
2494+
msgstr "start_x sollte ein int sein"
24912495

24922496
#: shared-bindings/random/__init__.c
24932497
msgid "step must be non-zero"

0 commit comments

Comments
 (0)