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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # André Bouatchidzé <a@anbz.net>, 2013,2015
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  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-19 16:40+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Georgian (http://www.transifex.com/django/django/language/"
  14. "ka/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ka\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. msgid "Administrative Documentation"
  21. msgstr "ადმინისტრირების დოკუმენტაცია"
  22. msgid "Home"
  23. msgstr "საწყისი გვერდი"
  24. msgid "Documentation"
  25. msgstr "დოკუმენტაცია"
  26. msgid "Bookmarklets"
  27. msgstr "სანიშნები"
  28. msgid "Documentation bookmarklets"
  29. msgstr "დოკუმენტაციის სანიშნები"
  30. msgid ""
  31. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  32. "click the link and add it to your bookmarks. Now you can select the "
  33. "bookmarklet from any page in the site."
  34. msgstr ""
  35. msgid "Documentation for this page"
  36. msgstr "ამ გვერდის დოკუმენტაცია"
  37. msgid ""
  38. "Jumps you from any page to the documentation for the view that generates "
  39. "that page."
  40. msgstr ""
  41. "გადასვლა ნებისმიერი გვერდიდან იმ წარმოდგენის დოკუმენტაციაზე, რომელიც ამ "
  42. "გვერდს აგენერირებს."
  43. msgid "Tags"
  44. msgstr "ტეგები"
  45. msgid "List of all the template tags and their functions."
  46. msgstr "ყველა შაბლონის ტეგის სია და მათი ფუნქციები."
  47. msgid "Filters"
  48. msgstr "ფილტრები"
  49. msgid ""
  50. "Filters are actions which can be applied to variables in a template to alter "
  51. "the output."
  52. msgstr ""
  53. "ფილტრები მოქმედებებია, რომელებიც შეიძლება გამოიყენებოდეს ცვლადებზე შაბლონში "
  54. "გამონატანის შესაცვლელად."
  55. msgid "Models"
  56. msgstr "მოდელები"
  57. msgid ""
  58. "Models are descriptions of all the objects in the system and their "
  59. "associated fields. Each model has a list of fields which can be accessed as "
  60. "template variables"
  61. msgstr ""
  62. msgid "Views"
  63. msgstr "წარმოდგენები"
  64. msgid ""
  65. "Each page on the public site is generated by a view. The view defines which "
  66. "template is used to generate the page and which objects are available to "
  67. "that template."
  68. msgstr ""
  69. msgid "Tools for your browser to quickly access admin functionality."
  70. msgstr ""
  71. msgid "Please install docutils"
  72. msgstr "გთხოვთ, დააყენოთ docutils"
  73. #, python-format
  74. msgid ""
  75. "The admin documentation system requires Python's <a href=\"%(link)s"
  76. "\">docutils</a> library."
  77. msgstr ""
  78. #, python-format
  79. msgid ""
  80. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  81. msgstr ""
  82. #, python-format
  83. msgid "Model: %(name)s"
  84. msgstr "მოდელი: %(name)s"
  85. msgid "Fields"
  86. msgstr ""
  87. msgid "Field"
  88. msgstr "ველი"
  89. msgid "Type"
  90. msgstr "ტიპი"
  91. msgid "Description"
  92. msgstr "აღწერა"
  93. msgid "Methods with arguments"
  94. msgstr ""
  95. msgid "Method"
  96. msgstr ""
  97. msgid "Arguments"
  98. msgstr ""
  99. msgid "Back to Model documentation"
  100. msgstr ""
  101. msgid "Model documentation"
  102. msgstr "მოდელის დოკუმენტაცია"
  103. msgid "Model groups"
  104. msgstr ""
  105. msgid "Templates"
  106. msgstr "შაბლონები"
  107. #, python-format
  108. msgid "Template: %(name)s"
  109. msgstr "შაბლონი: %(name)s"
  110. #, python-format
  111. msgid "Template: \"%(name)s\""
  112. msgstr "შაბლონი: \"%(name)s\""
  113. #. Translators: Search is not a verb here, it qualifies path (a search path)
  114. #, python-format
  115. msgid "Search path for template \"%(name)s\":"
  116. msgstr ""
  117. msgid "(does not exist)"
  118. msgstr "(არ არსებობს)"
  119. msgid "Back to Documentation"
  120. msgstr ""
  121. msgid "Template filters"
  122. msgstr "შაბლონის ფილტრები"
  123. msgid "Template filter documentation"
  124. msgstr ""
  125. msgid "Built-in filters"
  126. msgstr ""
  127. #, python-format
  128. msgid ""
  129. "To use these filters, put <code>%(code)s</code> in your template before "
  130. "using the filter."
  131. msgstr ""
  132. msgid "Template tags"
  133. msgstr "შაბლონის ტეგები"
  134. msgid "Template tag documentation"
  135. msgstr "შაბლონის ტეგების დოკუმენტაცია"
  136. msgid "Built-in tags"
  137. msgstr ""
  138. #, python-format
  139. msgid ""
  140. "To use these tags, put <code>%(code)s</code> in your template before using "
  141. "the tag."
  142. msgstr ""
  143. #, python-format
  144. msgid "View: %(name)s"
  145. msgstr "ხედი: %(name)s"
  146. msgid "Context:"
  147. msgstr "კონტექსტი"
  148. msgid "Templates:"
  149. msgstr "შაბლონები:"
  150. msgid "Back to View documentation"
  151. msgstr ""
  152. msgid "View documentation"
  153. msgstr "ხედების დოკუმენტაცია"
  154. msgid "Jump to namespace"
  155. msgstr ""
  156. msgid "Empty namespace"
  157. msgstr ""
  158. #, python-format
  159. msgid "Views by namespace %(name)s"
  160. msgstr ""
  161. msgid "Views by empty namespace"
  162. msgstr ""
  163. #, python-format
  164. msgid ""
  165. "\n"
  166. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  167. "code>.\n"
  168. msgstr ""
  169. msgid "tag:"
  170. msgstr "ტეგი:"
  171. msgid "filter:"
  172. msgstr "ფილტრი:"
  173. msgid "view:"
  174. msgstr "წარმოდგენა:"
  175. #, python-format
  176. msgid "App %(app_label)r not found"
  177. msgstr ""
  178. #, python-format
  179. msgid "Model %(model_name)r not found in app %(app_label)r"
  180. msgstr "მოდელი %(model_name)r ვერ მოიძებნა აპლიკაციაში %(app_label)r"
  181. msgid "model:"
  182. msgstr "მოდელი:"
  183. #, python-format
  184. msgid "the related `%(app_label)s.%(data_type)s` object"
  185. msgstr "`%(app_label)s.%(data_type)s` დაკავშირებული ობიექტი"
  186. #, python-format
  187. msgid "related `%(app_label)s.%(object_name)s` objects"
  188. msgstr "`%(app_label)s.%(object_name)s` დაკავშირებული ობიექტები"
  189. #, python-format
  190. msgid "all %s"
  191. msgstr "ყველა %s"
  192. #, python-format
  193. msgid "number of %s"
  194. msgstr "%s - რაოდენობა"
  195. #, python-format
  196. msgid "%s does not appear to be a urlpattern object"
  197. msgstr "%s არ არის urlpattern-ის შესაბამისი ობიექტი"