@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : \n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9
- "PO-Revision-Date : 2024-01-07 16:06 +0000\n "
10
- "Last-Translator : Luc <some_physics@live .com>\n "
9
+ "PO-Revision-Date : 2024-03-11 09:56 +0000\n "
10
+ "Last-Translator : Sokromatrix <kroschewski1971@gmail .com>\n "
11
11
"Language : de_DE\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=2; plural=n != 1;\n "
16
- "X-Generator : Weblate 5.4 -dev\n "
16
+ "X-Generator : Weblate 5.5 -dev\n "
17
17
18
18
#: main.c
19
19
msgid ""
@@ -37,6 +37,9 @@ msgid ""
37
37
"Please file an issue with your program at github.com/adafruit/circuitpython/"
38
38
"issues."
39
39
msgstr ""
40
+ "\n"
41
+ "Reiche bitte ein Problem mit deinem Programm bei github.com/adafruit/"
42
+ "circuitpython/issues ein."
40
43
41
44
#: supervisor/shared/safe_mode.c
42
45
msgid ""
@@ -97,11 +100,12 @@ msgstr "%q und %q müssen unterschiedlich sein"
97
100
98
101
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
99
102
msgid "%q and %q must share a clock unit"
100
- msgstr ""
103
+ msgstr "%q und %q müssen eine Uhreneinheit teilen "
101
104
102
105
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
103
106
msgid "%q cannot be changed once mode is set to %q"
104
107
msgstr ""
108
+ "%q und %q können nicht geändert werden, sobald der Modus auf %q gesetzt ist"
105
109
106
110
#: shared-bindings/microcontroller/Pin.c
107
111
msgid "%q contains duplicate pins"
@@ -438,7 +442,7 @@ msgstr "'yield' außerhalb einer Funktion"
438
442
439
443
#: py/compile.c
440
444
msgid "* arg after **"
441
- msgstr ""
445
+ msgstr "* arg nach ** "
442
446
443
447
#: py/compile.c
444
448
msgid "*x must be assignment target"
@@ -866,7 +870,7 @@ msgstr "Dem fmt Block muss ein Datenblock folgen"
866
870
867
871
#: shared-module/jpegio/JpegDecoder.c
868
872
msgid "Data format error (may be broken data)"
869
- msgstr ""
873
+ msgstr "Datenformatfehler (Möglicherweise beschädigte Daten) "
870
874
871
875
#: ports/espressif/common-hal/_bleio/Adapter.c
872
876
#: ports/nrf/common-hal/_bleio/Adapter.c
@@ -1149,7 +1153,7 @@ msgstr "Unzureichende Verschlüsselung"
1149
1153
1150
1154
#: shared-module/jpegio/JpegDecoder.c
1151
1155
msgid "Insufficient memory pool for the image"
1152
- msgstr ""
1156
+ msgstr "Unzureichender Speicherpool für das Bild "
1153
1157
1154
1158
#: shared-module/jpegio/JpegDecoder.c
1155
1159
msgid "Insufficient stream input buffer"
@@ -1184,7 +1188,7 @@ msgstr "Interner Fehler #%d"
1184
1188
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1185
1189
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
1186
1190
msgid "Internal resource(s) in use"
1187
- msgstr ""
1191
+ msgstr "Interne Ressource(n) in Benutzung "
1188
1192
1189
1193
#: supervisor/shared/safe_mode.c
1190
1194
msgid "Internal watchdog timer expired."
@@ -1196,7 +1200,7 @@ msgstr "Interrupt Fehler."
1196
1200
1197
1201
#: shared-module/jpegio/JpegDecoder.c
1198
1202
msgid "Interrupted by output function"
1199
- msgstr ""
1203
+ msgstr "Unterbrochen durch Ausgabefunktion "
1200
1204
1201
1205
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1202
1206
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
@@ -1442,7 +1446,7 @@ msgstr "Keine IP"
1442
1446
#: ports/cxd56/common-hal/microcontroller/__init__.c
1443
1447
#: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
1444
1448
msgid "No bootloader present"
1445
- msgstr ""
1449
+ msgstr "Kein Bootloader vorhanden "
1446
1450
1447
1451
#: shared-module/usb/core/Device.c
1448
1452
msgid "No configuration set"
@@ -1538,7 +1542,7 @@ msgstr "Spielt nicht ab"
1538
1542
1539
1543
#: shared-module/jpegio/JpegDecoder.c
1540
1544
msgid "Not supported JPEG standard"
1541
- msgstr ""
1545
+ msgstr "Nicht unterstützter JPEG-Standard "
1542
1546
1543
1547
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1544
1548
#, c-format
@@ -1680,7 +1684,7 @@ msgstr "PWM-Stück-Kanal A wird bereits verwendet"
1680
1684
1681
1685
#: shared-module/jpegio/JpegDecoder.c
1682
1686
msgid "Parameter error"
1683
- msgstr ""
1687
+ msgstr "Parameter-Fehler "
1684
1688
1685
1689
#: ports/espressif/common-hal/audiobusio/__init__.c
1686
1690
msgid "Peripheral in use"
@@ -1749,6 +1753,8 @@ msgstr "Polygone brauchen mindestens 3 Punkte"
1749
1753
#: supervisor/shared/safe_mode.c
1750
1754
msgid "Power dipped. Make sure you are providing enough power."
1751
1755
msgstr ""
1756
+ "Die Stromversorgung ist abgesackt. Stelle sicher, dass du genug Strom "
1757
+ "bereitstellst."
1752
1758
1753
1759
#: shared-bindings/_bleio/Adapter.c
1754
1760
msgid "Prefix buffer must be on the heap"
@@ -1791,7 +1797,7 @@ msgstr "RISE_AND_FALL ist auf diesem Chip nicht verfügbar"
1791
1797
1792
1798
#: shared-module/displayio/OnDiskBitmap.c
1793
1799
msgid "RLE-compressed BMP not supported"
1794
- msgstr ""
1800
+ msgstr "RLE-komprimiertes BMP ist nicht unterstützt "
1795
1801
1796
1802
#: ports/stm/common-hal/os/__init__.c
1797
1803
msgid "RNG DeInit Error"
@@ -2362,7 +2368,7 @@ msgstr "Der VOLUME-Knopf wurde beim Starten gedrückt."
2362
2368
2363
2369
#: ports/espressif/boards/adafruit_itsybitsy_esp32/mpconfigboard.h
2364
2370
msgid "You pressed the boot button at start up."
2365
- msgstr ""
2371
+ msgstr "Der Boot-Knopf wurde beim Starten gedrückt. "
2366
2372
2367
2373
#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
2368
2374
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
@@ -2516,7 +2522,7 @@ msgstr "Der binäre Operator %q ist nicht implementiert"
2516
2522
2517
2523
#: shared-module/bitmapfilter/__init__.c
2518
2524
msgid "bitmap size and depth must match"
2519
- msgstr ""
2525
+ msgstr "Bitmap-Größen und -Tiefe müssen übereinstimmen "
2520
2526
2521
2527
#: shared-bindings/bitmaptools/__init__.c
2522
2528
msgid "bitmap sizes must match"
@@ -2824,7 +2830,7 @@ msgstr "Vergleich von int und uint"
2824
2830
2825
2831
#: py/objcomplex.c
2826
2832
msgid "complex divide by zero"
2827
- msgstr ""
2833
+ msgstr "komplexe Division durch null "
2828
2834
2829
2835
#: py/objfloat.c py/parsenum.c
2830
2836
msgid "complex values not supported"
@@ -3235,7 +3241,7 @@ msgstr "Eingabe- und Ausgabedimensionen unterscheiden sich"
3235
3241
3236
3242
#: extmod/ulab/code/numpy/vector.c
3237
3243
msgid "input and output shapes differ"
3238
- msgstr ""
3244
+ msgstr "Eingabe- und Ausgabeformen unterscheiden sich "
3239
3245
3240
3246
#: extmod/ulab/code/numpy/create.c
3241
3247
msgid "input argument must be an integer, a tuple, or a list"
@@ -3259,7 +3265,7 @@ msgstr "Eingabe dtype muss float oder complex sein"
3259
3265
3260
3266
#: extmod/ulab/code/numpy/poly.c
3261
3267
msgid "input is not iterable"
3262
- msgstr ""
3268
+ msgstr "Eingabe ist nicht iterierbar "
3263
3269
3264
3270
#: extmod/ulab/code/numpy/linalg/linalg.c
3265
3271
msgid "input matrix is asymmetric"
@@ -3503,15 +3509,15 @@ msgstr "Speicherzuweisung fehlgeschlagen, der Heap ist gesperrt"
3503
3509
3504
3510
#: py/objarray.c
3505
3511
msgid "memoryview offset too large"
3506
- msgstr ""
3512
+ msgstr "memoryview-Versatz zu groß "
3507
3513
3508
3514
#: py/objarray.c
3509
3515
msgid "memoryview: length is not a multiple of itemsize"
3510
3516
msgstr "memoryview: length ist kein Vielfaches von itemize"
3511
3517
3512
3518
#: extmod/modtime.c
3513
3519
msgid "mktime needs a tuple of length 8 or 9"
3514
- msgstr ""
3520
+ msgstr "mktime braucht ein Tupel der Länge 8 oder 9 "
3515
3521
3516
3522
#: extmod/ulab/code/numpy/linalg/linalg.c
3517
3523
msgid "mode must be complete, or reduced"
@@ -3571,7 +3577,7 @@ msgstr "natives yield"
3571
3577
3572
3578
#: extmod/ulab/code/ndarray.c
3573
3579
msgid "ndarray length overflows"
3574
- msgstr ""
3580
+ msgstr "ndarray-Länge fließt über "
3575
3581
3576
3582
#: py/runtime.c
3577
3583
#, c-format
@@ -3827,7 +3833,7 @@ msgstr "Ausgabe-Array ist zu klein"
3827
3833
3828
3834
#: extmod/ulab/code/numpy/vector.c
3829
3835
msgid "out keyword is not supported for complex dtype"
3830
- msgstr ""
3836
+ msgstr "out-Schlüsselwort wird nicht unterstützt für komplexen dtype "
3831
3837
3832
3838
#: extmod/ulab/code/numpy/vector.c
3833
3839
msgid "out keyword is not supported for function"
@@ -4057,7 +4063,7 @@ msgstr "stream operation ist nicht unterstützt"
4057
4063
4058
4064
#: py/objarray.c py/objstr.c
4059
4065
msgid "string argument without an encoding"
4060
- msgstr ""
4066
+ msgstr "String-Argument ohne Encoding "
4061
4067
4062
4068
#: py/objstrunicode.c
4063
4069
msgid "string index out of range"
@@ -4264,7 +4270,7 @@ msgstr "nicht unterstützte Xtensa-Anweisung '%s' mit %d Argumenten"
4264
4270
4265
4271
#: shared-module/bitmapfilter/__init__.c
4266
4272
msgid "unsupported bitmap depth"
4267
- msgstr ""
4273
+ msgstr "nicht unterstützte Bitmap-Tiefe "
4268
4274
4269
4275
#: shared-module/gifio/GifWriter.c
4270
4276
msgid "unsupported colorspace for GifWriter"
@@ -4310,13 +4316,15 @@ msgstr "Wert außerhalb des Zielbereiches"
4310
4316
4311
4317
#: extmod/moddeflate.c
4312
4318
msgid "wbits"
4313
- msgstr ""
4319
+ msgstr "wbits "
4314
4320
4315
4321
#: shared-bindings/bitmapfilter/__init__.c
4316
4322
msgid ""
4317
4323
"weights must be a sequence with an odd square number of elements (usually 9 "
4318
4324
"or 25)"
4319
4325
msgstr ""
4326
+ "Gewichte müssen eine Sequenz mit einer ungeraden quadratischen Anzahl an "
4327
+ "Elementen sein (normalerweise 9 oder 25)"
4320
4328
4321
4329
#: shared-bindings/bitmapfilter/__init__.c
4322
4330
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
0 commit comments