Skip to content

Commit

Permalink
Merge pull request #131 from claytron/issue_103_translations
Browse files Browse the repository at this point in the history
Update translations and re-compile mo files
  • Loading branch information
mcdonc committed Aug 17, 2013
2 parents e561fcf + 8ef5d29 commit 8bc2446
Show file tree
Hide file tree
Showing 27 changed files with 775 additions and 506 deletions.
10 changes: 0 additions & 10 deletions colander/locale/colander.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This file is distributed under the same license as the colander project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: colander 1.0a3\n"
Expand Down Expand Up @@ -136,12 +135,3 @@ msgstr ""
#: colander/__init__.py:1878 colander/__init__.py:1880
msgid "Required"
msgstr ""

#: colander/tests/test_colander.py:259 colander/tests/test_colander.py:266
msgid "fail ${val}"
msgstr ""

#: colander/tests/test_colander.py:433
msgid "${val}: ${choices}"
msgstr ""

Binary file modified colander/locale/cs/LC_MESSAGES/colander.mo
Binary file not shown.
94 changes: 61 additions & 33 deletions colander/locale/cs/LC_MESSAGES/colander.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: colander 0.8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2010-09-10 08:00-0600\n"
"POT-Creation-Date: 2013-05-19 13:15+0200\n"
"PO-Revision-Date: 2011-10-15 17:25+0300\n"
"Last-Translator: Petr Viktorin <encukou@gmail.com>\n"
"Language-Team: Petr Viktorin <encukou@gmail.com>\n"
Expand All @@ -16,103 +16,131 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.6\n"
"Generated-By: Babel 1.3\n"

#: colander/__init__.py:199
#: colander/__init__.py:233
msgid "Invalid value"
msgstr "Neplatná hodnota"

#: colander/__init__.py:232
#: colander/__init__.py:270
msgid "String does not match expected pattern"
msgstr "Text neodpovídá očekávané struktuře"

#: colander/__init__.py:247
#: colander/__init__.py:287
msgid "Invalid email address"
msgstr "Neplatná e-mailová adresa"

#: colander/__init__.py:276
#: colander/__init__.py:315
msgid "${val} is less than minimum value ${min}"
msgstr "${val} je menší než minimální hodnota, ${min}"

#: colander/__init__.py:277
#: colander/__init__.py:316
msgid "${val} is greater than maximum value ${max}"
msgstr "${val} je větší než maximální hodnota, ${max}"

#: colander/__init__.py:309
#: colander/__init__.py:348
msgid "Shorter than minimum length ${min}"
msgstr "Kratší než minimální délka, ${min}"

#: colander/__init__.py:315
#: colander/__init__.py:354
msgid "Longer than maximum length ${max}"
msgstr "Delší než maximální délka, ${max}"

#: colander/__init__.py:328
#: colander/__init__.py:367
msgid "\"${val}\" is not one of ${choices}"
msgstr "\"${val}\" není z ${choices}"

#: colander/__init__.py:398
#: colander/__init__.py:377
msgid "One or more of the choices you made was not acceptable"
msgstr ""

#: colander/__init__.py:423
msgid "Must be a URL"
msgstr ""

#: colander/__init__.py:519
msgid "\"${val}\" is not a mapping type: ${err}"
msgstr "\"${val}\" není typu zobrazení: ${err}"

#: colander/__init__.py:422
#: colander/__init__.py:560
msgid "Unrecognized keys in mapping: \"${val}\""
msgstr "Neznámé klíče v zobrazení: \"${val}\""

#: colander/__init__.py:477 colander/__init__.py:563
#: colander/__init__.py:656 colander/__init__.py:856
msgid "\"${val}\" is not iterable"
msgstr "\"${val}\" není sekvence"

#: colander/__init__.py:485
#: colander/__init__.py:664
msgid ""
"\"${val}\" has an incorrect number of elements (expected ${exp}, was "
"${was})"
msgstr "\"${val}\" má špatný počet položek (${was} místo ${exp})"

#: colander/__init__.py:725
msgid "\"${val} cannot be serialized: ${err}"
msgstr "\"${val}\" nemůže být serializováno: ${err}"
#: colander/__init__.py:803
msgid "${cstruct} is not iterable"
msgstr "${cstruct} není sekvence"

#: colander/__init__.py:1075
msgid "${val} cannot be serialized: ${err}"
msgstr "${val} nemůže být serializováno: ${err}"

#: colander/__init__.py:738
msgid "${val} is not a string: %{err}"
msgstr "${val} není řetězec: %{err}"
#: colander/__init__.py:1093
msgid "${val} is not a string: ${err}"
msgstr "${val} není řetězec: ${err}"

#: colander/__init__.py:759 colander/__init__.py:770
#: colander/__init__.py:1113 colander/__init__.py:1124
msgid "\"${val}\" is not a number"
msgstr "\"${val}\" není číslo"

#: colander/__init__.py:764 colander/__init__.py:1263
msgid "Required"
msgstr "Povinné pole"

#: colander/__init__.py:844
#: colander/__init__.py:1268
msgid "${val} is not a string"
msgstr "${val} není řetězec"

#: colander/__init__.py:904 colander/__init__.py:921 colander/__init__.py:931
#: colander/__init__.py:1279
msgid "\"${val}\" is neither in (${false_choices}) nor in (${true_choices})"
msgstr ""

#: colander/__init__.py:1339 colander/__init__.py:1356
#: colander/__init__.py:1366
msgid "relative name \"${val}\" irresolveable without package"
msgstr "relativní jméno \"${val}\" je neplatné bez Pythonového balíčku"

#: colander/__init__.py:961
#: colander/__init__.py:1396
msgid "\"${val}\" has no __name__"
msgstr "\"${val}\" nemá __name__"

#: colander/__init__.py:967
#: colander/__init__.py:1405
msgid "\"${val}\" is not a string"
msgstr "\"${val}\" není řetězec"

#: colander/__init__.py:976
#: colander/__init__.py:1414
msgid "The dotted name \"${name}\" cannot be imported"
msgstr "Jméno \"${name}\" nemohlo být importováno"

#: colander/__init__.py:1024 colander/__init__.py:1101
#: colander/__init__.py:1462 colander/__init__.py:1538
msgid "Invalid date"
msgstr "Neplatné datum"

#: colander/__init__.py:1040
#: colander/__init__.py:1478
msgid "\"${val}\" is not a datetime object"
msgstr "\"${val}\" není objekt s časem a datem"

#: colander/__init__.py:1112
#: colander/__init__.py:1549
msgid "\"${val}\" is not a date object"
msgstr "\"${val}\" není objekt s datem"

#: colander/__init__.py:1610
#, fuzzy
#| msgid "Invalid date"
msgid "Invalid time"
msgstr "Neplatné datum"

#: colander/__init__.py:1621
#, fuzzy
#| msgid "\"${val}\" is not a datetime object"
msgid "\"${val}\" is not a time object"
msgstr "\"${val}\" není objekt s časem a datem"

#: colander/__init__.py:1878 colander/__init__.py:1880
msgid "Required"
msgstr "Povinné pole"
Binary file modified colander/locale/de_DE/LC_MESSAGES/colander.mo
Binary file not shown.
Loading

0 comments on commit 8bc2446

Please sign in to comment.