@@ -106,7 +106,7 @@ msgstr ""
106106msgid "%q in use"
107107msgstr ""
108108
109- #: py/obj.c py/ objstr.c py/objstrunicode.c
109+ #: py/objstr.c py/objstrunicode.c
110110msgid "%q index out of range"
111111msgstr ""
112112
@@ -171,11 +171,11 @@ msgstr ""
171171msgid "%q must be an int"
172172msgstr ""
173173
174- #: py/argcheck.c
174+ #: py/argcheck.c py/obj.c
175175msgid "%q must be of type %q"
176176msgstr ""
177177
178- #: shared-bindings/digitalio/Pull.c
178+ #: py/objexcept.c shared-bindings/digitalio/Pull.c
179179msgid "%q must be of type %q or None"
180180msgstr ""
181181
@@ -894,6 +894,10 @@ msgstr ""
894894msgid "Drive mode not used when direction is input."
895895msgstr ""
896896
897+ #: py/obj.c
898+ msgid "During handling of the above exception, another exception occurred:"
899+ msgstr ""
900+
897901#: shared-bindings/aesio/aes.c
898902msgid "ECB only operates on 16 bytes at a time"
899903msgstr ""
@@ -2007,6 +2011,10 @@ msgid ""
20072011"exit safe mode."
20082012msgstr ""
20092013
2014+ #: py/obj.c
2015+ msgid "The above exception was the direct cause of the following exception:"
2016+ msgstr ""
2017+
20102018#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
20112019msgid "The central button was pressed at start up.\n"
20122020msgstr ""
@@ -3153,7 +3161,7 @@ msgid "index is out of bounds"
31533161msgstr ""
31543162
31553163#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3156- #: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3164+ #: ports/espressif/common-hal/pulseio/PulseIn.c
31573165#: shared-bindings/bitmaptools/__init__.c
31583166msgid "index out of range"
31593167msgstr ""
@@ -3336,10 +3344,6 @@ msgstr ""
33363344msgid "invalid syntax for number"
33373345msgstr ""
33383346
3339- #: py/objexcept.c
3340- msgid "invalid traceback"
3341- msgstr ""
3342-
33433347#: py/objtype.c
33443348msgid "issubclass() arg 1 must be a class"
33453349msgstr ""
0 commit comments