Skip to content

locale: Fix percent-space in several translations #3241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ msgstr ""

#: py/obj.c
msgid " File \"%q\""
msgstr "  Soubor \"% q\""
msgstr "  Soubor \"%q\""

#: py/obj.c
msgid " File \"%q\", line %d"
msgstr "  Soubor \"% q\", řádek% d"
msgstr "  Soubor \"%q\", řádek %d"

#: main.c
msgid " output:\n"
Expand All @@ -57,7 +57,7 @@ msgstr " výstup:\n"
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
msgstr "%% c vyžaduje int nebo char"
msgstr "%%c vyžaduje int nebo char"

#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
Expand All @@ -78,11 +78,11 @@ msgstr "%q index je mimo rozsah"

#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "Indexy% q musí být celá čísla, nikoli% s"
msgstr "Indexy %q musí být celá čísla, nikoli %s"

#: shared-bindings/vectorio/Polygon.c
msgid "%q list must be a list"
msgstr "Seznam% q musí být seznam"
msgstr "Seznam %q musí být seznam"

#: shared-bindings/memorymonitor/AllocationAlarm.c
msgid "%q must be >= 0"
Expand All @@ -94,19 +94,19 @@ msgstr ""
#: shared-bindings/memorymonitor/AllocationAlarm.c
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
msgid "%q must be >= 1"
msgstr "% q musí být > = 1"
msgstr " %q musí být > = 1"

#: shared-module/vectorio/Polygon.c
msgid "%q must be a tuple of length 2"
msgstr "% q musí být n-tice délky 2"
msgstr " %q musí být n-tice délky 2"

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

#: shared-bindings/fontio/BuiltinFont.c
msgid "%q should be an int"
msgstr "% q by měl být int"
msgstr " %q by měl být int"

#: py/bc.c py/objnamedtuple.c
msgid "%q() takes %d positional arguments but %d were given"
Expand Down
4 changes: 2 additions & 2 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -3719,8 +3719,8 @@ msgstr "zi debe ser una forma (n_section,2)"
#~ "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d "
#~ "bpp given"
#~ msgstr ""
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:% "
#~ "d bppdado"
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:%d "
#~ "bppdado"

#, fuzzy
#~ msgid "Only slices with step=1 (aka None) are supported"
Expand Down
2 changes: 1 addition & 1 deletion locale/fil.po
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ msgstr "hindi puede ang maraming *x"

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

#: py/emitnative.c
msgid "can't load from '%q'"
Expand Down
2 changes: 1 addition & 1 deletion locale/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -3074,7 +3074,7 @@ msgstr "a anotação do retorno deve ser um identificador"

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

#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
Expand Down
2 changes: 1 addition & 1 deletion locale/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ msgstr ""

#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr "kan inte skapa instanser av '% q'"
msgstr "kan inte skapa instanser av '%q'"

#: py/objtype.c
msgid "cannot create instance"
Expand Down