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

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