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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Viktar Palstsiuk <vipals@gmail.com>, 2014-2015
  5. # znotdead <zhirafchik@gmail.com>, 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-19 16:40+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
  14. "be/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: be\n"
  19. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Адміністратыўная дакументацыя"
  24. msgid "Home"
  25. msgstr "Пачатак"
  26. msgid "Documentation"
  27. msgstr "Дакумэнтацыя"
  28. msgid "Bookmarklets"
  29. msgstr "Закладкі"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Закладкі дакумэнтацыі"
  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. "Каб паставіць закладку, перацягніце спасылку на паліцу закладак або "
  38. "пстрыкніце па спасылцы праваю кнопкаю і дадайце яе да закладак. Цяпер можна "
  39. "абраць закладку з якой пажадаеце бачыны."
  40. msgid "Documentation for this page"
  41. msgstr "Дакумэнтацыя па бачыне"
  42. msgid ""
  43. "Jumps you from any page to the documentation for the view that generates "
  44. "that page."
  45. msgstr "Накіроўвае з хоць-якое бачыны да прагляду, які стварае гэтую бачыну."
  46. msgid "Tags"
  47. msgstr "Цэтлікі"
  48. msgid "List of all the template tags and their functions."
  49. msgstr "Спіс усіх тэгаў шаблонаў і іх функцый."
  50. msgid "Filters"
  51. msgstr "Сіты"
  52. msgid ""
  53. "Filters are actions which can be applied to variables in a template to alter "
  54. "the output."
  55. msgstr ""
  56. "Фільтры гэта дзеянні, якія могуць быць выкананы над пераменнымі ў шаблоне "
  57. "каб змяніць вынік."
  58. msgid "Models"
  59. msgstr "Мадэлі"
  60. msgid ""
  61. "Models are descriptions of all the objects in the system and their "
  62. "associated fields. Each model has a list of fields which can be accessed as "
  63. "template variables"
  64. msgstr ""
  65. "Мадэлі - гэта апісанне ўсіх аб'ектаў у сістэме і іх асацыіраваныя палі. "
  66. "Кожная мадэль мае спіс палёў, якія могуць быць даступны як пераменная шаблону"
  67. msgid "Views"
  68. msgstr "Прагляды"
  69. msgid ""
  70. "Each page on the public site is generated by a view. The view defines which "
  71. "template is used to generate the page and which objects are available to "
  72. "that template."
  73. msgstr ""
  74. "Кожная бачына сайту генерыруеца праглядам. Прагляд вызначае які шаблон "
  75. "выкарыстоўваць для генерацыі бачыны і якія аб'екты даступны для гэтага "
  76. "шаблону."
  77. msgid "Tools for your browser to quickly access admin functionality."
  78. msgstr ""
  79. "Інструмент для вашага браўзэра для хуткага доступу да кіраўнічай "
  80. "функцыянальнасці. "
  81. msgid "Please install docutils"
  82. msgstr "Калі ласка, усталюйце Docutils"
  83. #, python-format
  84. msgid ""
  85. "The admin documentation system requires Python's <a href=\"%(link)s"
  86. "\">docutils</a> library."
  87. msgstr ""
  88. "Дакументацыя кіраўнічай сістэмы патрабуе бібліятэку Python <a href=\"%(link)s"
  89. "\">docutils</a>."
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. "Калі ласка, спытайцу вашых адміністратараў усталяваць <a href=\"%(link)s"
  95. "\">docutils</a>."
  96. #, python-format
  97. msgid "Model: %(name)s"
  98. msgstr "Мадэль: %(name)s"
  99. msgid "Fields"
  100. msgstr "Палі"
  101. msgid "Field"
  102. msgstr "Поле"
  103. msgid "Type"
  104. msgstr "Тып"
  105. msgid "Description"
  106. msgstr "Апісаньне"
  107. msgid "Methods with arguments"
  108. msgstr "Метад з аргументамі"
  109. msgid "Method"
  110. msgstr "Метад"
  111. msgid "Arguments"
  112. msgstr "Аргументы"
  113. msgid "Back to Model documentation"
  114. msgstr "Вярнуцца да дакументацыі мадэлі"
  115. msgid "Model documentation"
  116. msgstr "Дакументацыя мадэлі"
  117. msgid "Model groups"
  118. msgstr "Групы мадэлі"
  119. msgid "Templates"
  120. msgstr "Шаблёны"
  121. #, python-format
  122. msgid "Template: %(name)s"
  123. msgstr "Шаблон: %(name)s"
  124. #, python-format
  125. msgid "Template: \"%(name)s\""
  126. msgstr "Шаблон: \"%(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 "Шлях пошуку для шаблону \"%(name)s\":"
  131. msgid "(does not exist)"
  132. msgstr "(не існуе)"
  133. msgid "Back to Documentation"
  134. msgstr "Вярнуцца да дакументацыі"
  135. msgid "Template filters"
  136. msgstr "Фільтры шаблону"
  137. msgid "Template filter documentation"
  138. msgstr "Дакументацыя фільтраў шаблону"
  139. msgid "Built-in filters"
  140. msgstr "Убудаваныя фільтры"
  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. "Каб карыстаць гэтыя фільтры, трэба памясціць <code>%(code)s</code> у ваш "
  147. "шаблон перад тым як карыстаць гэты фільтр."
  148. msgid "Template tags"
  149. msgstr "Тэгі шаблону"
  150. msgid "Template tag documentation"
  151. msgstr "Дакументацыя тэгаў шаблону"
  152. msgid "Built-in tags"
  153. msgstr "Убудаваныя тэгі"
  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. "Каб карыстаць гэтыя тэгі, трэба памясціць <code>%(code)s</code> у ваш "
  160. "шаблон перад тым як карыстаць гэты тэг."
  161. #, python-format
  162. msgid "View: %(name)s"
  163. msgstr "Прагляд: %(name)s"
  164. msgid "Context:"
  165. msgstr "Кантэкст:"
  166. msgid "Templates:"
  167. msgstr "Шаблоны:"
  168. msgid "Back to View documentation"
  169. msgstr "Вярнуцца да дакументацыі прагляду"
  170. msgid "View documentation"
  171. msgstr "Паглядзець дакументацыю"
  172. msgid "Jump to namespace"
  173. msgstr "Перайсці да прасторы імёнаў"
  174. msgid "Empty namespace"
  175. msgstr "Ачысціць прастору імёнаў"
  176. #, python-format
  177. msgid "Views by namespace %(name)s"
  178. msgstr "Прагляды ў просторы імёнаў %(name)s"
  179. msgid "Views by empty namespace"
  180. msgstr "Прагляды ў пустым просторы імёнаў"
  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. "Функцыя прагляду: <code>%(full_name)s</code>. Імя: <code>%(url_name)s</"
  189. "code>.\n"
  190. msgid "tag:"
  191. msgstr "цэтлік:"
  192. msgid "filter:"
  193. msgstr "сіта:"
  194. msgid "view:"
  195. msgstr "прагляд:"
  196. #, python-format
  197. msgid "App %(app_label)r not found"
  198. msgstr "Праграму %(app_label)r не знайшлі"
  199. #, python-format
  200. msgid "Model %(model_name)r not found in app %(app_label)r"
  201. msgstr "Мадэль %(model_name)r у праґраме «%(app_label)r» не знайшлі"
  202. msgid "model:"
  203. msgstr "мадэль:"
  204. #, python-format
  205. msgid "the related `%(app_label)s.%(data_type)s` object"
  206. msgstr "залежны аб’ект «%(app_label)s.%(data_type)s»"
  207. #, python-format
  208. msgid "related `%(app_label)s.%(object_name)s` objects"
  209. msgstr "залежныя аб’екты «%(app_label)s.%(object_name)s»"
  210. #, python-format
  211. msgid "all %s"
  212. msgstr "усе %s"
  213. #, python-format
  214. msgid "number of %s"
  215. msgstr "колькасьць %s"
  216. #, python-format
  217. msgid "%s does not appear to be a urlpattern object"
  218. msgstr "%s не падобны да аб’екта «шаблён спасылкі» — «urlpattern»"