@@ -44,11 +44,11 @@ msgstr ""
4444
4545#: py/obj.c
4646msgid " File \" %q\" "
47- msgstr " Soubor \" % q\" "
47+ msgstr " Soubor \" %q\" "
4848
4949#: py/obj.c
5050msgid " File \" %q\" , line %d"
51- msgstr " Soubor \" % q\" , řádek% d"
51+ msgstr " Soubor \" %q\" , řádek % d"
5252
5353#: main.c
5454msgid " output:\n"
@@ -57,7 +57,7 @@ msgstr " výstup:\n"
5757#: py/objstr.c
5858#, c-format
5959msgid "%%c requires int or char"
60- msgstr "%% c vyžaduje int nebo char"
60+ msgstr "%%c vyžaduje int nebo char"
6161
6262#: shared-bindings/rgbmatrix/RGBMatrix.c
6363#, c-format
@@ -78,11 +78,11 @@ msgstr "%q index je mimo rozsah"
7878
7979#: py/obj.c
8080msgid "%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"
8282
8383#: shared-bindings/vectorio/Polygon.c
8484msgid "%q list must be a list"
85- msgstr "Seznam% q musí být seznam"
85+ msgstr "Seznam % q musí být seznam"
8686
8787#: shared-bindings/memorymonitor/AllocationAlarm.c
8888msgid "%q must be >= 0"
@@ -94,19 +94,19 @@ msgstr ""
9494#: shared-bindings/memorymonitor/AllocationAlarm.c
9595#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9696msgid "%q must be >= 1"
97- msgstr "% q musí být > = 1"
97+ msgstr " % q musí být > = 1"
9898
9999#: shared-module/vectorio/Polygon.c
100100msgid "%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"
102102
103103#: ports/atmel-samd/common-hal/sdioio/SDCard.c
104104msgid "%q pin invalid"
105105msgstr ""
106106
107107#: shared-bindings/fontio/BuiltinFont.c
108108msgid "%q should be an int"
109- msgstr "% q by měl být int"
109+ msgstr " % q by měl být int"
110110
111111#: py/bc.c py/objnamedtuple.c
112112msgid "%q() takes %d positional arguments but %d were given"
0 commit comments