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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Mingun <Alexander_Sergey@mail.ru>, 2014
  5. # Dimmus <dmitri.chudinov@gmail.com>, 2011
  6. # Eugene <eugene.mechanism@gmail.com>, 2012
  7. # Grigory Fateyev (aka greg) <gfborn@gmail.com>, 2018
  8. # Jannis Leidel <jannis@leidel.info>, 2011
  9. # Mingun <Alexander_Sergey@mail.ru>, 2014
  10. # Алексей Борискин <sun.void@gmail.com>, 2012,2014
  11. # Дмитрий Шатера <mr.bobsans@gmail.com>, 2018
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: django\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  17. "PO-Revision-Date: 2018-08-01 07:32+0000\n"
  18. "Last-Translator: Grigory Fateyev (aka greg) <gfborn@gmail.com>\n"
  19. "Language-Team: Russian (http://www.transifex.com/django/django/language/"
  20. "ru/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: 8bit\n"
  24. "Language: ru\n"
  25. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  26. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  27. "%100>=11 && n%100<=14)? 2 : 3);\n"
  28. msgid "Humanize"
  29. msgstr "Приведение значений к виду, понятному человеку"
  30. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  31. msgctxt "ordinal 11, 12, 13"
  32. msgid "{}th"
  33. msgstr ""
  34. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  35. msgctxt "ordinal 0"
  36. msgid "{}th"
  37. msgstr ""
  38. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  39. msgctxt "ordinal 1"
  40. msgid "{}st"
  41. msgstr ""
  42. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  43. msgctxt "ordinal 2"
  44. msgid "{}nd"
  45. msgstr ""
  46. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  47. msgctxt "ordinal 3"
  48. msgid "{}rd"
  49. msgstr ""
  50. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  51. msgctxt "ordinal 4"
  52. msgid "{}th"
  53. msgstr ""
  54. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  55. msgctxt "ordinal 5"
  56. msgid "{}th"
  57. msgstr ""
  58. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  59. msgctxt "ordinal 6"
  60. msgid "{}th"
  61. msgstr ""
  62. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  63. msgctxt "ordinal 7"
  64. msgid "{}th"
  65. msgstr ""
  66. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  67. msgctxt "ordinal 8"
  68. msgid "{}th"
  69. msgstr ""
  70. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  71. msgctxt "ordinal 9"
  72. msgid "{}th"
  73. msgstr ""
  74. #, python-format
  75. msgid "%(value).1f million"
  76. msgid_plural "%(value).1f million"
  77. msgstr[0] "%(value).1f миллион"
  78. msgstr[1] "%(value).1f миллиона"
  79. msgstr[2] "%(value).1f миллионов"
  80. msgstr[3] "%(value).1f миллионов"
  81. #, python-format
  82. msgid "%(value)s million"
  83. msgid_plural "%(value)s million"
  84. msgstr[0] "%(value)s миллион"
  85. msgstr[1] "%(value)s миллиона"
  86. msgstr[2] "%(value)s миллионов"
  87. msgstr[3] "%(value)s миллионов"
  88. #, python-format
  89. msgid "%(value).1f billion"
  90. msgid_plural "%(value).1f billion"
  91. msgstr[0] "%(value).1f миллиард"
  92. msgstr[1] "%(value).1f миллиарда"
  93. msgstr[2] "%(value).1f миллиардов"
  94. msgstr[3] "%(value).1f миллиардов"
  95. #, python-format
  96. msgid "%(value)s billion"
  97. msgid_plural "%(value)s billion"
  98. msgstr[0] "%(value)s миллиард"
  99. msgstr[1] "%(value)s миллиарда"
  100. msgstr[2] "%(value)s миллиардов"
  101. msgstr[3] "%(value)s миллиардов"
  102. #, python-format
  103. msgid "%(value).1f trillion"
  104. msgid_plural "%(value).1f trillion"
  105. msgstr[0] "%(value).1f триллион"
  106. msgstr[1] "%(value).1f триллиона"
  107. msgstr[2] "%(value).1f триллионов"
  108. msgstr[3] "%(value).1f триллионов"
  109. #, python-format
  110. msgid "%(value)s trillion"
  111. msgid_plural "%(value)s trillion"
  112. msgstr[0] "%(value)s триллион"
  113. msgstr[1] "%(value)s триллиона"
  114. msgstr[2] "%(value)s триллионов"
  115. msgstr[3] "%(value)s триллионов"
  116. #, python-format
  117. msgid "%(value).1f quadrillion"
  118. msgid_plural "%(value).1f quadrillion"
  119. msgstr[0] "%(value).1f квадриллион"
  120. msgstr[1] "%(value).1f квадриллиона"
  121. msgstr[2] "%(value).1f квадриллионов"
  122. msgstr[3] "%(value).1f квадриллионов"
  123. #, python-format
  124. msgid "%(value)s quadrillion"
  125. msgid_plural "%(value)s quadrillion"
  126. msgstr[0] "%(value)s квадриллион"
  127. msgstr[1] "%(value)s квадриллиона"
  128. msgstr[2] "%(value)s квадриллионов"
  129. msgstr[3] "%(value)s квадриллионов"
  130. #, python-format
  131. msgid "%(value).1f quintillion"
  132. msgid_plural "%(value).1f quintillion"
  133. msgstr[0] "%(value).1f квинтиллион"
  134. msgstr[1] "%(value).1f квинтиллиона"
  135. msgstr[2] "%(value).1f квинтиллионов"
  136. msgstr[3] "%(value).1f квинтиллионов"
  137. #, python-format
  138. msgid "%(value)s quintillion"
  139. msgid_plural "%(value)s quintillion"
  140. msgstr[0] "%(value)s квинтиллион"
  141. msgstr[1] "%(value)s квинтиллиона"
  142. msgstr[2] "%(value)s квинтиллионов"
  143. msgstr[3] "%(value)s квинтиллионов"
  144. #, python-format
  145. msgid "%(value).1f sextillion"
  146. msgid_plural "%(value).1f sextillion"
  147. msgstr[0] "%(value).1f секстиллион"
  148. msgstr[1] "%(value).1f секстиллиона"
  149. msgstr[2] "%(value).1f секстиллионов"
  150. msgstr[3] "%(value).1f секстиллионов"
  151. #, python-format
  152. msgid "%(value)s sextillion"
  153. msgid_plural "%(value)s sextillion"
  154. msgstr[0] "%(value)s секстиллион"
  155. msgstr[1] "%(value)s секстиллиона"
  156. msgstr[2] "%(value)s секстиллионов"
  157. msgstr[3] "%(value)s секстиллионов"
  158. #, python-format
  159. msgid "%(value).1f septillion"
  160. msgid_plural "%(value).1f septillion"
  161. msgstr[0] "%(value).1f септиллион"
  162. msgstr[1] "%(value).1f септиллиона"
  163. msgstr[2] "%(value).1f септиллионов"
  164. msgstr[3] "%(value).1f септиллионов"
  165. #, python-format
  166. msgid "%(value)s septillion"
  167. msgid_plural "%(value)s septillion"
  168. msgstr[0] "%(value)s септиллион"
  169. msgstr[1] "%(value)s септиллиона"
  170. msgstr[2] "%(value)s септиллионов"
  171. msgstr[3] "%(value)s септиллионов"
  172. #, python-format
  173. msgid "%(value).1f octillion"
  174. msgid_plural "%(value).1f octillion"
  175. msgstr[0] "%(value).1f октиллион"
  176. msgstr[1] "%(value).1f октиллиона"
  177. msgstr[2] "%(value).1f октиллионов"
  178. msgstr[3] "%(value).1f октиллионов"
  179. #, python-format
  180. msgid "%(value)s octillion"
  181. msgid_plural "%(value)s octillion"
  182. msgstr[0] "%(value)s октиллион"
  183. msgstr[1] "%(value)s октиллиона"
  184. msgstr[2] "%(value)s октиллионов"
  185. msgstr[3] "%(value)s октиллионов"
  186. #, python-format
  187. msgid "%(value).1f nonillion"
  188. msgid_plural "%(value).1f nonillion"
  189. msgstr[0] "%(value).1f нониллион"
  190. msgstr[1] "%(value).1f нониллиона"
  191. msgstr[2] "%(value).1f нониллионов"
  192. msgstr[3] "%(value).1f нониллионов"
  193. #, python-format
  194. msgid "%(value)s nonillion"
  195. msgid_plural "%(value)s nonillion"
  196. msgstr[0] "%(value)s нониллион"
  197. msgstr[1] "%(value)s нониллиона"
  198. msgstr[2] "%(value)s нониллионов"
  199. msgstr[3] "%(value)s нониллионов"
  200. #, python-format
  201. msgid "%(value).1f decillion"
  202. msgid_plural "%(value).1f decillion"
  203. msgstr[0] "%(value).1f дециллион"
  204. msgstr[1] "%(value).1f дециллиона"
  205. msgstr[2] "%(value).1f дециллионов"
  206. msgstr[3] "%(value).1f дециллионов"
  207. #, python-format
  208. msgid "%(value)s decillion"
  209. msgid_plural "%(value)s decillion"
  210. msgstr[0] "%(value)s дециллион"
  211. msgstr[1] "%(value)s дециллиона"
  212. msgstr[2] "%(value)s дециллионов"
  213. msgstr[3] "%(value)s дециллионов"
  214. #, python-format
  215. msgid "%(value).1f googol"
  216. msgid_plural "%(value).1f googol"
  217. msgstr[0] "%(value).1f гугол"
  218. msgstr[1] "%(value).1f гугола"
  219. msgstr[2] "%(value).1f гуголов"
  220. msgstr[3] "%(value).1f гуголов"
  221. #, python-format
  222. msgid "%(value)s googol"
  223. msgid_plural "%(value)s googol"
  224. msgstr[0] "%(value)s гугол"
  225. msgstr[1] "%(value)s гугола"
  226. msgstr[2] "%(value)s гуголов"
  227. msgstr[3] "%(value)s гуголов"
  228. msgid "one"
  229. msgstr "один"
  230. msgid "two"
  231. msgstr "два"
  232. msgid "three"
  233. msgstr "три"
  234. msgid "four"
  235. msgstr "четыре"
  236. msgid "five"
  237. msgstr "пять"
  238. msgid "six"
  239. msgstr "шесть"
  240. msgid "seven"
  241. msgstr "семь"
  242. msgid "eight"
  243. msgstr "восемь"
  244. msgid "nine"
  245. msgstr "девять"
  246. msgid "today"
  247. msgstr "сегодня"
  248. msgid "tomorrow"
  249. msgstr "завтра"
  250. msgid "yesterday"
  251. msgstr "вчера"
  252. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  253. #. weeks'
  254. #, python-format
  255. msgid "%(delta)s ago"
  256. msgstr "%(delta)s назад"
  257. #. Translators: 'naturaltime-past' strings will be included in
  258. #. '%(delta)s ago'
  259. #, python-format
  260. msgctxt "naturaltime-past"
  261. msgid "%d year"
  262. msgid_plural "%d years"
  263. msgstr[0] "%d год"
  264. msgstr[1] "%d года"
  265. msgstr[2] "%d лет"
  266. msgstr[3] "%d лет"
  267. #, python-format
  268. msgctxt "naturaltime-past"
  269. msgid "%d month"
  270. msgid_plural "%d months"
  271. msgstr[0] "%d месяц"
  272. msgstr[1] "%d месяца"
  273. msgstr[2] "%d месяцев"
  274. msgstr[3] "%d месяцев"
  275. #, python-format
  276. msgctxt "naturaltime-past"
  277. msgid "%d week"
  278. msgid_plural "%d weeks"
  279. msgstr[0] "%d неделя"
  280. msgstr[1] "%d недели"
  281. msgstr[2] "%d недель"
  282. msgstr[3] "%d недель"
  283. #, python-format
  284. msgctxt "naturaltime-past"
  285. msgid "%d day"
  286. msgid_plural "%d days"
  287. msgstr[0] "%d день"
  288. msgstr[1] "%d дня"
  289. msgstr[2] "%d дней"
  290. msgstr[3] "%d дней"
  291. #, python-format
  292. msgctxt "naturaltime-past"
  293. msgid "%d hour"
  294. msgid_plural "%d hours"
  295. msgstr[0] ""
  296. msgstr[1] ""
  297. msgstr[2] ""
  298. msgstr[3] ""
  299. #, python-format
  300. msgctxt "naturaltime-past"
  301. msgid "%d minute"
  302. msgid_plural "%d minutes"
  303. msgstr[0] ""
  304. msgstr[1] ""
  305. msgstr[2] ""
  306. msgstr[3] ""
  307. msgid "now"
  308. msgstr "сейчас"
  309. #. Translators: please keep a non-breaking space (U+00A0)
  310. #. between count and time unit.
  311. #, python-format
  312. msgid "a second ago"
  313. msgid_plural "%(count)s seconds ago"
  314. msgstr[0] "%(count)s секунду назад"
  315. msgstr[1] "%(count)s секунды назад"
  316. msgstr[2] "%(count)s секунд назад"
  317. msgstr[3] "%(count)s секунд назад"
  318. #. Translators: please keep a non-breaking space (U+00A0)
  319. #. between count and time unit.
  320. #, python-format
  321. msgid "a minute ago"
  322. msgid_plural "%(count)s minutes ago"
  323. msgstr[0] "%(count)s минуту назад"
  324. msgstr[1] "%(count)s минуты назад"
  325. msgstr[2] "%(count)s минут назад"
  326. msgstr[3] "%(count)s минут назад"
  327. #. Translators: please keep a non-breaking space (U+00A0)
  328. #. between count and time unit.
  329. #, python-format
  330. msgid "an hour ago"
  331. msgid_plural "%(count)s hours ago"
  332. msgstr[0] "%(count)s час назад"
  333. msgstr[1] "%(count)s часа назад"
  334. msgstr[2] "%(count)s часов назад"
  335. msgstr[3] "%(count)s часов назад"
  336. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  337. #. weeks'
  338. #, python-format
  339. msgid "%(delta)s from now"
  340. msgstr "через %(delta)s"
  341. #. Translators: 'naturaltime-future' strings will be included in
  342. #. '%(delta)s from now'
  343. #, python-format
  344. msgctxt "naturaltime-future"
  345. msgid "%d year"
  346. msgid_plural "%d years"
  347. msgstr[0] "%d год"
  348. msgstr[1] "%d года"
  349. msgstr[2] "%d лет"
  350. msgstr[3] "%d лет"
  351. #, python-format
  352. msgctxt "naturaltime-future"
  353. msgid "%d month"
  354. msgid_plural "%d months"
  355. msgstr[0] "%d месяц"
  356. msgstr[1] "%d месяца"
  357. msgstr[2] "%d месяцев"
  358. msgstr[3] "%d месяцев"
  359. #, python-format
  360. msgctxt "naturaltime-future"
  361. msgid "%d week"
  362. msgid_plural "%d weeks"
  363. msgstr[0] "%d неделю"
  364. msgstr[1] "%d недели"
  365. msgstr[2] "%d недель"
  366. msgstr[3] "%d недель"
  367. #, python-format
  368. msgctxt "naturaltime-future"
  369. msgid "%d day"
  370. msgid_plural "%d days"
  371. msgstr[0] "%d день"
  372. msgstr[1] "%d дня"
  373. msgstr[2] "%d дней"
  374. msgstr[3] "%d дней"
  375. #, python-format
  376. msgctxt "naturaltime-future"
  377. msgid "%d hour"
  378. msgid_plural "%d hours"
  379. msgstr[0] "%d час"
  380. msgstr[1] "%d часа"
  381. msgstr[2] "%d часов"
  382. msgstr[3] "%d часов"
  383. #, python-format
  384. msgctxt "naturaltime-future"
  385. msgid "%d minute"
  386. msgid_plural "%d minutes"
  387. msgstr[0] "%d минута"
  388. msgstr[1] "%d минуты"
  389. msgstr[2] "%d минут"
  390. msgstr[3] "%d минут"
  391. #. Translators: please keep a non-breaking space (U+00A0)
  392. #. between count and time unit.
  393. #, python-format
  394. msgid "a second from now"
  395. msgid_plural "%(count)s seconds from now"
  396. msgstr[0] "через %(count)s секунду"
  397. msgstr[1] "через %(count)s секунды"
  398. msgstr[2] "через %(count)s секунд"
  399. msgstr[3] "через %(count)s секунд"
  400. #. Translators: please keep a non-breaking space (U+00A0)
  401. #. between count and time unit.
  402. #, python-format
  403. msgid "a minute from now"
  404. msgid_plural "%(count)s minutes from now"
  405. msgstr[0] "через %(count)s минуту"
  406. msgstr[1] "через %(count)s минуты"
  407. msgstr[2] "через %(count)s минут"
  408. msgstr[3] "через %(count)s минут"
  409. #. Translators: please keep a non-breaking space (U+00A0)
  410. #. between count and time unit.
  411. #, python-format
  412. msgid "an hour from now"
  413. msgid_plural "%(count)s hours from now"
  414. msgstr[0] "через %(count)s час"
  415. msgstr[1] "через %(count)s часа"
  416. msgstr[2] "через %(count)s часов"
  417. msgstr[3] "через %(count)s часов"