Skip to content
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

Update ulab #2992

Merged
merged 8 commits into from
Jun 1, 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
46 changes: 42 additions & 4 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-05-27 20:51-0500\n"
"POT-Creation-Date: 2020-06-01 08:56-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"
Expand Down Expand Up @@ -885,7 +885,7 @@ msgstr ""
msgid "Invalid DAC pin supplied"
msgstr ""

#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
#: ports/stm/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr ""

Expand Down Expand Up @@ -975,7 +975,8 @@ msgstr "Pin untuk channel kanan tidak valid"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr "Pin-pin tidak valid"
Expand Down Expand Up @@ -1372,7 +1373,8 @@ msgid "Running in safe mode! Not running saved code.\n"
msgstr ""
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"

#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr "SDA atau SCL membutuhkan pull up"

Expand Down Expand Up @@ -2109,6 +2111,14 @@ msgstr ""
msgid "could not invert Vandermonde matrix"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be iterable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
msgstr ""
Expand Down Expand Up @@ -2241,6 +2251,14 @@ msgstr ""
msgid "filesystem must provide mount method"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "first argument must be a callable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "first argument must be a function"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr ""
Expand Down Expand Up @@ -2294,6 +2312,10 @@ 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/approx.c
msgid "function has the same sign at the ends of interval"
msgstr ""

#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
msgstr ""
Expand Down Expand Up @@ -2380,6 +2402,10 @@ msgstr ""
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "initial values must be iterable"
msgstr ""

#: py/compile.c
msgid "inline assembler must be a function"
msgstr "inline assembler harus sebuah fungsi"
Expand Down Expand Up @@ -2424,6 +2450,10 @@ msgstr ""
msgid "integer required"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "interp is defined for 1D arrays of equal length"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
Expand Down Expand Up @@ -3220,6 +3250,10 @@ msgstr ""
msgid "wrong index type"
msgstr ""

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

#: py/objstr.c
msgid "wrong number of arguments"
msgstr ""
Expand All @@ -3232,6 +3266,10 @@ msgstr ""
msgid "wrong operand type"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "wrong output type"
msgstr ""

#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""
Expand Down
46 changes: 42 additions & 4 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-05-27 20:51-0500\n"
"POT-Creation-Date: 2020-06-01 08:56-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"
Expand Down Expand Up @@ -874,7 +874,7 @@ msgstr ""
msgid "Invalid DAC pin supplied"
msgstr ""

#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
#: ports/stm/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr ""

Expand Down Expand Up @@ -964,7 +964,8 @@ msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr ""
Expand Down Expand Up @@ -1356,7 +1357,8 @@ msgstr ""
msgid "Running in safe mode! Not running saved code.\n"
msgstr ""

#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr ""

Expand Down Expand Up @@ -2085,6 +2087,14 @@ msgstr ""
msgid "could not invert Vandermonde matrix"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be iterable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
msgstr ""
Expand Down Expand Up @@ -2217,6 +2227,14 @@ msgstr ""
msgid "filesystem must provide mount method"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "first argument must be a callable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "first argument must be a function"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr ""
Expand Down Expand Up @@ -2270,6 +2288,10 @@ msgstr ""
msgid "function got multiple values for argument '%q'"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "function has the same sign at the ends of interval"
msgstr ""

#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
msgstr ""
Expand Down Expand Up @@ -2356,6 +2378,10 @@ msgstr ""
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "initial values must be iterable"
msgstr ""

#: py/compile.c
msgid "inline assembler must be a function"
msgstr ""
Expand Down Expand Up @@ -2400,6 +2426,10 @@ msgstr ""
msgid "integer required"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "interp is defined for 1D arrays of equal length"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
Expand Down Expand Up @@ -3194,6 +3224,10 @@ msgstr ""
msgid "wrong index type"
msgstr ""

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

#: py/objstr.c
msgid "wrong number of arguments"
msgstr ""
Expand All @@ -3206,6 +3240,10 @@ msgstr ""
msgid "wrong operand type"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "wrong output type"
msgstr ""

#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""
Expand Down
46 changes: 42 additions & 4 deletions locale/cs.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"
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
"POT-Creation-Date: 2020-06-01 08:56-0500\n"
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
"Last-Translator: dronecz <mzuzelka@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -882,7 +882,7 @@ msgstr ""
msgid "Invalid DAC pin supplied"
msgstr ""

#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
#: ports/stm/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr ""

Expand Down Expand Up @@ -972,7 +972,8 @@ msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr ""
Expand Down Expand Up @@ -1364,7 +1365,8 @@ msgstr ""
msgid "Running in safe mode! Not running saved code.\n"
msgstr ""

#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr ""

Expand Down Expand Up @@ -2093,6 +2095,14 @@ msgstr ""
msgid "could not invert Vandermonde matrix"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be iterable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
msgstr ""
Expand Down Expand Up @@ -2225,6 +2235,14 @@ msgstr ""
msgid "filesystem must provide mount method"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "first argument must be a callable"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "first argument must be a function"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr ""
Expand Down Expand Up @@ -2278,6 +2296,10 @@ msgstr ""
msgid "function got multiple values for argument '%q'"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "function has the same sign at the ends of interval"
msgstr ""

#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
msgstr ""
Expand Down Expand Up @@ -2364,6 +2386,10 @@ msgstr ""
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "initial values must be iterable"
msgstr ""

#: py/compile.c
msgid "inline assembler must be a function"
msgstr ""
Expand Down Expand Up @@ -2408,6 +2434,10 @@ msgstr ""
msgid "integer required"
msgstr ""

#: extmod/ulab/code/approx.c
msgid "interp is defined for 1D arrays of equal length"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
Expand Down Expand Up @@ -3202,6 +3232,10 @@ msgstr ""
msgid "wrong index type"
msgstr ""

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

#: py/objstr.c
msgid "wrong number of arguments"
msgstr ""
Expand All @@ -3214,6 +3248,10 @@ msgstr ""
msgid "wrong operand type"
msgstr ""

#: extmod/ulab/code/vectorise.c
msgid "wrong output type"
msgstr ""

#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr ""
Expand Down
Loading