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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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: 2019-01-16 20:42+0100\n"
  16. "PO-Revision-Date: 2018-11-22 10:58+0000\n"
  17. "Last-Translator: amcorreia <mutley.sandro@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: please keep a non-breaking space (U+00A0) between count
  211. #. and time unit.
  212. #, python-format
  213. msgid "an hour ago"
  214. msgid_plural "%(count)s hours ago"
  215. msgstr[0] "uma hora atrás"
  216. msgstr[1] "%(count)s horas atrás"
  217. #. Translators: please keep a non-breaking space (U+00A0) between count
  218. #. and time unit.
  219. #, python-format
  220. msgid "a minute ago"
  221. msgid_plural "%(count)s minutes ago"
  222. msgstr[0] "um minuto atrás"
  223. msgstr[1] "%(count)s minutos atrás"
  224. #. Translators: please keep a non-breaking space (U+00A0) between count
  225. #. and time unit.
  226. #, python-format
  227. msgid "a second ago"
  228. msgid_plural "%(count)s seconds ago"
  229. msgstr[0] "um segundo atrás"
  230. msgstr[1] "%(count)s segundos atrás"
  231. msgid "now"
  232. msgstr "agora"
  233. #. Translators: please keep a non-breaking space (U+00A0) between count
  234. #. and time unit.
  235. #, python-format
  236. msgid "a second from now"
  237. msgid_plural "%(count)s seconds from now"
  238. msgstr[0] "um segundo a partir de agora"
  239. msgstr[1] "%(count)s segundos a partir de agora"
  240. #. Translators: please keep a non-breaking space (U+00A0) between count
  241. #. and time unit.
  242. #, python-format
  243. msgid "a minute from now"
  244. msgid_plural "%(count)s minutes from now"
  245. msgstr[0] "um minuto a partir de agora"
  246. msgstr[1] "%(count)s minutos a partir de agora"
  247. #. Translators: please keep a non-breaking space (U+00A0) between count
  248. #. and time unit.
  249. #, python-format
  250. msgid "an hour from now"
  251. msgid_plural "%(count)s hours from now"
  252. msgstr[0] "uma hora a partir de agora"
  253. msgstr[1] "%(count)s horas a partir de agora"
  254. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  255. #. weeks'
  256. #, python-format
  257. msgid "%(delta)s from now"
  258. msgstr "%(delta)s a partir de agora"
  259. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  260. #, python-format
  261. msgctxt "naturaltime-past"
  262. msgid "%d year"
  263. msgid_plural "%d years"
  264. msgstr[0] "%dano"
  265. msgstr[1] "%danos"
  266. #, python-format
  267. msgctxt "naturaltime-past"
  268. msgid "%d month"
  269. msgid_plural "%d months"
  270. msgstr[0] "%dmês"
  271. msgstr[1] "%dmeses"
  272. #, python-format
  273. msgctxt "naturaltime-past"
  274. msgid "%d week"
  275. msgid_plural "%d weeks"
  276. msgstr[0] "%dsemanas"
  277. msgstr[1] "%dsemanas"
  278. #, python-format
  279. msgctxt "naturaltime-past"
  280. msgid "%d day"
  281. msgid_plural "%d days"
  282. msgstr[0] "%ddia"
  283. msgstr[1] "%ddias"
  284. #, python-format
  285. msgctxt "naturaltime-past"
  286. msgid "%d hour"
  287. msgid_plural "%d hours"
  288. msgstr[0] "%dhora"
  289. msgstr[1] "%dhoras"
  290. #, python-format
  291. msgctxt "naturaltime-past"
  292. msgid "%d minute"
  293. msgid_plural "%d minutes"
  294. msgstr[0] "%dminuto"
  295. msgstr[1] "%dminutos"
  296. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  297. #. from now'
  298. #, python-format
  299. msgctxt "naturaltime-future"
  300. msgid "%d year"
  301. msgid_plural "%d years"
  302. msgstr[0] "%dano"
  303. msgstr[1] "%d anos"
  304. #, python-format
  305. msgctxt "naturaltime-future"
  306. msgid "%d month"
  307. msgid_plural "%d months"
  308. msgstr[0] "%dmês"
  309. msgstr[1] "%dmeses"
  310. #, python-format
  311. msgctxt "naturaltime-future"
  312. msgid "%d week"
  313. msgid_plural "%d weeks"
  314. msgstr[0] "%dsemana"
  315. msgstr[1] "%dsemanas"
  316. #, python-format
  317. msgctxt "naturaltime-future"
  318. msgid "%d day"
  319. msgid_plural "%d days"
  320. msgstr[0] "%ddia"
  321. msgstr[1] "%ddias"
  322. #, python-format
  323. msgctxt "naturaltime-future"
  324. msgid "%d hour"
  325. msgid_plural "%d hours"
  326. msgstr[0] "%dhora"
  327. msgstr[1] "%dhoras"
  328. #, python-format
  329. msgctxt "naturaltime-future"
  330. msgid "%d minute"
  331. msgid_plural "%d minutes"
  332. msgstr[0] "%dminuto"
  333. msgstr[1] "%dminutos"