Skip to content

Commit 575843a

Browse files
authored
Merge pull request adafruit#5527 from Senuros/main
Added some german translations
2 parents 9e96a3c + 7734e85 commit 575843a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

locale/de_DE.po

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,7 @@ msgstr "float zu groß"
31763176

31773177
#: py/nativeglue.c
31783178
msgid "float unsupported"
3179-
msgstr ""
3179+
msgstr "float (Gleitkommazahlen) nicht unterstützt"
31803180

31813181
#: shared-bindings/_stage/Text.c
31823182
msgid "font must be 2048 bytes long"
@@ -3328,15 +3328,15 @@ msgstr ""
33283328

33293329
#: extmod/ulab/code/ulab_create.c
33303330
msgid "input argument must be an integer, a tuple, or a list"
3331-
msgstr ""
3331+
msgstr "das Eingabeargument muss ein Integer, Tupel oder eine Liste sein"
33323332

33333333
#: extmod/ulab/code/numpy/fft/fft_tools.c
33343334
msgid "input array length must be power of 2"
33353335
msgstr "Die Länge des Eingabearrays muss eine Potenz von 2 sein"
33363336

33373337
#: extmod/ulab/code/ulab_create.c
33383338
msgid "input arrays are not compatible"
3339-
msgstr ""
3339+
msgstr "Eingabe-Arrays sind nicht kompatibel"
33403340

33413341
#: extmod/ulab/code/numpy/poly.c
33423342
msgid "input data must be an iterable"
@@ -3365,7 +3365,7 @@ msgstr ""
33653365

33663366
#: extmod/ulab/code/scipy/signal/signal.c
33673367
msgid "input must be one-dimensional"
3368-
msgstr ""
3368+
msgstr "die Eingabe muss ein-Dimensional sein"
33693369

33703370
#: extmod/ulab/code/ulab_tools.c
33713371
msgid "input must be square matrix"
@@ -3398,7 +3398,7 @@ msgstr "Das Intervall muss im Bereich %s-%s sein"
33983398

33993399
#: py/compile.c
34003400
msgid "invalid architecture"
3401-
msgstr ""
3401+
msgstr "ungültige Architektur"
34023402

34033403
#: shared-bindings/bitmaptools/__init__.c
34043404
#, c-format
@@ -4240,7 +4240,7 @@ msgstr "Das Zeitlimit muss 0,0-100,0 Sekunden betragen"
42404240

42414241
#: ports/nrf/common-hal/_bleio/Adapter.c
42424242
msgid "timeout must be < 655.35 secs"
4243-
msgstr ""
4243+
msgstr "timeout muss kleiner als 655.35 Sekunden sein"
42444244

42454245
#: shared-bindings/_bleio/CharacteristicBuffer.c
42464246
msgid "timeout must be >= 0.0"
@@ -4268,7 +4268,7 @@ msgstr "zu viele Argumente mit dem angegebenen Format"
42684268

42694269
#: extmod/ulab/code/ndarray.c extmod/ulab/code/ulab_create.c
42704270
msgid "too many dimensions"
4271-
msgstr ""
4271+
msgstr "zu viele Dimensionen"
42724272

42734273
#: extmod/ulab/code/ndarray.c
42744274
msgid "too many indices"
@@ -4425,44 +4425,44 @@ msgstr "Wert muss in %d Byte(s) passen"
44254425

44264426
#: shared-bindings/bitmaptools/__init__.c
44274427
msgid "value out of range of target"
4428-
msgstr ""
4428+
msgstr "Wert außerhalb des Zielbereiches"
44294429

44304430
#: shared-bindings/displayio/Bitmap.c
44314431
msgid "value_count must be > 0"
44324432
msgstr "value_count muss größer als 0 sein"
44334433

44344434
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
44354435
msgid "watchdog not initialized"
4436-
msgstr ""
4436+
msgstr "watchdog nicht initialisiert"
44374437

44384438
#: shared-bindings/watchdog/WatchDogTimer.c
44394439
msgid "watchdog timeout must be greater than 0"
4440-
msgstr ""
4440+
msgstr "watchdog Zeitlimit muss größer als 0 sein"
44414441

44424442
#: shared-bindings/bitops/__init__.c
44434443
#, c-format
44444444
msgid "width must be from 2 to 8 (inclusive), not %d"
4445-
msgstr ""
4445+
msgstr "breite muss zwischen (inklusive) 2 und 8 liegen, nicht %d"
44464446

44474447
#: shared-bindings/rgbmatrix/RGBMatrix.c
44484448
msgid "width must be greater than zero"
4449-
msgstr ""
4449+
msgstr "breite muss größer als 0 sein"
44504450

44514451
#: ports/espressif/common-hal/wifi/Radio.c
44524452
msgid "wifi is not enabled"
4453-
msgstr ""
4453+
msgstr "wifi ist nicht aktiviert"
44544454

44554455
#: shared-bindings/_bleio/Adapter.c
44564456
msgid "window must be <= interval"
44574457
msgstr "Fenster muss <= Intervall sein"
44584458

44594459
#: extmod/ulab/code/numpy/numerical.c
44604460
msgid "wrong axis index"
4461-
msgstr ""
4461+
msgstr "falscher Achsenindex"
44624462

44634463
#: extmod/ulab/code/ulab_create.c
44644464
msgid "wrong axis specified"
4465-
msgstr ""
4465+
msgstr "falsche Achse gewählt"
44664466

44674467
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
44684468
msgid "wrong input type"
@@ -4486,7 +4486,7 @@ msgstr "x Wert außerhalb der Grenzen"
44864486

44874487
#: ports/espressif/common-hal/audiobusio/__init__.c
44884488
msgid "xTaskCreate failed"
4489-
msgstr ""
4489+
msgstr "xTaskCreate fehlgeschlagen"
44904490

44914491
#: shared-bindings/displayio/Shape.c
44924492
msgid "y should be an int"
@@ -4502,11 +4502,11 @@ msgstr "Nullschritt"
45024502

45034503
#: extmod/ulab/code/scipy/signal/signal.c
45044504
msgid "zi must be an ndarray"
4505-
msgstr ""
4505+
msgstr "zi muss ein ndarray sein"
45064506

45074507
#: extmod/ulab/code/scipy/signal/signal.c
45084508
msgid "zi must be of float type"
4509-
msgstr ""
4509+
msgstr "zi muss eine Gleitkommazahl sein"
45104510

45114511
#: extmod/ulab/code/scipy/signal/signal.c
45124512
msgid "zi must be of shape (n_section, 2)"

0 commit comments

Comments
 (0)