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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # NullIsNot0 <nullisnot0@inbox.lv>, 2017
  5. # NullIsNot0 <nullisnot0@inbox.lv>, 2017-2018
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # peterisb <pb@sungis.lv>, 2016
  8. # peterisb <pb@sungis.lv>, 2016
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  14. "PO-Revision-Date: 2018-05-23 16:47+0000\n"
  15. "Last-Translator: NullIsNot0 <nullisnot0@inbox.lv>\n"
  16. "Language-Team: Latvian (http://www.transifex.com/django/django/language/"
  17. "lv/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: lv\n"
  22. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
  23. "2);\n"
  24. msgid "Humanize"
  25. msgstr "Padarīt cilvēcīgu"
  26. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  27. msgctxt "ordinal 11, 12, 13"
  28. msgid "{}th"
  29. msgstr "{}"
  30. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  31. msgctxt "ordinal 0"
  32. msgid "{}th"
  33. msgstr "{}"
  34. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  35. msgctxt "ordinal 1"
  36. msgid "{}st"
  37. msgstr "{}"
  38. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  39. msgctxt "ordinal 2"
  40. msgid "{}nd"
  41. msgstr "{}"
  42. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  43. msgctxt "ordinal 3"
  44. msgid "{}rd"
  45. msgstr "{}"
  46. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  47. msgctxt "ordinal 4"
  48. msgid "{}th"
  49. msgstr "{}"
  50. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  51. msgctxt "ordinal 5"
  52. msgid "{}th"
  53. msgstr "{}"
  54. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  55. msgctxt "ordinal 6"
  56. msgid "{}th"
  57. msgstr "{}"
  58. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  59. msgctxt "ordinal 7"
  60. msgid "{}th"
  61. msgstr "{}"
  62. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  63. msgctxt "ordinal 8"
  64. msgid "{}th"
  65. msgstr "{}"
  66. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  67. msgctxt "ordinal 9"
  68. msgid "{}th"
  69. msgstr "{}"
  70. #, python-format
  71. msgid "%(value).1f million"
  72. msgid_plural "%(value).1f million"
  73. msgstr[0] "%(value).1f miljons"
  74. msgstr[1] "%(value).1f miljoni"
  75. msgstr[2] "%(value).1f miljonu"
  76. #, python-format
  77. msgid "%(value)s million"
  78. msgid_plural "%(value)s million"
  79. msgstr[0] "%(value)s miljonu"
  80. msgstr[1] "%(value)s miljons"
  81. msgstr[2] "%(value)s miljonu"
  82. #, python-format
  83. msgid "%(value).1f billion"
  84. msgid_plural "%(value).1f billion"
  85. msgstr[0] "%(value).1f miljards"
  86. msgstr[1] "%(value).1f miljardi"
  87. msgstr[2] "%(value).1f miljardu"
  88. #, python-format
  89. msgid "%(value)s billion"
  90. msgid_plural "%(value)s billion"
  91. msgstr[0] "%(value)s miljardu"
  92. msgstr[1] "%(value)s miljards"
  93. msgstr[2] "%(value)s miljardu"
  94. #, python-format
  95. msgid "%(value).1f trillion"
  96. msgid_plural "%(value).1f trillion"
  97. msgstr[0] "%(value).1f triljons"
  98. msgstr[1] "%(value).1f triljoni"
  99. msgstr[2] "%(value).1f triljonu"
  100. #, python-format
  101. msgid "%(value)s trillion"
  102. msgid_plural "%(value)s trillion"
  103. msgstr[0] "%(value)s triljonu"
  104. msgstr[1] "%(value)s triljons"
  105. msgstr[2] "%(value)s triljonu"
  106. #, python-format
  107. msgid "%(value).1f quadrillion"
  108. msgid_plural "%(value).1f quadrillion"
  109. msgstr[0] "%(value).1f kvadriljons"
  110. msgstr[1] "%(value).1f kvadriljoni"
  111. msgstr[2] "%(value).1f kvadriljonu"
  112. #, python-format
  113. msgid "%(value)s quadrillion"
  114. msgid_plural "%(value)s quadrillion"
  115. msgstr[0] "%(value)s kvadriljonu"
  116. msgstr[1] "%(value)s kvadriljons"
  117. msgstr[2] "%(value)s kvadriljonu"
  118. #, python-format
  119. msgid "%(value).1f quintillion"
  120. msgid_plural "%(value).1f quintillion"
  121. msgstr[0] "%(value).1f kvintiljons"
  122. msgstr[1] "%(value).1f kvintiljoni"
  123. msgstr[2] "%(value).1f kvintiljonu"
  124. #, python-format
  125. msgid "%(value)s quintillion"
  126. msgid_plural "%(value)s quintillion"
  127. msgstr[0] "%(value)s kvintiljonu"
  128. msgstr[1] "%(value)s kvintiljons"
  129. msgstr[2] "%(value)s kvintiljonu"
  130. #, python-format
  131. msgid "%(value).1f sextillion"
  132. msgid_plural "%(value).1f sextillion"
  133. msgstr[0] "%(value).1f sekstiljons"
  134. msgstr[1] "%(value).1f sekstiljoni"
  135. msgstr[2] "%(value).1f sekstiljonu"
  136. #, python-format
  137. msgid "%(value)s sextillion"
  138. msgid_plural "%(value)s sextillion"
  139. msgstr[0] "%(value)s sekstiljonu"
  140. msgstr[1] "%(value)s sekstiljons"
  141. msgstr[2] "%(value)s sekstiljonu"
  142. #, python-format
  143. msgid "%(value).1f septillion"
  144. msgid_plural "%(value).1f septillion"
  145. msgstr[0] "%(value).1f septiljons"
  146. msgstr[1] "%(value).1f septiljoni"
  147. msgstr[2] "%(value).1f septiljonu"
  148. #, python-format
  149. msgid "%(value)s septillion"
  150. msgid_plural "%(value)s septillion"
  151. msgstr[0] "%(value)s septiljonu"
  152. msgstr[1] "%(value)s septiljons"
  153. msgstr[2] "%(value)s septiljonu"
  154. #, python-format
  155. msgid "%(value).1f octillion"
  156. msgid_plural "%(value).1f octillion"
  157. msgstr[0] "%(value).1f oktiljons"
  158. msgstr[1] "%(value).1f oktiljoni"
  159. msgstr[2] "%(value).1f oktiljonu"
  160. #, python-format
  161. msgid "%(value)s octillion"
  162. msgid_plural "%(value)s octillion"
  163. msgstr[0] "%(value)s oktiljonu"
  164. msgstr[1] "%(value)s oktiljons"
  165. msgstr[2] "%(value)s oktiljonu"
  166. #, python-format
  167. msgid "%(value).1f nonillion"
  168. msgid_plural "%(value).1f nonillion"
  169. msgstr[0] "%(value).1f noniljons"
  170. msgstr[1] "%(value).1f noniljoni"
  171. msgstr[2] "%(value).1f noniljonu"
  172. #, python-format
  173. msgid "%(value)s nonillion"
  174. msgid_plural "%(value)s nonillion"
  175. msgstr[0] "%(value)s noniljonu"
  176. msgstr[1] "%(value)s noniljons"
  177. msgstr[2] "%(value)s noniljonu"
  178. #, python-format
  179. msgid "%(value).1f decillion"
  180. msgid_plural "%(value).1f decillion"
  181. msgstr[0] "%(value).1f dekaljons"
  182. msgstr[1] "%(value).1f dekaljoni"
  183. msgstr[2] "%(value).1f dekaljonu"
  184. #, python-format
  185. msgid "%(value)s decillion"
  186. msgid_plural "%(value)s decillion"
  187. msgstr[0] "%(value)s dekaljonu"
  188. msgstr[1] "%(value)s dekaljons"
  189. msgstr[2] "%(value)s dekaljonu"
  190. #, python-format
  191. msgid "%(value).1f googol"
  192. msgid_plural "%(value).1f googol"
  193. msgstr[0] "%(value).1f gugols"
  194. msgstr[1] "%(value).1f gugoli"
  195. msgstr[2] "%(value).1f gugolu"
  196. #, python-format
  197. msgid "%(value)s googol"
  198. msgid_plural "%(value)s googol"
  199. msgstr[0] "%(value)s gugolu"
  200. msgstr[1] "%(value)s gugols"
  201. msgstr[2] "%(value)s gugolu"
  202. msgid "one"
  203. msgstr "viens"
  204. msgid "two"
  205. msgstr "divi"
  206. msgid "three"
  207. msgstr "trīs"
  208. msgid "four"
  209. msgstr "četri"
  210. msgid "five"
  211. msgstr "pieci"
  212. msgid "six"
  213. msgstr "seši"
  214. msgid "seven"
  215. msgstr "septiņi"
  216. msgid "eight"
  217. msgstr "astoņi"
  218. msgid "nine"
  219. msgstr "deviņi"
  220. msgid "today"
  221. msgstr "šodien"
  222. msgid "tomorrow"
  223. msgstr "rīt"
  224. msgid "yesterday"
  225. msgstr "vakar"
  226. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  227. #. weeks'
  228. #, python-format
  229. msgid "%(delta)s ago"
  230. msgstr "pirms %(delta)s"
  231. #. Translators: 'naturaltime-past' strings will be included in
  232. #. '%(delta)s ago'
  233. #, python-format
  234. msgctxt "naturaltime-past"
  235. msgid "%d year"
  236. msgid_plural "%d years"
  237. msgstr[0] "%d gada"
  238. msgstr[1] "%d gada"
  239. msgstr[2] "%d gadiem"
  240. #, python-format
  241. msgctxt "naturaltime-past"
  242. msgid "%d month"
  243. msgid_plural "%d months"
  244. msgstr[0] "%d mēneša"
  245. msgstr[1] "%d mēneša"
  246. msgstr[2] "%d mēnešiem"
  247. #, python-format
  248. msgctxt "naturaltime-past"
  249. msgid "%d week"
  250. msgid_plural "%d weeks"
  251. msgstr[0] "%d nedēļas"
  252. msgstr[1] "%d nedēļas"
  253. msgstr[2] "%d nedēļām"
  254. #, python-format
  255. msgctxt "naturaltime-past"
  256. msgid "%d day"
  257. msgid_plural "%d days"
  258. msgstr[0] "%d dienas"
  259. msgstr[1] "%d dienas"
  260. msgstr[2] "%d dienām"
  261. #, python-format
  262. msgctxt "naturaltime-past"
  263. msgid "%d hour"
  264. msgid_plural "%d hours"
  265. msgstr[0] "%d stundas"
  266. msgstr[1] "%d stundas"
  267. msgstr[2] "%d stundām"
  268. #, python-format
  269. msgctxt "naturaltime-past"
  270. msgid "%d minute"
  271. msgid_plural "%d minutes"
  272. msgstr[0] "%d minūtes"
  273. msgstr[1] "%d minūtes"
  274. msgstr[2] "%d minūtēm"
  275. msgid "now"
  276. msgstr "tagad"
  277. #. Translators: please keep a non-breaking space (U+00A0)
  278. #. between count and time unit.
  279. #, python-format
  280. msgid "a second ago"
  281. msgid_plural "%(count)s seconds ago"
  282. msgstr[0] "pirms %(count)s sekundes"
  283. msgstr[1] "pirms %(count)s sekundēm"
  284. msgstr[2] "pirms %(count)s sekundēm"
  285. #. Translators: please keep a non-breaking space (U+00A0)
  286. #. between count and time unit.
  287. #, python-format
  288. msgid "a minute ago"
  289. msgid_plural "%(count)s minutes ago"
  290. msgstr[0] "pirms %(count)s minūtes"
  291. msgstr[1] "pirms %(count)s minūtēm"
  292. msgstr[2] "pirms %(count)s minūtēm"
  293. #. Translators: please keep a non-breaking space (U+00A0)
  294. #. between count and time unit.
  295. #, python-format
  296. msgid "an hour ago"
  297. msgid_plural "%(count)s hours ago"
  298. msgstr[0] "pirms %(count)s stundas"
  299. msgstr[1] "pirms %(count)s stundām"
  300. msgstr[2] "pirms %(count)s stundām"
  301. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  302. #. weeks'
  303. #, python-format
  304. msgid "%(delta)s from now"
  305. msgstr "pēc %(delta)s"
  306. #. Translators: 'naturaltime-future' strings will be included in
  307. #. '%(delta)s from now'
  308. #, python-format
  309. msgctxt "naturaltime-future"
  310. msgid "%d year"
  311. msgid_plural "%d years"
  312. msgstr[0] "%d gada"
  313. msgstr[1] "%d gada"
  314. msgstr[2] "%d gadiem"
  315. #, python-format
  316. msgctxt "naturaltime-future"
  317. msgid "%d month"
  318. msgid_plural "%d months"
  319. msgstr[0] "%d mēneša"
  320. msgstr[1] "%d mēneša"
  321. msgstr[2] "%d mēnešiem"
  322. #, python-format
  323. msgctxt "naturaltime-future"
  324. msgid "%d week"
  325. msgid_plural "%d weeks"
  326. msgstr[0] "%d nedēļas"
  327. msgstr[1] "%d nedēļas"
  328. msgstr[2] "%d nedēļām"
  329. #, python-format
  330. msgctxt "naturaltime-future"
  331. msgid "%d day"
  332. msgid_plural "%d days"
  333. msgstr[0] "%d dienas"
  334. msgstr[1] "%d dienas"
  335. msgstr[2] "%d dienām"
  336. #, python-format
  337. msgctxt "naturaltime-future"
  338. msgid "%d hour"
  339. msgid_plural "%d hours"
  340. msgstr[0] "%d stundas"
  341. msgstr[1] "%d stundas"
  342. msgstr[2] "%d stundām"
  343. #, python-format
  344. msgctxt "naturaltime-future"
  345. msgid "%d minute"
  346. msgid_plural "%d minutes"
  347. msgstr[0] "%d minūtes"
  348. msgstr[1] "%d minūtes"
  349. msgstr[2] "%d minūtēm"
  350. #. Translators: please keep a non-breaking space (U+00A0)
  351. #. between count and time unit.
  352. #, python-format
  353. msgid "a second from now"
  354. msgid_plural "%(count)s seconds from now"
  355. msgstr[0] "pēc %(count)s sekundes"
  356. msgstr[1] "pēc %(count)s sekundēm"
  357. msgstr[2] "pēc %(count)s sekundēm"
  358. #. Translators: please keep a non-breaking space (U+00A0)
  359. #. between count and time unit.
  360. #, python-format
  361. msgid "a minute from now"
  362. msgid_plural "%(count)s minutes from now"
  363. msgstr[0] "pēc %(count)s minūtes"
  364. msgstr[1] "pēc %(count)s minūtēm"
  365. msgstr[2] "pēc %(count)s minūtēm"
  366. #. Translators: please keep a non-breaking space (U+00A0)
  367. #. between count and time unit.
  368. #, python-format
  369. msgid "an hour from now"
  370. msgid_plural "%(count)s hours from now"
  371. msgstr[0] "pēc %(count)s stundas"
  372. msgstr[1] "pēc %(count)s stundām"
  373. msgstr[2] "pēc %(count)s stundām"