@@ -678,13 +678,13 @@ msgid "Buffer length %d too big. It must be less than %d"
678
678
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein"
679
679
680
680
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
681
- #: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
682
- msgid "Buffer length must be a multiple of 512"
683
- msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
684
-
681
+ #: ports/cxd56/common-hal/sdioio/SDCard.c
682
+ #: ports/espressif/common-hal/sdioio/SDCard.c
685
683
#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
686
- msgid "Buffer must be a multiple of 512 bytes"
687
- msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
684
+ #: shared-module/sdcardio/SDCard.c
685
+ #, c-format
686
+ msgid "Buffer must be a multiple of %d bytes"
687
+ msgstr ""
688
688
689
689
#: shared-bindings/_bleio/PacketBuffer.c
690
690
#, c-format
@@ -1214,11 +1214,13 @@ msgstr "Interrupt Fehler."
1214
1214
msgid "Interrupted by output function"
1215
1215
msgstr "Unterbrochen durch Ausgabefunktion"
1216
1216
1217
+ #: ports/espressif/common-hal/_bleio/Service.c
1217
1218
#: ports/espressif/common-hal/espulp/ULP.c
1218
1219
#: ports/espressif/common-hal/microcontroller/Processor.c
1219
1220
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1220
1221
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1221
1222
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1223
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1222
1224
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
1223
1225
#: shared-bindings/digitalio/DigitalInOut.c
1224
1226
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
@@ -1338,6 +1340,7 @@ msgid "MAC address was invalid"
1338
1340
msgstr "MAC Adresse war ungültig"
1339
1341
1340
1342
#: ports/espressif/common-hal/_bleio/Characteristic.c
1343
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
1341
1344
msgid "MITM security not supported"
1342
1345
msgstr ""
1343
1346
@@ -1570,9 +1573,10 @@ msgid "Not supported JPEG standard"
1570
1573
msgstr "Nicht unterstützter JPEG-Standard"
1571
1574
1572
1575
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1576
+ #: ports/espressif/common-hal/sdioio/SDCard.c
1573
1577
#, c-format
1574
- msgid "Number of data_pins must be 8 or 16 , not %d"
1575
- msgstr "Anzahl von data_pins muss 8 oder 16 sein, nicht %d "
1578
+ msgid "Number of data_pins must be %d or %d , not %d"
1579
+ msgstr ""
1576
1580
1577
1581
#: shared-bindings/util.c
1578
1582
msgid ""
@@ -1909,10 +1913,11 @@ msgstr "SDCard-Initialisierung"
1909
1913
msgid "SDIO GetCardInfo Error %d"
1910
1914
msgstr "SDIO GetCardInfo-Fehler %d"
1911
1915
1916
+ #: ports/espressif/common-hal/sdioio/SDCard.c
1912
1917
#: ports/stm/common-hal/sdioio/SDCard.c
1913
1918
#, c-format
1914
- msgid "SDIO Init Error %d "
1915
- msgstr "SDIO-Init-Fehler %d "
1919
+ msgid "SDIO Init Error %x "
1920
+ msgstr ""
1916
1921
1917
1922
#: ports/espressif/common-hal/busio/SPI.c
1918
1923
msgid "SPI configuration failed"
@@ -2298,14 +2303,12 @@ msgid "Update failed"
2298
2303
msgstr ""
2299
2304
2300
2305
#: ports/espressif/common-hal/_bleio/Characteristic.c
2301
- #: ports/espressif/common-hal/_bleio/Descriptor.c
2302
2306
#: ports/nordic/common-hal/_bleio/Characteristic.c
2303
2307
#: ports/nordic/common-hal/_bleio/Descriptor.c
2304
2308
msgid "Value length != required fixed length"
2305
2309
msgstr "Länge des Wertes != Erforderliche feste Länge"
2306
2310
2307
2311
#: ports/espressif/common-hal/_bleio/Characteristic.c
2308
- #: ports/espressif/common-hal/_bleio/Descriptor.c
2309
2312
#: ports/nordic/common-hal/_bleio/Characteristic.c
2310
2313
#: ports/nordic/common-hal/_bleio/Descriptor.c
2311
2314
msgid "Value length > max_length"
@@ -3174,7 +3177,8 @@ msgstr "Funktion vermisst benötigtes Schlüsselwort-Argumente '%q'"
3174
3177
msgid "function missing required positional argument #%d"
3175
3178
msgstr "Funktion vermisst benötigtes Argumente ohne Schlüsselwort #%d"
3176
3179
3177
- #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
3180
+ #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
3181
+ #: shared-bindings/time/__init__.c
3178
3182
#, c-format
3179
3183
msgid "function takes %d positional arguments but %d were given"
3180
3184
msgstr ""
@@ -3328,7 +3332,7 @@ msgstr "Eingabe muss ein 1D ndarray sein"
3328
3332
msgid "input must be a dense ndarray"
3329
3333
msgstr "Eingabe muss ein dichtes ndarray sein"
3330
3334
3331
- #: extmod/ulab/code/user/user.c
3335
+ #: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
3332
3336
msgid "input must be an ndarray"
3333
3337
msgstr "Eingabe muss ein ndarray sein"
3334
3338
@@ -4454,6 +4458,20 @@ msgstr "zi muss eine Gleitkommazahl sein"
4454
4458
msgid "zi must be of shape (n_section, 2)"
4455
4459
msgstr "zi muss die Form (n_section, 2) haben"
4456
4460
4461
+ #~ msgid "Buffer length must be a multiple of 512"
4462
+ #~ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
4463
+
4464
+ #~ msgid "Buffer must be a multiple of 512 bytes"
4465
+ #~ msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
4466
+
4467
+ #, c-format
4468
+ #~ msgid "Number of data_pins must be 8 or 16, not %d"
4469
+ #~ msgstr "Anzahl von data_pins muss 8 oder 16 sein, nicht %d"
4470
+
4471
+ #, c-format
4472
+ #~ msgid "SDIO Init Error %d"
4473
+ #~ msgstr "SDIO-Init-Fehler %d"
4474
+
4457
4475
#~ msgid "struct: can't index"
4458
4476
#~ msgstr "struct: kann nicht indiziert werden"
4459
4477
0 commit comments