@@ -473,9 +473,14 @@ msgstr "Die Adresse muss %d Bytes lang sein"
473
473
474
474
#: ports/espressif/common-hal/memorymap/AddressRange.c
475
475
#: ports/nrf/common-hal/memorymap/AddressRange.c
476
+ #: ports/raspberrypi/common-hal/memorymap/AddressRange.c
476
477
msgid "Address range not allowed"
477
478
msgstr "Adressbereich nicht erlaubt"
478
479
480
+ #: shared-bindings/memorymap/AddressRange.c
481
+ msgid "Address range wraps around"
482
+ msgstr ""
483
+
479
484
#: ports/espressif/common-hal/canio/CAN.c
480
485
msgid "All CAN peripherals are in use"
481
486
msgstr "Alle CAN-Schnittstellen sind in Benutzung"
@@ -2187,6 +2192,10 @@ msgstr "UUID string ist nicht 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2187
2192
msgid "UUID value is not str, int or byte buffer"
2188
2193
msgstr "Der UUID-Wert ist kein str-, int- oder Byte-Puffer"
2189
2194
2195
+ #: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2196
+ msgid "Unable to access unaligned IO register"
2197
+ msgstr ""
2198
+
2190
2199
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2191
2200
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2192
2201
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
@@ -2240,14 +2249,14 @@ msgstr "ADC-DMA-Controller konnte nicht gestartet werden, Fehlercode: %d"
2240
2249
msgid "Unable to start mDNS query"
2241
2250
msgstr "mDNS-Abfrage kann nicht gestartet werden"
2242
2251
2243
- #: shared-bindings/memorymap/AddressRange.c
2244
- msgid "Unable to write to address."
2245
- msgstr "An die Adresse kann nicht geschrieben werden."
2246
-
2247
2252
#: shared-bindings/nvm/ByteArray.c
2248
2253
msgid "Unable to write to nvm."
2249
2254
msgstr "Schreiben in nvm nicht möglich."
2250
2255
2256
+ #: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2257
+ msgid "Unable to write to read-only memory"
2258
+ msgstr ""
2259
+
2251
2260
#: shared-bindings/alarm/SleepMemory.c
2252
2261
msgid "Unable to write to sleep_memory."
2253
2262
msgstr "Schreiben in sleep_memory nicht möglich."
@@ -4466,6 +4475,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
4466
4475
msgid "zi must be of shape (n_section, 2)"
4467
4476
msgstr "zi muss die Form (n_section, 2) haben"
4468
4477
4478
+ #~ msgid "Unable to write to address."
4479
+ #~ msgstr "An die Adresse kann nicht geschrieben werden."
4480
+
4469
4481
#~ msgid "queue overflow"
4470
4482
#~ msgstr "Warteschlangenüberlauf"
4471
4483
0 commit comments