Skip to content

Commit 04734ca

Browse files
committed
locale: Fix percent-space in several translations
1 parent 16b7d99 commit 04734ca

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

locale/cs.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ msgstr ""
4444

4545
#: py/obj.c
4646
msgid " File \"%q\""
47-
msgstr "  Soubor \"% q\""
47+
msgstr "  Soubor \"%q\""
4848

4949
#: py/obj.c
5050
msgid " File \"%q\", line %d"
51-
msgstr "  Soubor \"% q\", řádek% d"
51+
msgstr "  Soubor \"%q\", řádek %d"
5252

5353
#: main.c
5454
msgid " output:\n"
@@ -57,7 +57,7 @@ msgstr " výstup:\n"
5757
#: py/objstr.c
5858
#, c-format
5959
msgid "%%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
8080
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"
8282

8383
#: shared-bindings/vectorio/Polygon.c
8484
msgid "%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
8888
msgid "%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
9696
msgid "%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
100100
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"
102102

103103
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
104104
msgid "%q pin invalid"
105105
msgstr ""
106106

107107
#: shared-bindings/fontio/BuiltinFont.c
108108
msgid "%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
112112
msgid "%q() takes %d positional arguments but %d were given"

locale/es.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,8 @@ msgstr "zi debe ser una forma (n_section,2)"
37193719
#~ "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d "
37203720
#~ "bpp given"
37213721
#~ msgstr ""
3722-
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:% "
3723-
#~ "d bppdado"
3722+
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:%d "
3723+
#~ "bppdado"
37243724

37253725
#, fuzzy
37263726
#~ msgid "Only slices with step=1 (aka None) are supported"

locale/fil.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ msgstr "hindi puede ang maraming *x"
20552055

20562056
#: py/emitnative.c
20572057
msgid "can't implicitly convert '%q' to 'bool'"
2058-
msgstr "hindi maaaring ma-convert ang '% qt' sa 'bool'"
2058+
msgstr "hindi maaaring ma-convert ang ' %q' sa 'bool'"
20592059

20602060
#: py/emitnative.c
20612061
msgid "can't load from '%q'"

locale/pt_BR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3074,7 +3074,7 @@ msgstr "a anotação do retorno deve ser um identificador"
30743074

30753075
#: py/emitnative.c
30763076
msgid "return expected '%q' but got '%q'"
3077-
msgstr "o retorno esperado era '%q', porém obteve '% q'"
3077+
msgstr "o retorno esperado era '%q', porém obteve '%q'"
30783078

30793079
#: shared-bindings/rgbmatrix/RGBMatrix.c
30803080
#, c-format

locale/sv.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ msgstr ""
21172117

21182118
#: py/objtype.c
21192119
msgid "cannot create '%q' instances"
2120-
msgstr "kan inte skapa instanser av '% q'"
2120+
msgstr "kan inte skapa instanser av '%q'"
21212121

21222122
#: py/objtype.c
21232123
msgid "cannot create instance"

0 commit comments

Comments
 (0)