@@ -106,7 +106,7 @@ msgstr ""
106
106
msgid "%q in use"
107
107
msgstr ""
108
108
109
- #: py/obj.c py/ objstr.c py/objstrunicode.c
109
+ #: py/objstr.c py/objstrunicode.c
110
110
msgid "%q index out of range"
111
111
msgstr ""
112
112
@@ -171,11 +171,11 @@ msgstr ""
171
171
msgid "%q must be an int"
172
172
msgstr ""
173
173
174
- #: py/argcheck.c
174
+ #: py/argcheck.c py/obj.c
175
175
msgid "%q must be of type %q"
176
176
msgstr ""
177
177
178
- #: shared-bindings/digitalio/Pull.c
178
+ #: py/objexcept.c shared-bindings/digitalio/Pull.c
179
179
msgid "%q must be of type %q or None"
180
180
msgstr ""
181
181
@@ -894,6 +894,10 @@ msgstr ""
894
894
msgid "Drive mode not used when direction is input."
895
895
msgstr ""
896
896
897
+ #: py/obj.c
898
+ msgid "During handling of the above exception, another exception occurred:"
899
+ msgstr ""
900
+
897
901
#: shared-bindings/aesio/aes.c
898
902
msgid "ECB only operates on 16 bytes at a time"
899
903
msgstr ""
@@ -2007,6 +2011,10 @@ msgid ""
2007
2011
"exit safe mode."
2008
2012
msgstr ""
2009
2013
2014
+ #: py/obj.c
2015
+ msgid "The above exception was the direct cause of the following exception:"
2016
+ msgstr ""
2017
+
2010
2018
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2011
2019
msgid "The central button was pressed at start up.\n"
2012
2020
msgstr ""
@@ -3153,7 +3161,7 @@ msgid "index is out of bounds"
3153
3161
msgstr ""
3154
3162
3155
3163
#: 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
3157
3165
#: shared-bindings/bitmaptools/__init__.c
3158
3166
msgid "index out of range"
3159
3167
msgstr ""
@@ -3336,10 +3344,6 @@ msgstr ""
3336
3344
msgid "invalid syntax for number"
3337
3345
msgstr ""
3338
3346
3339
- #: py/objexcept.c
3340
- msgid "invalid traceback"
3341
- msgstr ""
3342
-
3343
3347
#: py/objtype.c
3344
3348
msgid "issubclass() arg 1 must be a class"
3345
3349
msgstr ""
0 commit comments