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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Janno Liivak <jannolii@gmail.com>, 2013,2015
  6. # Martin Pajuste <martinpajuste@gmail.com>, 2016
  7. # Marti Raudsepp <marti@juffo.org>, 2014
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Estonian (http://www.transifex.com/django/django/language/"
  16. "et/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: et\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Administreerimise Dokumentatsioon"
  24. msgid "Home"
  25. msgstr "Kodu"
  26. msgid "Documentation"
  27. msgstr "Dokumentatsioon"
  28. msgid "Bookmarklets"
  29. msgstr "Järjehoidjandid"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Dokumentatsiooni järjehoidjandid"
  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. "Järjehoidjandite paigaldamiseks lohista viit järjehoidjateribale või tee "
  38. "parem-klikk viidal ning lisa see järjehoidjatesse. Seejärel võite "
  39. "järjehoidjandi aktiveerida suvaliselt saidi lehelt."
  40. msgid "Documentation for this page"
  41. msgstr "Selle lehekülje dokumentatsioon"
  42. msgid ""
  43. "Jumps you from any page to the documentation for the view that generates "
  44. "that page."
  45. msgstr ""
  46. "Suunab teid suvalisel lehel asudes selle vaate dokumentatsioonile, mis antud "
  47. "lehe genereerib."
  48. msgid "Tags"
  49. msgstr "Lipikud"
  50. msgid "List of all the template tags and their functions."
  51. msgstr "Nimekiri kõikidest malli märgistustest ja nende funktsioonidest."
  52. msgid "Filters"
  53. msgstr "Filtrid"
  54. msgid ""
  55. "Filters are actions which can be applied to variables in a template to alter "
  56. "the output."
  57. msgstr ""
  58. "Filtrid on tegevused, mida saab mallides külge panna muutujatele muutmaks "
  59. "viimaste väljundit."
  60. msgid "Models"
  61. msgstr "Mudelid"
  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. "Mudelid on süsteemi kõikide objektide ja nende väljade omavaheliste seoste "
  68. "kirjeldused. Igal mudelil on hulk väljasid, mida saab mallide muutujatena "
  69. "kasutada"
  70. msgid "Views"
  71. msgstr "Vaated"
  72. msgid ""
  73. "Each page on the public site is generated by a view. The view defines which "
  74. "template is used to generate the page and which objects are available to "
  75. "that template."
  76. msgstr ""
  77. "Avaliku saidi iga leht on genereeritud vaate poolt. Vaade defineerib lehe "
  78. "genereerimiseks kasutatava malli ning objektid mida mall kasutada saab."
  79. msgid "Tools for your browser to quickly access admin functionality."
  80. msgstr ""
  81. "Töövahendid sinu brauserile pääsemaks kiiresti ligi administraatori "
  82. "funktsioonidele. "
  83. msgid "Please install docutils"
  84. msgstr "Palun paigaldage docutils"
  85. #, python-format
  86. msgid ""
  87. "The admin documentation system requires Python's <a href=\"%(link)s"
  88. "\">docutils</a> library."
  89. msgstr ""
  90. "Administreerimise dokumentatsioon vajab Python'i <a href=\"%(link)s"
  91. "\">docutils</a> teeki."
  92. #, python-format
  93. msgid ""
  94. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  95. msgstr "Palu administraatoril paigaldada <a href=\"%(link)s\">docutils</a>."
  96. #, python-format
  97. msgid "Model: %(name)s"
  98. msgstr "Mudel: %(name)s"
  99. msgid "Fields"
  100. msgstr "Väljad"
  101. msgid "Field"
  102. msgstr "Väli"
  103. msgid "Type"
  104. msgstr "Tüüp"
  105. msgid "Description"
  106. msgstr "Kirjeldus"
  107. msgid "Methods with arguments"
  108. msgstr "Meetodid parameetritega"
  109. msgid "Method"
  110. msgstr "Meetod"
  111. msgid "Arguments"
  112. msgstr "Parameetrid"
  113. msgid "Back to Model documentation"
  114. msgstr "Tagasi Mudeli dokumentatsiooni"
  115. msgid "Model documentation"
  116. msgstr "Mudeli dokumentatsioon"
  117. msgid "Model groups"
  118. msgstr "Mudeligrupid"
  119. msgid "Templates"
  120. msgstr "Mallid"
  121. #, python-format
  122. msgid "Template: %(name)s"
  123. msgstr "Mall: %(name)s"
  124. #, python-format
  125. msgid "Template: \"%(name)s\""
  126. msgstr "Mall: \"%(name)s\""
  127. #. Translators: Search is not a verb here, it qualifies path (a search path)
  128. #, python-format
  129. msgid "Search path for template \"%(name)s\":"
  130. msgstr "Otsinguteekond mallile \"%(name)s\":"
  131. msgid "(does not exist)"
  132. msgstr "(pole olemas)"
  133. msgid "Back to Documentation"
  134. msgstr "Tagasi Dokumentatsiooni"
  135. msgid "Template filters"
  136. msgstr "Mallifiltrid"
  137. msgid "Template filter documentation"
  138. msgstr "Mallifiltrite dokumentatsioon"
  139. msgid "Built-in filters"
  140. msgstr "Sisseehitatud filtrid"
  141. #, python-format
  142. msgid ""
  143. "To use these filters, put <code>%(code)s</code> in your template before "
  144. "using the filter."
  145. msgstr ""
  146. "Et kasutada neid filtreid, pane malli sisse <code>%(code)s</code> enne kui "
  147. "kasutad filtrit."
  148. msgid "Template tags"
  149. msgstr "Malli märgendid"
  150. msgid "Template tag documentation"
  151. msgstr "Malli märgendite dokumentatsioon"
  152. msgid "Built-in tags"
  153. msgstr "Sisseehitatud märgendid"
  154. #, python-format
  155. msgid ""
  156. "To use these tags, put <code>%(code)s</code> in your template before using "
  157. "the tag."
  158. msgstr ""
  159. "Et kasutada neid märgendeid pane malli <code>%(code)s</code> enne kui "
  160. "kasutad märgendit."
  161. #, python-format
  162. msgid "View: %(name)s"
  163. msgstr "Vaade: %(name)s"
  164. msgid "Context:"
  165. msgstr "Kontekst:"
  166. msgid "Templates:"
  167. msgstr "Mallid:"
  168. msgid "Back to View documentation"
  169. msgstr "Tagasi Vaate dokumentatsiooni"
  170. msgid "View documentation"
  171. msgstr "Vaata dokumentatsiooni"
  172. msgid "Jump to namespace"
  173. msgstr "Mine nimeruumile"
  174. msgid "Empty namespace"
  175. msgstr "Tühi nimeruum"
  176. #, python-format
  177. msgid "Views by namespace %(name)s"
  178. msgstr "Vaated nimeruumi kaupa %(name)s"
  179. msgid "Views by empty namespace"
  180. msgstr "Vaated tühja nimeruumi kaupa"
  181. #, python-format
  182. msgid ""
  183. "\n"
  184. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  185. "code>.\n"
  186. msgstr ""
  187. "\n"
  188. "Vaate funktsioon: <code>%(full_name)s</code>. Nimi: <code>%(url_name)s</"
  189. "code>.\n"
  190. msgid "tag:"
  191. msgstr "lipik:"
  192. msgid "filter:"
  193. msgstr "filtreeri:"
  194. msgid "view:"
  195. msgstr "vaade:"
  196. #, python-format
  197. msgid "App %(app_label)r not found"
  198. msgstr "Rakendust %(app_label)r ei leitud"
  199. #, python-format
  200. msgid "Model %(model_name)r not found in app %(app_label)r"
  201. msgstr "Mudelit %(model_name)r ei leitud rakendusest %(app_label)r"
  202. msgid "model:"
  203. msgstr "mudel:"
  204. #, python-format
  205. msgid "the related `%(app_label)s.%(data_type)s` object"
  206. msgstr "seotud `%(app_label)s.%(data_type)s` objekt"
  207. #, python-format
  208. msgid "related `%(app_label)s.%(object_name)s` objects"
  209. msgstr "seotud `%(app_label)s.%(object_name)s` objektid"
  210. #, python-format
  211. msgid "all %s"
  212. msgstr "kõik %s"
  213. #, python-format
  214. msgid "number of %s"
  215. msgstr "%s arv"
  216. #, python-format
  217. msgid "%s does not appear to be a urlpattern object"
  218. msgstr "%s ei tundu olevat urlpattern objekt"