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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Oleksandr Chernihov <o.chernihov@gmail.com>, 2014
  5. # Andriy Sokolovskiy <me@asokolovskiy.com>, 2015
  6. # Денис Подлесный <haos616@gmail.com>, 2016
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # Kirill Gagarski <gagarin.gtn@gmail.com>, 2016
  9. # Max V. Stotsky <transifex@ms.pereslavl.ru>, 2014
  10. # Sergey Lysach <sergikoff88@gmail.com>, 2012
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  16. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  17. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  18. "Language-Team: Ukrainian (http://www.transifex.com/django/django/language/"
  19. "uk/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: uk\n"
  24. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  25. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  26. msgid "Administrative Documentation"
  27. msgstr "Адміністративна документація"
  28. msgid "Home"
  29. msgstr "Домівка"
  30. msgid "Documentation"
  31. msgstr "Документація"
  32. msgid "Bookmarklets"
  33. msgstr "Інтерактивні закладки"
  34. msgid "Documentation bookmarklets"
  35. msgstr "Інтерактивні закладки документації"
  36. msgid ""
  37. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  38. "click the link and add it to your bookmarks. Now you can select the "
  39. "bookmarklet from any page in the site."
  40. msgstr ""
  41. "Щоб встановити bookmarklets, перетягніть посилання на вашу bookmarklets або "
  42. "клацніть правою кнопкою миші по посиланню і додайте його в bookmarklets. "
  43. "Тепер ви можете вибрати bookmarklets з будь-якої сторінки сайту."
  44. msgid "Documentation for this page"
  45. msgstr "Документація для цієї сторінки"
  46. msgid ""
  47. "Jumps you from any page to the documentation for the view that generates "
  48. "that page."
  49. msgstr ""
  50. "Перекидає вас з будь-якої сторінки в документацію для відображення, що "
  51. "сгенерувало цю сторінку."
  52. msgid "Tags"
  53. msgstr "Теги"
  54. msgid "List of all the template tags and their functions."
  55. msgstr "Список усіх тегів шаблонів та їх функцій."
  56. msgid "Filters"
  57. msgstr "Фільтри"
  58. msgid ""
  59. "Filters are actions which can be applied to variables in a template to alter "
  60. "the output."
  61. msgstr ""
  62. "Фільтри - це дії, які можуть бути виконані над змінними в шаблоні, щоб "
  63. "змінити їх відображення."
  64. msgid "Models"
  65. msgstr "Моделі"
  66. msgid ""
  67. "Models are descriptions of all the objects in the system and their "
  68. "associated fields. Each model has a list of fields which can be accessed as "
  69. "template variables"
  70. msgstr ""
  71. "Моделі - це описання всіх об'єктів системи та пов'язаних з ними полів.\n"
  72. "Кожна модель має список полів що можуть бути доступні у вигляді змінних в "
  73. "шаблонах."
  74. msgid "Views"
  75. msgstr "Відображення"
  76. msgid ""
  77. "Each page on the public site is generated by a view. The view defines which "
  78. "template is used to generate the page and which objects are available to "
  79. "that template."
  80. msgstr ""
  81. "Кожна сторінка для відкритого сайту створена за допомогою відображення."
  82. "Відображення визначає, який шаблон використовується для генерації сторінки "
  83. "та об'єкти, які доступні для цього шаблону."
  84. msgid "Tools for your browser to quickly access admin functionality."
  85. msgstr ""
  86. "Інструменти для вашого браузеру для швидкого доступу до адміністративних "
  87. "функцій."
  88. msgid "Please install docutils"
  89. msgstr "Будь ласка, встановіть docutils"
  90. #, python-format
  91. msgid ""
  92. "The admin documentation system requires Python's <a href=\"%(link)s"
  93. "\">docutils</a> library."
  94. msgstr ""
  95. "Система адміністраторською документації вимагає Python бібліотеку <a href="
  96. "\"%(link)s\">docutils</a>."
  97. #, python-format
  98. msgid ""
  99. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  100. msgstr ""
  101. "Будь ласка, попросить вашого адміністратора встановити <a href=\"%(link)s"
  102. "\">docutils</a>."
  103. #, python-format
  104. msgid "Model: %(name)s"
  105. msgstr "Модель: %(name)s"
  106. msgid "Fields"
  107. msgstr "Поля"
  108. msgid "Field"
  109. msgstr "Поле"
  110. msgid "Type"
  111. msgstr "Тип"
  112. msgid "Description"
  113. msgstr "Опис"
  114. msgid "Methods with arguments"
  115. msgstr "Методи з аргументами"
  116. msgid "Method"
  117. msgstr "Метод"
  118. msgid "Arguments"
  119. msgstr "Аргументи"
  120. msgid "Back to Model documentation"
  121. msgstr "Назад до Документація моделі"
  122. msgid "Model documentation"
  123. msgstr "Документація моделі"
  124. msgid "Model groups"
  125. msgstr "Групи моделей"
  126. msgid "Templates"
  127. msgstr "Шаблони"
  128. #, python-format
  129. msgid "Template: %(name)s"
  130. msgstr "Шаблон: %(name)s"
  131. #, python-format
  132. msgid "Template: \"%(name)s\""
  133. msgstr "Шаблон: «%(name)s»"
  134. #. Translators: Search is not a verb here, it qualifies path (a search path)
  135. #, python-format
  136. msgid "Search path for template \"%(name)s\":"
  137. msgstr "Шляхи для пошуку шаблону «%(name)s»:"
  138. msgid "(does not exist)"
  139. msgstr "(не існує)"
  140. msgid "Back to Documentation"
  141. msgstr "Назад до Документації"
  142. msgid "Template filters"
  143. msgstr "Фільтри у шаблонах"
  144. msgid "Template filter documentation"
  145. msgstr "Документація фільтрів у шаблонах"
  146. msgid "Built-in filters"
  147. msgstr "Вбудовані фільтри"
  148. #, python-format
  149. msgid ""
  150. "To use these filters, put <code>%(code)s</code> in your template before "
  151. "using the filter."
  152. msgstr ""
  153. "Щоб використовувати ці фільтри, помістіть <code>%(code)s</code> в ваш шаблон "
  154. "перед використанням фільтру."
  155. msgid "Template tags"
  156. msgstr "Теги шаблонів"
  157. msgid "Template tag documentation"
  158. msgstr "Документація по тегам шаблонів"
  159. msgid "Built-in tags"
  160. msgstr "Вбудовані теги"
  161. #, python-format
  162. msgid ""
  163. "To use these tags, put <code>%(code)s</code> in your template before using "
  164. "the tag."
  165. msgstr ""
  166. "Щоб використовувати ці теги, помістіть <code>%(code)s</code> в ваш шаблон "
  167. "перед використанням тегу."
  168. #, python-format
  169. msgid "View: %(name)s"
  170. msgstr "Відображення: %(name)s"
  171. msgid "Context:"
  172. msgstr "Контекст:"
  173. msgid "Templates:"
  174. msgstr "Шаблони:"
  175. msgid "Back to View documentation"
  176. msgstr "Назад до Переглянути документацію"
  177. msgid "View documentation"
  178. msgstr "Переглянути документацію"
  179. msgid "Jump to namespace"
  180. msgstr "Перейти до іменованої зони"
  181. msgid "Empty namespace"
  182. msgstr "Порожня іменована зона"
  183. #, python-format
  184. msgid "Views by namespace %(name)s"
  185. msgstr "Відображення у просторі імен %(name)s"
  186. msgid "Views by empty namespace"
  187. msgstr "Відображення у глобальному просторі імен "
  188. #, python-format
  189. msgid ""
  190. "\n"
  191. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  192. "code>.\n"
  193. msgstr ""
  194. "\n"
  195. "Функція відображення: <code>%(full_name)s</code>. Им'я: <code>%(url_name)s</"
  196. "code>.\n"
  197. msgid "tag:"
  198. msgstr "тег:"
  199. msgid "filter:"
  200. msgstr "відфільтрувати:"
  201. msgid "view:"
  202. msgstr "переглянути:"
  203. #, python-format
  204. msgid "App %(app_label)r not found"
  205. msgstr "Застосунок %(app_label)r не знайдено"
  206. #, python-format
  207. msgid "Model %(model_name)r not found in app %(app_label)r"
  208. msgstr "Модель %(model_name)r не знайдено в прикладній системі %(app_label)r"
  209. msgid "model:"
  210. msgstr "модель:"
  211. #, python-format
  212. msgid "the related `%(app_label)s.%(data_type)s` object"
  213. msgstr "пов'язаний `%(app_label)s.%(data_type)s` об'єкт"
  214. #, python-format
  215. msgid "related `%(app_label)s.%(object_name)s` objects"
  216. msgstr "пов'язані з `%(app_label)s.%(object_name)s` об'єкти"
  217. #, python-format
  218. msgid "all %s"
  219. msgstr "всі %s"
  220. #, python-format
  221. msgid "number of %s"
  222. msgstr "кількість з %s"
  223. #, python-format
  224. msgid "%s does not appear to be a urlpattern object"
  225. msgstr "%s не є об'єктом urlpattern"