@@ -62,8 +62,9 @@ msgstr "%%c erwartet int oder char"
62
62
63
63
#: shared-bindings/rgbmatrix/RGBMatrix.c
64
64
#, c-format
65
- msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
66
- msgstr "%d Adress-Pins und %d rgb-Pins zeigen eine Höhe von %d, nicht von %d"
65
+ msgid ""
66
+ "%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
67
+ msgstr ""
67
68
68
69
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
69
70
msgid "%q failure: %d"
@@ -524,7 +525,6 @@ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
524
525
msgid "Buffer must be a multiple of 512 bytes"
525
526
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
526
527
527
- #: shared-bindings/adafruit_bus_device/I2CDevice.c
528
528
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
529
529
msgid "Buffer must be at least length 1"
530
530
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
@@ -539,6 +539,7 @@ msgid "Buffer too short by %d bytes"
539
539
msgstr "Buffer um %d Bytes zu kurz"
540
540
541
541
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
542
+ #: ports/esp32s2/common-hal/displayio/ParallelBus.c
542
543
#: ports/nrf/common-hal/displayio/ParallelBus.c
543
544
#, c-format
544
545
msgid "Bus pin %d is already in use"
@@ -815,6 +816,10 @@ msgstr "DAC wird schon benutzt"
815
816
msgid "Data 0 pin must be byte aligned"
816
817
msgstr "Data 0 pin muss am Byte ausgerichtet sein"
817
818
819
+ #: ports/esp32s2/common-hal/displayio/ParallelBus.c
820
+ msgid "Data 0 pin must be byte aligned."
821
+ msgstr ""
822
+
818
823
#: shared-module/audiocore/WaveFile.c
819
824
msgid "Data chunk must follow fmt chunk"
820
825
msgstr "Dem fmt Block muss ein Datenblock folgen"
@@ -1612,7 +1617,6 @@ msgid ""
1612
1617
"PWM frequency not writable when variable_frequency is False on construction."
1613
1618
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."
1614
1619
1615
- #: ports/esp32s2/common-hal/displayio/ParallelBus.c
1616
1620
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1617
1621
#: ports/stm/common-hal/displayio/ParallelBus.c
1618
1622
msgid "ParallelBus not yet supported"
@@ -3796,6 +3800,10 @@ msgstr "Syntaxfehler in uctypes Deskriptor"
3796
3800
msgid "threshold must be in the range 0-65536"
3797
3801
msgstr "threshold muss im Intervall 0-65536 liegen"
3798
3802
3803
+ #: shared-bindings/rgbmatrix/RGBMatrix.c
3804
+ msgid "tile must be greater than zero"
3805
+ msgstr ""
3806
+
3799
3807
#: shared-bindings/time/__init__.c
3800
3808
msgid "time.struct_time() takes a 9-sequence"
3801
3809
msgstr "time.struct_time() nimmt eine 9-Sequenz an"
@@ -4088,6 +4096,10 @@ msgstr ""
4088
4096
msgid "zi must be of shape (n_section, 2)"
4089
4097
msgstr ""
4090
4098
4099
+ #~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4100
+ #~ msgstr ""
4101
+ #~ "%d Adress-Pins und %d rgb-Pins zeigen eine Höhe von %d, nicht von %d"
4102
+
4091
4103
#~ msgid "input argument must be an integer or a 2-tuple"
4092
4104
#~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
4093
4105
0 commit comments