Skip to content

Translations update from Hosted Weblate #8224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-19 21:06+0000\n"
"PO-Revision-Date: 2023-07-28 00:10+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: none\n"
"Language: en_GB\n"
Expand Down Expand Up @@ -2807,7 +2807,7 @@ msgstr "can't create instance"

#: extmod/ulab/code/ndarray.c
msgid "cannot delete array elements"
msgstr ""
msgstr "cannot delete array elements"

#: py/runtime.c
msgid "cannot import name %q"
Expand Down Expand Up @@ -3271,11 +3271,11 @@ msgstr "inline assembler must be a function"

#: extmod/ulab/code/numpy/vector.c
msgid "input and output dimensions differ"
msgstr ""
msgstr "input and output dimensions differ"

#: extmod/ulab/code/numpy/vector.c
msgid "input and output shapes differ"
msgstr ""
msgstr "input and output shapes differ"

#: extmod/ulab/code/numpy/create.c
msgid "input argument must be an integer, a tuple, or a list"
Expand Down Expand Up @@ -3607,7 +3607,7 @@ msgstr "native yield"

#: extmod/ulab/code/ndarray.c
msgid "ndarray length overflows"
msgstr ""
msgstr "ndarray length overflows"

#: py/runtime.c
#, c-format
Expand Down Expand Up @@ -3709,7 +3709,7 @@ msgstr "not implemented for complex dtype"

#: extmod/ulab/code/numpy/bitwise.c
msgid "not supported for input types"
msgstr ""
msgstr "not supported for input types"

#: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2"
Expand Down Expand Up @@ -3861,23 +3861,23 @@ msgstr "out array is too small"

#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for complex dtype"
msgstr ""
msgstr "out keyword is not supported for complex dtype"

#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for function"
msgstr ""
msgstr "out keyword is not supported for function"

#: extmod/ulab/code/utils/utils.c
msgid "out must be a float dense array"
msgstr "out must be a float dense array"

#: extmod/ulab/code/numpy/vector.c
msgid "out must be an ndarray"
msgstr ""
msgstr "out must be an ndarray"

#: extmod/ulab/code/numpy/vector.c
msgid "out must be of float dtype"
msgstr ""
msgstr "out must be of float dtype"

#: shared-bindings/bitmaptools/__init__.c
msgid "out of range of target"
Expand Down