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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2014,2018
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  10. "PO-Revision-Date: 2018-05-24 15:17+0000\n"
  11. "Last-Translator: Baptiste Darthenay <baptiste+transifex@darthenay.fr>\n"
  12. "Language-Team: Esperanto (http://www.transifex.com/django/django/language/"
  13. "eo/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: eo\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Humanize"
  20. msgstr "Humanigi"
  21. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  22. msgctxt "ordinal 11, 12, 13"
  23. msgid "{}th"
  24. msgstr "{}a"
  25. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  26. msgctxt "ordinal 0"
  27. msgid "{}th"
  28. msgstr "{}a"
  29. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  30. msgctxt "ordinal 1"
  31. msgid "{}st"
  32. msgstr "{}a"
  33. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  34. msgctxt "ordinal 2"
  35. msgid "{}nd"
  36. msgstr "{}a"
  37. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  38. msgctxt "ordinal 3"
  39. msgid "{}rd"
  40. msgstr "{}a"
  41. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  42. msgctxt "ordinal 4"
  43. msgid "{}th"
  44. msgstr "{}a"
  45. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  46. msgctxt "ordinal 5"
  47. msgid "{}th"
  48. msgstr "{}a"
  49. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  50. msgctxt "ordinal 6"
  51. msgid "{}th"
  52. msgstr "{}a"
  53. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  54. msgctxt "ordinal 7"
  55. msgid "{}th"
  56. msgstr "{}a"
  57. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  58. msgctxt "ordinal 8"
  59. msgid "{}th"
  60. msgstr "{}a"
  61. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  62. msgctxt "ordinal 9"
  63. msgid "{}th"
  64. msgstr "{}a"
  65. #, python-format
  66. msgid "%(value).1f million"
  67. msgid_plural "%(value).1f million"
  68. msgstr[0] "%(value).1f milionoj"
  69. msgstr[1] "%(value).1f milionoj"
  70. #, python-format
  71. msgid "%(value)s million"
  72. msgid_plural "%(value)s million"
  73. msgstr[0] "%(value)s milionoj"
  74. msgstr[1] "%(value)s milionoj"
  75. #, python-format
  76. msgid "%(value).1f billion"
  77. msgid_plural "%(value).1f billion"
  78. msgstr[0] "%(value).1f miliardoj"
  79. msgstr[1] "%(value).1f miliardoj"
  80. #, python-format
  81. msgid "%(value)s billion"
  82. msgid_plural "%(value)s billion"
  83. msgstr[0] "%(value)s miliardoj"
  84. msgstr[1] "%(value)s miliardoj"
  85. #, python-format
  86. msgid "%(value).1f trillion"
  87. msgid_plural "%(value).1f trillion"
  88. msgstr[0] "%(value).1f triiliono"
  89. msgstr[1] "%(value).1f triiliono"
  90. #, python-format
  91. msgid "%(value)s trillion"
  92. msgid_plural "%(value)s trillion"
  93. msgstr[0] "%(value)s triilionoj"
  94. msgstr[1] "%(value)s triilionoj"
  95. #, python-format
  96. msgid "%(value).1f quadrillion"
  97. msgid_plural "%(value).1f quadrillion"
  98. msgstr[0] "%(value).1f kvariliono"
  99. msgstr[1] "%(value).1f kvariliono"
  100. #, python-format
  101. msgid "%(value)s quadrillion"
  102. msgid_plural "%(value)s quadrillion"
  103. msgstr[0] "%(value)s kvarilionoj"
  104. msgstr[1] "%(value)s kvarilionoj"
  105. #, python-format
  106. msgid "%(value).1f quintillion"
  107. msgid_plural "%(value).1f quintillion"
  108. msgstr[0] "%(value).1f kvinilionoj"
  109. msgstr[1] "%(value).1f kvinilionoj"
  110. #, python-format
  111. msgid "%(value)s quintillion"
  112. msgid_plural "%(value)s quintillion"
  113. msgstr[0] "%(value)s kvinilionoj"
  114. msgstr[1] "%(value)s kvinilionoj"
  115. #, python-format
  116. msgid "%(value).1f sextillion"
  117. msgid_plural "%(value).1f sextillion"
  118. msgstr[0] "%(value).1f sesilionoj"
  119. msgstr[1] "%(value).1f sesilionoj"
  120. #, python-format
  121. msgid "%(value)s sextillion"
  122. msgid_plural "%(value)s sextillion"
  123. msgstr[0] "%(value)s sesilionoj"
  124. msgstr[1] "%(value)s sesilionoj"
  125. #, python-format
  126. msgid "%(value).1f septillion"
  127. msgid_plural "%(value).1f septillion"
  128. msgstr[0] "%(value).1f sepilionoj"
  129. msgstr[1] "%(value).1f sepilionoj"
  130. #, python-format
  131. msgid "%(value)s septillion"
  132. msgid_plural "%(value)s septillion"
  133. msgstr[0] "%(value)s sepilionoj"
  134. msgstr[1] "%(value)s sepilionoj"
  135. #, python-format
  136. msgid "%(value).1f octillion"
  137. msgid_plural "%(value).1f octillion"
  138. msgstr[0] "%(value).1f okilionoj"
  139. msgstr[1] "%(value).1f okilionoj"
  140. #, python-format
  141. msgid "%(value)s octillion"
  142. msgid_plural "%(value)s octillion"
  143. msgstr[0] "%(value)s okilionoj"
  144. msgstr[1] "%(value)s okilionoj"
  145. #, python-format
  146. msgid "%(value).1f nonillion"
  147. msgid_plural "%(value).1f nonillion"
  148. msgstr[0] "%(value).1f naŭilionoj"
  149. msgstr[1] "%(value).1f naŭilionoj"
  150. #, python-format
  151. msgid "%(value)s nonillion"
  152. msgid_plural "%(value)s nonillion"
  153. msgstr[0] "%(value)s naŭilionoj"
  154. msgstr[1] "%(value)s naŭilionoj"
  155. #, python-format
  156. msgid "%(value).1f decillion"
  157. msgid_plural "%(value).1f decillion"
  158. msgstr[0] "%(value).1f dekilionoj"
  159. msgstr[1] "%(value).1f dekilionoj"
  160. #, python-format
  161. msgid "%(value)s decillion"
  162. msgid_plural "%(value)s decillion"
  163. msgstr[0] "%(value)s dekilionoj"
  164. msgstr[1] "%(value)s dekilionoj"
  165. #, python-format
  166. msgid "%(value).1f googol"
  167. msgid_plural "%(value).1f googol"
  168. msgstr[0] "%(value).1f guglo"
  169. msgstr[1] "%(value).1f guglo"
  170. #, python-format
  171. msgid "%(value)s googol"
  172. msgid_plural "%(value)s googol"
  173. msgstr[0] "%(value)s gugloj"
  174. msgstr[1] "%(value)s gugloj"
  175. msgid "one"
  176. msgstr "unu"
  177. msgid "two"
  178. msgstr "du"
  179. msgid "three"
  180. msgstr "tri"
  181. msgid "four"
  182. msgstr "kvar"
  183. msgid "five"
  184. msgstr "kvin"
  185. msgid "six"
  186. msgstr "ses"
  187. msgid "seven"
  188. msgstr "sep"
  189. msgid "eight"
  190. msgstr "ok"
  191. msgid "nine"
  192. msgstr "naŭ"
  193. msgid "today"
  194. msgstr "hodiaŭ"
  195. msgid "tomorrow"
  196. msgstr "morgaŭ"
  197. msgid "yesterday"
  198. msgstr "hieraŭ"
  199. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  200. #. weeks'
  201. #, python-format
  202. msgid "%(delta)s ago"
  203. msgstr "antaŭ %(delta)s"
  204. #. Translators: 'naturaltime-past' strings will be included in
  205. #. '%(delta)s ago'
  206. #, python-format
  207. msgctxt "naturaltime-past"
  208. msgid "%d year"
  209. msgid_plural "%d years"
  210. msgstr[0] "%d jaro"
  211. msgstr[1] "%d jaroj"
  212. #, python-format
  213. msgctxt "naturaltime-past"
  214. msgid "%d month"
  215. msgid_plural "%d months"
  216. msgstr[0] "%d monato"
  217. msgstr[1] "%d monatoj"
  218. #, python-format
  219. msgctxt "naturaltime-past"
  220. msgid "%d week"
  221. msgid_plural "%d weeks"
  222. msgstr[0] "%d semajno"
  223. msgstr[1] "%d semajnoj"
  224. #, python-format
  225. msgctxt "naturaltime-past"
  226. msgid "%d day"
  227. msgid_plural "%d days"
  228. msgstr[0] "%d tago"
  229. msgstr[1] "%d tagoj"
  230. #, python-format
  231. msgctxt "naturaltime-past"
  232. msgid "%d hour"
  233. msgid_plural "%d hours"
  234. msgstr[0] "%d horo"
  235. msgstr[1] "%d horoj"
  236. #, python-format
  237. msgctxt "naturaltime-past"
  238. msgid "%d minute"
  239. msgid_plural "%d minutes"
  240. msgstr[0] "%d minuto"
  241. msgstr[1] "%d minutoj"
  242. msgid "now"
  243. msgstr "nun"
  244. #. Translators: please keep a non-breaking space (U+00A0)
  245. #. between count and time unit.
  246. #, python-format
  247. msgid "a second ago"
  248. msgid_plural "%(count)s seconds ago"
  249. msgstr[0] "sekundo antaŭe"
  250. msgstr[1] "%(count)s sekundoj antaŭe"
  251. #. Translators: please keep a non-breaking space (U+00A0)
  252. #. between count and time unit.
  253. #, python-format
  254. msgid "a minute ago"
  255. msgid_plural "%(count)s minutes ago"
  256. msgstr[0] "minuto antaŭe"
  257. msgstr[1] "%(count)s minutoj antaŭe"
  258. #. Translators: please keep a non-breaking space (U+00A0)
  259. #. between count and time unit.
  260. #, python-format
  261. msgid "an hour ago"
  262. msgid_plural "%(count)s hours ago"
  263. msgstr[0] "horo antaŭe"
  264. msgstr[1] "%(count)s horoj antaŭe"
  265. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  266. #. weeks'
  267. #, python-format
  268. msgid "%(delta)s from now"
  269. msgstr "antaŭ %(delta)s"
  270. #. Translators: 'naturaltime-future' strings will be included in
  271. #. '%(delta)s from now'
  272. #, python-format
  273. msgctxt "naturaltime-future"
  274. msgid "%d year"
  275. msgid_plural "%d years"
  276. msgstr[0] "%d jaro"
  277. msgstr[1] "%d jaroj"
  278. #, python-format
  279. msgctxt "naturaltime-future"
  280. msgid "%d month"
  281. msgid_plural "%d months"
  282. msgstr[0] "%d monato"
  283. msgstr[1] "%d monatoj"
  284. #, python-format
  285. msgctxt "naturaltime-future"
  286. msgid "%d week"
  287. msgid_plural "%d weeks"
  288. msgstr[0] "%d semajno"
  289. msgstr[1] "%d semajnoj"
  290. #, python-format
  291. msgctxt "naturaltime-future"
  292. msgid "%d day"
  293. msgid_plural "%d days"
  294. msgstr[0] "%d tago"
  295. msgstr[1] "%d tagoj"
  296. #, python-format
  297. msgctxt "naturaltime-future"
  298. msgid "%d hour"
  299. msgid_plural "%d hours"
  300. msgstr[0] "%d horo"
  301. msgstr[1] "%d horoj"
  302. #, python-format
  303. msgctxt "naturaltime-future"
  304. msgid "%d minute"
  305. msgid_plural "%d minutes"
  306. msgstr[0] "%d minuto"
  307. msgstr[1] "%d minutoj"
  308. #. Translators: please keep a non-breaking space (U+00A0)
  309. #. between count and time unit.
  310. #, python-format
  311. msgid "a second from now"
  312. msgid_plural "%(count)s seconds from now"
  313. msgstr[0] "post sekundo"
  314. msgstr[1] "post %(count)s sekundoj"
  315. #. Translators: please keep a non-breaking space (U+00A0)
  316. #. between count and time unit.
  317. #, python-format
  318. msgid "a minute from now"
  319. msgid_plural "%(count)s minutes from now"
  320. msgstr[0] "post minuto"
  321. msgstr[1] "post %(count)s minutoj"
  322. #. Translators: please keep a non-breaking space (U+00A0)
  323. #. between count and time unit.
  324. #, python-format
  325. msgid "an hour from now"
  326. msgid_plural "%(count)s hours from now"
  327. msgstr[0] "post horo"
  328. msgstr[1] "post %(count)s horoj"