Skip to content

Commit 9a3fadc

Browse files
committed
run pre-commit
1 parent 3795de0 commit 9a3fadc

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

locale/circuitpython.pot

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
182182
msgstr ""
183183

184184
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
185+
#: shared-module/gifio/OnDiskGif.c
185186
msgid "%q must be <= %d"
186187
msgstr ""
187188

@@ -1950,10 +1951,6 @@ msgstr ""
19501951
msgid "Size not supported"
19511952
msgstr ""
19521953

1953-
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
1954-
msgid "Sleep Memory not available"
1955-
msgstr ""
1956-
19571954
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
19581955
#: shared-bindings/nvm/ByteArray.c
19591956
msgid "Slice and value different lengths."
@@ -2797,6 +2794,10 @@ msgstr ""
27972794
msgid "cannot create instance"
27982795
msgstr ""
27992796

2797+
#: extmod/ulab/code/ndarray.c
2798+
msgid "cannot delete array elements"
2799+
msgstr ""
2800+
28002801
#: py/runtime.c
28012802
msgid "cannot import name %q"
28022803
msgstr ""
@@ -3254,6 +3255,14 @@ msgstr ""
32543255
msgid "inline assembler must be a function"
32553256
msgstr ""
32563257

3258+
#: extmod/ulab/code/numpy/vector.c
3259+
msgid "input and output dimensions differ"
3260+
msgstr ""
3261+
3262+
#: extmod/ulab/code/numpy/vector.c
3263+
msgid "input and output shapes differ"
3264+
msgstr ""
3265+
32573266
#: extmod/ulab/code/numpy/create.c
32583267
msgid "input argument must be an integer, a tuple, or a list"
32593268
msgstr ""
@@ -3582,6 +3591,10 @@ msgstr ""
35823591
msgid "native yield"
35833592
msgstr ""
35843593

3594+
#: extmod/ulab/code/ndarray.c
3595+
msgid "ndarray length overflows"
3596+
msgstr ""
3597+
35853598
#: py/runtime.c
35863599
#, c-format
35873600
msgid "need more than %d values to unpack"
@@ -3685,6 +3698,10 @@ msgstr ""
36853698
msgid "not implemented for complex dtype"
36863699
msgstr ""
36873700

3701+
#: extmod/ulab/code/numpy/bitwise.c
3702+
msgid "not supported for input types"
3703+
msgstr ""
3704+
36883705
#: extmod/ulab/code/numpy/create.c
36893706
msgid "number of points must be at least 2"
36903707
msgstr ""
@@ -3795,8 +3812,8 @@ msgstr ""
37953812
msgid "opcode"
37963813
msgstr ""
37973814

3798-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3799-
#: extmod/ulab/code/numpy/vector.c
3815+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
3816+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
38003817
msgid "operands could not be broadcast together"
38013818
msgstr ""
38023819

@@ -3833,10 +3850,26 @@ msgstr ""
38333850
msgid "out array is too small"
38343851
msgstr ""
38353852

3853+
#: extmod/ulab/code/numpy/vector.c
3854+
msgid "out keyword is not supported for complex dtype"
3855+
msgstr ""
3856+
3857+
#: extmod/ulab/code/numpy/vector.c
3858+
msgid "out keyword is not supported for function"
3859+
msgstr ""
3860+
38363861
#: extmod/ulab/code/utils/utils.c
38373862
msgid "out must be a float dense array"
38383863
msgstr ""
38393864

3865+
#: extmod/ulab/code/numpy/vector.c
3866+
msgid "out must be an ndarray"
3867+
msgstr ""
3868+
3869+
#: extmod/ulab/code/numpy/vector.c
3870+
msgid "out must be of float dtype"
3871+
msgstr ""
3872+
38403873
#: shared-bindings/bitmaptools/__init__.c
38413874
msgid "out of range of target"
38423875
msgstr ""

0 commit comments

Comments
 (0)