@@ -132,6 +132,10 @@ msgstr "%q Initialisierung ist gescheitert"
132132msgid "%q is %q"
133133msgstr "%q ist %q"
134134
135+ #: ports/raspberrypi/common-hal/wifi/Radio.c
136+ msgid "%q is read-only for this board"
137+ msgstr ""
138+
135139#: py/argcheck.c shared-bindings/usb_hid/Device.c
136140msgid "%q length must be %d"
137141msgstr "%q länge muss %d betragen"
@@ -308,7 +312,7 @@ msgstr "'%s' Objekt unterstützt keine Element-Zuordnung"
308312msgid "'%s' object doesn't support item deletion"
309313msgstr "'%s' Objekt unterstützt keine Löschung von Elementen"
310314
311- #: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
315+ #: py/runtime.c
312316msgid "'%s' object has no attribute '%q'"
313317msgstr "'%s' Objekt hat kein Attribut '%q'"
314318
@@ -1899,18 +1903,14 @@ msgid "Random number generation error"
18991903msgstr "Fehler bei der Erzeugung von Zufallszahlen"
19001904
19011905#: shared-bindings/memorymonitor/AllocationSize.c
1902- #: shared-bindings/pulseio/PulseIn.c
1906+ #: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
19031907msgid "Read-only"
19041908msgstr "Nur lesen möglich, da Schreibgeschützt"
19051909
19061910#: extmod/vfs_fat.c py/moduerrno.c
19071911msgid "Read-only filesystem"
19081912msgstr "Schreibgeschützte Dateisystem"
19091913
1910- #: shared-module/displayio/Bitmap.c
1911- msgid "Read-only object"
1912- msgstr "Schreibgeschützte Objekt"
1913-
19141914#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
19151915msgid "Received response was invalid"
19161916msgstr "Erhaltene Antwort ist ungültig"
@@ -2787,6 +2787,10 @@ msgstr "Kann Blockgröße von 512 nicht setzen"
27872787msgid "can't set attribute"
27882788msgstr "kann Attribut nicht setzen"
27892789
2790+ #: py/runtime.c
2791+ msgid "can't set attribute '%q'"
2792+ msgstr ""
2793+
27902794#: py/emitnative.c
27912795msgid "can't store '%q'"
27922796msgstr "Speichern von '%q' nicht möglich"
@@ -3158,10 +3162,6 @@ msgstr "Die Schriftart (font) muss 2048 Byte lang sein"
31583162msgid "format requires a dict"
31593163msgstr "Format erfordert ein Wörterbuch (dict)"
31603164
3161- #: shared-bindings/microcontroller/Processor.c
3162- msgid "frequency is read-only for this board"
3163- msgstr "Frequenz ist für dieses Board schreibgeschützt"
3164-
31653165#: py/objdeque.c
31663166msgid "full"
31673167msgstr "voll"
@@ -4448,6 +4448,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
44484448msgid "zi must be of shape (n_section, 2)"
44494449msgstr "zi muss die Form (n_section, 2) haben"
44504450
4451+ #~ msgid "Read-only object"
4452+ #~ msgstr "Schreibgeschützte Objekt"
4453+
4454+ #~ msgid "frequency is read-only for this board"
4455+ #~ msgstr "Frequenz ist für dieses Board schreibgeschützt"
4456+
44514457#~ msgid "Unable to write"
44524458#~ msgstr "Schreiben nicht möglich"
44534459
0 commit comments