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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Michael Wolf <milupo@sorbzilla.de>, 2016,2018
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  10. "PO-Revision-Date: 2018-05-26 10:54+0000\n"
  11. "Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
  12. "Language-Team: Lower Sorbian (http://www.transifex.com/django/django/"
  13. "language/dsb/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: dsb\n"
  18. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  19. "%100==4 ? 2 : 3);\n"
  20. msgid "Humanize"
  21. msgstr "Humanize"
  22. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  23. msgctxt "ordinal 11, 12, 13"
  24. msgid "{}th"
  25. msgstr "{}."
  26. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  27. msgctxt "ordinal 0"
  28. msgid "{}th"
  29. msgstr "{}."
  30. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  31. msgctxt "ordinal 1"
  32. msgid "{}st"
  33. msgstr "{}."
  34. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  35. msgctxt "ordinal 2"
  36. msgid "{}nd"
  37. msgstr "{}."
  38. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  39. msgctxt "ordinal 3"
  40. msgid "{}rd"
  41. msgstr "{}."
  42. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  43. msgctxt "ordinal 4"
  44. msgid "{}th"
  45. msgstr "{}."
  46. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  47. msgctxt "ordinal 5"
  48. msgid "{}th"
  49. msgstr "{}."
  50. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  51. msgctxt "ordinal 6"
  52. msgid "{}th"
  53. msgstr "{}."
  54. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  55. msgctxt "ordinal 7"
  56. msgid "{}th"
  57. msgstr "{}."
  58. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  59. msgctxt "ordinal 8"
  60. msgid "{}th"
  61. msgstr "{}."
  62. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  63. msgctxt "ordinal 9"
  64. msgid "{}th"
  65. msgstr "{}."
  66. #, python-format
  67. msgid "%(value).1f million"
  68. msgid_plural "%(value).1f million"
  69. msgstr[0] "%(value).1f milion"
  70. msgstr[1] "%(value).1f miliona"
  71. msgstr[2] "%(value).1f miliony"
  72. msgstr[3] "%(value).1f milionow"
  73. #, python-format
  74. msgid "%(value)s million"
  75. msgid_plural "%(value)s million"
  76. msgstr[0] "%(value)s milion"
  77. msgstr[1] "%(value)s miliona"
  78. msgstr[2] "%(value)s miliony"
  79. msgstr[3] "%(value)s milionow"
  80. #, python-format
  81. msgid "%(value).1f billion"
  82. msgid_plural "%(value).1f billion"
  83. msgstr[0] "%(value).1f miliarda"
  84. msgstr[1] "%(value).1f miliarźe"
  85. msgstr[2] "%(value).1f miliardy"
  86. msgstr[3] "%(value).1f miliardow"
  87. #, python-format
  88. msgid "%(value)s billion"
  89. msgid_plural "%(value)s billion"
  90. msgstr[0] "%(value)s miliarda"
  91. msgstr[1] "%(value)s miliarźe"
  92. msgstr[2] "%(value)s miliardy"
  93. msgstr[3] "%(value)s miliardow"
  94. #, python-format
  95. msgid "%(value).1f trillion"
  96. msgid_plural "%(value).1f trillion"
  97. msgstr[0] "%(value).1f bilion"
  98. msgstr[1] "%(value).1f biliona"
  99. msgstr[2] "%(value).1f biliony"
  100. msgstr[3] "%(value).1f bilionow"
  101. #, python-format
  102. msgid "%(value)s trillion"
  103. msgid_plural "%(value)s trillion"
  104. msgstr[0] "%(value)s bilion"
  105. msgstr[1] "%(value)s biliona"
  106. msgstr[2] "%(value)s biliony"
  107. msgstr[3] "%(value)s bilionow"
  108. #, python-format
  109. msgid "%(value).1f quadrillion"
  110. msgid_plural "%(value).1f quadrillion"
  111. msgstr[0] "%(value).1f biliarda"
  112. msgstr[1] "%(value).1f biliarźe"
  113. msgstr[2] "%(value).1f biliardy"
  114. msgstr[3] "%(value).1f biliardow"
  115. #, python-format
  116. msgid "%(value)s quadrillion"
  117. msgid_plural "%(value)s quadrillion"
  118. msgstr[0] "%(value)s biliarda"
  119. msgstr[1] "%(value)s biliarźe"
  120. msgstr[2] "%(value)s biliardy"
  121. msgstr[3] "%(value)s biliardow"
  122. #, python-format
  123. msgid "%(value).1f quintillion"
  124. msgid_plural "%(value).1f quintillion"
  125. msgstr[0] "%(value).1f trilion"
  126. msgstr[1] "%(value).1f triliona"
  127. msgstr[2] "%(value).1f triliony"
  128. msgstr[3] "%(value).1f trilionow"
  129. #, python-format
  130. msgid "%(value)s quintillion"
  131. msgid_plural "%(value)s quintillion"
  132. msgstr[0] "%(value)s trilion"
  133. msgstr[1] "%(value)s triliona"
  134. msgstr[2] "%(value)s triliony"
  135. msgstr[3] "%(value)s trilionow"
  136. #, python-format
  137. msgid "%(value).1f sextillion"
  138. msgid_plural "%(value).1f sextillion"
  139. msgstr[0] "%(value).1f triliarda"
  140. msgstr[1] "%(value).1f triliarźe"
  141. msgstr[2] "%(value).1f triliardy"
  142. msgstr[3] "%(value).1f triliardow"
  143. #, python-format
  144. msgid "%(value)s sextillion"
  145. msgid_plural "%(value)s sextillion"
  146. msgstr[0] "%(value)s triliarda"
  147. msgstr[1] "%(value)s triliarźe"
  148. msgstr[2] "%(value)s triliardy"
  149. msgstr[3] "%(value)s triliardow"
  150. #, python-format
  151. msgid "%(value).1f septillion"
  152. msgid_plural "%(value).1f septillion"
  153. msgstr[0] "%(value).1f kwadrilion"
  154. msgstr[1] "%(value).1f kwadriliona"
  155. msgstr[2] "%(value).1f kwadriliony"
  156. msgstr[3] "%(value).1f kwadrilionow"
  157. #, python-format
  158. msgid "%(value)s septillion"
  159. msgid_plural "%(value)s septillion"
  160. msgstr[0] "%(value)s kwadrilion"
  161. msgstr[1] "%(value)s kwadriliona"
  162. msgstr[2] "%(value)s kwadriliony"
  163. msgstr[3] "%(value)s kwadrilionow"
  164. #, python-format
  165. msgid "%(value).1f octillion"
  166. msgid_plural "%(value).1f octillion"
  167. msgstr[0] "%(value).1f kwadriliarda"
  168. msgstr[1] "%(value).1f kwadriliarźe"
  169. msgstr[2] "%(value).1f kwadriliardy"
  170. msgstr[3] "%(value).1f kwadriliardow"
  171. #, python-format
  172. msgid "%(value)s octillion"
  173. msgid_plural "%(value)s octillion"
  174. msgstr[0] "%(value)s kwadriliarda"
  175. msgstr[1] "%(value)s kwadriliarźe"
  176. msgstr[2] "%(value)s kwadriliardy"
  177. msgstr[3] "%(value)s kwadriliardow"
  178. #, python-format
  179. msgid "%(value).1f nonillion"
  180. msgid_plural "%(value).1f nonillion"
  181. msgstr[0] "%(value).1f kwintilion"
  182. msgstr[1] "%(value).1f kwintiliona"
  183. msgstr[2] "%(value).1f kwintiliony"
  184. msgstr[3] "%(value).1f kwintilionow"
  185. #, python-format
  186. msgid "%(value)s nonillion"
  187. msgid_plural "%(value)s nonillion"
  188. msgstr[0] "%(value)s kwintilion"
  189. msgstr[1] "%(value)s kwintiliona"
  190. msgstr[2] "%(value)s kwintiliony"
  191. msgstr[3] "%(value)s kwintilionow"
  192. #, python-format
  193. msgid "%(value).1f decillion"
  194. msgid_plural "%(value).1f decillion"
  195. msgstr[0] "%(value).1f kwintiliarda"
  196. msgstr[1] "%(value).1f kwintiliarźe"
  197. msgstr[2] "%(value).1f kwintiliardy"
  198. msgstr[3] "%(value).1f kwintiliardow"
  199. #, python-format
  200. msgid "%(value)s decillion"
  201. msgid_plural "%(value)s decillion"
  202. msgstr[0] "%(value)s kwintiliarda"
  203. msgstr[1] "%(value)s kwintiliarźe"
  204. msgstr[2] "%(value)s kwintiliardy"
  205. msgstr[3] "%(value)s kwintiliardow"
  206. #, python-format
  207. msgid "%(value).1f googol"
  208. msgid_plural "%(value).1f googol"
  209. msgstr[0] "%(value).1f sedeciliarda"
  210. msgstr[1] "%(value).1f sedeciliarźe"
  211. msgstr[2] "%(value).1f sedeciliardy"
  212. msgstr[3] "%(value).1f sedeciliardow"
  213. #, python-format
  214. msgid "%(value)s googol"
  215. msgid_plural "%(value)s googol"
  216. msgstr[0] "%(value)s sedeciliarda"
  217. msgstr[1] "%(value)s sedeciliarźe"
  218. msgstr[2] "%(value)s sedeciliardy"
  219. msgstr[3] "%(value)s sedeciliardow"
  220. msgid "one"
  221. msgstr "jaden"
  222. msgid "two"
  223. msgstr "dwa"
  224. msgid "three"
  225. msgstr "tśi"
  226. msgid "four"
  227. msgstr "styri"
  228. msgid "five"
  229. msgstr "pěś"
  230. msgid "six"
  231. msgstr "šesć"
  232. msgid "seven"
  233. msgstr "sedym"
  234. msgid "eight"
  235. msgstr "wósym"
  236. msgid "nine"
  237. msgstr "źewjeś"
  238. msgid "today"
  239. msgstr "źinsa"
  240. msgid "tomorrow"
  241. msgstr "witśe"
  242. msgid "yesterday"
  243. msgstr "cora"
  244. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  245. #. weeks'
  246. #, python-format
  247. msgid "%(delta)s ago"
  248. msgstr "pśed %(delta)s"
  249. #. Translators: please keep a non-breaking space (U+00A0) between count
  250. #. and time unit.
  251. #, python-format
  252. msgid "an hour ago"
  253. msgid_plural "%(count)s hours ago"
  254. msgstr[0] "Pśed %(count)s góźinu"
  255. msgstr[1] "Pśed %(count)s góźinoma"
  256. msgstr[2] "Pśed %(count)s góźinami"
  257. msgstr[3] "Pśed %(count)s góźinami"
  258. #. Translators: please keep a non-breaking space (U+00A0) between count
  259. #. and time unit.
  260. #, python-format
  261. msgid "a minute ago"
  262. msgid_plural "%(count)s minutes ago"
  263. msgstr[0] "Pśed %(count)s minutu"
  264. msgstr[1] "Pśed %(count)s minutoma"
  265. msgstr[2] "Pśed %(count)s minutami"
  266. msgstr[3] "Pśed %(count)s minutami"
  267. #. Translators: please keep a non-breaking space (U+00A0) between count
  268. #. and time unit.
  269. #, python-format
  270. msgid "a second ago"
  271. msgid_plural "%(count)s seconds ago"
  272. msgstr[0] "Pśed %(count)s sekundu"
  273. msgstr[1] "Pśed %(count)s sekundoma"
  274. msgstr[2] "Pśed %(count)s sekundami"
  275. msgstr[3] "Pśed %(count)s sekundami"
  276. msgid "now"
  277. msgstr "něnto"
  278. #. Translators: please keep a non-breaking space (U+00A0) between count
  279. #. and time unit.
  280. #, python-format
  281. msgid "a second from now"
  282. msgid_plural "%(count)s seconds from now"
  283. msgstr[0] "za %(count)s sekundu"
  284. msgstr[1] "za %(count)s sekunźe"
  285. msgstr[2] "za %(count)s sekundy"
  286. msgstr[3] "za %(count)s sekundow"
  287. #. Translators: please keep a non-breaking space (U+00A0) between count
  288. #. and time unit.
  289. #, python-format
  290. msgid "a minute from now"
  291. msgid_plural "%(count)s minutes from now"
  292. msgstr[0] "za %(count)s minutu"
  293. msgstr[1] "za %(count)s minuśe"
  294. msgstr[2] "za %(count)s minuty"
  295. msgstr[3] "za %(count)s minutow"
  296. #. Translators: please keep a non-breaking space (U+00A0) between count
  297. #. and time unit.
  298. #, python-format
  299. msgid "an hour from now"
  300. msgid_plural "%(count)s hours from now"
  301. msgstr[0] "za %(count)s góźinu"
  302. msgstr[1] "za %(count)s góźinje"
  303. msgstr[2] "za %(count)s góźiny"
  304. msgstr[3] "za %(count)s góźin"
  305. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  306. #. weeks'
  307. #, python-format
  308. msgid "%(delta)s from now"
  309. msgstr "%(delta)s wótněnta"
  310. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  311. #, python-format
  312. msgctxt "naturaltime-past"
  313. msgid "%d year"
  314. msgid_plural "%d years"
  315. msgstr[0] "%dlětom"
  316. msgstr[1] "%dlětoma"
  317. msgstr[2] "%dlětami"
  318. msgstr[3] "%dlětami"
  319. #, python-format
  320. msgctxt "naturaltime-past"
  321. msgid "%d month"
  322. msgid_plural "%d months"
  323. msgstr[0] "%d mjasecom"
  324. msgstr[1] "%d mjasecoma"
  325. msgstr[2] "%d mjasecami"
  326. msgstr[3] "%d mjasecami"
  327. #, python-format
  328. msgctxt "naturaltime-past"
  329. msgid "%d week"
  330. msgid_plural "%d weeks"
  331. msgstr[0] "%d tyźenjom"
  332. msgstr[1] "%d tyźenjoma"
  333. msgstr[2] "%d tyźenjami"
  334. msgstr[3] "%d tyźenjami"
  335. #, python-format
  336. msgctxt "naturaltime-past"
  337. msgid "%d day"
  338. msgid_plural "%d days"
  339. msgstr[0] "%d dnjom"
  340. msgstr[1] "%d dnjoma"
  341. msgstr[2] "%d dnjami"
  342. msgstr[3] "%d dnjami"
  343. #, python-format
  344. msgctxt "naturaltime-past"
  345. msgid "%d hour"
  346. msgid_plural "%d hours"
  347. msgstr[0] "%d góźinu"
  348. msgstr[1] "%d góźinoma"
  349. msgstr[2] "%d góźinami"
  350. msgstr[3] "%d góźinami"
  351. #, python-format
  352. msgctxt "naturaltime-past"
  353. msgid "%d minute"
  354. msgid_plural "%d minutes"
  355. msgstr[0] "%d minutu"
  356. msgstr[1] "%d minutoma"
  357. msgstr[2] "%d minutami"
  358. msgstr[3] "%d minutami"
  359. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  360. #. from now'
  361. #, python-format
  362. msgctxt "naturaltime-future"
  363. msgid "%d year"
  364. msgid_plural "%d years"
  365. msgstr[0] "%dlěto"
  366. msgstr[1] "%d lěśe"
  367. msgstr[2] "%d lěta"
  368. msgstr[3] "%d lět"
  369. #, python-format
  370. msgctxt "naturaltime-future"
  371. msgid "%d month"
  372. msgid_plural "%d months"
  373. msgstr[0] "%d mjasec"
  374. msgstr[1] "%d mjaseca"
  375. msgstr[2] "%d mjasece"
  376. msgstr[3] "%d mjasecow"
  377. #, python-format
  378. msgctxt "naturaltime-future"
  379. msgid "%d week"
  380. msgid_plural "%d weeks"
  381. msgstr[0] "%d tyźeń"
  382. msgstr[1] "%d tyźenja"
  383. msgstr[2] "%d tyźenje"
  384. msgstr[3] "%d tyźenjow"
  385. #, python-format
  386. msgctxt "naturaltime-future"
  387. msgid "%d day"
  388. msgid_plural "%d days"
  389. msgstr[0] "%d źeń"
  390. msgstr[1] "%d dnja"
  391. msgstr[2] "%d dny"
  392. msgstr[3] "%d dnjow"
  393. #, python-format
  394. msgctxt "naturaltime-future"
  395. msgid "%d hour"
  396. msgid_plural "%d hours"
  397. msgstr[0] "%d góźina"
  398. msgstr[1] "%d góźinje"
  399. msgstr[2] "%d góźiny"
  400. msgstr[3] "%d góźinow"
  401. #, python-format
  402. msgctxt "naturaltime-future"
  403. msgid "%d minute"
  404. msgid_plural "%d minutes"
  405. msgstr[0] "%d minuta"
  406. msgstr[1] "%d minuśe"
  407. msgstr[2] "%d minuty"
  408. msgstr[3] "%d minuty"