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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Edgars Voroboks <nullisnot0@inbox.lv>, 2017
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Māris Nartišs <maris.gis@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  12. "PO-Revision-Date: 2017-11-18 11:29+0000\n"
  13. "Last-Translator: Edgars Voroboks <nullisnot0@inbox.lv>\n"
  14. "Language-Team: Latvian (http://www.transifex.com/django/django/language/"
  15. "lv/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: lv\n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
  21. "2);\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Administrācijas dokumentācija"
  24. msgid "Home"
  25. msgstr "Sākums"
  26. msgid "Documentation"
  27. msgstr "Dokumentācija"
  28. msgid "Bookmarklets"
  29. msgstr "Grāmatzīmes"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Dokumentācijas grāmatzīmes"
  32. msgid ""
  33. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  34. "click the link and add it to your bookmarks. Now you can select the "
  35. "bookmarklet from any page in the site."
  36. msgstr ""
  37. "Lai instalētu bukmarkletu, velciet saiti uz grāmatzīmju rīkjoslu, vai ar "
  38. "peles labo pogu noklikšķiniet uz saites un pievienojiet to savām "
  39. "grāmatzīmēm. Tagad jūs varat izvēlēties bukmarkletu no jebkuras vietnes "
  40. "lapas."
  41. msgid "Documentation for this page"
  42. msgstr "Dokumentācija šai lapai"
  43. msgid ""
  44. "Jumps you from any page to the documentation for the view that generates "
  45. "that page."
  46. msgstr ""
  47. "Pārvieto no jebkuras lapas uz tā skata dokumentāciju, kas ģenerē šo lapu."
  48. msgid "Tags"
  49. msgstr "Tagi"
  50. msgid "List of all the template tags and their functions."
  51. msgstr "Visu šablonu tagu un to funkciju saraksts."
  52. msgid "Filters"
  53. msgstr "Filtri"
  54. msgid ""
  55. "Filters are actions which can be applied to variables in a template to alter "
  56. "the output."
  57. msgstr ""
  58. "Filtri ir darbības, kuras var tikt pielietotas šablona mainīgajiem, lai "
  59. "mainītu izvades rezultātu."
  60. msgid "Models"
  61. msgstr "Modeļi"
  62. msgid ""
  63. "Models are descriptions of all the objects in the system and their "
  64. "associated fields. Each model has a list of fields which can be accessed as "
  65. "template variables"
  66. msgstr ""
  67. "Modeļi ir visu sistēmas objektu un to saistīto lauku apraksti. Katram "
  68. "modelim ir saraksts ar laukiem, kuriem var piekļūt kā šablonu mainīgajiem"
  69. msgid "Views"
  70. msgstr "Skati"
  71. msgid ""
  72. "Each page on the public site is generated by a view. The view defines which "
  73. "template is used to generate the page and which objects are available to "
  74. "that template."
  75. msgstr ""
  76. "Katru lapu publiskajā vietnē ģenerē skats. Skats nosaka, kuru šablonu "
  77. "izmanto lapas ģenerēšanai un kādi objekti ir pieejami šim šablonam."
  78. msgid "Tools for your browser to quickly access admin functionality."
  79. msgstr ""
  80. "Rīki Jūsu pārlūkprogrammai, lai ātri piekļūtu administratora "
  81. "funkcionalitātei."
  82. msgid "Please install docutils"
  83. msgstr "Lūdzu instalējiet 'docutils'"
  84. #, python-format
  85. msgid ""
  86. "The admin documentation system requires Python's <a href=\"%(link)s"
  87. "\">docutils</a> library."
  88. msgstr ""
  89. "Administratora dokumentācijas sistēmai ir nepieciešama Python <a href="
  90. "\"%(link)s\">docutils</a> bibliotēka."
  91. #, python-format
  92. msgid ""
  93. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  94. msgstr "Palūdziet administratoram instalēt <a href=\"%(link)s\">docutils</a>."
  95. #, python-format
  96. msgid "Model: %(name)s"
  97. msgstr "Modelis: %(name)s"
  98. msgid "Fields"
  99. msgstr "Lauki"
  100. msgid "Field"
  101. msgstr "Lauks"
  102. msgid "Type"
  103. msgstr "Tips"
  104. msgid "Description"
  105. msgstr "Apraksts"
  106. msgid "Methods with arguments"
  107. msgstr "Metodes ar parametriem"
  108. msgid "Method"
  109. msgstr "Metode"
  110. msgid "Arguments"
  111. msgstr "Parametrs"
  112. msgid "Back to Model documentation"
  113. msgstr "Atpakaļ uz Modeļu dokumentāciju"
  114. msgid "Model documentation"
  115. msgstr "Modeļu dokumentācija"
  116. msgid "Model groups"
  117. msgstr "Modeļu grupas"
  118. msgid "Templates"
  119. msgstr "Šabloni"
  120. #, python-format
  121. msgid "Template: %(name)s"
  122. msgstr "Šablons: %(name)s"
  123. #, python-format
  124. msgid "Template: \"%(name)s\""
  125. msgstr "Šablona: \"%(name)s\""
  126. #. Translators: Search is not a verb here, it qualifies path (a search path)
  127. #, python-format
  128. msgid "Search path for template \"%(name)s\":"
  129. msgstr "Šablona \"%(name)s\" meklēšanas ceļš:"
  130. msgid "(does not exist)"
  131. msgstr "(neeksistē)"
  132. msgid "Back to Documentation"
  133. msgstr "Atpakaļ pie Dokumentācijas"
  134. msgid "Template filters"
  135. msgstr "Šablona filtri"
  136. msgid "Template filter documentation"
  137. msgstr "Šablona filtru dokumentācija"
  138. msgid "Built-in filters"
  139. msgstr "Iebūvētie filtri"
  140. #, python-format
  141. msgid ""
  142. "To use these filters, put <code>%(code)s</code> in your template before "
  143. "using the filter."
  144. msgstr ""
  145. "Lai izmantotu šos filtrus, ievietojiet <code>%(code)s</code> šablonā pirms "
  146. "filtra izmantošanas."
  147. msgid "Template tags"
  148. msgstr "Šablonu tagi"
  149. msgid "Template tag documentation"
  150. msgstr "Šablonu tagu dokumentācija"
  151. msgid "Built-in tags"
  152. msgstr "Iebūvētie tagi"
  153. #, python-format
  154. msgid ""
  155. "To use these tags, put <code>%(code)s</code> in your template before using "
  156. "the tag."
  157. msgstr ""
  158. "Lai izmantotu šos tagus, ievietojiet <code>%(code)s</code> šablonā pirms "
  159. "taga izmantošanas."
  160. #, python-format
  161. msgid "View: %(name)s"
  162. msgstr "View: %(name)s"
  163. msgid "Context:"
  164. msgstr "Konteksts:"
  165. msgid "Templates:"
  166. msgstr "Šabloni:"
  167. msgid "Back to View documentation"
  168. msgstr "Atpakaļ pie Skatu dokumentācijas"
  169. msgid "View documentation"
  170. msgstr "Skatu dokumentācija"
  171. msgid "Jump to namespace"
  172. msgstr "Pāriet uz vārdtelpu"
  173. msgid "Empty namespace"
  174. msgstr "Tukša vārdtelpa"
  175. #, python-format
  176. msgid "Views by namespace %(name)s"
  177. msgstr "Skati pēc vārdtelpas %(name)s"
  178. msgid "Views by empty namespace"
  179. msgstr "Skati pēc tukšas vārdtelpas"
  180. #, python-format
  181. msgid ""
  182. "\n"
  183. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  184. "code>.\n"
  185. msgstr ""
  186. "\n"
  187. " Skata funkcija: <code>%(full_name)s</code>. Nosaukums: <code>"
  188. "%(url_name)s</code>.\n"
  189. msgid "tag:"
  190. msgstr "tags:"
  191. msgid "filter:"
  192. msgstr "filtrs:"
  193. msgid "view:"
  194. msgstr "skats:"
  195. #, python-format
  196. msgid "App %(app_label)r not found"
  197. msgstr "Lietotne %(app_label)r netika atrasta"
  198. #, python-format
  199. msgid "Model %(model_name)r not found in app %(app_label)r"
  200. msgstr "Modelis %(model_name)r lietotnē %(app_label)r nav atrasts"
  201. msgid "model:"
  202. msgstr "modelis:"
  203. #, python-format
  204. msgid "the related `%(app_label)s.%(data_type)s` object"
  205. msgstr "saistītais `%(app_label)s.%(data_type)s` objekts"
  206. #, python-format
  207. msgid "related `%(app_label)s.%(object_name)s` objects"
  208. msgstr "saistītie `%(app_label)s.%(object_name)s` objekti"
  209. #, python-format
  210. msgid "all %s"
  211. msgstr "visi %s"
  212. #, python-format
  213. msgid "number of %s"
  214. msgstr "%s skaits"
  215. #, python-format
  216. msgid "%s does not appear to be a urlpattern object"
  217. msgstr "%s nav urlpattern objekts"