Skip to content

ulab: Get updates from upstream #2767

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 7 commits into from
Apr 14, 2020
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
32 changes: 9 additions & 23 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-30 17:03-0700\n"
"POT-Creation-Date: 2020-04-13 19:22-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -900,6 +900,7 @@ msgid "Invalid number of bits"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid phase"
msgstr ""

Expand Down Expand Up @@ -931,6 +932,7 @@ msgid "Invalid pins for PWMOut"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid polarity"
msgstr ""

Expand Down Expand Up @@ -1647,6 +1649,10 @@ msgstr ""
msgid "array/bytes required on right side"
msgstr ""

#: extmod/ulab/code/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr ""

#: py/objstr.c
msgid "attributes not supported yet"
msgstr ""
Expand Down Expand Up @@ -2158,10 +2164,6 @@ msgstr ""
msgid "full"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "function defined for ndarrays only"
msgstr ""

#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "fungsi tidak dapat mengambil argumen keyword"
Expand All @@ -2175,10 +2177,6 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
msgid "function got multiple values for argument '%q'"
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"

#: extmod/ulab/code/linalg.c
msgid "function is defined for ndarrays only"
msgstr ""

#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
Expand Down Expand Up @@ -2659,14 +2657,6 @@ msgstr "modul tidak ditemukan"
msgid "only bit_depth=16 is supported"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only ndarray objects can be inverted"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only ndarrays can be inverted"
msgstr ""

#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr ""
Expand All @@ -2676,10 +2666,6 @@ msgstr ""
msgid "only slices with step=1 (aka None) are supported"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only square matrices can be inverted"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
msgid "operands could not be broadcast together"
msgstr ""
Expand Down Expand Up @@ -3095,7 +3081,7 @@ msgid "wrong argument type"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "wrong input type"
msgid "wrong index type"
msgstr ""

#: py/objstr.c
Expand All @@ -3107,7 +3093,7 @@ msgid "wrong number of values to unpack"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "wrong operand type on the right hand side"
msgid "wrong operand type"
msgstr ""

#: shared-module/displayio/Shape.c
Expand Down
32 changes: 9 additions & 23 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-30 17:03-0700\n"
"POT-Creation-Date: 2020-04-13 19:22-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -889,6 +889,7 @@ msgid "Invalid number of bits"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid phase"
msgstr ""

Expand Down Expand Up @@ -920,6 +921,7 @@ msgid "Invalid pins for PWMOut"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid polarity"
msgstr ""

Expand Down Expand Up @@ -1624,6 +1626,10 @@ msgstr ""
msgid "array/bytes required on right side"
msgstr ""

#: extmod/ulab/code/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr ""

#: py/objstr.c
msgid "attributes not supported yet"
msgstr ""
Expand Down Expand Up @@ -2134,10 +2140,6 @@ msgstr ""
msgid "full"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "function defined for ndarrays only"
msgstr ""

#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr ""
Expand All @@ -2151,10 +2153,6 @@ msgstr ""
msgid "function got multiple values for argument '%q'"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "function is defined for ndarrays only"
msgstr ""

#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
Expand Down Expand Up @@ -2634,14 +2632,6 @@ msgstr ""
msgid "only bit_depth=16 is supported"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only ndarray objects can be inverted"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only ndarrays can be inverted"
msgstr ""

#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr ""
Expand All @@ -2651,10 +2641,6 @@ msgstr ""
msgid "only slices with step=1 (aka None) are supported"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only square matrices can be inverted"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
msgid "operands could not be broadcast together"
msgstr ""
Expand Down Expand Up @@ -3069,7 +3055,7 @@ msgid "wrong argument type"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "wrong input type"
msgid "wrong index type"
msgstr ""

#: py/objstr.c
Expand All @@ -3081,7 +3067,7 @@ msgid "wrong number of values to unpack"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "wrong operand type on the right hand side"
msgid "wrong operand type"
msgstr ""

#: shared-module/displayio/Shape.c
Expand Down
32 changes: 9 additions & 23 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-30 17:03-0700\n"
"POT-Creation-Date: 2020-04-13 19:22-0500\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Pascal Deneaux\n"
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
Expand Down Expand Up @@ -897,6 +897,7 @@ msgid "Invalid number of bits"
msgstr "Ungültige Anzahl von Bits"

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid phase"
msgstr "Ungültige Phase"

Expand Down Expand Up @@ -928,6 +929,7 @@ msgid "Invalid pins for PWMOut"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
#: shared-bindings/displayio/FourWire.c
msgid "Invalid polarity"
msgstr "Ungültige Polarität"

Expand Down Expand Up @@ -1652,6 +1654,10 @@ msgstr ""
msgid "array/bytes required on right side"
msgstr "Array/Bytes auf der rechten Seite erforderlich"

#: extmod/ulab/code/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr ""

#: py/objstr.c
msgid "attributes not supported yet"
msgstr "Attribute werden noch nicht unterstützt"
Expand Down Expand Up @@ -2163,10 +2169,6 @@ msgstr ""
msgid "full"
msgstr "voll"

#: extmod/ulab/code/linalg.c
msgid "function defined for ndarrays only"
msgstr ""

#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "Funktion akzeptiert keine Keyword-Argumente"
Expand All @@ -2180,10 +2182,6 @@ msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
msgid "function got multiple values for argument '%q'"
msgstr "Funktion hat mehrere Werte für Argument '%q'"

#: extmod/ulab/code/linalg.c
msgid "function is defined for ndarrays only"
msgstr ""

#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
Expand Down Expand Up @@ -2670,14 +2668,6 @@ msgstr "offset außerhalb der Grenzen"
msgid "only bit_depth=16 is supported"
msgstr "nur eine bit_depth=16 wird unterstützt"

#: extmod/ulab/code/linalg.c
msgid "only ndarray objects can be inverted"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only ndarrays can be inverted"
msgstr ""

#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr "nur eine sample_rate=16000 wird unterstützt"
Expand All @@ -2687,10 +2677,6 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
msgid "only slices with step=1 (aka None) are supported"
msgstr ""

#: extmod/ulab/code/linalg.c
msgid "only square matrices can be inverted"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
msgid "operands could not be broadcast together"
msgstr ""
Expand Down Expand Up @@ -3114,7 +3100,7 @@ msgid "wrong argument type"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "wrong input type"
msgid "wrong index type"
msgstr ""

#: py/objstr.c
Expand All @@ -3126,7 +3112,7 @@ msgid "wrong number of values to unpack"
msgstr "falsche Anzahl zu entpackender Werte"

#: extmod/ulab/code/ndarray.c
msgid "wrong operand type on the right hand side"
msgid "wrong operand type"
msgstr ""

#: shared-module/displayio/Shape.c
Expand Down
Loading