diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-26 14:46:28 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-26 14:46:28 -0500 |
| commit | 2c78a7400a84e2e1e366ac62719300e0e0618e81 (patch) | |
| tree | d15c892993472b22973badae7bbbd6bede4b55fc /locale/circuitpython.pot | |
| parent | c016ea6f0a090663f96dc84c430ff7ab722e4096 (diff) | |
make translate
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 7a7eb5d44..19e26b16f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-17 18:44-0500\n" +"POT-Creation-Date: 2020-04-26 14:46-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2191,6 +2191,10 @@ msgstr "" msgid "function got multiple values for argument '%q'" msgstr "" +#: extmod/ulab/code/compare.c +msgid "function is implemented for scalars and ndarrays only" +msgstr "" + #: py/argcheck.c #, c-format msgid "function missing %d required positional arguments" @@ -2679,7 +2683,8 @@ msgstr "" msgid "only slices with step=1 (aka None) are supported" msgstr "" -#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c +#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c +#: extmod/ulab/code/vectorise.c msgid "operands could not be broadcast together" msgstr "" |
