88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2019-10-21 19:50-0700 \n "
11+ "POT-Creation-Date : 2019-11-17 20:17-0600 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -428,10 +428,6 @@ msgstr ""
428428msgid "Cannot transfer without MOSI and MISO pins."
429429msgstr ""
430430
431- #: extmod/moductypes.c
432- msgid "Cannot unambiguously get sizeof scalar"
433- msgstr ""
434-
435431#: shared-module/bitbangio/SPI.c
436432msgid "Cannot write without MOSI pin."
437433msgstr ""
@@ -543,10 +539,6 @@ msgstr ""
543539msgid "EXTINT channel already in use"
544540msgstr ""
545541
546- #: extmod/modure.c
547- msgid "Error in regex"
548- msgstr ""
549-
550542#: shared-bindings/microcontroller/Pin.c
551543#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
552544#: shared-bindings/terminalio/Terminal.c
@@ -748,14 +740,10 @@ msgstr ""
748740msgid "Group full"
749741msgstr ""
750742
751- #: extmod/vfs_posix_file.c py/objstringio.c
743+ #: py/objstringio.c
752744msgid "I/O operation on closed file"
753745msgstr ""
754746
755- #: extmod/machine_i2c.c
756- msgid "I2C operation not supported"
757- msgstr ""
758-
759747#: py/persistentcode.c
760748msgid ""
761749"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -1091,7 +1079,7 @@ msgstr ""
10911079msgid "Read-only"
10921080msgstr ""
10931081
1094- #: extmod/vfs_fat.c py/moduerrno.c
1082+ #: py/moduerrno.c
10951083msgid "Read-only filesystem"
10961084msgstr ""
10971085
@@ -1119,7 +1107,7 @@ msgstr ""
11191107msgid "Running in safe mode! Not running saved code.\n"
11201108msgstr ""
11211109
1122- #: ports/atmel-samd/common-hal/busio/I2C.c
1110+ #: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
11231111msgid "SDA or SCL needs a pull up"
11241112msgstr ""
11251113
@@ -1151,10 +1139,6 @@ msgstr ""
11511139msgid "Slices not supported"
11521140msgstr ""
11531141
1154- #: extmod/modure.c
1155- msgid "Splitting with sub-captures"
1156- msgstr ""
1157-
11581142#: shared-bindings/supervisor/__init__.c
11591143msgid "Stack size must be at least 256"
11601144msgstr ""
@@ -1376,19 +1360,6 @@ msgstr ""
13761360msgid "__new__ arg must be a user-type"
13771361msgstr ""
13781362
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-
13921363#: shared-bindings/i2cslave/I2CSlave.c
13931364msgid "address out of bounds"
13941365msgstr ""
@@ -1446,10 +1417,6 @@ msgstr ""
14461417msgid "bits must be 7, 8 or 9"
14471418msgstr ""
14481419
1449- #: extmod/machine_spi.c
1450- msgid "bits must be 8"
1451- msgstr ""
1452-
14531420#: shared-bindings/audiomixer/Mixer.c
14541421msgid "bits_per_sample must be 8 or 16"
14551422msgstr ""
@@ -1480,10 +1447,6 @@ msgstr ""
14801447msgid "buffer too small"
14811448msgstr ""
14821449
1483- #: extmod/machine_spi.c
1484- msgid "buffers must be the same length"
1485- msgstr ""
1486-
14871450#: shared-bindings/_pew/PewPew.c
14881451msgid "buttons must be digitalio.DigitalInOut"
14891452msgstr ""
@@ -1714,10 +1677,6 @@ msgstr ""
17141677msgid "complex values not supported"
17151678msgstr ""
17161679
1717- #: extmod/moduzlib.c
1718- msgid "compression header"
1719- msgstr ""
1720-
17211680#: py/parse.c
17221681msgid "constant must be an integer"
17231682msgstr ""
@@ -1760,10 +1719,6 @@ msgstr ""
17601719msgid "empty"
17611720msgstr ""
17621721
1763- #: extmod/moduheapq.c extmod/modutimeq.c
1764- msgid "empty heap"
1765- msgstr ""
1766-
17671722#: py/objstr.c
17681723msgid "empty separator"
17691724msgstr ""
@@ -1834,10 +1789,6 @@ msgstr ""
18341789msgid "first argument to super() must be type"
18351790msgstr ""
18361791
1837- #: extmod/machine_spi.c
1838- msgid "firstbit must be MSB"
1839- msgstr ""
1840-
18411792#: py/objint.c
18421793msgid "float too big"
18431794msgstr ""
@@ -1906,10 +1857,6 @@ msgstr ""
19061857msgid "graphic must be 2048 bytes long"
19071858msgstr ""
19081859
1909- #: extmod/moduheapq.c
1910- msgid "heap must be a list"
1911- msgstr ""
1912-
19131860#: py/compile.c
19141861msgid "identifier redefined as global"
19151862msgstr ""
@@ -1926,10 +1873,6 @@ msgstr ""
19261873msgid "incomplete format key"
19271874msgstr ""
19281875
1929- #: extmod/modubinascii.c
1930- msgid "incorrect padding"
1931- msgstr ""
1932-
19331876#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
19341877#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
19351878msgid "index out of range"
@@ -1956,38 +1899,10 @@ msgstr ""
19561899msgid "interval must be in range %s-%s"
19571900msgstr ""
19581901
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-
19831902#: py/objstr.c
19841903msgid "invalid format specifier"
19851904msgstr ""
19861905
1987- #: extmod/modussl_axtls.c
1988- msgid "invalid key"
1989- msgstr ""
1990-
19911906#: py/compile.c
19921907msgid "invalid micropython decorator"
19931908msgstr ""
@@ -2116,10 +2031,6 @@ msgstr ""
21162031msgid "must raise an object"
21172032msgstr ""
21182033
2119- #: extmod/machine_spi.c
2120- msgid "must specify all of sck/mosi/miso"
2121- msgstr ""
2122-
21232034#: py/modbuiltins.c
21242035msgid "must use keyword argument for key function"
21252036msgstr ""
@@ -2186,10 +2097,6 @@ msgstr ""
21862097msgid "non-default argument follows default argument"
21872098msgstr ""
21882099
2189- #: extmod/modubinascii.c
2190- msgid "non-hex digit found"
2191- msgstr ""
2192-
21932100#: py/compile.c
21942101msgid "non-keyword arg after */**"
21952102msgstr ""
@@ -2256,10 +2163,6 @@ msgstr ""
22562163msgid "object with buffer protocol required"
22572164msgstr ""
22582165
2259- #: extmod/modubinascii.c
2260- msgid "odd-length string"
2261- msgstr ""
2262-
22632166#: py/objstr.c py/objstrunicode.c
22642167msgid "offset out of bounds"
22652168msgstr ""
@@ -2347,10 +2250,6 @@ msgstr ""
23472250msgid "pow() with 3 arguments requires integers"
23482251msgstr ""
23492252
2350- #: extmod/modutimeq.c
2351- msgid "queue overflow"
2352- msgstr ""
2353-
23542253#: shared-bindings/_pixelbuf/PixelBuf.c
23552254msgid "rawbuf is not the same size as buf"
23562255msgstr ""
@@ -2463,18 +2362,6 @@ msgstr ""
24632362msgid "string not supported; use bytes or bytearray"
24642363msgstr ""
24652364
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-
24782365#: py/objstr.c
24792366msgid "substring not found"
24802367msgstr ""
@@ -2483,14 +2370,6 @@ msgstr ""
24832370msgid "super() can't find self"
24842371msgstr ""
24852372
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-
24942373#: shared-bindings/touchio/TouchIn.c
24952374msgid "threshold must be in the range 0-65536"
24962375msgstr ""
0 commit comments