@@ -89,6 +89,11 @@ msgid ""
8989"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
9090msgstr "%d adresní pin, %d rgb pin a %d dlaždice indikuje výšku %d, ne %d"
9191
92+ #: py/emitinlinextensa.c
93+ #, c-format
94+ msgid "%d is not a multiple of %d"
95+ msgstr ""
96+
9297#: shared-bindings/microcontroller/Pin.c
9398msgid "%q and %q contain duplicate pins"
9499msgstr "%q a %q obsahují duplicitní piny"
@@ -273,10 +278,6 @@ msgstr "%q je mimo hranice"
273278msgid "%q out of range"
274279msgstr "%q je mimo rozsah"
275280
276- #: py/objmodule.c
277- msgid "%q renamed %q"
278- msgstr ""
279-
280281#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
281282msgid "%q step cannot be zero"
282283msgstr "%q krok nemůže být nula"
@@ -981,6 +982,14 @@ msgstr "Při zpracování uvedené výjimky nastala další výjimka:"
981982msgid "ECB only operates on 16 bytes at a time"
982983msgstr "ECB operuje najednou pouze 16 bajtů"
983984
985+ #: py/asmxtensa.c
986+ msgid "ERROR: %q %q not word-aligned"
987+ msgstr ""
988+
989+ #: py/asmxtensa.c
990+ msgid "ERROR: xtensa %q out of range"
991+ msgstr ""
992+
984993#: ports/espressif/common-hal/busio/SPI.c
985994#: ports/espressif/common-hal/canio/CAN.c
986995#: ports/espressif/common-hal/qspibus/QSPIBus.c
@@ -2656,10 +2665,6 @@ msgstr "pole je příliš velké"
26562665msgid "array/bytes required on right side"
26572666msgstr ""
26582667
2659- #: py/asmxtensa.c
2660- msgid "asm overflow"
2661- msgstr "přetečení v asm"
2662-
26632668#: py/compile.c
26642669msgid "async for/with outside async function"
26652670msgstr ""
@@ -2873,6 +2878,10 @@ msgstr ""
28732878msgid "can't create '%q' instances"
28742879msgstr ""
28752880
2881+ #: py/objtype.c
2882+ msgid "can't create instance"
2883+ msgstr ""
2884+
28762885#: py/compile.c
28772886msgid "can't declare nonlocal in outer code"
28782887msgstr ""
@@ -2971,14 +2980,14 @@ msgstr "nelze převést complex na dtype"
29712980msgid "cannot convert complex type"
29722981msgstr "nelze převést typ complex"
29732982
2974- #: py/objtype.c
2975- msgid "cannot create instance"
2976- msgstr ""
2977-
29782983#: extmod/ulab/code/ndarray.c
29792984msgid "cannot delete array elements"
29802985msgstr "nelze smazat prvky pole"
29812986
2987+ #: py/compile.c
2988+ msgid "cannot emit native code for this architecture"
2989+ msgstr ""
2990+
29822991#: extmod/ulab/code/ndarray.c
29832992msgid "cannot reshape array"
29842993msgstr "nelze změnit rozměry pole"
@@ -3133,7 +3142,7 @@ msgstr "dimenze nesouhlasí"
31333142msgid "div/mod not implemented for uint"
31343143msgstr "div/mod nejsou implementované pro uint"
31353144
3136- #: extmod/ulab/code/numpy/create.c
3145+ #: extmod/ulab/code/numpy/create.c py/objint_longlong.c py/objint_mpz.c
31373146msgid "divide by zero"
31383147msgstr "dělení nulou"
31393148
@@ -3509,6 +3518,10 @@ msgstr ""
35093518msgid "interval must be in range %s-%s"
35103519msgstr ""
35113520
3521+ #: py/emitinlinerv32.c
3522+ msgid "invalid RV32 instruction '%q'"
3523+ msgstr ""
3524+
35123525#: py/compile.c
35133526msgid "invalid arch"
35143527msgstr ""
@@ -3703,6 +3716,10 @@ msgstr ""
37033716msgid "mode must be complete, or reduced"
37043717msgstr ""
37053718
3719+ #: py/runtime.c
3720+ msgid "module '%q' has no attribute '%q'"
3721+ msgstr ""
3722+
37063723#: py/builtinimport.c
37073724msgid "module not found"
37083725msgstr ""
@@ -3751,10 +3768,6 @@ msgstr ""
37513768msgid "native code in .mpy unsupported"
37523769msgstr ""
37533770
3754- #: py/asmthumb.c
3755- msgid "native method too big"
3756- msgstr ""
3757-
37583771#: py/emitnative.c
37593772msgid "native yield"
37603773msgstr ""
@@ -3776,7 +3789,7 @@ msgstr "záporný faktoriál"
37763789msgid "negative power with no float support"
37773790msgstr ""
37783791
3779- #: py/objint_mpz.c py/runtime.c
3792+ #: py/objint_longlong.c py/ objint_mpz.c py/runtime.c
37803793msgid "negative shift count"
37813794msgstr ""
37823795
@@ -4131,6 +4144,10 @@ msgstr ""
41314144msgid "real and imaginary parts must be of equal length"
41324145msgstr ""
41334146
4147+ #: extmod/modre.c
4148+ msgid "regex too complex"
4149+ msgstr ""
4150+
41344151#: py/builtinimport.c
41354152msgid "relative import"
41364153msgstr ""
@@ -4140,6 +4157,10 @@ msgstr ""
41404157msgid "requested length %d but object has length %d"
41414158msgstr ""
41424159
4160+ #: py/objint_longlong.c py/parsenum.c
4161+ msgid "result overflows long long storage"
4162+ msgstr ""
4163+
41434164#: extmod/ulab/code/ndarray_operators.c
41444165msgid "results cannot be cast to specified type"
41454166msgstr ""
@@ -4404,10 +4425,6 @@ msgstr ""
44044425msgid "type takes 1 or 3 arguments"
44054426msgstr ""
44064427
4407- #: py/objint_longlong.c
4408- msgid "ulonglong too large"
4409- msgstr ""
4410-
44114428#: py/parse.c
44124429msgid "unexpected indent"
44134430msgstr "neočekávané odsazení"
@@ -4429,10 +4446,6 @@ msgstr ""
44294446msgid "unindent doesn't match any outer indent level"
44304447msgstr ""
44314448
4432- #: py/emitinlinerv32.c
4433- msgid "unknown RV32 instruction '%q'"
4434- msgstr ""
4435-
44364449#: py/objstr.c
44374450#, c-format
44384451msgid "unknown conversion specifier %c"
@@ -4601,6 +4614,9 @@ msgstr ""
46014614msgid "zi must be of shape (n_section, 2)"
46024615msgstr ""
46034616
4617+ #~ msgid "asm overflow"
4618+ #~ msgstr "přetečení v asm"
4619+
46044620#, c-format
46054621#~ msgid "Buffer + offset too small %d %d %d"
46064622#~ msgstr "Vyrovnávací paměť + offset je příliš malý %d %d %d"
0 commit comments