@@ -2599,8 +2599,7 @@ msgstr "kann keinem Ausdruck zuweisen"
2599
2599
msgid "can't cancel self"
2600
2600
msgstr "kann self nicht abbrechen"
2601
2601
2602
- #: py/obj.c py/objint.c shared-bindings/i2ctarget/I2CTarget.c
2603
- #: shared-module/adafruit_pixelbuf/PixelBuf.c
2602
+ #: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
2604
2603
msgid "can't convert %q to %q"
2605
2604
msgstr "kann %q nicht zu %q konvertieren"
2606
2605
@@ -2795,10 +2794,6 @@ msgstr ""
2795
2794
msgid "color must be between 0x000000 and 0xffffff"
2796
2795
msgstr "Farbe muss zwischen 0x000000 und 0xffffff liegen"
2797
2796
2798
- #: shared-bindings/displayio/ColorConverter.c
2799
- msgid "color should be an int"
2800
- msgstr "Farbe sollte ein int sein"
2801
-
2802
2797
#: py/emitnative.c
2803
2798
msgid "comparison of int and uint"
2804
2799
msgstr "Vergleich von int und uint"
@@ -2952,10 +2947,6 @@ msgstr "leere Sequenz"
2952
2947
msgid "end of format while looking for conversion specifier"
2953
2948
msgstr "Ende des Formats wärend der Suche nach einem conversion specifier"
2954
2949
2955
- #: shared-bindings/displayio/Shape.c
2956
- msgid "end_x should be an int"
2957
- msgstr "end_x sollte ein int sein"
2958
-
2959
2950
#: shared-bindings/alarm/time/TimeAlarm.c
2960
2951
msgid "epoch_time not supported on this board"
2961
2952
msgstr "epoch_time wird auf diesem Board nicht unterstützt"
@@ -3835,10 +3826,6 @@ msgstr "pack erwartete %d Artikel zum Packen (erhalten %d)"
3835
3826
msgid "palette must be 32 bytes long"
3836
3827
msgstr "Die Palette muss 32 Byte lang sein"
3837
3828
3838
- #: shared-bindings/displayio/Palette.c
3839
- msgid "palette_index should be an int"
3840
- msgstr "palette_index sollte ein int sein"
3841
-
3842
3829
#: py/emitinlinextensa.c
3843
3830
msgid "parameters must be registers in sequence a2 to a5"
3844
3831
msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
@@ -4076,10 +4063,6 @@ msgstr "source_bitmap muss value_count von 8 haben"
4076
4063
msgid "start/end indices"
4077
4064
msgstr "start/end Indizes"
4078
4065
4079
- #: shared-bindings/displayio/Shape.c
4080
- msgid "start_x should be an int"
4081
- msgstr "start_x sollte ein int sein"
4082
-
4083
4066
#: shared-bindings/random/__init__.c
4084
4067
msgid "step must be non-zero"
4085
4068
msgstr "Schritt (step) darf nicht Null sein"
@@ -4297,7 +4280,6 @@ msgid "unreadable attribute"
4297
4280
msgstr "nicht lesbares Attribut"
4298
4281
4299
4282
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4300
- #: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
4301
4283
msgid "unsupported %q type"
4302
4284
msgstr "Nicht unterstützter %q-Typ"
4303
4285
@@ -4427,10 +4409,6 @@ msgstr "x Wert außerhalb der Grenzen"
4427
4409
msgid "xTaskCreate failed"
4428
4410
msgstr "xTaskCreate fehlgeschlagen"
4429
4411
4430
- #: shared-bindings/displayio/Shape.c
4431
- msgid "y should be an int"
4432
- msgstr "y sollte ein int sein"
4433
-
4434
4412
#: shared-module/displayio/Shape.c
4435
4413
msgid "y value out of bounds"
4436
4414
msgstr "y Wert außerhalb der Grenzen"
@@ -4451,6 +4429,21 @@ msgstr "zi muss eine Gleitkommazahl sein"
4451
4429
msgid "zi must be of shape (n_section, 2)"
4452
4430
msgstr "zi muss die Form (n_section, 2) haben"
4453
4431
4432
+ #~ msgid "color should be an int"
4433
+ #~ msgstr "Farbe sollte ein int sein"
4434
+
4435
+ #~ msgid "end_x should be an int"
4436
+ #~ msgstr "end_x sollte ein int sein"
4437
+
4438
+ #~ msgid "palette_index should be an int"
4439
+ #~ msgstr "palette_index sollte ein int sein"
4440
+
4441
+ #~ msgid "start_x should be an int"
4442
+ #~ msgstr "start_x sollte ein int sein"
4443
+
4444
+ #~ msgid "y should be an int"
4445
+ #~ msgstr "y sollte ein int sein"
4446
+
4454
4447
#~ msgid ""
4455
4448
#~ "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' "
4456
4449
#~ "or 'B'"
0 commit comments