8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"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 "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -885,7 +885,7 @@ msgstr ""
885
885
msgid "Invalid DAC pin supplied"
886
886
msgstr ""
887
887
888
- #: ports/mimxrt10xx/common-hal/busio/I2C.c ports/ stm/common-hal/busio/I2C.c
888
+ #: ports/stm/common-hal/busio/I2C.c
889
889
msgid "Invalid I2C pin selection"
890
890
msgstr ""
891
891
@@ -975,7 +975,8 @@ msgstr "Pin untuk channel kanan tidak valid"
975
975
#: ports/atmel-samd/common-hal/busio/UART.c
976
976
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
977
977
#: 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
979
980
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
980
981
msgid "Invalid pins"
981
982
msgstr "Pin-pin tidak valid"
@@ -1372,7 +1373,8 @@ msgid "Running in safe mode! Not running saved code.\n"
1372
1373
msgstr ""
1373
1374
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"
1374
1375
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
1376
1378
msgid "SDA or SCL needs a pull up"
1377
1379
msgstr "SDA atau SCL membutuhkan pull up"
1378
1380
@@ -2109,6 +2111,14 @@ msgstr ""
2109
2111
msgid "could not invert Vandermonde matrix"
2110
2112
msgstr ""
2111
2113
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
+
2112
2122
#: extmod/ulab/code/numerical.c
2113
2123
msgid "ddof must be smaller than length of data set"
2114
2124
msgstr ""
@@ -2241,6 +2251,14 @@ msgstr ""
2241
2251
msgid "filesystem must provide mount method"
2242
2252
msgstr ""
2243
2253
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
+
2244
2262
#: extmod/ulab/code/ndarray.c
2245
2263
msgid "first argument must be an iterable"
2246
2264
msgstr ""
@@ -2294,6 +2312,10 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
2294
2312
msgid "function got multiple values for argument '%q'"
2295
2313
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
2296
2314
2315
+ #: extmod/ulab/code/approx.c
2316
+ msgid "function has the same sign at the ends of interval"
2317
+ msgstr ""
2318
+
2297
2319
#: extmod/ulab/code/compare.c
2298
2320
msgid "function is implemented for scalars and ndarrays only"
2299
2321
msgstr ""
@@ -2380,6 +2402,10 @@ msgstr ""
2380
2402
msgid "indices must be integers, slices, or Boolean lists"
2381
2403
msgstr ""
2382
2404
2405
+ #: extmod/ulab/code/approx.c
2406
+ msgid "initial values must be iterable"
2407
+ msgstr ""
2408
+
2383
2409
#: py/compile.c
2384
2410
msgid "inline assembler must be a function"
2385
2411
msgstr "inline assembler harus sebuah fungsi"
@@ -2424,6 +2450,10 @@ msgstr ""
2424
2450
msgid "integer required"
2425
2451
msgstr ""
2426
2452
2453
+ #: extmod/ulab/code/approx.c
2454
+ msgid "interp is defined for 1D arrays of equal length"
2455
+ msgstr ""
2456
+
2427
2457
#: shared-bindings/_bleio/Adapter.c
2428
2458
#, c-format
2429
2459
msgid "interval must be in range %s-%s"
@@ -3220,6 +3250,10 @@ msgstr ""
3220
3250
msgid "wrong index type"
3221
3251
msgstr ""
3222
3252
3253
+ #: extmod/ulab/code/vectorise.c
3254
+ msgid "wrong input type"
3255
+ msgstr ""
3256
+
3223
3257
#: py/objstr.c
3224
3258
msgid "wrong number of arguments"
3225
3259
msgstr ""
@@ -3232,6 +3266,10 @@ msgstr ""
3232
3266
msgid "wrong operand type"
3233
3267
msgstr ""
3234
3268
3269
+ #: extmod/ulab/code/vectorise.c
3270
+ msgid "wrong output type"
3271
+ msgstr ""
3272
+
3235
3273
#: shared-module/displayio/Shape.c
3236
3274
msgid "x value out of bounds"
3237
3275
msgstr ""
0 commit comments