Skip to content

Commit e889287

Browse files
authored
Merge pull request #2992 from jepler/update-ulab
Update ulab
2 parents 4146d6f + a170c5e commit e889287

File tree

21 files changed

+798
-132
lines changed

21 files changed

+798
-132
lines changed

locale/ID.po

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
11+
"POT-Creation-Date: 2020-06-01 08:56-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -885,7 +885,7 @@ msgstr ""
885885
msgid "Invalid DAC pin supplied"
886886
msgstr ""
887887

888-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
888+
#: ports/stm/common-hal/busio/I2C.c
889889
msgid "Invalid I2C pin selection"
890890
msgstr ""
891891

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

1375-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1376+
#: ports/atmel-samd/common-hal/busio/I2C.c
1377+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13761378
msgid "SDA or SCL needs a pull up"
13771379
msgstr "SDA atau SCL membutuhkan pull up"
13781380

@@ -2109,6 +2111,14 @@ msgstr ""
21092111
msgid "could not invert Vandermonde matrix"
21102112
msgstr ""
21112113

2114+
#: extmod/ulab/code/approx.c
2115+
msgid "data must be iterable"
2116+
msgstr ""
2117+
2118+
#: extmod/ulab/code/approx.c
2119+
msgid "data must be of equal length"
2120+
msgstr ""
2121+
21122122
#: extmod/ulab/code/numerical.c
21132123
msgid "ddof must be smaller than length of data set"
21142124
msgstr ""
@@ -2241,6 +2251,14 @@ msgstr ""
22412251
msgid "filesystem must provide mount method"
22422252
msgstr ""
22432253

2254+
#: extmod/ulab/code/vectorise.c
2255+
msgid "first argument must be a callable"
2256+
msgstr ""
2257+
2258+
#: extmod/ulab/code/approx.c
2259+
msgid "first argument must be a function"
2260+
msgstr ""
2261+
22442262
#: extmod/ulab/code/ndarray.c
22452263
msgid "first argument must be an iterable"
22462264
msgstr ""
@@ -2294,6 +2312,10 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
22942312
msgid "function got multiple values for argument '%q'"
22952313
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
22962314

2315+
#: extmod/ulab/code/approx.c
2316+
msgid "function has the same sign at the ends of interval"
2317+
msgstr ""
2318+
22972319
#: extmod/ulab/code/compare.c
22982320
msgid "function is implemented for scalars and ndarrays only"
22992321
msgstr ""
@@ -2380,6 +2402,10 @@ msgstr ""
23802402
msgid "indices must be integers, slices, or Boolean lists"
23812403
msgstr ""
23822404

2405+
#: extmod/ulab/code/approx.c
2406+
msgid "initial values must be iterable"
2407+
msgstr ""
2408+
23832409
#: py/compile.c
23842410
msgid "inline assembler must be a function"
23852411
msgstr "inline assembler harus sebuah fungsi"
@@ -2424,6 +2450,10 @@ msgstr ""
24242450
msgid "integer required"
24252451
msgstr ""
24262452

2453+
#: extmod/ulab/code/approx.c
2454+
msgid "interp is defined for 1D arrays of equal length"
2455+
msgstr ""
2456+
24272457
#: shared-bindings/_bleio/Adapter.c
24282458
#, c-format
24292459
msgid "interval must be in range %s-%s"
@@ -3220,6 +3250,10 @@ msgstr ""
32203250
msgid "wrong index type"
32213251
msgstr ""
32223252

3253+
#: extmod/ulab/code/vectorise.c
3254+
msgid "wrong input type"
3255+
msgstr ""
3256+
32233257
#: py/objstr.c
32243258
msgid "wrong number of arguments"
32253259
msgstr ""
@@ -3232,6 +3266,10 @@ msgstr ""
32323266
msgid "wrong operand type"
32333267
msgstr ""
32343268

3269+
#: extmod/ulab/code/vectorise.c
3270+
msgid "wrong output type"
3271+
msgstr ""
3272+
32353273
#: shared-module/displayio/Shape.c
32363274
msgid "x value out of bounds"
32373275
msgstr ""

locale/circuitpython.pot

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
11+
"POT-Creation-Date: 2020-06-01 08:56-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -874,7 +874,7 @@ msgstr ""
874874
msgid "Invalid DAC pin supplied"
875875
msgstr ""
876876

877-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
877+
#: ports/stm/common-hal/busio/I2C.c
878878
msgid "Invalid I2C pin selection"
879879
msgstr ""
880880

@@ -964,7 +964,8 @@ msgstr ""
964964
#: ports/atmel-samd/common-hal/busio/UART.c
965965
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
966966
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
967-
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
967+
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
968+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
968969
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
969970
msgid "Invalid pins"
970971
msgstr ""
@@ -1356,7 +1357,8 @@ msgstr ""
13561357
msgid "Running in safe mode! Not running saved code.\n"
13571358
msgstr ""
13581359

1359-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1360+
#: ports/atmel-samd/common-hal/busio/I2C.c
1361+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13601362
msgid "SDA or SCL needs a pull up"
13611363
msgstr ""
13621364

@@ -2085,6 +2087,14 @@ msgstr ""
20852087
msgid "could not invert Vandermonde matrix"
20862088
msgstr ""
20872089

2090+
#: extmod/ulab/code/approx.c
2091+
msgid "data must be iterable"
2092+
msgstr ""
2093+
2094+
#: extmod/ulab/code/approx.c
2095+
msgid "data must be of equal length"
2096+
msgstr ""
2097+
20882098
#: extmod/ulab/code/numerical.c
20892099
msgid "ddof must be smaller than length of data set"
20902100
msgstr ""
@@ -2217,6 +2227,14 @@ msgstr ""
22172227
msgid "filesystem must provide mount method"
22182228
msgstr ""
22192229

2230+
#: extmod/ulab/code/vectorise.c
2231+
msgid "first argument must be a callable"
2232+
msgstr ""
2233+
2234+
#: extmod/ulab/code/approx.c
2235+
msgid "first argument must be a function"
2236+
msgstr ""
2237+
22202238
#: extmod/ulab/code/ndarray.c
22212239
msgid "first argument must be an iterable"
22222240
msgstr ""
@@ -2270,6 +2288,10 @@ msgstr ""
22702288
msgid "function got multiple values for argument '%q'"
22712289
msgstr ""
22722290

2291+
#: extmod/ulab/code/approx.c
2292+
msgid "function has the same sign at the ends of interval"
2293+
msgstr ""
2294+
22732295
#: extmod/ulab/code/compare.c
22742296
msgid "function is implemented for scalars and ndarrays only"
22752297
msgstr ""
@@ -2356,6 +2378,10 @@ msgstr ""
23562378
msgid "indices must be integers, slices, or Boolean lists"
23572379
msgstr ""
23582380

2381+
#: extmod/ulab/code/approx.c
2382+
msgid "initial values must be iterable"
2383+
msgstr ""
2384+
23592385
#: py/compile.c
23602386
msgid "inline assembler must be a function"
23612387
msgstr ""
@@ -2400,6 +2426,10 @@ msgstr ""
24002426
msgid "integer required"
24012427
msgstr ""
24022428

2429+
#: extmod/ulab/code/approx.c
2430+
msgid "interp is defined for 1D arrays of equal length"
2431+
msgstr ""
2432+
24032433
#: shared-bindings/_bleio/Adapter.c
24042434
#, c-format
24052435
msgid "interval must be in range %s-%s"
@@ -3194,6 +3224,10 @@ msgstr ""
31943224
msgid "wrong index type"
31953225
msgstr ""
31963226

3227+
#: extmod/ulab/code/vectorise.c
3228+
msgid "wrong input type"
3229+
msgstr ""
3230+
31973231
#: py/objstr.c
31983232
msgid "wrong number of arguments"
31993233
msgstr ""
@@ -3206,6 +3240,10 @@ msgstr ""
32063240
msgid "wrong operand type"
32073241
msgstr ""
32083242

3243+
#: extmod/ulab/code/vectorise.c
3244+
msgid "wrong output type"
3245+
msgstr ""
3246+
32093247
#: shared-module/displayio/Shape.c
32103248
msgid "x value out of bounds"
32113249
msgstr ""

locale/cs.po

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
10+
"POT-Creation-Date: 2020-06-01 08:56-0500\n"
1111
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1212
"Last-Translator: dronecz <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -882,7 +882,7 @@ msgstr ""
882882
msgid "Invalid DAC pin supplied"
883883
msgstr ""
884884

885-
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
885+
#: ports/stm/common-hal/busio/I2C.c
886886
msgid "Invalid I2C pin selection"
887887
msgstr ""
888888

@@ -972,7 +972,8 @@ msgstr ""
972972
#: ports/atmel-samd/common-hal/busio/UART.c
973973
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
974974
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
975-
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c
975+
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
976+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
976977
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
977978
msgid "Invalid pins"
978979
msgstr ""
@@ -1364,7 +1365,8 @@ msgstr ""
13641365
msgid "Running in safe mode! Not running saved code.\n"
13651366
msgstr ""
13661367

1367-
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1368+
#: ports/atmel-samd/common-hal/busio/I2C.c
1369+
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13681370
msgid "SDA or SCL needs a pull up"
13691371
msgstr ""
13701372

@@ -2093,6 +2095,14 @@ msgstr ""
20932095
msgid "could not invert Vandermonde matrix"
20942096
msgstr ""
20952097

2098+
#: extmod/ulab/code/approx.c
2099+
msgid "data must be iterable"
2100+
msgstr ""
2101+
2102+
#: extmod/ulab/code/approx.c
2103+
msgid "data must be of equal length"
2104+
msgstr ""
2105+
20962106
#: extmod/ulab/code/numerical.c
20972107
msgid "ddof must be smaller than length of data set"
20982108
msgstr ""
@@ -2225,6 +2235,14 @@ msgstr ""
22252235
msgid "filesystem must provide mount method"
22262236
msgstr ""
22272237

2238+
#: extmod/ulab/code/vectorise.c
2239+
msgid "first argument must be a callable"
2240+
msgstr ""
2241+
2242+
#: extmod/ulab/code/approx.c
2243+
msgid "first argument must be a function"
2244+
msgstr ""
2245+
22282246
#: extmod/ulab/code/ndarray.c
22292247
msgid "first argument must be an iterable"
22302248
msgstr ""
@@ -2278,6 +2296,10 @@ msgstr ""
22782296
msgid "function got multiple values for argument '%q'"
22792297
msgstr ""
22802298

2299+
#: extmod/ulab/code/approx.c
2300+
msgid "function has the same sign at the ends of interval"
2301+
msgstr ""
2302+
22812303
#: extmod/ulab/code/compare.c
22822304
msgid "function is implemented for scalars and ndarrays only"
22832305
msgstr ""
@@ -2364,6 +2386,10 @@ msgstr ""
23642386
msgid "indices must be integers, slices, or Boolean lists"
23652387
msgstr ""
23662388

2389+
#: extmod/ulab/code/approx.c
2390+
msgid "initial values must be iterable"
2391+
msgstr ""
2392+
23672393
#: py/compile.c
23682394
msgid "inline assembler must be a function"
23692395
msgstr ""
@@ -2408,6 +2434,10 @@ msgstr ""
24082434
msgid "integer required"
24092435
msgstr ""
24102436

2437+
#: extmod/ulab/code/approx.c
2438+
msgid "interp is defined for 1D arrays of equal length"
2439+
msgstr ""
2440+
24112441
#: shared-bindings/_bleio/Adapter.c
24122442
#, c-format
24132443
msgid "interval must be in range %s-%s"
@@ -3202,6 +3232,10 @@ msgstr ""
32023232
msgid "wrong index type"
32033233
msgstr ""
32043234

3235+
#: extmod/ulab/code/vectorise.c
3236+
msgid "wrong input type"
3237+
msgstr ""
3238+
32053239
#: py/objstr.c
32063240
msgid "wrong number of arguments"
32073241
msgstr ""
@@ -3214,6 +3248,10 @@ msgstr ""
32143248
msgid "wrong operand type"
32153249
msgstr ""
32163250

3251+
#: extmod/ulab/code/vectorise.c
3252+
msgid "wrong output type"
3253+
msgstr ""
3254+
32173255
#: shared-module/displayio/Shape.c
32183256
msgid "x value out of bounds"
32193257
msgstr ""

0 commit comments

Comments
 (0)