You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Tomáš Ehrlich <tomas.ehrlich@gmail.com>, 2015
  5. # Vláďa Macek <macek@sandbox.cz>, 2015-2018
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  11. "PO-Revision-Date: 2018-07-15 18:04+0000\n"
  12. "Last-Translator: Vláďa Macek <macek@sandbox.cz>\n"
  13. "Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: cs\n"
  18. "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
  19. "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
  20. msgid "PostgreSQL extensions"
  21. msgstr "Rozšíření pro PostgreSQL"
  22. #, python-format
  23. msgid "Item %(nth)s in the array did not validate:"
  24. msgstr "Položka č. %(nth)s v seznamu je neplatná:"
  25. msgid "Nested arrays must have the same length."
  26. msgstr "Vnořená pole musejí mít stejnou délku."
  27. msgid "Map of strings to strings/nulls"
  28. msgstr "Mapování řetězců na řetězce či hodnoty NULL"
  29. #, python-format
  30. msgid "The value of \"%(key)s\" is not a string or null."
  31. msgstr "Hodnota s klíčem \"%(key)s\" není řetězec ani NULL."
  32. msgid "A JSON object"
  33. msgstr "Objekt typu JSON"
  34. msgid "Value must be valid JSON."
  35. msgstr "Musí být v platném formátu JSON."
  36. msgid "Could not load JSON data."
  37. msgstr "Data typu JSON nelze načíst."
  38. msgid "Input must be a JSON dictionary."
  39. msgstr "Vstup musí být slovník formátu JSON."
  40. #, python-format
  41. msgid "'%(value)s' value must be valid JSON."
  42. msgstr "Hodnota '%(value)s' musí být v platném formátu JSON."
  43. msgid "Enter two valid values."
  44. msgstr "Zadejte dvě platné hodnoty."
  45. msgid "The start of the range must not exceed the end of the range."
  46. msgstr "Počáteční hodnota rozsahu nemůže být vyšší než koncová hodnota."
  47. msgid "Enter two whole numbers."
  48. msgstr "Zadejte dvě celá čísla."
  49. msgid "Enter two numbers."
  50. msgstr "Zadejte dvě čísla."
  51. msgid "Enter two valid date/times."
  52. msgstr "Zadejte dvě platné hodnoty data nebo času."
  53. msgid "Enter two valid dates."
  54. msgstr "Zadejte dvě platná data."
  55. #, python-format
  56. msgid ""
  57. "List contains %(show_value)d item, it should contain no more than "
  58. "%(limit_value)d."
  59. msgid_plural ""
  60. "List contains %(show_value)d items, it should contain no more than "
  61. "%(limit_value)d."
  62. msgstr[0] ""
  63. "Seznam obsahuje %(show_value)d položku, ale neměl by obsahovat více než "
  64. "%(limit_value)d."
  65. msgstr[1] ""
  66. "Seznam obsahuje %(show_value)d položky, ale neměl by obsahovat více než "
  67. "%(limit_value)d."
  68. msgstr[2] ""
  69. "Seznam obsahuje %(show_value)d položek, ale neměl by obsahovat více než "
  70. "%(limit_value)d."
  71. msgstr[3] ""
  72. "Seznam obsahuje %(show_value)d položek, ale neměl by obsahovat více než "
  73. "%(limit_value)d."
  74. #, python-format
  75. msgid ""
  76. "List contains %(show_value)d item, it should contain no fewer than "
  77. "%(limit_value)d."
  78. msgid_plural ""
  79. "List contains %(show_value)d items, it should contain no fewer than "
  80. "%(limit_value)d."
  81. msgstr[0] ""
  82. "Seznam obsahuje %(show_value)d položku, ale neměl by obsahovat méně než "
  83. "%(limit_value)d."
  84. msgstr[1] ""
  85. "Seznam obsahuje %(show_value)d položky, ale neměl by obsahovat méně než "
  86. "%(limit_value)d."
  87. msgstr[2] ""
  88. "Seznam obsahuje %(show_value)d položek, ale neměl by obsahovat méně než "
  89. "%(limit_value)d."
  90. msgstr[3] ""
  91. "Seznam obsahuje %(show_value)d položek, ale neměl by obsahovat méně než "
  92. "%(limit_value)d."
  93. #, python-format
  94. msgid "Some keys were missing: %(keys)s"
  95. msgstr "Některé klíče chybí: %(keys)s"
  96. #, python-format
  97. msgid "Some unknown keys were provided: %(keys)s"
  98. msgstr "Byly zadány neznámé klíče: %(keys)s"
  99. #, python-format
  100. msgid ""
  101. "Ensure that this range is completely less than or equal to %(limit_value)s."
  102. msgstr "Nejvyšší hodnota rozsahu musí být menší nebo rovna %(limit_value)s."
  103. #, python-format
  104. msgid ""
  105. "Ensure that this range is completely greater than or equal to "
  106. "%(limit_value)s."
  107. msgstr "Nejnižší hodnota rozsahu musí být větší nebo rovna %(limit_value)s."