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.2KB

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