@@ -38,8 +38,8 @@ msgid ""
38
38
"circuitpython/issues."
39
39
msgstr ""
40
40
"\n"
41
- "Bitte erstellen Sie ein Problem (Issue) für Ihr Programm unter https://github "
42
- ".com/adafruit/circuitpython/issues."
41
+ "Bitte erstellen Sie ein Problem (Issue) für Ihr Programm unter https://"
42
+ "github .com/adafruit/circuitpython/issues."
43
43
44
44
#: supervisor/shared/safe_mode.c
45
45
msgid ""
@@ -414,10 +414,6 @@ msgstr "0.0 zu einer komplexen Potenz"
414
414
msgid "3-arg pow() not supported"
415
415
msgstr "3-arg pow() wird nicht unterstützt"
416
416
417
- #: shared-module/msgpack/__init__.c
418
- msgid "64 bit types"
419
- msgstr "64 bit-Typen"
420
-
421
417
#: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
422
418
#: ports/atmel-samd/common-hal/countio/Counter.c
423
419
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -1307,6 +1303,10 @@ msgstr "Ungültiges Byte %.*s"
1307
1303
msgid "Invalid data_pins[%d]"
1308
1304
msgstr "Ungültige data_pins[%d]"
1309
1305
1306
+ #: shared-module/msgpack/__init__.c
1307
+ msgid "Invalid format"
1308
+ msgstr ""
1309
+
1310
1310
#: shared-module/audiocore/WaveFile.c
1311
1311
msgid "Invalid format chunk size"
1312
1312
msgstr "Ungültige format chunk size"
@@ -4469,6 +4469,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
4469
4469
msgid "zi must be of shape (n_section, 2)"
4470
4470
msgstr "zi muss die Form (n_section, 2) haben"
4471
4471
4472
+ #~ msgid "64 bit types"
4473
+ #~ msgstr "64 bit-Typen"
4474
+
4472
4475
#~ msgid "No key was specified"
4473
4476
#~ msgstr "Es wurde kein Schlüssel angegeben"
4474
4477
0 commit comments