run pre-commit

This commit is contained in:
Jeff Epler 2023-06-27 10:23:26 -05:00
parent 3795de03b6
commit 9a3fadc072
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -182,6 +182,7 @@ msgid "%q must be 1 when %q is True"
msgstr "" msgstr ""
#: py/argcheck.c shared-bindings/gifio/GifWriter.c #: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
msgid "%q must be <= %d" msgid "%q must be <= %d"
msgstr "" msgstr ""
@ -1950,10 +1951,6 @@ msgstr ""
msgid "Size not supported" msgid "Size not supported"
msgstr "" msgstr ""
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
msgid "Sleep Memory not available"
msgstr ""
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c #: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
#: shared-bindings/nvm/ByteArray.c #: shared-bindings/nvm/ByteArray.c
msgid "Slice and value different lengths." msgid "Slice and value different lengths."
@ -2797,6 +2794,10 @@ msgstr ""
msgid "cannot create instance" msgid "cannot create instance"
msgstr "" msgstr ""
#: extmod/ulab/code/ndarray.c
msgid "cannot delete array elements"
msgstr ""
#: py/runtime.c #: py/runtime.c
msgid "cannot import name %q" msgid "cannot import name %q"
msgstr "" msgstr ""
@ -3254,6 +3255,14 @@ msgstr ""
msgid "inline assembler must be a function" msgid "inline assembler must be a function"
msgstr "" msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "input and output dimensions differ"
msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "input and output shapes differ"
msgstr ""
#: extmod/ulab/code/numpy/create.c #: extmod/ulab/code/numpy/create.c
msgid "input argument must be an integer, a tuple, or a list" msgid "input argument must be an integer, a tuple, or a list"
msgstr "" msgstr ""
@ -3582,6 +3591,10 @@ msgstr ""
msgid "native yield" msgid "native yield"
msgstr "" msgstr ""
#: extmod/ulab/code/ndarray.c
msgid "ndarray length overflows"
msgstr ""
#: py/runtime.c #: py/runtime.c
#, c-format #, c-format
msgid "need more than %d values to unpack" msgid "need more than %d values to unpack"
@ -3685,6 +3698,10 @@ msgstr ""
msgid "not implemented for complex dtype" msgid "not implemented for complex dtype"
msgstr "" msgstr ""
#: extmod/ulab/code/numpy/bitwise.c
msgid "not supported for input types"
msgstr ""
#: extmod/ulab/code/numpy/create.c #: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2" msgid "number of points must be at least 2"
msgstr "" msgstr ""
@ -3795,8 +3812,8 @@ msgstr ""
msgid "opcode" msgid "opcode"
msgstr "" msgstr ""
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c #: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
#: extmod/ulab/code/numpy/vector.c #: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
msgid "operands could not be broadcast together" msgid "operands could not be broadcast together"
msgstr "" msgstr ""
@ -3833,10 +3850,26 @@ msgstr ""
msgid "out array is too small" msgid "out array is too small"
msgstr "" msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for complex dtype"
msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for function"
msgstr ""
#: extmod/ulab/code/utils/utils.c #: extmod/ulab/code/utils/utils.c
msgid "out must be a float dense array" msgid "out must be a float dense array"
msgstr "" msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "out must be an ndarray"
msgstr ""
#: extmod/ulab/code/numpy/vector.c
msgid "out must be of float dtype"
msgstr ""
#: shared-bindings/bitmaptools/__init__.c #: shared-bindings/bitmaptools/__init__.c
msgid "out of range of target" msgid "out of range of target"
msgstr "" msgstr ""