diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-03-16 13:37:19 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-03-16 13:37:19 -0500 |
| commit | df2d08366afa14f52e537d267bd4f75032865f2a (patch) | |
| tree | 1fbfc0500d80d109113db308b854985a43a6f838 /locale | |
| parent | e1dd396de7fc489bb5b4fa8d08f36ab6480063dc (diff) | |
make translate
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 53c8ed2ce..bc084219f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2851,6 +2851,10 @@ msgstr "" msgid "differentiation order out of range" msgstr "" +#: extmod/ulab/code/linalg/linalg.c +msgid "dimensions do not match" +msgstr "" + #: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c #: shared-bindings/math/__init__.c msgid "division by zero" @@ -3358,10 +3362,6 @@ msgid "math domain error" msgstr "" #: extmod/ulab/code/linalg/linalg.c -msgid "matrix dimensions do not match" -msgstr "" - -#: extmod/ulab/code/linalg/linalg.c msgid "matrix is not positive definite" msgstr "" @@ -4175,10 +4175,6 @@ msgstr "" msgid "value_count must be > 0" msgstr "" -#: extmod/ulab/code/linalg/linalg.c -msgid "vectors must have same lengths" -msgstr "" - #: ports/esp32s2/common-hal/alarm/pin/__init__.c msgid "wakeup conflict" msgstr "" |
