@@ -184,7 +184,7 @@ msgstr "%q muss vom Typ Integer sein"
184
184
msgid "%q must be of type %q"
185
185
msgstr "%q muss vom Type %q sein"
186
186
187
- #: shared-bindings/digitalio/Pull.c
187
+ #: py/objexcept.c shared-bindings/digitalio/Pull.c
188
188
msgid "%q must be of type %q or None"
189
189
msgstr "%q muss vom Type %q oder None sein"
190
190
@@ -913,6 +913,10 @@ msgstr "Fertig"
913
913
msgid "Drive mode not used when direction is input."
914
914
msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
915
915
916
+ #: py/obj.c
917
+ msgid "During handling of the above exception, another exception occurred:"
918
+ msgstr ""
919
+
916
920
#: shared-bindings/aesio/aes.c
917
921
msgid "ECB only operates on 16 bytes at a time"
918
922
msgstr "Die EZB arbeitet jeweils nur mit 16 Bytes"
@@ -2058,6 +2062,10 @@ msgstr ""
2058
2062
"Das Modul `microcontroller` wurde zum Booten in den abgesicherten Modus "
2059
2063
"verwendet. Drücke Reset, um den abgesicherten Modus zu verlassen."
2060
2064
2065
+ #: py/obj.c
2066
+ msgid "The above exception was the direct cause of the following exception:"
2067
+ msgstr ""
2068
+
2061
2069
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2062
2070
msgid "The central button was pressed at start up.\n"
2063
2071
msgstr "Beim Starten wurde die zentrale Taste gedrückt.\n"
@@ -3430,10 +3438,6 @@ msgstr "ungültige Syntax für integer mit Basis %d"
3430
3438
msgid "invalid syntax for number"
3431
3439
msgstr "ungültige Syntax für number"
3432
3440
3433
- #: py/objexcept.c
3434
- msgid "invalid traceback"
3435
- msgstr "ungültiger Traceback"
3436
-
3437
3441
#: py/objtype.c
3438
3442
msgid "issubclass() arg 1 must be a class"
3439
3443
msgstr "issubclass() arg 1 muss eine Klasse sein"
@@ -4442,6 +4446,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
4442
4446
msgid "zi must be of shape (n_section, 2)"
4443
4447
msgstr "zi muss die Form (n_section, 2) haben"
4444
4448
4449
+ #~ msgid "invalid traceback"
4450
+ #~ msgstr "ungültiger Traceback"
4451
+
4445
4452
#~ msgid "%q indices must be integers, not %s"
4446
4453
#~ msgstr "%q Indizes müssen Integer sein, nicht %s"
4447
4454
0 commit comments