@@ -132,6 +132,10 @@ msgstr "%q Initialisierung ist gescheitert"
132
132
msgid "%q is %q"
133
133
msgstr "%q ist %q"
134
134
135
+ #: ports/raspberrypi/common-hal/wifi/Radio.c
136
+ msgid "%q is read-only for this board"
137
+ msgstr ""
138
+
135
139
#: py/argcheck.c shared-bindings/usb_hid/Device.c
136
140
msgid "%q length must be %d"
137
141
msgstr "%q länge muss %d betragen"
@@ -308,7 +312,7 @@ msgstr "'%s' Objekt unterstützt keine Element-Zuordnung"
308
312
msgid "'%s' object doesn't support item deletion"
309
313
msgstr "'%s' Objekt unterstützt keine Löschung von Elementen"
310
314
311
- #: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
315
+ #: py/runtime.c
312
316
msgid "'%s' object has no attribute '%q'"
313
317
msgstr "'%s' Objekt hat kein Attribut '%q'"
314
318
@@ -1899,18 +1903,14 @@ msgid "Random number generation error"
1899
1903
msgstr "Fehler bei der Erzeugung von Zufallszahlen"
1900
1904
1901
1905
#: shared-bindings/memorymonitor/AllocationSize.c
1902
- #: shared-bindings/pulseio/PulseIn.c
1906
+ #: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
1903
1907
msgid "Read-only"
1904
1908
msgstr "Nur lesen möglich, da Schreibgeschützt"
1905
1909
1906
1910
#: extmod/vfs_fat.c py/moduerrno.c
1907
1911
msgid "Read-only filesystem"
1908
1912
msgstr "Schreibgeschützte Dateisystem"
1909
1913
1910
- #: shared-module/displayio/Bitmap.c
1911
- msgid "Read-only object"
1912
- msgstr "Schreibgeschützte Objekt"
1913
-
1914
1914
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
1915
1915
msgid "Received response was invalid"
1916
1916
msgstr "Erhaltene Antwort ist ungültig"
@@ -2787,6 +2787,10 @@ msgstr "Kann Blockgröße von 512 nicht setzen"
2787
2787
msgid "can't set attribute"
2788
2788
msgstr "kann Attribut nicht setzen"
2789
2789
2790
+ #: py/runtime.c
2791
+ msgid "can't set attribute '%q'"
2792
+ msgstr ""
2793
+
2790
2794
#: py/emitnative.c
2791
2795
msgid "can't store '%q'"
2792
2796
msgstr "Speichern von '%q' nicht möglich"
@@ -3158,10 +3162,6 @@ msgstr "Die Schriftart (font) muss 2048 Byte lang sein"
3158
3162
msgid "format requires a dict"
3159
3163
msgstr "Format erfordert ein Wörterbuch (dict)"
3160
3164
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
-
3165
3165
#: py/objdeque.c
3166
3166
msgid "full"
3167
3167
msgstr "voll"
@@ -4448,6 +4448,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
4448
4448
msgid "zi must be of shape (n_section, 2)"
4449
4449
msgstr "zi muss die Form (n_section, 2) haben"
4450
4450
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
+
4451
4457
#~ msgid "Unable to write"
4452
4458
#~ msgstr "Schreiben nicht möglich"
4453
4459
0 commit comments