Skip to content

Translations update from Hosted Weblate #8219

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 4 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
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
40 changes: 38 additions & 2 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -2793,6 +2793,10 @@ msgstr ""
msgid "cannot create instance"
msgstr ""

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

#: py/runtime.c
msgid "cannot import name %q"
msgstr ""
Expand Down Expand Up @@ -3250,6 +3254,14 @@ msgstr ""
msgid "inline assembler must be a function"
msgstr "inline assembler harus sebuah fungsi"

#: 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
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""
Expand Down Expand Up @@ -3578,6 +3590,10 @@ msgstr ""
msgid "native yield"
msgstr ""

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

#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
Expand Down Expand Up @@ -3676,6 +3692,10 @@ msgstr ""
msgid "not implemented for complex dtype"
msgstr ""

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

#: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2"
msgstr ""
Expand Down Expand Up @@ -3787,8 +3807,8 @@ msgstr ""
msgid "opcode"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
#: extmod/ulab/code/numpy/vector.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
msgid "operands could not be broadcast together"
msgstr ""

Expand Down Expand Up @@ -3825,10 +3845,26 @@ msgstr ""
msgid "out array is too small"
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
msgid "out must be a float dense array"
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
msgid "out of range of target"
msgstr ""
Expand Down
40 changes: 38 additions & 2 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2780,6 +2780,10 @@ msgstr ""
msgid "cannot create instance"
msgstr ""

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

#: py/runtime.c
msgid "cannot import name %q"
msgstr ""
Expand Down Expand Up @@ -3237,6 +3241,14 @@ msgstr ""
msgid "inline assembler must be a function"
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
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""
Expand Down Expand Up @@ -3565,6 +3577,10 @@ msgstr ""
msgid "native yield"
msgstr ""

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

#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
Expand Down Expand Up @@ -3663,6 +3679,10 @@ msgstr ""
msgid "not implemented for complex dtype"
msgstr ""

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

#: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2"
msgstr ""
Expand Down Expand Up @@ -3773,8 +3793,8 @@ msgstr ""
msgid "opcode"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
#: extmod/ulab/code/numpy/vector.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
msgid "operands could not be broadcast together"
msgstr ""

Expand Down Expand Up @@ -3811,10 +3831,26 @@ msgstr ""
msgid "out array is too small"
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
msgid "out must be a float dense array"
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
msgid "out of range of target"
msgstr ""
Expand Down
40 changes: 38 additions & 2 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2845,6 +2845,10 @@ msgstr "Kann '%q' Instanzen nicht erstellen"
msgid "cannot create instance"
msgstr "Kann Instanz nicht erstellen"

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

#: py/runtime.c
msgid "cannot import name %q"
msgstr "Name %q kann nicht importiert werden"
Expand Down Expand Up @@ -3310,6 +3314,14 @@ msgstr "Länge von initial_value ist falsch"
msgid "inline assembler must be a function"
msgstr "inline assembler muss eine function sein"

#: 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
msgid "input argument must be an integer, a tuple, or a list"
msgstr "das Eingabeargument muss ein Integer, Tupel oder eine Liste sein"
Expand Down Expand Up @@ -3644,6 +3656,10 @@ msgstr "native Methode zu groß"
msgid "native yield"
msgstr "natives yield"

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

#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
Expand Down Expand Up @@ -3744,6 +3760,10 @@ msgstr "Nicht genügend Argumente für die Formatzeichenfolge"
msgid "not implemented for complex dtype"
msgstr "nicht implementiert für komplexe dtype"

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

#: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2"
msgstr "Die Anzahl der Punkte muss mindestens 2 betragen"
Expand Down Expand Up @@ -3856,8 +3876,8 @@ msgstr ""
msgid "opcode"
msgstr "Opcode"

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
#: extmod/ulab/code/numpy/vector.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
msgid "operands could not be broadcast together"
msgstr "Operanden konnten nicht zusammen gesendet werden"

Expand Down Expand Up @@ -3896,10 +3916,26 @@ msgstr ""
msgid "out array is too small"
msgstr "Ausgabe-Array ist zu klein"

#: 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
msgid "out must be a float dense array"
msgstr "Ausgabe muss ein floatdichtes Array sein"

#: 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
msgid "out of range of target"
msgstr "Außerhalb des Bereichs des Ziels"
Expand Down
40 changes: 38 additions & 2 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,10 @@ msgstr ""
msgid "cannot create instance"
msgstr ""

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

#: py/runtime.c
msgid "cannot import name %q"
msgstr ""
Expand Down Expand Up @@ -3251,6 +3255,14 @@ msgstr ""
msgid "inline assembler must be a function"
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
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""
Expand Down Expand Up @@ -3579,6 +3591,10 @@ msgstr ""
msgid "native yield"
msgstr ""

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

#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
Expand Down Expand Up @@ -3677,6 +3693,10 @@ msgstr ""
msgid "not implemented for complex dtype"
msgstr ""

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

#: extmod/ulab/code/numpy/create.c
msgid "number of points must be at least 2"
msgstr ""
Expand Down Expand Up @@ -3787,8 +3807,8 @@ msgstr ""
msgid "opcode"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
#: extmod/ulab/code/numpy/vector.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
msgid "operands could not be broadcast together"
msgstr ""

Expand Down Expand Up @@ -3825,10 +3845,26 @@ msgstr ""
msgid "out array is too small"
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
msgid "out must be a float dense array"
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
msgid "out of range of target"
msgstr ""
Expand Down
Loading