@@ -189,6 +189,10 @@ msgstr ""
189189msgid "%q pin invalid"
190190msgstr ""
191191
192+ #: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
193+ msgid "%q step cannot be zero"
194+ msgstr ""
195+
192196#: py/bc.c py/objnamedtuple.c
193197msgid "%q() takes %d positional arguments but %d were given"
194198msgstr ""
@@ -2846,7 +2850,7 @@ msgstr ""
28462850msgid "div/mod not implemented for uint"
28472851msgstr ""
28482852
2849- #: py/runtime.c shared-bindings/math/__init__.c
2853+ #: py/runtime.c
28502854msgid "division by zero"
28512855msgstr ""
28522856
@@ -3218,10 +3222,6 @@ msgstr ""
32183222msgid "inputs are not iterable"
32193223msgstr ""
32203224
3221- #: py/parsenum.c
3222- msgid "int() arg 2 must be >= 2 and <= 36"
3223- msgstr ""
3224-
32253225#: extmod/ulab/code/numpy/approx.c
32263226msgid "interp is defined for 1D iterables of equal length"
32273227msgstr ""
@@ -3359,10 +3359,6 @@ msgstr ""
33593359msgid "local variable referenced before assignment"
33603360msgstr ""
33613361
3362- #: py/objint.c
3363- msgid "long int not supported in this build"
3364- msgstr ""
3365-
33663362#: ports/espressif/common-hal/canio/CAN.c
33673363msgid "loopback + silent mode not supported by peripheral"
33683364msgstr ""
@@ -3897,10 +3893,6 @@ msgstr ""
38973893msgid "slice step can't be zero"
38983894msgstr ""
38993895
3900- #: py/objslice.c
3901- msgid "slice step cannot be zero"
3902- msgstr ""
3903-
39043896#: py/nativeglue.c
39053897msgid "slice unsupported"
39063898msgstr ""
@@ -3949,10 +3941,6 @@ msgstr ""
39493941msgid "start/end indices"
39503942msgstr ""
39513943
3952- #: shared-bindings/random/__init__.c
3953- msgid "step must be non-zero"
3954- msgstr ""
3955-
39563944#: shared-bindings/random/__init__.c
39573945msgid "stop not reachable from start"
39583946msgstr ""
@@ -4278,10 +4266,6 @@ msgstr ""
42784266msgid "y value out of bounds"
42794267msgstr ""
42804268
4281- #: py/objrange.c
4282- msgid "zero step"
4283- msgstr ""
4284-
42854269#: extmod/ulab/code/scipy/signal/signal.c
42864270msgid "zi must be an ndarray"
42874271msgstr ""
0 commit comments