@@ -80,8 +80,8 @@ msgstr " výstup:\n"
8080
8181#: py/objstr.c
8282#, c-format
83- msgid "%%c requires int or char"
84- msgstr "%%c vyžaduje int nebo char "
83+ msgid "%%c needs int or char"
84+ msgstr ""
8585
8686#: shared-bindings/rgbmatrix/RGBMatrix.c
8787#, c-format
@@ -169,7 +169,7 @@ msgstr "Délka %q musí být <= %d"
169169msgid "%q length must be >= %d"
170170msgstr "Délka %q musí být >= %d"
171171
172- #: py/modsys.c py/ runtime.c
172+ #: py/runtime.c
173173msgid "%q moved from %q to %q"
174174msgstr ""
175175
@@ -324,8 +324,8 @@ msgid "'%q' object isn't an iterator"
324324msgstr "Objekt '%q' není iterátor"
325325
326326#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
327- msgid "'%q' object is not callable"
328- msgstr "Objekt '%q' nelze zavolat "
327+ msgid "'%q' object isn't callable"
328+ msgstr ""
329329
330330#: py/runtime.c
331331msgid "'%q' object isn't iterable"
@@ -2794,6 +2794,10 @@ msgstr "nelze převést na int"
27942794msgid "can't convert to str implicitly"
27952795msgstr ""
27962796
2797+ #: py/objtype.c
2798+ msgid "can't create '%q' instances"
2799+ msgstr ""
2800+
27972801#: py/compile.c
27982802msgid "can't declare nonlocal in outer code"
27992803msgstr ""
@@ -2892,10 +2896,6 @@ msgstr "nelze převést complex na dtype"
28922896msgid "cannot convert complex type"
28932897msgstr "nelze převést typ complex"
28942898
2895- #: py/objtype.c
2896- msgid "cannot create '%q' instances"
2897- msgstr ""
2898-
28992899#: py/objtype.c
29002900msgid "cannot create instance"
29012901msgstr ""
@@ -3213,6 +3213,14 @@ msgstr ""
32133213msgid "format needs a dict"
32143214msgstr ""
32153215
3216+ #: py/objstr.c
3217+ msgid "format string didn't convert all arguments"
3218+ msgstr ""
3219+
3220+ #: py/objstr.c
3221+ msgid "format string needs more arguments"
3222+ msgstr ""
3223+
32163224#: py/objdeque.c
32173225msgid "full"
32183226msgstr ""
@@ -3759,7 +3767,7 @@ msgid "non-default argument follows default argument"
37593767msgstr ""
37603768
37613769#: py/objstr.c
3762- msgid "non-hex digit found "
3770+ msgid "non-hex digit"
37633771msgstr ""
37643772
37653773#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3778,14 +3786,6 @@ msgstr ""
37783786msgid "not a constant"
37793787msgstr "není konstanta"
37803788
3781- #: py/objstr.c
3782- msgid "not all arguments converted during string formatting"
3783- msgstr ""
3784-
3785- #: py/objstr.c
3786- msgid "not enough arguments for format string"
3787- msgstr ""
3788-
37893789#: extmod/ulab/code/numpy/carray/carray_tools.c
37903790msgid "not implemented for complex dtype"
37913791msgstr "není implementováno pro komplexní dtype"
@@ -3848,10 +3848,6 @@ msgstr "objekt typu '%s' nemá len()"
38483848msgid "object with buffer protocol required"
38493849msgstr ""
38503850
3851- #: py/objstr.c
3852- msgid "odd-length string"
3853- msgstr ""
3854-
38553851#: supervisor/shared/web_workflow/web_workflow.c
38563852msgid "off"
38573853msgstr "vypnuto"
@@ -4040,10 +4036,6 @@ msgstr ""
40404036msgid "pull masks conflict with direction masks"
40414037msgstr ""
40424038
4043- #: py/parse.c
4044- msgid "raw f-strings are not supported"
4045- msgstr "surové f-stringy nesjou podporované"
4046-
40474039#: extmod/ulab/code/numpy/fft/fft_tools.c
40484040msgid "real and imaginary parts must be of equal length"
40494041msgstr ""
@@ -4518,6 +4510,16 @@ msgstr ""
45184510msgid "zi must be of shape (n_section, 2)"
45194511msgstr ""
45204512
4513+ #, c-format
4514+ #~ msgid "%%c requires int or char"
4515+ #~ msgstr "%%c vyžaduje int nebo char"
4516+
4517+ #~ msgid "'%q' object is not callable"
4518+ #~ msgstr "Objekt '%q' nelze zavolat"
4519+
4520+ #~ msgid "raw f-strings are not supported"
4521+ #~ msgstr "surové f-stringy nesjou podporované"
4522+
45214523#~ msgid "Unsupported format"
45224524#~ msgstr "Nepodporovaný formát"
45234525
0 commit comments