diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-08-03 13:29:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-03 13:29:41 -0700 |
| commit | c394af412837f96164ebcc88d5301bece19e4a6f (patch) | |
| tree | 309fd78f3b9498b1ad82523f4dd26ee15f666629 | |
| parent | 93d76778c99cec4e7da912b37d5fc088f2f22d8b (diff) | |
| parent | 04734ca7aeaadd1f52fb5448bd7f2800065037e1 (diff) | |
Merge pull request #3241 from jepler/translation-percent-space-fixes
locale: Fix percent-space in several translations
| -rw-r--r-- | locale/cs.po | 16 | ||||
| -rw-r--r-- | locale/es.po | 4 | ||||
| -rw-r--r-- | locale/fil.po | 2 | ||||
| -rw-r--r-- | locale/pt_BR.po | 2 | ||||
| -rw-r--r-- | locale/sv.po | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/locale/cs.po b/locale/cs.po index a971375fb..26c8dd449 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -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" @@ -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 @@ -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" @@ -94,11 +94,11 @@ 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" @@ -106,7 +106,7 @@ 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" diff --git a/locale/es.po b/locale/es.po index 1ac9cd009..6ed41b4a8 100644 --- a/locale/es.po +++ b/locale/es.po @@ -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" diff --git a/locale/fil.po b/locale/fil.po index 91d7334e9..ecffec523 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -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'" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 1bf2a13f6..3cae15510 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -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 diff --git a/locale/sv.po b/locale/sv.po index b2e7ff317..3af263686 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -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" |
