File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,10 @@ msgstr ""
2479
2479
msgid "array has too many dimensions"
2480
2480
msgstr ""
2481
2481
2482
+ #: extmod/ulab/code/ndarray.c
2483
+ msgid "array is too big"
2484
+ msgstr ""
2485
+
2482
2486
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
2483
2487
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
2484
2488
msgid "array/bytes required on right side"
@@ -2907,6 +2911,10 @@ msgstr ""
2907
2911
msgid "div/mod not implemented for uint"
2908
2912
msgstr ""
2909
2913
2914
+ #: extmod/ulab/code/numpy/create.c
2915
+ msgid "divide by zero"
2916
+ msgstr ""
2917
+
2910
2918
#: py/runtime.c
2911
2919
msgid "division by zero"
2912
2920
msgstr ""
@@ -3720,6 +3728,10 @@ msgstr ""
3720
3728
msgid "only mono is supported"
3721
3729
msgstr ""
3722
3730
3731
+ #: extmod/ulab/code/numpy/create.c
3732
+ msgid "only ndarrays can be concatenated"
3733
+ msgstr ""
3734
+
3723
3735
#: ports/stm/common-hal/audiobusio/PDMIn.c
3724
3736
msgid "only oversample=64 is supported"
3725
3737
msgstr ""
You can’t perform that action at this time.
0 commit comments