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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Allisson Azevedo <allisson@gmail.com>, 2014
  5. # bruno.devpod <bruno.devpod@gmail.com>, 2014
  6. # Eduardo Cereto Carvalho, 2012
  7. # semente, 2012-2013
  8. # Jannis Leidel <jannis@leidel.info>, 2011
  9. # Sandro <sandrossv@hotmail.com>, 2011
  10. # Xico Petry <xico.petry@gmail.com>, 2018
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  16. "PO-Revision-Date: 2018-07-19 18:11+0000\n"
  17. "Last-Translator: Xico Petry <xico.petry@gmail.com>\n"
  18. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/"
  19. "language/pt_BR/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: pt_BR\n"
  24. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  25. msgid "Humanize"
  26. msgstr "Humanizar"
  27. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  28. msgctxt "ordinal 11, 12, 13"
  29. msgid "{}th"
  30. msgstr "{}º"
  31. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  32. msgctxt "ordinal 0"
  33. msgid "{}th"
  34. msgstr "{}º"
  35. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  36. msgctxt "ordinal 1"
  37. msgid "{}st"
  38. msgstr "{}º"
  39. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  40. msgctxt "ordinal 2"
  41. msgid "{}nd"
  42. msgstr "{}º"
  43. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  44. msgctxt "ordinal 3"
  45. msgid "{}rd"
  46. msgstr "{}º"
  47. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  48. msgctxt "ordinal 4"
  49. msgid "{}th"
  50. msgstr "{}º"
  51. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  52. msgctxt "ordinal 5"
  53. msgid "{}th"
  54. msgstr "{}º"
  55. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  56. msgctxt "ordinal 6"
  57. msgid "{}th"
  58. msgstr "{}º"
  59. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  60. msgctxt "ordinal 7"
  61. msgid "{}th"
  62. msgstr "{}º"
  63. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  64. msgctxt "ordinal 8"
  65. msgid "{}th"
  66. msgstr "{}º"
  67. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  68. msgctxt "ordinal 9"
  69. msgid "{}th"
  70. msgstr "{}º"
  71. #, python-format
  72. msgid "%(value).1f million"
  73. msgid_plural "%(value).1f million"
  74. msgstr[0] "%(value).1f milhão"
  75. msgstr[1] "%(value).1f milhões"
  76. #, python-format
  77. msgid "%(value)s million"
  78. msgid_plural "%(value)s million"
  79. msgstr[0] "%(value)s milhão"
  80. msgstr[1] "%(value)s milhões"
  81. #, python-format
  82. msgid "%(value).1f billion"
  83. msgid_plural "%(value).1f billion"
  84. msgstr[0] "%(value).1f bilhão"
  85. msgstr[1] "%(value).1f bilhões"
  86. #, python-format
  87. msgid "%(value)s billion"
  88. msgid_plural "%(value)s billion"
  89. msgstr[0] "%(value)s bilhão"
  90. msgstr[1] "%(value)s bilhões"
  91. #, python-format
  92. msgid "%(value).1f trillion"
  93. msgid_plural "%(value).1f trillion"
  94. msgstr[0] "%(value).1f trilhão"
  95. msgstr[1] "%(value).1f trilhões"
  96. #, python-format
  97. msgid "%(value)s trillion"
  98. msgid_plural "%(value)s trillion"
  99. msgstr[0] "%(value)s trilhão"
  100. msgstr[1] "%(value)s trilhões"
  101. #, python-format
  102. msgid "%(value).1f quadrillion"
  103. msgid_plural "%(value).1f quadrillion"
  104. msgstr[0] "%(value).1f quadrilhão"
  105. msgstr[1] "%(value).1f quadrilhões"
  106. #, python-format
  107. msgid "%(value)s quadrillion"
  108. msgid_plural "%(value)s quadrillion"
  109. msgstr[0] "%(value)s quadrilhão"
  110. msgstr[1] "%(value)s quadrilhões"
  111. #, python-format
  112. msgid "%(value).1f quintillion"
  113. msgid_plural "%(value).1f quintillion"
  114. msgstr[0] "%(value).1f quintilhão"
  115. msgstr[1] "%(value).1f quintilhões"
  116. #, python-format
  117. msgid "%(value)s quintillion"
  118. msgid_plural "%(value)s quintillion"
  119. msgstr[0] "%(value)s quintilhão"
  120. msgstr[1] "%(value)s quintilhões"
  121. #, python-format
  122. msgid "%(value).1f sextillion"
  123. msgid_plural "%(value).1f sextillion"
  124. msgstr[0] "%(value).1f sextilhão"
  125. msgstr[1] "%(value).1f sextilhões"
  126. #, python-format
  127. msgid "%(value)s sextillion"
  128. msgid_plural "%(value)s sextillion"
  129. msgstr[0] "%(value)s sextilhão"
  130. msgstr[1] "%(value)s sextilhões"
  131. #, python-format
  132. msgid "%(value).1f septillion"
  133. msgid_plural "%(value).1f septillion"
  134. msgstr[0] "%(value).1f septilhão"
  135. msgstr[1] "%(value).1f septilhões"
  136. #, python-format
  137. msgid "%(value)s septillion"
  138. msgid_plural "%(value)s septillion"
  139. msgstr[0] "%(value)s septilhão"
  140. msgstr[1] "%(value)s septilhões"
  141. #, python-format
  142. msgid "%(value).1f octillion"
  143. msgid_plural "%(value).1f octillion"
  144. msgstr[0] "%(value).1f octilhão"
  145. msgstr[1] "%(value).1f octilhões"
  146. #, python-format
  147. msgid "%(value)s octillion"
  148. msgid_plural "%(value)s octillion"
  149. msgstr[0] "%(value)s octilhão"
  150. msgstr[1] "%(value)s octilhões"
  151. #, python-format
  152. msgid "%(value).1f nonillion"
  153. msgid_plural "%(value).1f nonillion"
  154. msgstr[0] "%(value).1f nonilhão"
  155. msgstr[1] "%(value).1f nonilhões"
  156. #, python-format
  157. msgid "%(value)s nonillion"
  158. msgid_plural "%(value)s nonillion"
  159. msgstr[0] "%(value)s nonilhão"
  160. msgstr[1] "%(value)s nonilhões"
  161. #, python-format
  162. msgid "%(value).1f decillion"
  163. msgid_plural "%(value).1f decillion"
  164. msgstr[0] "%(value).1f decilhão"
  165. msgstr[1] "%(value).1f decilhões"
  166. #, python-format
  167. msgid "%(value)s decillion"
  168. msgid_plural "%(value)s decillion"
  169. msgstr[0] "%(value)s decilhão"
  170. msgstr[1] "%(value)s decilhões"
  171. #, python-format
  172. msgid "%(value).1f googol"
  173. msgid_plural "%(value).1f googol"
  174. msgstr[0] "%(value).1f googol"
  175. msgstr[1] "%(value).1f googol"
  176. #, python-format
  177. msgid "%(value)s googol"
  178. msgid_plural "%(value)s googol"
  179. msgstr[0] "%(value)s googol"
  180. msgstr[1] "%(value)s googol"
  181. msgid "one"
  182. msgstr "um"
  183. msgid "two"
  184. msgstr "dois"
  185. msgid "three"
  186. msgstr "três"
  187. msgid "four"
  188. msgstr "quatro"
  189. msgid "five"
  190. msgstr "cinco"
  191. msgid "six"
  192. msgstr "seis"
  193. msgid "seven"
  194. msgstr "sete"
  195. msgid "eight"
  196. msgstr "oito"
  197. msgid "nine"
  198. msgstr "nove"
  199. msgid "today"
  200. msgstr "hoje"
  201. msgid "tomorrow"
  202. msgstr "amanhã"
  203. msgid "yesterday"
  204. msgstr "ontem"
  205. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  206. #. weeks'
  207. #, python-format
  208. msgid "%(delta)s ago"
  209. msgstr "%(delta)satrás"
  210. #. Translators: 'naturaltime-past' strings will be included in
  211. #. '%(delta)s ago'
  212. #, python-format
  213. msgctxt "naturaltime-past"
  214. msgid "%d year"
  215. msgid_plural "%d years"
  216. msgstr[0] "%dano"
  217. msgstr[1] "%danos"
  218. #, python-format
  219. msgctxt "naturaltime-past"
  220. msgid "%d month"
  221. msgid_plural "%d months"
  222. msgstr[0] "%dmês"
  223. msgstr[1] "%dmeses"
  224. #, python-format
  225. msgctxt "naturaltime-past"
  226. msgid "%d week"
  227. msgid_plural "%d weeks"
  228. msgstr[0] "%dsemanas"
  229. msgstr[1] "%dsemanas"
  230. #, python-format
  231. msgctxt "naturaltime-past"
  232. msgid "%d day"
  233. msgid_plural "%d days"
  234. msgstr[0] "%ddia"
  235. msgstr[1] "%ddias"
  236. #, python-format
  237. msgctxt "naturaltime-past"
  238. msgid "%d hour"
  239. msgid_plural "%d hours"
  240. msgstr[0] "%dhora"
  241. msgstr[1] "%dhoras"
  242. #, python-format
  243. msgctxt "naturaltime-past"
  244. msgid "%d minute"
  245. msgid_plural "%d minutes"
  246. msgstr[0] "%dminuto"
  247. msgstr[1] "%dminutos"
  248. msgid "now"
  249. msgstr "agora"
  250. #. Translators: please keep a non-breaking space (U+00A0)
  251. #. between count and time unit.
  252. #, python-format
  253. msgid "a second ago"
  254. msgid_plural "%(count)s seconds ago"
  255. msgstr[0] "um segundo atrás"
  256. msgstr[1] "%(count)s segundos atrás"
  257. #. Translators: please keep a non-breaking space (U+00A0)
  258. #. between count and time unit.
  259. #, python-format
  260. msgid "a minute ago"
  261. msgid_plural "%(count)s minutes ago"
  262. msgstr[0] "um minuto atrás"
  263. msgstr[1] "%(count)s minutos atrás"
  264. #. Translators: please keep a non-breaking space (U+00A0)
  265. #. between count and time unit.
  266. #, python-format
  267. msgid "an hour ago"
  268. msgid_plural "%(count)s hours ago"
  269. msgstr[0] "uma hora atrás"
  270. msgstr[1] "%(count)s horas atrás"
  271. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  272. #. weeks'
  273. #, python-format
  274. msgid "%(delta)s from now"
  275. msgstr "%(delta)s a partir de agora"
  276. #. Translators: 'naturaltime-future' strings will be included in
  277. #. '%(delta)s from now'
  278. #, python-format
  279. msgctxt "naturaltime-future"
  280. msgid "%d year"
  281. msgid_plural "%d years"
  282. msgstr[0] "%dano"
  283. msgstr[1] "%d anos"
  284. #, python-format
  285. msgctxt "naturaltime-future"
  286. msgid "%d month"
  287. msgid_plural "%d months"
  288. msgstr[0] "%dmês"
  289. msgstr[1] "%dmeses"
  290. #, python-format
  291. msgctxt "naturaltime-future"
  292. msgid "%d week"
  293. msgid_plural "%d weeks"
  294. msgstr[0] "%dsemana"
  295. msgstr[1] "%dsemanas"
  296. #, python-format
  297. msgctxt "naturaltime-future"
  298. msgid "%d day"
  299. msgid_plural "%d days"
  300. msgstr[0] "%ddia"
  301. msgstr[1] "%ddias"
  302. #, python-format
  303. msgctxt "naturaltime-future"
  304. msgid "%d hour"
  305. msgid_plural "%d hours"
  306. msgstr[0] "%dhora"
  307. msgstr[1] "%dhoras"
  308. #, python-format
  309. msgctxt "naturaltime-future"
  310. msgid "%d minute"
  311. msgid_plural "%d minutes"
  312. msgstr[0] "%dminuto"
  313. msgstr[1] "%dminutos"
  314. #. Translators: please keep a non-breaking space (U+00A0)
  315. #. between count and time unit.
  316. #, python-format
  317. msgid "a second from now"
  318. msgid_plural "%(count)s seconds from now"
  319. msgstr[0] "um segundo a partir de agora"
  320. msgstr[1] "%(count)s segundos a partir de agora"
  321. #. Translators: please keep a non-breaking space (U+00A0)
  322. #. between count and time unit.
  323. #, python-format
  324. msgid "a minute from now"
  325. msgid_plural "%(count)s minutes from now"
  326. msgstr[0] "um minuto a partir de agora"
  327. msgstr[1] "%(count)s minutos a partir de agora"
  328. #. Translators: please keep a non-breaking space (U+00A0)
  329. #. between count and time unit.
  330. #, python-format
  331. msgid "an hour from now"
  332. msgid_plural "%(count)s hours from now"
  333. msgstr[0] "uma hora a partir de agora"
  334. msgstr[1] "%(count)s horas a partir de agora"