@@ -80,8 +80,8 @@ msgstr " výstup:\n"
80
80
81
81
#: py/objstr.c
82
82
#, 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 ""
85
85
86
86
#: shared-bindings/rgbmatrix/RGBMatrix.c
87
87
#, c-format
@@ -169,7 +169,7 @@ msgstr "Délka %q musí být <= %d"
169
169
msgid "%q length must be >= %d"
170
170
msgstr "Délka %q musí být >= %d"
171
171
172
- #: py/modsys.c py/ runtime.c
172
+ #: py/runtime.c
173
173
msgid "%q moved from %q to %q"
174
174
msgstr ""
175
175
@@ -324,8 +324,8 @@ msgid "'%q' object isn't an iterator"
324
324
msgstr "Objekt '%q' není iterátor"
325
325
326
326
#: 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 ""
329
329
330
330
#: py/runtime.c
331
331
msgid "'%q' object isn't iterable"
@@ -2794,6 +2794,10 @@ msgstr "nelze převést na int"
2794
2794
msgid "can't convert to str implicitly"
2795
2795
msgstr ""
2796
2796
2797
+ #: py/objtype.c
2798
+ msgid "can't create '%q' instances"
2799
+ msgstr ""
2800
+
2797
2801
#: py/compile.c
2798
2802
msgid "can't declare nonlocal in outer code"
2799
2803
msgstr ""
@@ -2892,10 +2896,6 @@ msgstr "nelze převést complex na dtype"
2892
2896
msgid "cannot convert complex type"
2893
2897
msgstr "nelze převést typ complex"
2894
2898
2895
- #: py/objtype.c
2896
- msgid "cannot create '%q' instances"
2897
- msgstr ""
2898
-
2899
2899
#: py/objtype.c
2900
2900
msgid "cannot create instance"
2901
2901
msgstr ""
@@ -3213,6 +3213,14 @@ msgstr ""
3213
3213
msgid "format needs a dict"
3214
3214
msgstr ""
3215
3215
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
+
3216
3224
#: py/objdeque.c
3217
3225
msgid "full"
3218
3226
msgstr ""
@@ -3759,7 +3767,7 @@ msgid "non-default argument follows default argument"
3759
3767
msgstr ""
3760
3768
3761
3769
#: py/objstr.c
3762
- msgid "non-hex digit found "
3770
+ msgid "non-hex digit"
3763
3771
msgstr ""
3764
3772
3765
3773
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3778,14 +3786,6 @@ msgstr ""
3778
3786
msgid "not a constant"
3779
3787
msgstr "není konstanta"
3780
3788
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
-
3789
3789
#: extmod/ulab/code/numpy/carray/carray_tools.c
3790
3790
msgid "not implemented for complex dtype"
3791
3791
msgstr "není implementováno pro komplexní dtype"
@@ -3848,10 +3848,6 @@ msgstr "objekt typu '%s' nemá len()"
3848
3848
msgid "object with buffer protocol required"
3849
3849
msgstr ""
3850
3850
3851
- #: py/objstr.c
3852
- msgid "odd-length string"
3853
- msgstr ""
3854
-
3855
3851
#: supervisor/shared/web_workflow/web_workflow.c
3856
3852
msgid "off"
3857
3853
msgstr "vypnuto"
@@ -4040,10 +4036,6 @@ msgstr ""
4040
4036
msgid "pull masks conflict with direction masks"
4041
4037
msgstr ""
4042
4038
4043
- #: py/parse.c
4044
- msgid "raw f-strings are not supported"
4045
- msgstr "surové f-stringy nesjou podporované"
4046
-
4047
4039
#: extmod/ulab/code/numpy/fft/fft_tools.c
4048
4040
msgid "real and imaginary parts must be of equal length"
4049
4041
msgstr ""
@@ -4518,6 +4510,16 @@ msgstr ""
4518
4510
msgid "zi must be of shape (n_section, 2)"
4519
4511
msgstr ""
4520
4512
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
+
4521
4523
#~ msgid "Unsupported format"
4522
4524
#~ msgstr "Nepodporovaný formát"
4523
4525
0 commit comments