@@ -44,11 +44,11 @@ msgstr ""
44
44
45
45
#: py/obj.c
46
46
msgid " File \" %q\" "
47
- msgstr " Soubor \" % q\" "
47
+ msgstr " Soubor \" %q\" "
48
48
49
49
#: py/obj.c
50
50
msgid " File \" %q\" , line %d"
51
- msgstr " Soubor \" % q\" , řádek% d"
51
+ msgstr " Soubor \" %q\" , řádek % d"
52
52
53
53
#: main.c
54
54
msgid " output:\n"
@@ -57,7 +57,7 @@ msgstr " výstup:\n"
57
57
#: py/objstr.c
58
58
#, c-format
59
59
msgid "%%c requires int or char"
60
- msgstr "%% c vyžaduje int nebo char"
60
+ msgstr "%%c vyžaduje int nebo char"
61
61
62
62
#: shared-bindings/rgbmatrix/RGBMatrix.c
63
63
#, c-format
@@ -78,11 +78,11 @@ msgstr "%q index je mimo rozsah"
78
78
79
79
#: py/obj.c
80
80
msgid "%q indices must be integers, not %s"
81
- msgstr "Indexy% q musí být celá čísla, nikoli% s"
81
+ msgstr "Indexy % q musí být celá čísla, nikoli % s"
82
82
83
83
#: shared-bindings/vectorio/Polygon.c
84
84
msgid "%q list must be a list"
85
- msgstr "Seznam% q musí být seznam"
85
+ msgstr "Seznam % q musí být seznam"
86
86
87
87
#: shared-bindings/memorymonitor/AllocationAlarm.c
88
88
msgid "%q must be >= 0"
@@ -94,19 +94,19 @@ msgstr ""
94
94
#: shared-bindings/memorymonitor/AllocationAlarm.c
95
95
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
96
96
msgid "%q must be >= 1"
97
- msgstr "% q musí být > = 1"
97
+ msgstr " % q musí být > = 1"
98
98
99
99
#: shared-module/vectorio/Polygon.c
100
100
msgid "%q must be a tuple of length 2"
101
- msgstr "% q musí být n-tice délky 2"
101
+ msgstr " % q musí být n-tice délky 2"
102
102
103
103
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
104
104
msgid "%q pin invalid"
105
105
msgstr ""
106
106
107
107
#: shared-bindings/fontio/BuiltinFont.c
108
108
msgid "%q should be an int"
109
- msgstr "% q by měl být int"
109
+ msgstr " % q by měl být int"
110
110
111
111
#: py/bc.c py/objnamedtuple.c
112
112
msgid "%q() takes %d positional arguments but %d were given"
0 commit comments