8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-11-17 20:17 -0600\n "
11
+ "POT-Creation-Date : 2019-11-17 20:54 -0600\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 "
@@ -428,6 +428,10 @@ msgstr ""
428
428
msgid "Cannot transfer without MOSI and MISO pins."
429
429
msgstr ""
430
430
431
+ #: extmod/moductypes.c
432
+ msgid "Cannot unambiguously get sizeof scalar"
433
+ msgstr ""
434
+
431
435
#: shared-module/bitbangio/SPI.c
432
436
msgid "Cannot write without MOSI pin."
433
437
msgstr ""
@@ -539,6 +543,10 @@ msgstr ""
539
543
msgid "EXTINT channel already in use"
540
544
msgstr ""
541
545
546
+ #: extmod/modure.c
547
+ msgid "Error in regex"
548
+ msgstr ""
549
+
542
550
#: shared-bindings/microcontroller/Pin.c
543
551
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
544
552
#: shared-bindings/terminalio/Terminal.c
@@ -740,10 +748,14 @@ msgstr ""
740
748
msgid "Group full"
741
749
msgstr ""
742
750
743
- #: py/objstringio.c
751
+ #: extmod/vfs_posix_file.c py/objstringio.c
744
752
msgid "I/O operation on closed file"
745
753
msgstr ""
746
754
755
+ #: extmod/machine_i2c.c
756
+ msgid "I2C operation not supported"
757
+ msgstr ""
758
+
747
759
#: py/persistentcode.c
748
760
msgid ""
749
761
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -1079,7 +1091,7 @@ msgstr ""
1079
1091
msgid "Read-only"
1080
1092
msgstr ""
1081
1093
1082
- #: py/moduerrno.c
1094
+ #: extmod/vfs_fat.c py/moduerrno.c
1083
1095
msgid "Read-only filesystem"
1084
1096
msgstr ""
1085
1097
@@ -1139,6 +1151,10 @@ msgstr ""
1139
1151
msgid "Slices not supported"
1140
1152
msgstr ""
1141
1153
1154
+ #: extmod/modure.c
1155
+ msgid "Splitting with sub-captures"
1156
+ msgstr ""
1157
+
1142
1158
#: shared-bindings/supervisor/__init__.c
1143
1159
msgid "Stack size must be at least 256"
1144
1160
msgstr ""
@@ -1360,6 +1376,19 @@ msgstr ""
1360
1376
msgid "__new__ arg must be a user-type"
1361
1377
msgstr ""
1362
1378
1379
+ #: extmod/modubinascii.c extmod/moduhashlib.c
1380
+ msgid "a bytes-like object is required"
1381
+ msgstr ""
1382
+
1383
+ #: lib/embed/abort_.c
1384
+ msgid "abort() called"
1385
+ msgstr ""
1386
+
1387
+ #: extmod/machine_mem.c
1388
+ #, c-format
1389
+ msgid "address %08x is not aligned to %d bytes"
1390
+ msgstr ""
1391
+
1363
1392
#: shared-bindings/i2cslave/I2CSlave.c
1364
1393
msgid "address out of bounds"
1365
1394
msgstr ""
@@ -1417,6 +1446,10 @@ msgstr ""
1417
1446
msgid "bits must be 7, 8 or 9"
1418
1447
msgstr ""
1419
1448
1449
+ #: extmod/machine_spi.c
1450
+ msgid "bits must be 8"
1451
+ msgstr ""
1452
+
1420
1453
#: shared-bindings/audiomixer/Mixer.c
1421
1454
msgid "bits_per_sample must be 8 or 16"
1422
1455
msgstr ""
@@ -1447,6 +1480,10 @@ msgstr ""
1447
1480
msgid "buffer too small"
1448
1481
msgstr ""
1449
1482
1483
+ #: extmod/machine_spi.c
1484
+ msgid "buffers must be the same length"
1485
+ msgstr ""
1486
+
1450
1487
#: shared-bindings/_pew/PewPew.c
1451
1488
msgid "buttons must be digitalio.DigitalInOut"
1452
1489
msgstr ""
@@ -1677,6 +1714,10 @@ msgstr ""
1677
1714
msgid "complex values not supported"
1678
1715
msgstr ""
1679
1716
1717
+ #: extmod/moduzlib.c
1718
+ msgid "compression header"
1719
+ msgstr ""
1720
+
1680
1721
#: py/parse.c
1681
1722
msgid "constant must be an integer"
1682
1723
msgstr ""
@@ -1719,6 +1760,10 @@ msgstr ""
1719
1760
msgid "empty"
1720
1761
msgstr ""
1721
1762
1763
+ #: extmod/moduheapq.c extmod/modutimeq.c
1764
+ msgid "empty heap"
1765
+ msgstr ""
1766
+
1722
1767
#: py/objstr.c
1723
1768
msgid "empty separator"
1724
1769
msgstr ""
@@ -1789,6 +1834,10 @@ msgstr ""
1789
1834
msgid "first argument to super() must be type"
1790
1835
msgstr ""
1791
1836
1837
+ #: extmod/machine_spi.c
1838
+ msgid "firstbit must be MSB"
1839
+ msgstr ""
1840
+
1792
1841
#: py/objint.c
1793
1842
msgid "float too big"
1794
1843
msgstr ""
@@ -1857,6 +1906,10 @@ msgstr ""
1857
1906
msgid "graphic must be 2048 bytes long"
1858
1907
msgstr ""
1859
1908
1909
+ #: extmod/moduheapq.c
1910
+ msgid "heap must be a list"
1911
+ msgstr ""
1912
+
1860
1913
#: py/compile.c
1861
1914
msgid "identifier redefined as global"
1862
1915
msgstr ""
@@ -1873,6 +1926,10 @@ msgstr ""
1873
1926
msgid "incomplete format key"
1874
1927
msgstr ""
1875
1928
1929
+ #: extmod/modubinascii.c
1930
+ msgid "incorrect padding"
1931
+ msgstr ""
1932
+
1876
1933
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1877
1934
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
1878
1935
msgid "index out of range"
@@ -1899,10 +1956,38 @@ msgstr ""
1899
1956
msgid "interval must be in range %s-%s"
1900
1957
msgstr ""
1901
1958
1959
+ #: extmod/machine_i2c.c
1960
+ msgid "invalid I2C peripheral"
1961
+ msgstr ""
1962
+
1963
+ #: extmod/machine_spi.c
1964
+ msgid "invalid SPI peripheral"
1965
+ msgstr ""
1966
+
1967
+ #: lib/netutils/netutils.c
1968
+ msgid "invalid arguments"
1969
+ msgstr ""
1970
+
1971
+ #: extmod/modussl_axtls.c
1972
+ msgid "invalid cert"
1973
+ msgstr ""
1974
+
1975
+ #: extmod/uos_dupterm.c
1976
+ msgid "invalid dupterm index"
1977
+ msgstr ""
1978
+
1979
+ #: extmod/modframebuf.c
1980
+ msgid "invalid format"
1981
+ msgstr ""
1982
+
1902
1983
#: py/objstr.c
1903
1984
msgid "invalid format specifier"
1904
1985
msgstr ""
1905
1986
1987
+ #: extmod/modussl_axtls.c
1988
+ msgid "invalid key"
1989
+ msgstr ""
1990
+
1906
1991
#: py/compile.c
1907
1992
msgid "invalid micropython decorator"
1908
1993
msgstr ""
@@ -2031,6 +2116,10 @@ msgstr ""
2031
2116
msgid "must raise an object"
2032
2117
msgstr ""
2033
2118
2119
+ #: extmod/machine_spi.c
2120
+ msgid "must specify all of sck/mosi/miso"
2121
+ msgstr ""
2122
+
2034
2123
#: py/modbuiltins.c
2035
2124
msgid "must use keyword argument for key function"
2036
2125
msgstr ""
@@ -2097,6 +2186,10 @@ msgstr ""
2097
2186
msgid "non-default argument follows default argument"
2098
2187
msgstr ""
2099
2188
2189
+ #: extmod/modubinascii.c
2190
+ msgid "non-hex digit found"
2191
+ msgstr ""
2192
+
2100
2193
#: py/compile.c
2101
2194
msgid "non-keyword arg after */**"
2102
2195
msgstr ""
@@ -2163,6 +2256,10 @@ msgstr ""
2163
2256
msgid "object with buffer protocol required"
2164
2257
msgstr ""
2165
2258
2259
+ #: extmod/modubinascii.c
2260
+ msgid "odd-length string"
2261
+ msgstr ""
2262
+
2166
2263
#: py/objstr.c py/objstrunicode.c
2167
2264
msgid "offset out of bounds"
2168
2265
msgstr ""
@@ -2250,6 +2347,10 @@ msgstr ""
2250
2347
msgid "pow() with 3 arguments requires integers"
2251
2348
msgstr ""
2252
2349
2350
+ #: extmod/modutimeq.c
2351
+ msgid "queue overflow"
2352
+ msgstr ""
2353
+
2253
2354
#: shared-bindings/_pixelbuf/PixelBuf.c
2254
2355
msgid "rawbuf is not the same size as buf"
2255
2356
msgstr ""
@@ -2362,6 +2463,18 @@ msgstr ""
2362
2463
msgid "string not supported; use bytes or bytearray"
2363
2464
msgstr ""
2364
2465
2466
+ #: extmod/moductypes.c
2467
+ msgid "struct: cannot index"
2468
+ msgstr ""
2469
+
2470
+ #: extmod/moductypes.c
2471
+ msgid "struct: index out of range"
2472
+ msgstr ""
2473
+
2474
+ #: extmod/moductypes.c
2475
+ msgid "struct: no fields"
2476
+ msgstr ""
2477
+
2365
2478
#: py/objstr.c
2366
2479
msgid "substring not found"
2367
2480
msgstr ""
@@ -2370,6 +2483,14 @@ msgstr ""
2370
2483
msgid "super() can't find self"
2371
2484
msgstr ""
2372
2485
2486
+ #: extmod/modujson.c
2487
+ msgid "syntax error in JSON"
2488
+ msgstr ""
2489
+
2490
+ #: extmod/moductypes.c
2491
+ msgid "syntax error in uctypes descriptor"
2492
+ msgstr ""
2493
+
2373
2494
#: shared-bindings/touchio/TouchIn.c
2374
2495
msgid "threshold must be in the range 0-65536"
2375
2496
msgstr ""
0 commit comments