@@ -395,15 +395,7 @@ msgid "'await' outside function"
395395msgstr ""
396396
397397#: py/compile.c
398- msgid "'await', 'async for' or 'async with' outside async function"
399- msgstr ""
400-
401- #: py/compile.c
402- msgid "'break' outside loop"
403- msgstr ""
404-
405- #: py/compile.c
406- msgid "'continue' outside loop"
398+ msgid "'break'/'continue' outside loop"
407399msgstr ""
408400
409401#: py/compile.c
@@ -422,10 +414,6 @@ msgstr ""
422414msgid "'return' outside function"
423415msgstr ""
424416
425- #: py/compile.c
426- msgid "'yield from' inside async function"
427- msgstr ""
428-
429417#: py/compile.c
430418msgid "'yield' outside function"
431419msgstr ""
@@ -965,7 +953,7 @@ msgstr ""
965953msgid "EXTINT channel already in use"
966954msgstr ""
967955
968- #: extmod/modure .c
956+ #: extmod/modre .c
969957msgid "Error in regex"
970958msgstr ""
971959
@@ -1045,7 +1033,7 @@ msgstr ""
10451033msgid "Failed to write internal flash."
10461034msgstr ""
10471035
1048- #: py/moduerrno .c
1036+ #: py/moderrno .c
10491037msgid "File exists"
10501038msgstr ""
10511039
@@ -1180,7 +1168,7 @@ msgstr ""
11801168msgid "Input taking too long"
11811169msgstr ""
11821170
1183- #: ports/espressif/common-hal/neopixel_write/__init__.c py/moduerrno .c
1171+ #: ports/espressif/common-hal/neopixel_write/__init__.c py/moderrno .c
11841172msgid "Input/output error"
11851173msgstr ""
11861174
@@ -1259,7 +1247,7 @@ msgstr ""
12591247msgid "Invalid MAC address"
12601248msgstr ""
12611249
1262- #: ports/espressif/common-hal/espidf/__init__.c py/moduerrno .c
1250+ #: ports/espressif/common-hal/espidf/__init__.c py/moderrno .c
12631251msgid "Invalid argument"
12641252msgstr ""
12651253
@@ -1525,15 +1513,15 @@ msgstr ""
15251513msgid "No pulldown on pin; 1Mohm recommended"
15261514msgstr ""
15271515
1528- #: py/moduerrno .c
1516+ #: py/moderrno .c
15291517msgid "No space left on device"
15301518msgstr ""
15311519
1532- #: py/moduerrno .c
1520+ #: py/moderrno .c
15331521msgid "No such device"
15341522msgstr ""
15351523
1536- #: py/moduerrno .c
1524+ #: py/moderrno .c
15371525msgid "No such file/directory"
15381526msgstr ""
15391527
@@ -1654,7 +1642,7 @@ msgstr ""
16541642msgid "Only one color can be transparent at a time"
16551643msgstr ""
16561644
1657- #: py/moduerrno .c
1645+ #: py/moderrno .c
16581646msgid "Operation not permitted"
16591647msgstr ""
16601648
@@ -1708,7 +1696,7 @@ msgstr ""
17081696msgid "Peripheral in use"
17091697msgstr ""
17101698
1711- #: py/moduerrno .c
1699+ #: py/moderrno .c
17121700msgid "Permission denied"
17131701msgstr ""
17141702
@@ -1842,7 +1830,7 @@ msgstr ""
18421830msgid "Read-only"
18431831msgstr ""
18441832
1845- #: extmod/vfs_fat.c py/moduerrno .c
1833+ #: extmod/vfs_fat.c py/moderrno .c
18461834msgid "Read-only filesystem"
18471835msgstr ""
18481836
@@ -2403,7 +2391,7 @@ msgstr ""
24032391msgid "__new__ arg must be a user-type"
24042392msgstr ""
24052393
2406- #: extmod/modubinascii .c extmod/moduhashlib .c py/objarray.c
2394+ #: extmod/modbinascii .c extmod/modhashlib .c py/objarray.c
24072395msgid "a bytes-like object is required"
24082396msgstr ""
24092397
@@ -2477,6 +2465,10 @@ msgstr ""
24772465msgid "asm overflow"
24782466msgstr ""
24792467
2468+ #: py/compile.c
2469+ msgid "async for/with outside async function"
2470+ msgstr ""
2471+
24802472#: extmod/ulab/code/numpy/numerical.c
24812473msgid "attempt to get (arg)min/(arg)max of empty sequence"
24822474msgstr ""
@@ -2529,7 +2521,7 @@ msgstr ""
25292521msgid "bitmap sizes must match"
25302522msgstr ""
25312523
2532- #: extmod/modurandom .c
2524+ #: extmod/modrandom .c
25332525msgid "bits must be 32 or less"
25342526msgstr ""
25352527
@@ -2610,11 +2602,11 @@ msgstr ""
26102602msgid "can't assign to expression"
26112603msgstr ""
26122604
2613- #: extmod/moduasyncio .c
2605+ #: extmod/modasyncio .c
26142606msgid "can't cancel self"
26152607msgstr ""
26162608
2617- #: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
2609+ #: shared-module/adafruit_pixelbuf/PixelBuf.c
26182610msgid "can't convert %q to %q"
26192611msgstr ""
26202612
@@ -2628,6 +2620,11 @@ msgstr ""
26282620msgid "can't convert %s to float"
26292621msgstr ""
26302622
2623+ #: py/runtime.c
2624+ #, c-format
2625+ msgid "can't convert %s to int"
2626+ msgstr ""
2627+
26312628#: py/objstr.c
26322629msgid "can't convert '%q' object to %q implicitly"
26332630msgstr ""
@@ -2738,7 +2735,7 @@ msgstr ""
27382735msgid "can't unambiguously get sizeof scalar"
27392736msgstr ""
27402737
2741- #: extmod/moduasyncio .c
2738+ #: extmod/modasyncio .c
27422739msgid "can't wait"
27432740msgstr ""
27442741
@@ -2830,7 +2827,7 @@ msgstr ""
28302827msgid "complex values not supported"
28312828msgstr ""
28322829
2833- #: extmod/moduzlib .c
2830+ #: extmod/modzlib .c
28342831msgid "compression header"
28352832msgstr ""
28362833
@@ -2944,7 +2941,7 @@ msgstr ""
29442941msgid "empty file"
29452942msgstr ""
29462943
2947- #: extmod/moduasyncio .c extmod/moduheapq .c
2944+ #: extmod/modasyncio .c extmod/modheapq .c
29482945msgid "empty heap"
29492946msgstr ""
29502947
@@ -3073,6 +3070,10 @@ msgstr ""
30733070msgid "font must be 2048 bytes long"
30743071msgstr ""
30753072
3073+ #: extmod/moddeflate.c
3074+ msgid "format"
3075+ msgstr ""
3076+
30763077#: py/objstr.c
30773078msgid "format requires a dict"
30783079msgstr ""
@@ -3149,11 +3150,11 @@ msgstr ""
31493150msgid "graphic must be 2048 bytes long"
31503151msgstr ""
31513152
3152- #: extmod/moduhashlib .c
3153+ #: extmod/modhashlib .c
31533154msgid "hash is final"
31543155msgstr ""
31553156
3156- #: extmod/moduheapq .c
3157+ #: extmod/modheapq .c
31573158msgid "heap must be a list"
31583159msgstr ""
31593160
@@ -3185,7 +3186,7 @@ msgstr ""
31853186msgid "incomplete format key"
31863187msgstr ""
31873188
3188- #: extmod/modubinascii .c
3189+ #: extmod/modbinascii .c
31893190msgid "incorrect padding"
31903191msgstr ""
31913192
@@ -3314,7 +3315,7 @@ msgid "interval must be in range %s-%s"
33143315msgstr ""
33153316
33163317#: py/compile.c
3317- msgid "invalid architecture "
3318+ msgid "invalid arch "
33183319msgstr ""
33193320
33203321#: shared-bindings/bitmaptools/__init__.c
@@ -3503,6 +3504,10 @@ msgstr ""
35033504msgid "memoryview: length is not a multiple of itemsize"
35043505msgstr ""
35053506
3507+ #: extmod/modtime.c
3508+ msgid "mktime needs a tuple of length 8 or 9"
3509+ msgstr ""
3510+
35063511#: extmod/ulab/code/numpy/linalg/linalg.c
35073512msgid "mode must be complete, or reduced"
35083513msgstr ""
@@ -3600,7 +3605,7 @@ msgstr ""
36003605msgid "no default packer"
36013606msgstr ""
36023607
3603- #: extmod/modurandom .c
3608+ #: extmod/modrandom .c
36043609msgid "no default seed"
36053610msgstr ""
36063611
@@ -4027,7 +4032,7 @@ msgstr ""
40274032msgid "source_bitmap must have value_count of 8"
40284033msgstr ""
40294034
4030- #: extmod/modure .c
4035+ #: extmod/modre .c
40314036msgid "splitting with sub-captures"
40324037msgstr ""
40334038
@@ -4076,15 +4081,15 @@ msgstr ""
40764081msgid "super() can't find self"
40774082msgstr ""
40784083
4079- #: extmod/modujson .c
4084+ #: extmod/modjson .c
40804085msgid "syntax error in JSON"
40814086msgstr ""
40824087
40834088#: extmod/moductypes.c
40844089msgid "syntax error in uctypes descriptor"
40854090msgstr ""
40864091
4087- #: extmod/utime_mphal .c
4092+ #: extmod/modtime .c
40884093msgid "ticks interval overflow"
40894094msgstr ""
40904095
@@ -4262,7 +4267,7 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
42624267msgstr ""
42634268
42644269#: py/runtime.c
4265- msgid "unsupported type for %q: '%q '"
4270+ msgid "unsupported type for %q: '%s '"
42664271msgstr ""
42674272
42684273#: py/runtime.c
@@ -4290,6 +4295,10 @@ msgstr ""
42904295msgid "value out of range of target"
42914296msgstr ""
42924297
4298+ #: extmod/moddeflate.c
4299+ msgid "wbits"
4300+ msgstr ""
4301+
42934302#: shared-bindings/is31fl3741/FrameBuffer.c
42944303msgid "width must be greater than zero"
42954304msgstr ""
0 commit comments