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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Aitzol Naberan <anaberan@codesyntax.com>, 2011-2012,2016
  5. # Ander Martínez <ander.basaundi@gmail.com>, 2014
  6. # Eneko Illarramendi <eneko@illarra.com>, 2017-2018
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # julen, 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-08-23 14:56+0000\n"
  15. "Last-Translator: Eneko Illarramendi <eneko@illarra.com>\n"
  16. "Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: eu\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Humanize"
  23. msgstr "Humanizatu"
  24. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  25. msgctxt "ordinal 11, 12, 13"
  26. msgid "{}th"
  27. msgstr "{}."
  28. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  29. msgctxt "ordinal 0"
  30. msgid "{}th"
  31. msgstr "{}."
  32. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  33. msgctxt "ordinal 1"
  34. msgid "{}st"
  35. msgstr "{}."
  36. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  37. msgctxt "ordinal 2"
  38. msgid "{}nd"
  39. msgstr "{}."
  40. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  41. msgctxt "ordinal 3"
  42. msgid "{}rd"
  43. msgstr "{}."
  44. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  45. msgctxt "ordinal 4"
  46. msgid "{}th"
  47. msgstr "{}."
  48. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  49. msgctxt "ordinal 5"
  50. msgid "{}th"
  51. msgstr "{}."
  52. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  53. msgctxt "ordinal 6"
  54. msgid "{}th"
  55. msgstr "{}."
  56. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  57. msgctxt "ordinal 7"
  58. msgid "{}th"
  59. msgstr "{}."
  60. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  61. msgctxt "ordinal 8"
  62. msgid "{}th"
  63. msgstr "{}."
  64. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  65. msgctxt "ordinal 9"
  66. msgid "{}th"
  67. msgstr "{}."
  68. #, python-format
  69. msgid "%(value).1f million"
  70. msgid_plural "%(value).1f million"
  71. msgstr[0] "milioi %(value).1f "
  72. msgstr[1] "%(value).1f milioi"
  73. #, python-format
  74. msgid "%(value)s million"
  75. msgid_plural "%(value)s million"
  76. msgstr[0] "milioi %(value)s"
  77. msgstr[1] "%(value)s milioi"
  78. #, python-format
  79. msgid "%(value).1f billion"
  80. msgid_plural "%(value).1f billion"
  81. msgstr[0] "bilioi %(value).1f "
  82. msgstr[1] "%(value).1f bilioi"
  83. #, python-format
  84. msgid "%(value)s billion"
  85. msgid_plural "%(value)s billion"
  86. msgstr[0] "bilioi %(value)s"
  87. msgstr[1] "%(value)s bilioi"
  88. #, python-format
  89. msgid "%(value).1f trillion"
  90. msgid_plural "%(value).1f trillion"
  91. msgstr[0] "trilioi %(value).1f "
  92. msgstr[1] "%(value).1f trilioi"
  93. #, python-format
  94. msgid "%(value)s trillion"
  95. msgid_plural "%(value)s trillion"
  96. msgstr[0] "trilioi %(value)s"
  97. msgstr[1] "%(value)s trilioi"
  98. #, python-format
  99. msgid "%(value).1f quadrillion"
  100. msgid_plural "%(value).1f quadrillion"
  101. msgstr[0] "kuatrilioi %(value).1f "
  102. msgstr[1] "%(value).1f kuatrilioi"
  103. #, python-format
  104. msgid "%(value)s quadrillion"
  105. msgid_plural "%(value)s quadrillion"
  106. msgstr[0] "kuatrilioi %(value)s"
  107. msgstr[1] "%(value)s kuatrilioi"
  108. #, python-format
  109. msgid "%(value).1f quintillion"
  110. msgid_plural "%(value).1f quintillion"
  111. msgstr[0] "kintilioi %(value).1f"
  112. msgstr[1] "%(value).1f kintilioi"
  113. #, python-format
  114. msgid "%(value)s quintillion"
  115. msgid_plural "%(value)s quintillion"
  116. msgstr[0] "kintilioi %(value)s"
  117. msgstr[1] "%(value)s kintilioi"
  118. #, python-format
  119. msgid "%(value).1f sextillion"
  120. msgid_plural "%(value).1f sextillion"
  121. msgstr[0] "sextilioi %(value).1f"
  122. msgstr[1] "%(value).1f sextilioi"
  123. #, python-format
  124. msgid "%(value)s sextillion"
  125. msgid_plural "%(value)s sextillion"
  126. msgstr[0] "sextilioi %(value)s"
  127. msgstr[1] "%(value)s sextilioi"
  128. #, python-format
  129. msgid "%(value).1f septillion"
  130. msgid_plural "%(value).1f septillion"
  131. msgstr[0] "septilioi %(value).1f"
  132. msgstr[1] "%(value).1f septilioi"
  133. #, python-format
  134. msgid "%(value)s septillion"
  135. msgid_plural "%(value)s septillion"
  136. msgstr[0] "septilioi %(value)s"
  137. msgstr[1] "%(value)s septilioi"
  138. #, python-format
  139. msgid "%(value).1f octillion"
  140. msgid_plural "%(value).1f octillion"
  141. msgstr[0] "octilioi %(value).1f"
  142. msgstr[1] "%(value).1f octilioi"
  143. #, python-format
  144. msgid "%(value)s octillion"
  145. msgid_plural "%(value)s octillion"
  146. msgstr[0] "octillioi %(value)s"
  147. msgstr[1] " %(value)s octilioi"
  148. #, python-format
  149. msgid "%(value).1f nonillion"
  150. msgid_plural "%(value).1f nonillion"
  151. msgstr[0] "nonilioi %(value).1f "
  152. msgstr[1] "%(value).1f nonilioi"
  153. #, python-format
  154. msgid "%(value)s nonillion"
  155. msgid_plural "%(value)s nonillion"
  156. msgstr[0] "nonilioi %(value)s"
  157. msgstr[1] "%(value)s nonilioi"
  158. #, python-format
  159. msgid "%(value).1f decillion"
  160. msgid_plural "%(value).1f decillion"
  161. msgstr[0] "dezilioi %(value).1f"
  162. msgstr[1] "%(value).1f dezilioi"
  163. #, python-format
  164. msgid "%(value)s decillion"
  165. msgid_plural "%(value)s decillion"
  166. msgstr[0] "dezilioi %(value)s "
  167. msgstr[1] "%(value)s dezilioi"
  168. #, python-format
  169. msgid "%(value).1f googol"
  170. msgid_plural "%(value).1f googol"
  171. msgstr[0] "googol %(value).1f"
  172. msgstr[1] "%(value).1f googol"
  173. #, python-format
  174. msgid "%(value)s googol"
  175. msgid_plural "%(value)s googol"
  176. msgstr[0] "googol %(value)s"
  177. msgstr[1] "%(value)s googol"
  178. msgid "one"
  179. msgstr "bat"
  180. msgid "two"
  181. msgstr "bi"
  182. msgid "three"
  183. msgstr "hiru"
  184. msgid "four"
  185. msgstr "lau"
  186. msgid "five"
  187. msgstr "bost"
  188. msgid "six"
  189. msgstr "sei"
  190. msgid "seven"
  191. msgstr "zazpi"
  192. msgid "eight"
  193. msgstr "zortzi"
  194. msgid "nine"
  195. msgstr "bederatzi"
  196. msgid "today"
  197. msgstr "gaur"
  198. msgid "tomorrow"
  199. msgstr "bihar"
  200. msgid "yesterday"
  201. msgstr "atzo"
  202. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  203. #. weeks'
  204. #, python-format
  205. msgid "%(delta)s ago"
  206. msgstr "duela %(delta)s"
  207. #. Translators: please keep a non-breaking space (U+00A0) between count
  208. #. and time unit.
  209. #, python-format
  210. msgid "an hour ago"
  211. msgid_plural "%(count)s hours ago"
  212. msgstr[0] "duela ordubete"
  213. msgstr[1] "duela %(count)s ordu"
  214. #. Translators: please keep a non-breaking space (U+00A0) between count
  215. #. and time unit.
  216. #, python-format
  217. msgid "a minute ago"
  218. msgid_plural "%(count)s minutes ago"
  219. msgstr[0] "duela minutu bat"
  220. msgstr[1] "duela %(count)s minutu"
  221. #. Translators: please keep a non-breaking space (U+00A0) between count
  222. #. and time unit.
  223. #, python-format
  224. msgid "a second ago"
  225. msgid_plural "%(count)s seconds ago"
  226. msgstr[0] "duela segundu bat"
  227. msgstr[1] "duela %(count)s segundu"
  228. msgid "now"
  229. msgstr "orain"
  230. #. Translators: please keep a non-breaking space (U+00A0) between count
  231. #. and time unit.
  232. #, python-format
  233. msgid "a second from now"
  234. msgid_plural "%(count)s seconds from now"
  235. msgstr[0] "segundu bat barru"
  236. msgstr[1] "%(count)s segundu barru"
  237. #. Translators: please keep a non-breaking space (U+00A0) between count
  238. #. and time unit.
  239. #, python-format
  240. msgid "a minute from now"
  241. msgid_plural "%(count)s minutes from now"
  242. msgstr[0] "minutu bat barru"
  243. msgstr[1] "%(count)s minutu barru"
  244. #. Translators: please keep a non-breaking space (U+00A0) between count
  245. #. and time unit.
  246. #, python-format
  247. msgid "an hour from now"
  248. msgid_plural "%(count)s hours from now"
  249. msgstr[0] "ordubete barru"
  250. msgstr[1] "%(count)s ordu barru"
  251. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  252. #. weeks'
  253. #, python-format
  254. msgid "%(delta)s from now"
  255. msgstr "%(delta)s barru"
  256. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  257. #, python-format
  258. msgctxt "naturaltime-past"
  259. msgid "%d year"
  260. msgid_plural "%d years"
  261. msgstr[0] "urte %d"
  262. msgstr[1] "%d urte"
  263. #, python-format
  264. msgctxt "naturaltime-past"
  265. msgid "%d month"
  266. msgid_plural "%d months"
  267. msgstr[0] "hilabete %d"
  268. msgstr[1] "%d hilabete"
  269. #, python-format
  270. msgctxt "naturaltime-past"
  271. msgid "%d week"
  272. msgid_plural "%d weeks"
  273. msgstr[0] "aste %d"
  274. msgstr[1] "%d aste"
  275. #, python-format
  276. msgctxt "naturaltime-past"
  277. msgid "%d day"
  278. msgid_plural "%d days"
  279. msgstr[0] "egun %d"
  280. msgstr[1] "%d egun"
  281. #, python-format
  282. msgctxt "naturaltime-past"
  283. msgid "%d hour"
  284. msgid_plural "%d hours"
  285. msgstr[0] "ordu %d"
  286. msgstr[1] "%d ordu"
  287. #, python-format
  288. msgctxt "naturaltime-past"
  289. msgid "%d minute"
  290. msgid_plural "%d minutes"
  291. msgstr[0] "minutu %d"
  292. msgstr[1] "%d minutu"
  293. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  294. #. from now'
  295. #, python-format
  296. msgctxt "naturaltime-future"
  297. msgid "%d year"
  298. msgid_plural "%d years"
  299. msgstr[0] "urte %d"
  300. msgstr[1] "%d urte"
  301. #, python-format
  302. msgctxt "naturaltime-future"
  303. msgid "%d month"
  304. msgid_plural "%d months"
  305. msgstr[0] "hilabete %d"
  306. msgstr[1] "%d hilabete"
  307. #, python-format
  308. msgctxt "naturaltime-future"
  309. msgid "%d week"
  310. msgid_plural "%d weeks"
  311. msgstr[0] "aste %d"
  312. msgstr[1] "%d aste"
  313. #, python-format
  314. msgctxt "naturaltime-future"
  315. msgid "%d day"
  316. msgid_plural "%d days"
  317. msgstr[0] "egun %d"
  318. msgstr[1] "%d egun"
  319. #, python-format
  320. msgctxt "naturaltime-future"
  321. msgid "%d hour"
  322. msgid_plural "%d hours"
  323. msgstr[0] "ordu %d"
  324. msgstr[1] "%d ordu"
  325. #, python-format
  326. msgctxt "naturaltime-future"
  327. msgid "%d minute"
  328. msgid_plural "%d minutes"
  329. msgstr[0] "minutu %d"
  330. msgstr[1] "%d minutu"