Skip to content

Commit 41be0fd

Browse files
authored
Merge pull request #3283 from jepler/fix-weblate-conflict
Fix weblate conflict
2 parents 9846932 + ac15726 commit 41be0fd

File tree

6 files changed

+253
-178
lines changed

6 files changed

+253
-178
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
@@ -3717,8 +3717,8 @@ msgstr "zi debe ser una forma (n_section,2)"
37173717
#~ "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d "
37183718
#~ "bpp given"
37193719
#~ msgstr ""
3720-
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:% "
3721-
#~ "d bppdado"
3720+
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:%d "
3721+
#~ "bppdado"
37223722

37233723
#, fuzzy
37243724
#~ 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
@@ -2051,7 +2051,7 @@ msgstr "hindi puede ang maraming *x"
20512051

20522052
#: py/emitnative.c
20532053
msgid "can't implicitly convert '%q' to 'bool'"
2054-
msgstr "hindi maaaring ma-convert ang '% qt' sa 'bool'"
2054+
msgstr "hindi maaaring ma-convert ang ' %q' sa 'bool'"
20552055

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

0 commit comments

Comments
 (0)