@@ -336,7 +336,7 @@ msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
336
336
337
337
#: shared-bindings/displayio/Display.c
338
338
msgid "Buffer is not a bytearray."
339
- msgstr ""
339
+ msgstr "Der Puffer ist kein Byte-Array "
340
340
341
341
#: shared-bindings/displayio/Display.c
342
342
msgid "Buffer is too small"
@@ -345,7 +345,7 @@ msgstr "Der Puffer ist zu klein"
345
345
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
346
346
#, c-format
347
347
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. "
349
349
350
350
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
351
351
msgid "Buffer must be at least length 1"
@@ -367,7 +367,7 @@ msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
367
367
368
368
#: py/objtype.c
369
369
msgid "Call super().__init__() before accessing native object."
370
- msgstr ""
370
+ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf. "
371
371
372
372
#: shared-bindings/_pixelbuf/PixelBuf.c
373
373
#, c-format
@@ -449,7 +449,7 @@ msgstr "Clock unit wird benutzt"
449
449
450
450
#: shared-bindings/_pew/PewPew.c
451
451
msgid "Column entry must be digitalio.DigitalInOut"
452
- msgstr ""
452
+ msgstr "Spalteneintrag muss digitalio.DigitalInOut sein "
453
453
454
454
#: shared-bindings/displayio/I2CDisplay.c
455
455
msgid "Command must be 0-255"
@@ -549,7 +549,7 @@ msgstr "Characteristic wird erwartet"
549
549
550
550
#: shared-bindings/_bleio/Service.c
551
551
msgid "Expected a Peripheral"
552
- msgstr ""
552
+ msgstr "Ein Peripheriegerät wird erwartet "
553
553
554
554
#: shared-bindings/_bleio/Characteristic.c
555
555
msgid "Expected a Service"
@@ -586,7 +586,7 @@ msgstr "Hinzufügen des Characteristic ist gescheitert. Status: 0x%04x"
586
586
#: ports/nrf/common-hal/_bleio/Characteristic.c
587
587
#, c-format
588
588
msgid "Failed to add descriptor, err 0x%04x"
589
- msgstr ""
589
+ msgstr "Deskriptor konnte nicht hinzugefügt werden. Status: 0x%04x "
590
590
591
591
#: ports/nrf/common-hal/_bleio/Peripheral.c
592
592
#, c-format
@@ -681,7 +681,7 @@ msgstr "Kann advertisement nicht starten. Status: 0x%04x"
681
681
#: ports/nrf/common-hal/_bleio/Central.c
682
682
#, c-format
683
683
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"
685
685
686
686
#: ports/nrf/common-hal/_bleio/Peripheral.c
687
687
#, c-format
@@ -701,7 +701,7 @@ msgstr "Kann advertisement nicht stoppen. Status: 0x%04x"
701
701
#: ports/nrf/common-hal/_bleio/Characteristic.c
702
702
#, c-format
703
703
msgid "Failed to write CCCD, err 0x%04x"
704
- msgstr ""
704
+ msgstr "Konnte CCCD nicht schreiben, Status: 0x%04x "
705
705
706
706
#: ports/nrf/common-hal/_bleio/__init__.c
707
707
#, c-format
@@ -887,7 +887,7 @@ msgstr "LHS des Schlüsselwortarguments muss eine id sein"
887
887
888
888
#: shared-module/displayio/Group.c
889
889
msgid "Layer already in a group."
890
- msgstr ""
890
+ msgstr "Layer ist bereits in einer Gruppe. "
891
891
892
892
#: shared-module/displayio/Group.c
893
893
msgid "Layer must be a Group or TileGrid subclass."
@@ -946,7 +946,7 @@ msgstr "Muss eine %q Unterklasse sein."
946
946
947
947
#: ports/nrf/common-hal/_bleio/Characteristic.c
948
948
msgid "No CCCD for this Characteristic"
949
- msgstr ""
949
+ msgstr "Kein CCCD für diese Charakteristik "
950
950
951
951
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
952
952
msgid "No DAC on chip"
@@ -983,7 +983,7 @@ msgstr "Kein hardware random verfügbar"
983
983
984
984
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
985
985
msgid "No hardware support on clk pin"
986
- msgstr ""
986
+ msgstr "Keine Hardwareunterstützung am clk Pin "
987
987
988
988
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
989
989
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -1041,6 +1041,8 @@ msgid ""
1041
1041
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
1042
1042
"%d bpp given"
1043
1043
msgstr ""
1044
+ "Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs unterstützt: "
1045
+ "%d bpp wurden gegeben"
1044
1046
1045
1047
#: shared-bindings/_pixelbuf/PixelBuf.c
1046
1048
msgid "Only slices with step=1 (aka None) are supported"
@@ -1117,15 +1119,15 @@ msgstr "Schreibgeschützte Objekt"
1117
1119
1118
1120
#: shared-bindings/displayio/EPaperDisplay.c
1119
1121
msgid "Refresh too soon"
1120
- msgstr ""
1122
+ msgstr "Zu früh neu geladen "
1121
1123
1122
1124
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1123
1125
msgid "Right channel unsupported"
1124
1126
msgstr "Rechter Kanal wird nicht unterstützt"
1125
1127
1126
1128
#: shared-bindings/_pew/PewPew.c
1127
1129
msgid "Row entry must be digitalio.DigitalInOut"
1128
- msgstr ""
1130
+ msgstr "Zeileneintrag muss ein digitalio.DigitalInOut sein "
1129
1131
1130
1132
#: main.c
1131
1133
msgid "Running in safe mode! Auto-reload is off.\n"
@@ -1200,6 +1202,8 @@ msgid ""
1200
1202
"The `microcontroller` module was used to boot into safe mode. Press reset to "
1201
1203
"exit safe mode.\n"
1202
1204
msgstr ""
1205
+ "Das `Mikrocontroller` Modul wurde benutzt, um in den Sicherheitsmodus zu starten. "
1206
+ "Drücke Reset um den Sicherheitsmodus zu verlassen.\n"
1203
1207
1204
1208
#: supervisor/shared/safe_mode.c
1205
1209
msgid ""
@@ -1289,7 +1293,7 @@ msgstr "USB Fehler"
1289
1293
1290
1294
#: shared-bindings/_bleio/UUID.c
1291
1295
msgid "UUID integer value must be 0-0xffff"
1292
- msgstr ""
1296
+ msgstr "UUID Integer-Wert muss ein Wert von 0 bis 0xffff sein "
1293
1297
1294
1298
#: shared-bindings/_bleio/UUID.c
1295
1299
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
@@ -1472,11 +1476,11 @@ msgstr ""
1472
1476
1473
1477
#: py/objstr.c
1474
1478
msgid "bad format string"
1475
- msgstr ""
1479
+ msgstr "Falscher Formatstring "
1476
1480
1477
1481
#: py/binary.c
1478
1482
msgid "bad typecode"
1479
- msgstr ""
1483
+ msgstr "Falscher Typcode "
1480
1484
1481
1485
#: py/emitnative.c
1482
1486
msgid "binary op %q not implemented"
@@ -1535,7 +1539,7 @@ msgstr ""
1535
1539
#: shared-bindings/_pixelbuf/PixelBuf.c
1536
1540
#, c-format
1537
1541
msgid "byteorder is not an instance of ByteOrder (got a %s)"
1538
- msgstr ""
1542
+ msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten) "
1539
1543
1540
1544
#: ports/atmel-samd/common-hal/busio/UART.c
1541
1545
msgid "bytes > 8 bits not supported"
@@ -1559,7 +1563,7 @@ msgstr "Kalibrierwert nicht im Bereich von +/-127"
1559
1563
1560
1564
#: py/emitinlinethumb.c
1561
1565
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 "
1563
1567
1564
1568
#: py/emitinlinextensa.c
1565
1569
msgid "can only have up to 4 parameters to Xtensa assembly"
@@ -1658,7 +1662,7 @@ msgstr "Laden von '%q' nicht möglich"
1658
1662
1659
1663
#: py/emitnative.c
1660
1664
msgid "can't load with '%q' index"
1661
- msgstr ""
1665
+ msgstr "Laden mit '%q' index nicht möglich "
1662
1666
1663
1667
#: py/objgenerator.c
1664
1668
msgid "can't pend throw to just-started generator"
@@ -1670,7 +1674,7 @@ msgstr ""
1670
1674
1671
1675
#: py/objnamedtuple.c
1672
1676
msgid "can't set attribute"
1673
- msgstr ""
1677
+ msgstr "kann Attribut nicht setzen "
1674
1678
1675
1679
#: py/emitnative.c
1676
1680
msgid "can't store '%q'"
@@ -1696,11 +1700,11 @@ msgstr ""
1696
1700
1697
1701
#: py/objtype.c
1698
1702
msgid "cannot create '%q' instances"
1699
- msgstr ""
1703
+ msgstr "Kann '%q' Instanzen nicht erstellen "
1700
1704
1701
1705
#: py/objtype.c
1702
1706
msgid "cannot create instance"
1703
- msgstr ""
1707
+ msgstr "Kann Instanz nicht erstellen "
1704
1708
1705
1709
#: py/runtime.c
1706
1710
msgid "cannot import name %q"
@@ -1728,47 +1732,47 @@ msgstr "chr() arg ist nicht in range(256)"
1728
1732
1729
1733
#: shared-bindings/displayio/Palette.c
1730
1734
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 "
1732
1736
1733
1737
#: shared-bindings/displayio/Palette.c
1734
1738
msgid "color buffer must be a buffer or int"
1735
- msgstr ""
1739
+ msgstr "Farbpuffer muss ein Puffer oder ein int sein "
1736
1740
1737
1741
#: shared-bindings/displayio/Palette.c
1738
1742
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 "
1740
1744
1741
1745
#: shared-bindings/displayio/Palette.c
1742
1746
msgid "color must be between 0x000000 and 0xffffff"
1743
- msgstr ""
1747
+ msgstr "Farbe muss zwischen 0x000000 und 0xffffff liegen "
1744
1748
1745
1749
#: shared-bindings/displayio/ColorConverter.c
1746
1750
msgid "color should be an int"
1747
- msgstr ""
1751
+ msgstr "Farbe sollte ein int sein "
1748
1752
1749
1753
#: py/objcomplex.c
1750
1754
msgid "complex division by zero"
1751
- msgstr ""
1755
+ msgstr "Komplexe Division durch null "
1752
1756
1753
1757
#: py/objfloat.c py/parsenum.c
1754
1758
msgid "complex values not supported"
1755
- msgstr ""
1759
+ msgstr "Komplexe Zahlen nicht unterstützt "
1756
1760
1757
1761
#: extmod/moduzlib.c
1758
1762
msgid "compression header"
1759
1763
msgstr "kompression header"
1760
1764
1761
1765
#: py/parse.c
1762
1766
msgid "constant must be an integer"
1763
- msgstr ""
1767
+ msgstr "constant muss ein integer sein "
1764
1768
1765
1769
#: py/emitnative.c
1766
1770
msgid "conversion to object"
1767
- msgstr ""
1771
+ msgstr "Umwandlung zu Objekt "
1768
1772
1769
1773
#: py/parsenum.c
1770
1774
msgid "decimal numbers not supported"
1771
- msgstr ""
1775
+ msgstr "Dezimalzahlen nicht unterstützt "
1772
1776
1773
1777
#: py/compile.c
1774
1778
msgid "default 'except' must be last"
@@ -1785,7 +1789,7 @@ msgstr ""
1785
1789
1786
1790
#: shared-bindings/audiobusio/PDMIn.c
1787
1791
msgid "destination_length must be an int >= 0"
1788
- msgstr ""
1792
+ msgstr "destination_length muss ein int >= 0 sein "
1789
1793
1790
1794
#: py/objdict.c
1791
1795
msgid "dict update sequence has wrong length"
@@ -1818,7 +1822,7 @@ msgstr ""
1818
1822
1819
1823
#: shared-bindings/displayio/Shape.c
1820
1824
msgid "end_x should be an int"
1821
- msgstr ""
1825
+ msgstr "end_x sollte ein int sein "
1822
1826
1823
1827
#: ports/nrf/common-hal/busio/UART.c
1824
1828
#, c-format
@@ -1995,7 +1999,7 @@ msgstr "integer erforderlich"
1995
1999
#: shared-bindings/_bleio/Peripheral.c shared-bindings/_bleio/Scanner.c
1996
2000
#, c-format
1997
2001
msgid "interval must be in range %s-%s"
1998
- msgstr ""
2002
+ msgstr "Das Intervall muss im Bereich %s-%s sein "
1999
2003
2000
2004
#: extmod/machine_i2c.c
2001
2005
msgid "invalid I2C peripheral"
@@ -2128,7 +2132,7 @@ msgstr ""
2128
2132
#: ports/nrf/common-hal/_bleio/Descriptor.c
2129
2133
#, c-format
2130
2134
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 "
2132
2136
2133
2137
#: py/runtime.c
2134
2138
msgid "maximum recursion depth exceeded"
@@ -2157,7 +2161,7 @@ msgstr ""
2157
2161
2158
2162
#: py/objtype.c
2159
2163
msgid "multiple inheritance not supported"
2160
- msgstr ""
2164
+ msgstr "Mehrfache Vererbung nicht unterstützt "
2161
2165
2162
2166
#: py/emitnative.c
2163
2167
msgid "must raise an object"
@@ -2210,7 +2214,7 @@ msgstr ""
2210
2214
2211
2215
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
2212
2216
msgid "no available NIC"
2213
- msgstr ""
2217
+ msgstr "kein verfügbares Netzwerkadapter (NIC) "
2214
2218
2215
2219
#: py/compile.c
2216
2220
msgid "no binding for nonlocal found"
@@ -2223,11 +2227,11 @@ msgstr "Kein Modul mit dem Namen '%q'"
2223
2227
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
2224
2228
#: shared-bindings/displayio/ParallelBus.c
2225
2229
msgid "no reset pin available"
2226
- msgstr ""
2230
+ msgstr "kein Reset Pin verfügbar "
2227
2231
2228
2232
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
2229
2233
msgid "no such attribute"
2230
- msgstr ""
2234
+ msgstr "kein solches Attribut "
2231
2235
2232
2236
#: ports/nrf/common-hal/_bleio/__init__.c
2233
2237
msgid "non-UUID found in service_uuids_whitelist"
@@ -2317,11 +2321,11 @@ msgstr "offset außerhalb der Grenzen"
2317
2321
2318
2322
#: ports/nrf/common-hal/audiobusio/PDMIn.c
2319
2323
msgid "only bit_depth=16 is supported"
2320
- msgstr ""
2324
+ msgstr "nur eine bit_depth=16 wird unterstützt "
2321
2325
2322
2326
#: ports/nrf/common-hal/audiobusio/PDMIn.c
2323
2327
msgid "only sample_rate=16000 is supported"
2324
- msgstr ""
2328
+ msgstr "nur eine sample_rate=16000 wird unterstützt "
2325
2329
2326
2330
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
2327
2331
#: shared-bindings/nvm/ByteArray.c
@@ -2341,15 +2345,15 @@ msgstr ""
2341
2345
2342
2346
#: py/objint_mpz.c
2343
2347
msgid "overflow converting long int to machine word"
2344
- msgstr ""
2348
+ msgstr "Überlauf beim konvertieren von long int zu machine word "
2345
2349
2346
2350
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
2347
2351
msgid "palette must be 32 bytes long"
2348
2352
msgstr ""
2349
2353
2350
2354
#: shared-bindings/displayio/Palette.c
2351
2355
msgid "palette_index should be an int"
2352
- msgstr ""
2356
+ msgstr "palette_index sollte ein int sein "
2353
2357
2354
2358
#: py/compile.c
2355
2359
msgid "parameter annotation must be an identifier"
@@ -2451,7 +2455,7 @@ msgstr "Der schedule stack ist voll"
2451
2455
2452
2456
#: lib/utils/pyexec.c py/builtinimport.c
2453
2457
msgid "script compilation not supported"
2454
- msgstr "kompilieren von Skripten ist nicht unterstützt"
2458
+ msgstr "kompilieren von Skripten nicht unterstützt"
2455
2459
2456
2460
#: py/objstr.c
2457
2461
msgid "sign not allowed in string format specifier"
@@ -2483,11 +2487,11 @@ msgstr "weicher reboot\n"
2483
2487
2484
2488
#: py/objstr.c
2485
2489
msgid "start/end indices"
2486
- msgstr ""
2490
+ msgstr "start/end Indizes "
2487
2491
2488
2492
#: shared-bindings/displayio/Shape.c
2489
2493
msgid "start_x should be an int"
2490
- msgstr ""
2494
+ msgstr "start_x sollte ein int sein "
2491
2495
2492
2496
#: shared-bindings/random/__init__.c
2493
2497
msgid "step must be non-zero"
0 commit comments