django.po 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PACKAGE VERSION\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-12-28 13:32+0000\n"
  10. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  11. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12. "Language-Team: LANGUAGE <LL@li.org>\n"
  13. "Language: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  18. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  19. #: models.py:9 dashboard/modules.py:138 templates/admin/base.html:281
  20. msgid "URL"
  21. msgstr "URL"
  22. #: models.py:10
  23. msgid "title"
  24. msgstr ""
  25. #: models.py:11 models.py:26 dashboard/models.py:14
  26. msgid "user"
  27. msgstr ""
  28. #: models.py:12 models.py:27
  29. msgid "date created"
  30. msgstr ""
  31. #: models.py:15
  32. msgid "bookmark"
  33. msgstr ""
  34. #: models.py:16 templates/admin/base.html:294
  35. msgid "bookmarks"
  36. msgstr "закладки"
  37. #: models.py:25 dashboard/models.py:13
  38. msgid "application name"
  39. msgstr ""
  40. #: models.py:30
  41. msgid "pinned application"
  42. msgstr ""
  43. #: models.py:31
  44. msgid "pinned applications"
  45. msgstr ""
  46. #: dashboard/dashboard.py:207
  47. msgid "Quick links"
  48. msgstr "Быстрые ссылки"
  49. #: dashboard/dashboard.py:213
  50. msgid "Return to site"
  51. msgstr "Вернуться на сайт"
  52. #: dashboard/dashboard.py:214 templates/admin/base.html:102
  53. msgid "Change password"
  54. msgstr ""
  55. #: dashboard/dashboard.py:216 templates/admin/base.html:106
  56. msgid "Log out"
  57. msgstr ""
  58. #: dashboard/dashboard.py:224 dashboard/modules.py:268
  59. #: templates/admin/base.html:205 templates/admin/index.html:14
  60. msgid "Applications"
  61. msgstr "Приложения"
  62. #: dashboard/dashboard.py:232
  63. msgid "Administration"
  64. msgstr "Администрирование"
  65. #: dashboard/dashboard.py:240 dashboard/modules.py:413
  66. #: templates/admin/index.html:68
  67. msgid "Recent Actions"
  68. msgstr "Последние действия"
  69. #: dashboard/dashboard.py:248
  70. msgid "Latest Django News"
  71. msgstr "Новости от Django"
  72. #: dashboard/dashboard.py:257
  73. msgid "Support"
  74. msgstr "Поддержка"
  75. #: dashboard/dashboard.py:260
  76. msgid "Django documentation"
  77. msgstr "Документация по Django"
  78. #: dashboard/dashboard.py:265
  79. msgid "Django \"django-users\" mailing list"
  80. msgstr "Гугл-группа \"django-users\""
  81. #: dashboard/dashboard.py:270
  82. msgid "Django irc channel"
  83. msgstr "IRC канал Django"
  84. #: dashboard/dashboard.py:285
  85. msgid "Application models"
  86. msgstr "Модели приложения"
  87. #: dashboard/models.py:11 dashboard/modules.py:139
  88. #: templates/admin/base.html:279
  89. msgid "Title"
  90. msgstr "Название"
  91. #: dashboard/models.py:12
  92. msgid "module"
  93. msgstr ""
  94. #: dashboard/models.py:15
  95. msgid "column"
  96. msgstr ""
  97. #: dashboard/models.py:16
  98. msgid "order"
  99. msgstr ""
  100. #: dashboard/models.py:17
  101. msgid "settings"
  102. msgstr ""
  103. #: dashboard/models.py:18
  104. msgid "children"
  105. msgstr ""
  106. #: dashboard/models.py:19
  107. msgid "collapsed"
  108. msgstr ""
  109. #: dashboard/models.py:22
  110. msgid "user dashboard module"
  111. msgstr ""
  112. #: dashboard/models.py:23
  113. msgid "user dashboard modules"
  114. msgstr ""
  115. #: dashboard/modules.py:140
  116. msgid "External link"
  117. msgstr "Внешняя ссылка"
  118. #: dashboard/modules.py:144
  119. msgid "Layout"
  120. msgstr "Отображение"
  121. #: dashboard/modules.py:144
  122. msgid "Stacked"
  123. msgstr "Списком"
  124. #: dashboard/modules.py:144
  125. msgid "Inline"
  126. msgstr "В строчку"
  127. #: dashboard/modules.py:190 dashboard/modules.py:214
  128. msgid "Links"
  129. msgstr "Ссылки"
  130. #: dashboard/modules.py:213
  131. msgid "Link"
  132. msgstr "Ссылка"
  133. #: dashboard/modules.py:340
  134. msgid "Models"
  135. msgstr "Модели"
  136. #: dashboard/modules.py:383 dashboard/modules.py:490
  137. msgid "Items limit"
  138. msgstr "Количество элементов"
  139. #: dashboard/modules.py:491
  140. msgid "Feed URL"
  141. msgstr "URL потока"
  142. #: dashboard/modules.py:522
  143. msgid "RSS Feed"
  144. msgstr "RSS поток"
  145. #: dashboard/modules.py:568
  146. msgid "You must install the FeedParser python module"
  147. msgstr "Необходимо установить python модуль FeedParser"
  148. #: dashboard/modules.py:573
  149. msgid "You must provide a valid feed URL"
  150. msgstr "Необходимо указать корректный URL потока"
  151. #: dashboard/views.py:17
  152. msgid "Widget was successfully updated"
  153. msgstr "Виджет успешно изменен"
  154. #: dashboard/views.py:85 dashboard/templates/jet.dashboard/module.html:19
  155. #: dashboard/templates/jet.dashboard/modules/app_list.html:24
  156. #: dashboard/templates/jet.dashboard/modules/model_list.html:14
  157. #: templates/admin/index.html:40 templates/admin/edit_inline/stacked.html:44
  158. #: templates/admin/edit_inline/tabular.html:39
  159. msgid "Change"
  160. msgstr ""
  161. #: dashboard/views.py:89 dashboard/views.py:90
  162. msgid "Items"
  163. msgstr "Элементы"
  164. #: dashboard/views.py:152
  165. msgid "Widget has been successfully added"
  166. msgstr "Виджет успешно добавлен"
  167. #: dashboard/dashboard_modules/google_analytics.py:144
  168. #: dashboard/dashboard_modules/yandex_metrika.py:102
  169. msgid "Revoke access"
  170. msgstr "Убрать доступ"
  171. #: dashboard/dashboard_modules/google_analytics.py:149
  172. #: dashboard/dashboard_modules/yandex_metrika.py:107
  173. msgid "Grant access"
  174. msgstr "Предоставить доступ"
  175. #: dashboard/dashboard_modules/google_analytics.py:162
  176. #: dashboard/dashboard_modules/yandex_metrika.py:117
  177. msgid "Access"
  178. msgstr "Доступ"
  179. #: dashboard/dashboard_modules/google_analytics.py:163
  180. #: dashboard/dashboard_modules/yandex_metrika.py:118
  181. msgid "Counter"
  182. msgstr "Счетчик"
  183. #: dashboard/dashboard_modules/google_analytics.py:164
  184. #: dashboard/dashboard_modules/yandex_metrika.py:119
  185. msgid "Statistics period"
  186. msgstr "Статистика за период"
  187. #: dashboard/dashboard_modules/google_analytics.py:165
  188. #: dashboard/dashboard_modules/yandex_metrika.py:120
  189. msgid "Today"
  190. msgstr "Сегодня"
  191. #: dashboard/dashboard_modules/google_analytics.py:166
  192. #: dashboard/dashboard_modules/yandex_metrika.py:121
  193. msgid "Last week"
  194. msgstr "Последняя неделя"
  195. #: dashboard/dashboard_modules/google_analytics.py:167
  196. #: dashboard/dashboard_modules/yandex_metrika.py:122
  197. msgid "Last month"
  198. msgstr "Последний месяц"
  199. #: dashboard/dashboard_modules/google_analytics.py:168
  200. #: dashboard/dashboard_modules/yandex_metrika.py:123
  201. msgid "Last quarter"
  202. msgstr "Последний квартал"
  203. #: dashboard/dashboard_modules/google_analytics.py:169
  204. #: dashboard/dashboard_modules/yandex_metrika.py:124
  205. msgid "Last year"
  206. msgstr "Последний год"
  207. #: dashboard/dashboard_modules/google_analytics.py:179
  208. #: dashboard/dashboard_modules/yandex_metrika.py:134
  209. msgid "none"
  210. msgstr "не указано"
  211. #: dashboard/dashboard_modules/google_analytics.py:182
  212. #: dashboard/dashboard_modules/yandex_metrika.py:137
  213. msgid "grant access first"
  214. msgstr "сначала предоставьте доступ"
  215. #: dashboard/dashboard_modules/google_analytics.py:182
  216. #: dashboard/dashboard_modules/yandex_metrika.py:137
  217. msgid "counters loading failed"
  218. msgstr "не удалось загрузить счетчики"
  219. #: dashboard/dashboard_modules/google_analytics.py:187
  220. #: dashboard/dashboard_modules/yandex_metrika.py:142
  221. msgid "Show"
  222. msgstr "Показывать"
  223. #: dashboard/dashboard_modules/google_analytics.py:188
  224. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:15
  225. msgid "Users"
  226. msgstr "Пользователи"
  227. #: dashboard/dashboard_modules/google_analytics.py:189
  228. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:16
  229. msgid "Sessions"
  230. msgstr "Сессии"
  231. #: dashboard/dashboard_modules/google_analytics.py:190
  232. #: dashboard/dashboard_modules/yandex_metrika.py:145
  233. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:17
  234. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:17
  235. msgid "Views"
  236. msgstr "Просмотры"
  237. #: dashboard/dashboard_modules/google_analytics.py:192
  238. #: dashboard/dashboard_modules/google_analytics.py:200
  239. #: dashboard/dashboard_modules/yandex_metrika.py:147
  240. #: dashboard/dashboard_modules/yandex_metrika.py:155
  241. msgid "Group"
  242. msgstr "Группировать"
  243. #: dashboard/dashboard_modules/google_analytics.py:193
  244. #: dashboard/dashboard_modules/google_analytics.py:201
  245. #: dashboard/dashboard_modules/yandex_metrika.py:148
  246. #: dashboard/dashboard_modules/yandex_metrika.py:156
  247. msgid "By day"
  248. msgstr "По дням"
  249. #: dashboard/dashboard_modules/google_analytics.py:194
  250. #: dashboard/dashboard_modules/google_analytics.py:202
  251. #: dashboard/dashboard_modules/yandex_metrika.py:149
  252. #: dashboard/dashboard_modules/yandex_metrika.py:157
  253. msgid "By week"
  254. msgstr "По неделям"
  255. #: dashboard/dashboard_modules/google_analytics.py:195
  256. #: dashboard/dashboard_modules/google_analytics.py:203
  257. #: dashboard/dashboard_modules/yandex_metrika.py:150
  258. #: dashboard/dashboard_modules/yandex_metrika.py:158
  259. msgid "By month"
  260. msgstr "По месяцам"
  261. #: dashboard/dashboard_modules/google_analytics.py:276
  262. #, python-format
  263. msgid ""
  264. "Please <a href=\"%s\">attach Google account and choose Google Analytics "
  265. "counter</a> to start using widget"
  266. msgstr ""
  267. "Пожалуйста <a href=\"%s\">прикрепите аккаунт Google и выберите счетчик "
  268. "Google Analytics</a> для виджета"
  269. #: dashboard/dashboard_modules/google_analytics.py:279
  270. #, python-format
  271. msgid ""
  272. "Please <a href=\"%s\">select Google Analytics counter</a> to start using "
  273. "widget"
  274. msgstr ""
  275. "Пожалуйста <a href=\"%s\">выберите счетчик Google Analytics</a> для виджета"
  276. #: dashboard/dashboard_modules/google_analytics.py:298
  277. #: dashboard/dashboard_modules/google_analytics_views.py:42
  278. #: dashboard/dashboard_modules/yandex_metrika.py:235
  279. #: dashboard/dashboard_modules/yandex_metrika_views.py:37
  280. msgid "API request failed."
  281. msgstr "Ошибка запроса к API."
  282. #: dashboard/dashboard_modules/google_analytics.py:300
  283. #: dashboard/dashboard_modules/yandex_metrika.py:237
  284. #, python-format
  285. msgid " Try to <a href=\"%s\">revoke and grant access</a> again"
  286. msgstr " Попробуйте <a href=\"%s\">убрать и предоставить доступ</a> заново"
  287. #: dashboard/dashboard_modules/google_analytics.py:310
  288. msgid "Google Analytics visitors totals"
  289. msgstr "Данные о посещениях Google Analytics"
  290. #: dashboard/dashboard_modules/google_analytics.py:325
  291. msgid "users"
  292. msgstr "пользователи"
  293. #: dashboard/dashboard_modules/google_analytics.py:326
  294. msgid "sessions"
  295. msgstr "сессии"
  296. #: dashboard/dashboard_modules/google_analytics.py:327
  297. #: dashboard/dashboard_modules/yandex_metrika.py:266
  298. msgid "views"
  299. msgstr "просмотры"
  300. #: dashboard/dashboard_modules/google_analytics.py:329
  301. #: dashboard/dashboard_modules/google_analytics.py:387
  302. #: dashboard/dashboard_modules/google_analytics.py:437
  303. #: dashboard/dashboard_modules/yandex_metrika.py:268
  304. #: dashboard/dashboard_modules/yandex_metrika.py:320
  305. #: dashboard/dashboard_modules/yandex_metrika.py:364
  306. msgid "Bad server response"
  307. msgstr "Некорректный ответ сервера"
  308. #: dashboard/dashboard_modules/google_analytics.py:339
  309. msgid "Google Analytics visitors chart"
  310. msgstr "График посещений Google Analytics"
  311. #: dashboard/dashboard_modules/google_analytics.py:397
  312. msgid "Google Analytics period visitors"
  313. msgstr "Посещения Google Analytics за период"
  314. #: dashboard/dashboard_modules/google_analytics_views.py:26
  315. #: dashboard/dashboard_modules/google_analytics_views.py:46
  316. #: dashboard/dashboard_modules/yandex_metrika_views.py:23
  317. #: dashboard/dashboard_modules/yandex_metrika_views.py:45
  318. msgid "Module not found"
  319. msgstr "Модуль не найден"
  320. #: dashboard/dashboard_modules/google_analytics_views.py:44
  321. #: dashboard/dashboard_modules/yandex_metrika_views.py:43
  322. msgid "Bad arguments"
  323. msgstr "Некорректные аргументы"
  324. #: dashboard/dashboard_modules/yandex_metrika.py:143
  325. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:15
  326. msgid "Visitors"
  327. msgstr "Посетители"
  328. #: dashboard/dashboard_modules/yandex_metrika.py:144
  329. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:16
  330. msgid "Visits"
  331. msgstr "Визиты"
  332. #: dashboard/dashboard_modules/yandex_metrika.py:218
  333. #, python-format
  334. msgid ""
  335. "Please <a href=\"%s\">attach Yandex account and choose Yandex Metrika "
  336. "counter</a> to start using widget"
  337. msgstr ""
  338. "Пожалуйста <a href=\"%s\">прикрепите аккаунт Яндекс и выберите счетчик "
  339. "Яндекс Метрики</a> для виджета"
  340. #: dashboard/dashboard_modules/yandex_metrika.py:221
  341. #, python-format
  342. msgid ""
  343. "Please <a href=\"%s\">select Yandex Metrika counter</a> to start using widget"
  344. msgstr ""
  345. "Пожалуйста <a href=\"%s\">выберите счетчик Яндекс Метрики</a> для виджета"
  346. #: dashboard/dashboard_modules/yandex_metrika.py:249
  347. msgid "Yandex Metrika visitors totals"
  348. msgstr "Данные о посещениях Яндекс Метрики"
  349. #: dashboard/dashboard_modules/yandex_metrika.py:264
  350. msgid "visitors"
  351. msgstr "посетители"
  352. #: dashboard/dashboard_modules/yandex_metrika.py:265
  353. msgid "visits"
  354. msgstr "визиты"
  355. #: dashboard/dashboard_modules/yandex_metrika.py:278
  356. msgid "Yandex Metrika visitors chart"
  357. msgstr "График посещений Яндекс Метрики"
  358. #: dashboard/dashboard_modules/yandex_metrika.py:330
  359. msgid "Yandex Metrika period visitors"
  360. msgstr "Посещения Яндекс Метрики за период"
  361. #: dashboard/templates/admin/app_index.html:32
  362. #: dashboard/templates/jet.dashboard/update_module.html:14
  363. #: templates/admin/base.html:117 templates/admin/base.html.py:173
  364. #: templates/admin/change_form.html:17 templates/admin/change_list.html:33
  365. #: templates/admin/delete_confirmation.html:8
  366. #: templates/admin/delete_selected_confirmation.html:8
  367. #: templates/admin/object_history.html:6
  368. #: templates/registration/logged_out.html:4
  369. #: templates/registration/password_change_done.html:6
  370. #: templates/registration/password_change_form.html:6
  371. msgid "Home"
  372. msgstr ""
  373. #: dashboard/templates/jet.dashboard/dashboard.html:17
  374. msgid "Delete widget"
  375. msgstr "Удалить виджет"
  376. #: dashboard/templates/jet.dashboard/dashboard.html:18
  377. msgid "Are you sure want to delete this widget?"
  378. msgstr "Вы точно хотите удалить этот виджет?"
  379. #: dashboard/templates/jet.dashboard/dashboard_tools.html:7
  380. msgid "widgets"
  381. msgstr "виджеты"
  382. #: dashboard/templates/jet.dashboard/dashboard_tools.html:8
  383. msgid "available"
  384. msgstr "доступные"
  385. #: dashboard/templates/jet.dashboard/dashboard_tools.html:13
  386. msgid "inititals"
  387. msgstr "изначальные"
  388. #: dashboard/templates/jet.dashboard/dashboard_tools.html:18
  389. #: dashboard/templates/jet.dashboard/modules/app_list.html:18
  390. #: dashboard/templates/jet.dashboard/modules/model_list.html:8
  391. #: templates/admin/change_form.html:20 templates/admin/index.html:34
  392. msgid "Add"
  393. msgstr ""
  394. #: dashboard/templates/jet.dashboard/dashboard_tools.html:21
  395. #: dashboard/templates/jet.dashboard/dashboard_tools.html:27
  396. msgid "Reset widgets"
  397. msgstr "Сбросить виджеты"
  398. #: dashboard/templates/jet.dashboard/dashboard_tools.html:28
  399. msgid "Are you sure want to reset widgets?"
  400. msgstr "Вы точно хотите сбросить виджеты?"
  401. #: dashboard/templates/jet.dashboard/module.html:22
  402. #: templates/admin/delete_confirmation.html:12
  403. #: templates/admin/related_widget_wrapper.html:24
  404. #: templates/admin/submit_line.html:11
  405. msgid "Delete"
  406. msgstr ""
  407. #: dashboard/templates/jet.dashboard/update_module.html:35
  408. #: templates/admin/change_form.html:62
  409. msgid "General"
  410. msgstr "Общее"
  411. #: dashboard/templates/jet.dashboard/update_module.html:56
  412. #: templates/admin/change_list.html:61 templates/admin/login.html:27
  413. #: templates/admin/edit_inline/stacked.html:8
  414. #: templates/admin/edit_inline/tabular.html:10
  415. #: templates/admin/includes/fieldset.html:9
  416. #: templates/registration/password_change_form.html:21
  417. msgid "Please correct the errors below."
  418. msgstr ""
  419. #: dashboard/templates/jet.dashboard/update_module.html:126
  420. #: templates/admin/base.html:301 templates/admin/base.html.py:308
  421. #: templates/admin/edit_inline/stacked.html:21
  422. #: templates/admin/edit_inline/stacked.html:75
  423. #: templates/admin/edit_inline/tabular.html:100
  424. msgid "Remove"
  425. msgstr ""
  426. #: dashboard/templates/jet.dashboard/update_module.html:127
  427. #: templates/admin/edit_inline/stacked.html:76
  428. #: templates/admin/edit_inline/tabular.html:99
  429. #, python-format
  430. msgid "Add another %(verbose_name)s"
  431. msgstr ""
  432. #: dashboard/templates/jet.dashboard/update_module.html:135
  433. #: templates/admin/pagination.html:20 templates/admin/submit_line.html:4
  434. msgid "Save"
  435. msgstr ""
  436. #: dashboard/templates/jet.dashboard/modules/app_list.html:7
  437. #: dashboard/templates/jet.dashboard/modules/app_list.html:10
  438. #: templates/admin/index.html:23 templates/admin/index.html.py:26
  439. #, python-format
  440. msgid "Models in the %(name)s application"
  441. msgstr ""
  442. #: dashboard/templates/jet.dashboard/modules/feed.html:13
  443. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:34
  444. #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_chart.html:30
  445. #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_totals.html:23
  446. #: dashboard/templates/jet.dashboard/modules/link_list.html:26
  447. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:34
  448. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_chart.html:30
  449. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_totals.html:23
  450. msgid "Nothing to show"
  451. msgstr "Содержимое отсутствует"
  452. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:14
  453. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:14
  454. msgid "Date"
  455. msgstr ""
  456. #: dashboard/templates/jet.dashboard/modules/recent_actions.html:6
  457. #: templates/admin/index.html:75
  458. msgid "None available"
  459. msgstr ""
  460. #: dashboard/templates/jet.dashboard/modules/recent_actions.html:29
  461. #: templates/admin/index.html:98
  462. msgid "Unknown content"
  463. msgstr ""
  464. #: templates/admin/actions.html:8
  465. msgid "Run the selected action"
  466. msgstr ""
  467. #: templates/admin/actions.html:8
  468. msgid "Go"
  469. msgstr ""
  470. #: templates/admin/actions.html:17
  471. msgid "Click here to select the objects across all pages"
  472. msgstr ""
  473. #: templates/admin/actions.html:17
  474. #, python-format
  475. msgid "Select all %(total_count)s %(module_name)s"
  476. msgstr ""
  477. #: templates/admin/actions.html:19
  478. msgid "Clear selection"
  479. msgstr ""
  480. #: templates/admin/base.html:80
  481. msgid "current theme"
  482. msgstr ""
  483. #: templates/admin/base.html:159
  484. msgid "back"
  485. msgstr "назад"
  486. #: templates/admin/base.html:180
  487. msgid "View site"
  488. msgstr "Открыть сайт"
  489. #: templates/admin/base.html:188
  490. msgid "Documentation"
  491. msgstr ""
  492. #: templates/admin/base.html:276 templates/admin/base.html.py:293
  493. msgid "Add bookmark"
  494. msgstr "Добавить закладку"
  495. #: templates/admin/base.html:289
  496. msgid "Delete bookmark"
  497. msgstr "Удалить закладку"
  498. #: templates/admin/base.html:290
  499. msgid "Are you sure want to delete this bookmark?"
  500. msgstr "Вы точно хотите удалить эту закладку?"
  501. #: templates/admin/base.html:333
  502. msgid "Application page"
  503. msgstr "Страница приложения"
  504. #: templates/admin/base_site.html:3
  505. #, fuzzy
  506. msgid "Django site admin"
  507. msgstr "IRC канал Django"
  508. #: templates/admin/change_form.html:35 templates/admin/object_history.html:10
  509. msgid "History"
  510. msgstr ""
  511. #: templates/admin/change_form.html:38
  512. #: templates/admin/edit_inline/stacked.html:49
  513. #: templates/admin/edit_inline/tabular.html:45
  514. msgid "View on site"
  515. msgstr ""
  516. #: templates/admin/change_list.html:51
  517. #, python-format
  518. msgid "Add %(name)s"
  519. msgstr ""
  520. #: templates/admin/change_list.html:61 templates/admin/login.html:27
  521. #: templates/registration/password_change_form.html:21
  522. msgid "Please correct the error below."
  523. msgstr ""
  524. #: templates/admin/change_list_results.html:17
  525. #, python-format
  526. msgid "Sorting priority: %(priority_number)s"
  527. msgstr ""
  528. #: templates/admin/change_list_results.html:18
  529. msgid "Remove from sorting"
  530. msgstr ""
  531. #: templates/admin/change_list_results.html:19
  532. msgid "Toggle sorting"
  533. msgstr ""
  534. #: templates/admin/change_list_results.html:35
  535. msgid "try to reset filters"
  536. msgstr "попробуйте сбросить фильтры"
  537. #: templates/admin/delete_confirmation.html:18
  538. #, python-format
  539. msgid ""
  540. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  541. "related objects, but your account doesn't have permission to delete the "
  542. "following types of objects:"
  543. msgstr ""
  544. #: templates/admin/delete_confirmation.html:25
  545. #, python-format
  546. msgid ""
  547. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  548. "following protected related objects:"
  549. msgstr ""
  550. #: templates/admin/delete_confirmation.html:32
  551. #, python-format
  552. msgid ""
  553. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  554. "All of the following related items will be deleted:"
  555. msgstr ""
  556. #: templates/admin/delete_confirmation.html:41
  557. #: templates/admin/delete_selected_confirmation.html:43
  558. msgid "Yes, I'm sure"
  559. msgstr ""
  560. #: templates/admin/delete_confirmation.html:42
  561. #: templates/admin/delete_selected_confirmation.html:44
  562. msgid "No, take me back"
  563. msgstr "Нет, отменить и вернуться к выбору"
  564. #: templates/admin/delete_confirmation.html:56
  565. #: templates/admin/delete_selected_confirmation.html:59
  566. msgid "Objects"
  567. msgstr "Объекты"
  568. #: templates/admin/delete_selected_confirmation.html:11
  569. msgid "Delete multiple objects"
  570. msgstr ""
  571. #: templates/admin/delete_selected_confirmation.html:17
  572. #, python-format
  573. msgid ""
  574. "Deleting the selected %(objects_name)s would result in deleting related "
  575. "objects, but your account doesn't have permission to delete the following "
  576. "types of objects:"
  577. msgstr ""
  578. #: templates/admin/delete_selected_confirmation.html:24
  579. #, python-format
  580. msgid ""
  581. "Deleting the selected %(objects_name)s would require deleting the following "
  582. "protected related objects:"
  583. msgstr ""
  584. #: templates/admin/delete_selected_confirmation.html:31
  585. #, python-format
  586. msgid ""
  587. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  588. "following objects and their related items will be deleted:"
  589. msgstr ""
  590. #: templates/admin/filter.html:6
  591. #, python-format
  592. msgid "%(filter_title)s"
  593. msgstr ""
  594. #: templates/admin/index.html:56
  595. msgid "You don't have permission to edit anything."
  596. msgstr ""
  597. #: templates/admin/login.html:16
  598. msgid "<span class=\"bright\">Admin</span> Site"
  599. msgstr "Панель <span class=\"bright\">Администратора</span>"
  600. #: templates/admin/login.html:21 templates/admin/login.html.py:54
  601. msgid "Log in"
  602. msgstr ""
  603. #: templates/admin/login.html:50
  604. msgid "Forgotten your password or username?"
  605. msgstr ""
  606. #: templates/admin/object_history.html:21
  607. msgid "Date/time"
  608. msgstr ""
  609. #: templates/admin/object_history.html:22
  610. msgid "User"
  611. msgstr ""
  612. #: templates/admin/object_history.html:23
  613. #, fuzzy
  614. msgid "Action"
  615. msgstr "Приложения"
  616. #: templates/admin/object_history.html:37
  617. msgid ""
  618. "This object doesn't have a change history. It probably wasn't added via this "
  619. "admin site."
  620. msgstr ""
  621. #: templates/admin/pagination.html:7 templates/admin/search_form.html:20
  622. msgid "Show all"
  623. msgstr ""
  624. #: templates/admin/related_widget_wrapper.html:8
  625. #, python-format
  626. msgid "Change selected %(model)s"
  627. msgstr "Изменить выбранный объект типа %(model)s"
  628. #: templates/admin/related_widget_wrapper.html:15
  629. #, python-format
  630. msgid "Add another %(model)s"
  631. msgstr "Добавить ещё один объект типа %(model)s"
  632. #: templates/admin/related_widget_wrapper.html:22
  633. #, python-format
  634. msgid "Delete selected %(model)s"
  635. msgstr "Удалить выбранный объект типа %(model)s"
  636. #: templates/admin/search_form.html:6 templates/admin/search_form.html:17
  637. msgid "Search"
  638. msgstr ""
  639. #: templates/admin/search_form.html:20
  640. #, python-format
  641. msgid "%(counter)s result"
  642. msgid_plural "%(counter)s results"
  643. msgstr[0] ""
  644. msgstr[1] ""
  645. msgstr[2] ""
  646. #: templates/admin/search_form.html:20
  647. #, python-format
  648. msgid "%(full_result_count)s total"
  649. msgstr ""
  650. #: templates/admin/submit_line.html:5
  651. msgid "Save as new"
  652. msgstr ""
  653. #: templates/admin/submit_line.html:6
  654. msgid "Save and add another"
  655. msgstr ""
  656. #: templates/admin/submit_line.html:7
  657. msgid "Save and continue editing"
  658. msgstr ""
  659. #: templates/admin/edit_inline/tabular.html:25
  660. msgid "Delete?"
  661. msgstr ""
  662. #: templates/admin/includes/object_delete_summary.html:2
  663. msgid "Summary"
  664. msgstr ""
  665. #: templates/registration/logged_out.html:9
  666. msgid "Thanks for spending some quality time with the Web site today."
  667. msgstr ""
  668. #: templates/registration/logged_out.html:10
  669. msgid "Log in again"
  670. msgstr ""
  671. #: templates/registration/password_change_done.html:7
  672. #: templates/registration/password_change_form.html:7
  673. msgid "Password change"
  674. msgstr ""
  675. #: templates/registration/password_change_done.html:15
  676. msgid "Your password was changed."
  677. msgstr ""
  678. #: templates/registration/password_change_form.html:25
  679. msgid ""
  680. "Please enter your old password, for security's sake, and then enter your new "
  681. "password twice so we can verify you typed it in correctly."
  682. msgstr ""
  683. #: templates/registration/password_change_form.html:50
  684. msgid "Change my password"
  685. msgstr ""