@@ -2219,8 +2219,8 @@ msgid "timeout must be >= 0.0"
22192219msgstr "timeout muss >= 0.0 sein"
22202220
22212221#: shared-bindings/bleio/CharacteristicBuffer.c:79
2222- msgid "buffer_size must be >= 1"
2223- msgstr "Puffergröße muss >= 1 sein"
2222+ msgid "%q must be >= 1"
2223+ msgstr "%q muss >= 1 sein"
22242224
22252225#: shared-bindings/bleio/CharacteristicBuffer.c:83
22262226msgid "Expected a Characteristic"
@@ -2324,16 +2324,25 @@ msgstr ""
23242324msgid "Unsupported pull value."
23252325msgstr ""
23262326
2327- #: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88
2328- msgid "y should be an int"
2327+ #: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272
2328+ msgid "Cannot delete values"
2329+ msgstr ""
2330+
2331+ #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
2332+ #: shared-bindings/pulseio/PulseIn.c:278
2333+ msgid "Slices not supported"
23292334msgstr ""
23302335
2331- #: shared-bindings/displayio/Bitmap.c:89
2332- msgid "row buffer must be a bytearray or array of type 'b' or 'B' "
2336+ #: shared-bindings/displayio/Bitmap.c:156
2337+ msgid "pixel coordinates out of bounds "
23332338msgstr ""
23342339
2335- #: shared-bindings/displayio/Bitmap.c:94
2336- msgid "row data must be a buffer"
2340+ #: shared-bindings/displayio/Bitmap.c:166
2341+ msgid "pixel value requires too many bits"
2342+ msgstr ""
2343+
2344+ #: shared-bindings/displayio/BuiltinFont.c:93
2345+ msgid "%q should be an int"
23372346msgstr ""
23382347
23392348#: shared-bindings/displayio/ColorConverter.c:72
@@ -2392,6 +2401,10 @@ msgstr ""
23922401msgid "palette_index should be an int"
23932402msgstr ""
23942403
2404+ #: shared-bindings/displayio/Shape.c:97
2405+ msgid "y should be an int"
2406+ msgstr ""
2407+
23952408#: shared-bindings/displayio/Shape.c:92
23962409msgid "start_x should be an int"
23972410msgstr ""
@@ -2681,6 +2694,10 @@ msgstr ""
26812694msgid "row must be packed and word aligned"
26822695msgstr ""
26832696
2697+ #: shared-module/displayio/Bitmap.c:118
2698+ msgid "Read-only object"
2699+ msgstr "Schreibgeschützte Objekt"
2700+
26842701#: shared-module/displayio/Display.c:67
26852702msgid "Unsupported display bus type"
26862703msgstr "Nicht unterstützter display bus type"
0 commit comments