Development of an internal social media platform with personalised dashboards for students
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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Edgars Voroboks <nullisnot0@inbox.lv>, 2017
  5. # peterisb <pb@sungis.lv>, 2016-2017
  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-11-17 21:10+0000\n"
  12. "Last-Translator: Edgars Voroboks <nullisnot0@inbox.lv>\n"
  13. "Language-Team: Latvian (http://www.transifex.com/django/django/language/"
  14. "lv/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: lv\n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
  20. "2);\n"
  21. msgid "PostgreSQL extensions"
  22. msgstr "PostgreSQL paplašinājums"
  23. #, python-format
  24. msgid "Item %(nth)s in the array did not validate: "
  25. msgstr "Masīva %(nth)s elements neizturēja pārbaudi: "
  26. msgid "Nested arrays must have the same length."
  27. msgstr "Iekļauto masīvu garumam jābūt vienādam."
  28. msgid "Map of strings to strings/nulls"
  29. msgstr "Virkņu karte uz virknēm/tukšumiem"
  30. #, python-format
  31. msgid "The value of \"%(key)s\" is not a string or null."
  32. msgstr "\"%(key)s\" vērtība nav teksta rinda vai nulles simbols."
  33. msgid "A JSON object"
  34. msgstr "JSON objekts"
  35. msgid "Value must be valid JSON."
  36. msgstr "Vērtībai ir jābūt derīgam JSON."
  37. msgid "Could not load JSON data."
  38. msgstr "Nevarēja ielādēt JSON datus."
  39. msgid "Input must be a JSON dictionary."
  40. msgstr "Ieejošajiem datiem ir jābūt JSON vārdnīcai."
  41. #, python-format
  42. msgid "'%(value)s' value must be valid JSON."
  43. msgstr "'%(value)s' vērtībai jābūt korektam JSON."
  44. msgid "Enter two valid values."
  45. msgstr "Ievadi divas derīgas vērtības."
  46. msgid "The start of the range must not exceed the end of the range."
  47. msgstr "Diapazona sākums nedrīkst būt liekāks par beigām."
  48. msgid "Enter two whole numbers."
  49. msgstr "Ievadiet divus veselus skaitļus."
  50. msgid "Enter two numbers."
  51. msgstr "Ievadiet divus skaitļus."
  52. msgid "Enter two valid date/times."
  53. msgstr "Ievadiet divus derīgus datumus/laikus."
  54. msgid "Enter two valid dates."
  55. msgstr "Ievadiet divus korektus datumus."
  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. "Saraksts satur %(show_value)d ierakstus, bet tam jāsatur ne vairāk kā "
  65. "%(limit_value)d."
  66. msgstr[1] ""
  67. "Saraksts satur %(show_value)d ierakstu, bet tam jāsatur ne vairāk kā "
  68. "%(limit_value)d."
  69. msgstr[2] ""
  70. "Saraksts satur %(show_value)d ierakstus, bet tam jāsatur ne vairāk kā "
  71. "%(limit_value)d."
  72. #, python-format
  73. msgid ""
  74. "List contains %(show_value)d item, it should contain no fewer than "
  75. "%(limit_value)d."
  76. msgid_plural ""
  77. "List contains %(show_value)d items, it should contain no fewer than "
  78. "%(limit_value)d."
  79. msgstr[0] ""
  80. "Saraksts satur %(show_value)d ierakstus, bet tam jāsatur vismaz "
  81. "%(limit_value)d."
  82. msgstr[1] ""
  83. "Saraksts satur %(show_value)d ierakstu, bet tam jāsatur vismaz "
  84. "%(limit_value)d."
  85. msgstr[2] ""
  86. "Saraksts satur %(show_value)d ierakstus, bet tam jāsatur vismaz "
  87. "%(limit_value)d."
  88. #, python-format
  89. msgid "Some keys were missing: %(keys)s"
  90. msgstr "Trūka dažas atslēgas: %(keys)s"
  91. #, python-format
  92. msgid "Some unknown keys were provided: %(keys)s"
  93. msgstr "Tika norādītas dažas nezināmas atslēgas: %(keys)s"
  94. #, python-format
  95. msgid ""
  96. "Ensure that this range is completely less than or equal to %(limit_value)s."
  97. msgstr "Diapazona vērtībai jābūt mazākai vai vienādai ar %(limit_value)s."
  98. #, python-format
  99. msgid ""
  100. "Ensure that this range is completely greater than or equal to "
  101. "%(limit_value)s."
  102. msgstr "Diapazona vērtībai jābūt lielākai vai vienādai ar %(limit_value)s."