@@ -279,6 +279,10 @@ msgstr "0.0 zu einer komplexen Potenz"
279
279
msgid "3-arg pow() not supported"
280
280
msgstr "3-arg pow() wird nicht unterstützt"
281
281
282
+ #: shared-module/msgpack/__init__.c
283
+ msgid "64 bit types"
284
+ msgstr ""
285
+
282
286
#: ports/atmel-samd/common-hal/countio/Counter.c
283
287
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
284
288
msgid "A hardware interrupt channel is already in use"
@@ -1512,12 +1516,12 @@ msgstr ""
1512
1516
"Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs "
1513
1517
"unterstützt: %d bpp wurden gegeben"
1514
1518
1515
- #: ports/esp32s2/common-hal/alarm/time/TimeAlarm .c
1516
- msgid "Only one alarm.time alarm can be set."
1519
+ #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm .c
1520
+ msgid "Only one TouchAlarm can be set in deep sleep ."
1517
1521
msgstr ""
1518
1522
1519
- #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm .c
1520
- msgid "Only one alarm.touch alarm can be set."
1523
+ #: ports/esp32s2/common-hal/alarm/time/TimeAlarm .c
1524
+ msgid "Only one alarm.time alarm can be set."
1521
1525
msgstr ""
1522
1526
1523
1527
#: shared-module/displayio/ColorConverter.c
@@ -2493,6 +2497,10 @@ msgstr "chr() arg ist nicht in range(256)"
2493
2497
msgid "circle can only be registered in one parent"
2494
2498
msgstr "Kreis kann nur in einem Elternteil registriert werden"
2495
2499
2500
+ #: shared-bindings/msgpack/ExtType.c
2501
+ msgid "code outside range 0~127"
2502
+ msgstr ""
2503
+
2496
2504
#: shared-bindings/displayio/Palette.c
2497
2505
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
2498
2506
msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
@@ -2579,6 +2587,10 @@ msgstr "Dezimalzahlen nicht unterstützt"
2579
2587
msgid "default 'except' must be last"
2580
2588
msgstr "Die Standart-Ausnahmebehandlung muss als letztes sein"
2581
2589
2590
+ #: shared-bindings/msgpack/__init__.c
2591
+ msgid "default is not a function"
2592
+ msgstr ""
2593
+
2582
2594
#: shared-bindings/audiobusio/PDMIn.c
2583
2595
msgid ""
2584
2596
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2680,6 +2692,10 @@ msgstr "Erwarte nur einen Wert für set"
2680
2692
msgid "expecting key:value for dict"
2681
2693
msgstr "Erwarte key:value für dict"
2682
2694
2695
+ #: shared-bindings/msgpack/__init__.c
2696
+ msgid "ext_hook is not a function"
2697
+ msgstr ""
2698
+
2683
2699
#: py/argcheck.c
2684
2700
msgid "extra keyword arguments given"
2685
2701
msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
@@ -3219,6 +3235,10 @@ msgstr "kein verfügbares Netzwerkadapter (NIC)"
3219
3235
msgid "no binding for nonlocal found"
3220
3236
msgstr "Kein Binding für nonlocal gefunden"
3221
3237
3238
+ #: shared-module/msgpack/__init__.c
3239
+ msgid "no default packer"
3240
+ msgstr ""
3241
+
3222
3242
#: py/builtinimport.c
3223
3243
msgid "no module named '%q'"
3224
3244
msgstr "Kein Modul mit dem Namen '%q'"
@@ -3558,6 +3578,10 @@ msgstr "kompilieren von Skripten nicht unterstützt"
3558
3578
msgid "shape must be a tuple"
3559
3579
msgstr ""
3560
3580
3581
+ #: shared-module/msgpack/__init__.c
3582
+ msgid "short read"
3583
+ msgstr ""
3584
+
3561
3585
#: py/objstr.c
3562
3586
msgid "sign not allowed in string format specifier"
3563
3587
msgstr "Vorzeichen nicht erlaubt in einem String formatierungs specifier"
0 commit comments