Skip to content

Commit 900e365

Browse files
committed
locale: Re-run "make translate" subsequent to the xargs/xgettext fix
I manually inspected the changes relative to 5.0.0-alpha.5-93-g8778f367e and believe they are innocuous; Besides restoring some translations that had become fuzzy, "c-format" was removed from many (all?) fuzzy messages, and the word-wrapping of one message was changed.
1 parent 6700a58 commit 900e365

File tree

13 files changed

+1612
-865
lines changed

13 files changed

+1612
-865
lines changed

locale/ID.po

Lines changed: 124 additions & 93 deletions
Large diffs are not rendered by default.

locale/circuitpython.pot

Lines changed: 124 additions & 3 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: 2019-11-17 20:17-0600\n"
11+
"POT-Creation-Date: 2019-11-17 20:54-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 <[email protected]>\n"
@@ -428,6 +428,10 @@ msgstr ""
428428
msgid "Cannot transfer without MOSI and MISO pins."
429429
msgstr ""
430430

431+
#: extmod/moductypes.c
432+
msgid "Cannot unambiguously get sizeof scalar"
433+
msgstr ""
434+
431435
#: shared-module/bitbangio/SPI.c
432436
msgid "Cannot write without MOSI pin."
433437
msgstr ""
@@ -539,6 +543,10 @@ msgstr ""
539543
msgid "EXTINT channel already in use"
540544
msgstr ""
541545

546+
#: extmod/modure.c
547+
msgid "Error in regex"
548+
msgstr ""
549+
542550
#: shared-bindings/microcontroller/Pin.c
543551
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
544552
#: shared-bindings/terminalio/Terminal.c
@@ -740,10 +748,14 @@ msgstr ""
740748
msgid "Group full"
741749
msgstr ""
742750

743-
#: py/objstringio.c
751+
#: extmod/vfs_posix_file.c py/objstringio.c
744752
msgid "I/O operation on closed file"
745753
msgstr ""
746754

755+
#: extmod/machine_i2c.c
756+
msgid "I2C operation not supported"
757+
msgstr ""
758+
747759
#: py/persistentcode.c
748760
msgid ""
749761
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -1079,7 +1091,7 @@ msgstr ""
10791091
msgid "Read-only"
10801092
msgstr ""
10811093

1082-
#: py/moduerrno.c
1094+
#: extmod/vfs_fat.c py/moduerrno.c
10831095
msgid "Read-only filesystem"
10841096
msgstr ""
10851097

@@ -1139,6 +1151,10 @@ msgstr ""
11391151
msgid "Slices not supported"
11401152
msgstr ""
11411153

1154+
#: extmod/modure.c
1155+
msgid "Splitting with sub-captures"
1156+
msgstr ""
1157+
11421158
#: shared-bindings/supervisor/__init__.c
11431159
msgid "Stack size must be at least 256"
11441160
msgstr ""
@@ -1360,6 +1376,19 @@ msgstr ""
13601376
msgid "__new__ arg must be a user-type"
13611377
msgstr ""
13621378

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+
13631392
#: shared-bindings/i2cslave/I2CSlave.c
13641393
msgid "address out of bounds"
13651394
msgstr ""
@@ -1417,6 +1446,10 @@ msgstr ""
14171446
msgid "bits must be 7, 8 or 9"
14181447
msgstr ""
14191448

1449+
#: extmod/machine_spi.c
1450+
msgid "bits must be 8"
1451+
msgstr ""
1452+
14201453
#: shared-bindings/audiomixer/Mixer.c
14211454
msgid "bits_per_sample must be 8 or 16"
14221455
msgstr ""
@@ -1447,6 +1480,10 @@ msgstr ""
14471480
msgid "buffer too small"
14481481
msgstr ""
14491482

1483+
#: extmod/machine_spi.c
1484+
msgid "buffers must be the same length"
1485+
msgstr ""
1486+
14501487
#: shared-bindings/_pew/PewPew.c
14511488
msgid "buttons must be digitalio.DigitalInOut"
14521489
msgstr ""
@@ -1677,6 +1714,10 @@ msgstr ""
16771714
msgid "complex values not supported"
16781715
msgstr ""
16791716

1717+
#: extmod/moduzlib.c
1718+
msgid "compression header"
1719+
msgstr ""
1720+
16801721
#: py/parse.c
16811722
msgid "constant must be an integer"
16821723
msgstr ""
@@ -1719,6 +1760,10 @@ msgstr ""
17191760
msgid "empty"
17201761
msgstr ""
17211762

1763+
#: extmod/moduheapq.c extmod/modutimeq.c
1764+
msgid "empty heap"
1765+
msgstr ""
1766+
17221767
#: py/objstr.c
17231768
msgid "empty separator"
17241769
msgstr ""
@@ -1789,6 +1834,10 @@ msgstr ""
17891834
msgid "first argument to super() must be type"
17901835
msgstr ""
17911836

1837+
#: extmod/machine_spi.c
1838+
msgid "firstbit must be MSB"
1839+
msgstr ""
1840+
17921841
#: py/objint.c
17931842
msgid "float too big"
17941843
msgstr ""
@@ -1857,6 +1906,10 @@ msgstr ""
18571906
msgid "graphic must be 2048 bytes long"
18581907
msgstr ""
18591908

1909+
#: extmod/moduheapq.c
1910+
msgid "heap must be a list"
1911+
msgstr ""
1912+
18601913
#: py/compile.c
18611914
msgid "identifier redefined as global"
18621915
msgstr ""
@@ -1873,6 +1926,10 @@ msgstr ""
18731926
msgid "incomplete format key"
18741927
msgstr ""
18751928

1929+
#: extmod/modubinascii.c
1930+
msgid "incorrect padding"
1931+
msgstr ""
1932+
18761933
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
18771934
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
18781935
msgid "index out of range"
@@ -1899,10 +1956,38 @@ msgstr ""
18991956
msgid "interval must be in range %s-%s"
19001957
msgstr ""
19011958

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+
19021983
#: py/objstr.c
19031984
msgid "invalid format specifier"
19041985
msgstr ""
19051986

1987+
#: extmod/modussl_axtls.c
1988+
msgid "invalid key"
1989+
msgstr ""
1990+
19061991
#: py/compile.c
19071992
msgid "invalid micropython decorator"
19081993
msgstr ""
@@ -2031,6 +2116,10 @@ msgstr ""
20312116
msgid "must raise an object"
20322117
msgstr ""
20332118

2119+
#: extmod/machine_spi.c
2120+
msgid "must specify all of sck/mosi/miso"
2121+
msgstr ""
2122+
20342123
#: py/modbuiltins.c
20352124
msgid "must use keyword argument for key function"
20362125
msgstr ""
@@ -2097,6 +2186,10 @@ msgstr ""
20972186
msgid "non-default argument follows default argument"
20982187
msgstr ""
20992188

2189+
#: extmod/modubinascii.c
2190+
msgid "non-hex digit found"
2191+
msgstr ""
2192+
21002193
#: py/compile.c
21012194
msgid "non-keyword arg after */**"
21022195
msgstr ""
@@ -2163,6 +2256,10 @@ msgstr ""
21632256
msgid "object with buffer protocol required"
21642257
msgstr ""
21652258

2259+
#: extmod/modubinascii.c
2260+
msgid "odd-length string"
2261+
msgstr ""
2262+
21662263
#: py/objstr.c py/objstrunicode.c
21672264
msgid "offset out of bounds"
21682265
msgstr ""
@@ -2250,6 +2347,10 @@ msgstr ""
22502347
msgid "pow() with 3 arguments requires integers"
22512348
msgstr ""
22522349

2350+
#: extmod/modutimeq.c
2351+
msgid "queue overflow"
2352+
msgstr ""
2353+
22532354
#: shared-bindings/_pixelbuf/PixelBuf.c
22542355
msgid "rawbuf is not the same size as buf"
22552356
msgstr ""
@@ -2362,6 +2463,18 @@ msgstr ""
23622463
msgid "string not supported; use bytes or bytearray"
23632464
msgstr ""
23642465

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+
23652478
#: py/objstr.c
23662479
msgid "substring not found"
23672480
msgstr ""
@@ -2370,6 +2483,14 @@ msgstr ""
23702483
msgid "super() can't find self"
23712484
msgstr ""
23722485

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+
23732494
#: shared-bindings/touchio/TouchIn.c
23742495
msgid "threshold must be in the range 0-65536"
23752496
msgstr ""

0 commit comments

Comments
 (0)