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 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Primož Verdnik <primoz.verdnik@gmail.com>, 2017
  5. # zejn <zejn@kiberpipa.org>, 2016
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  11. "PO-Revision-Date: 2017-09-23 20:42+0000\n"
  12. "Last-Translator: Primož Verdnik <primoz.verdnik@gmail.com>\n"
  13. "Language-Team: Slovenian (http://www.transifex.com/django/django/language/"
  14. "sl/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: sl\n"
  19. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  20. "%100==4 ? 2 : 3);\n"
  21. msgid "PostgreSQL extensions"
  22. msgstr "PostgreSQL razširitve"
  23. #, python-format
  24. msgid "Item %(nth)s in the array did not validate: "
  25. msgstr "Element št. %(nth)s v seznamu ni veljaven:"
  26. msgid "Nested arrays must have the same length."
  27. msgstr "Gnezdeni seznami morajo imeti enako dolžino."
  28. msgid "Map of strings to strings/nulls"
  29. msgstr "Preslikava nizev v nize/null"
  30. #, python-format
  31. msgid "The value of \"%(key)s\" is not a string or null."
  32. msgstr "Vrednost \"%(key)s\" ni niz ali null."
  33. msgid "A JSON object"
  34. msgstr "JSON objekt"
  35. msgid "Value must be valid JSON."
  36. msgstr "Vrednost mora biti veljaven JSON."
  37. msgid "Could not load JSON data."
  38. msgstr "Ni bilo mogoče naložiti JSON podatkov."
  39. msgid "Input must be a JSON dictionary."
  40. msgstr "Vhodni podatek mora biti JSON objekt."
  41. #, python-format
  42. msgid "'%(value)s' value must be valid JSON."
  43. msgstr "Vrednost '%(value)s' mora biti veljaven JSON."
  44. msgid "Enter two valid values."
  45. msgstr "Vnesite dve veljavni vrednosti."
  46. msgid "The start of the range must not exceed the end of the range."
  47. msgstr "Začetek območja mora biti po vrednosti manjši od konca območja."
  48. msgid "Enter two whole numbers."
  49. msgstr "Vnesite dve celi števili."
  50. msgid "Enter two numbers."
  51. msgstr "Vnesite dve števili."
  52. msgid "Enter two valid date/times."
  53. msgstr "Vnesite dva veljavna datuma oz. točki v času."
  54. msgid "Enter two valid dates."
  55. msgstr "Vnesite dva veljavna datuma."
  56. #, python-format
  57. msgid ""
  58. "List contains %(show_value)d item, it should contain no more than "
  59. "%(limit_value)d."
  60. msgid_plural ""
  61. "List contains %(show_value)d items, it should contain no more than "
  62. "%(limit_value)d."
  63. msgstr[0] ""
  64. "Seznam vsebuje %(show_value)d element, moral pa bi jih imeti največ "
  65. "%(limit_value)d."
  66. msgstr[1] ""
  67. "Seznam vsebuje %(show_value)d elementa, moral pa bi jih imeti največ "
  68. "%(limit_value)d."
  69. msgstr[2] ""
  70. "Seznam vsebuje %(show_value)d elemente, moral pa bi jih imeti največ "
  71. "%(limit_value)d."
  72. msgstr[3] ""
  73. "Seznam vsebuje %(show_value)d elementov, moral pa bi jih imeti največ "
  74. "%(limit_value)d."
  75. #, python-format
  76. msgid ""
  77. "List contains %(show_value)d item, it should contain no fewer than "
  78. "%(limit_value)d."
  79. msgid_plural ""
  80. "List contains %(show_value)d items, it should contain no fewer than "
  81. "%(limit_value)d."
  82. msgstr[0] ""
  83. "Seznam vsebuje %(show_value)d element, moral pa bi jih najmanj "
  84. "%(limit_value)d."
  85. msgstr[1] ""
  86. "Seznam vsebuje %(show_value)d elementa, moral pa bi jih najmanj "
  87. "%(limit_value)d."
  88. msgstr[2] ""
  89. "Seznam vsebuje %(show_value)d elemente, moral pa bi jih najmanj "
  90. "%(limit_value)d."
  91. msgstr[3] ""
  92. "Seznam vsebuje %(show_value)d elementov, moral pa bi jih najmanj "
  93. "%(limit_value)d."
  94. #, python-format
  95. msgid "Some keys were missing: %(keys)s"
  96. msgstr "Nekateri ključi manjkajo: %(keys)s"
  97. #, python-format
  98. msgid "Some unknown keys were provided: %(keys)s"
  99. msgstr "Navedeni so bili nekateri neznani ključi: %(keys)s"
  100. #, python-format
  101. msgid ""
  102. "Ensure that this range is completely less than or equal to %(limit_value)s."
  103. msgstr "Poskrbite, da bo to območje manj ali enako kot %(limit_value)s."
  104. #, python-format
  105. msgid ""
  106. "Ensure that this range is completely greater than or equal to "
  107. "%(limit_value)s."
  108. msgstr "Poskrbite, da bo to območje večje ali enako %(limit_value)s."