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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Alex Gaynor <inactive+Alex@transifex.com>, 2011
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Meir Kriheli <mkriheli@gmail.com>, 2012,2014,2019
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  12. "PO-Revision-Date: 2019-03-19 16:20+0000\n"
  13. "Last-Translator: Meir Kriheli <mkriheli@gmail.com>\n"
  14. "Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: he\n"
  19. "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % "
  20. "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
  21. msgid "Humanize"
  22. msgstr "האנשה"
  23. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  24. msgctxt "ordinal 11, 12, 13"
  25. msgid "{}th"
  26. msgstr "ה־{}"
  27. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  28. msgctxt "ordinal 0"
  29. msgid "{}th"
  30. msgstr "ה־{}"
  31. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  32. msgctxt "ordinal 1"
  33. msgid "{}st"
  34. msgstr "ה־{}"
  35. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  36. msgctxt "ordinal 2"
  37. msgid "{}nd"
  38. msgstr "ה־{}"
  39. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  40. msgctxt "ordinal 3"
  41. msgid "{}rd"
  42. msgstr "ה־{}"
  43. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  44. msgctxt "ordinal 4"
  45. msgid "{}th"
  46. msgstr "ה־{}"
  47. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  48. msgctxt "ordinal 5"
  49. msgid "{}th"
  50. msgstr "ה־{}"
  51. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  52. msgctxt "ordinal 6"
  53. msgid "{}th"
  54. msgstr "ה־{}"
  55. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  56. msgctxt "ordinal 7"
  57. msgid "{}th"
  58. msgstr "ה־{}"
  59. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  60. msgctxt "ordinal 8"
  61. msgid "{}th"
  62. msgstr "ה־{}"
  63. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  64. msgctxt "ordinal 9"
  65. msgid "{}th"
  66. msgstr "ה־{}"
  67. #, python-format
  68. msgid "%(value).1f million"
  69. msgid_plural "%(value).1f million"
  70. msgstr[0] "%(value).1f מיליון"
  71. msgstr[1] "%(value).1f מיליונים"
  72. msgstr[2] "%(value).1f מיליונים"
  73. msgstr[3] "%(value).1f מיליונים"
  74. #, python-format
  75. msgid "%(value)s million"
  76. msgid_plural "%(value)s million"
  77. msgstr[0] "%(value)s מיליון"
  78. msgstr[1] "%(value)s מיליון"
  79. msgstr[2] "%(value)s מיליון"
  80. msgstr[3] "%(value)s מיליון"
  81. #, python-format
  82. msgid "%(value).1f billion"
  83. msgid_plural "%(value).1f billion"
  84. msgstr[0] "%(value).1f מיליארד"
  85. msgstr[1] "%(value).1f מיליארדים"
  86. msgstr[2] "%(value).1f מיליארדים"
  87. msgstr[3] "%(value).1f מיליארדים"
  88. #, python-format
  89. msgid "%(value)s billion"
  90. msgid_plural "%(value)s billion"
  91. msgstr[0] "%(value)s מיליארד"
  92. msgstr[1] "%(value)s מיליארד"
  93. msgstr[2] "%(value)s מיליארד"
  94. msgstr[3] "%(value)s מיליארד"
  95. #, python-format
  96. msgid "%(value).1f trillion"
  97. msgid_plural "%(value).1f trillion"
  98. msgstr[0] "%(value).1f טריליון"
  99. msgstr[1] "%(value).1f טריליונים"
  100. msgstr[2] "%(value).1f טריליונים"
  101. msgstr[3] "%(value).1f טריליונים"
  102. #, python-format
  103. msgid "%(value)s trillion"
  104. msgid_plural "%(value)s trillion"
  105. msgstr[0] "%(value)s טריליון"
  106. msgstr[1] "%(value)s טריליון"
  107. msgstr[2] "%(value)s טריליון"
  108. msgstr[3] "%(value)s טריליון"
  109. #, python-format
  110. msgid "%(value).1f quadrillion"
  111. msgid_plural "%(value).1f quadrillion"
  112. msgstr[0] "%(value).1f קוודריליון"
  113. msgstr[1] "%(value).1f קוודריליון"
  114. msgstr[2] "%(value).1f קוודריליון"
  115. msgstr[3] "%(value).1f קוודריליון"
  116. #, python-format
  117. msgid "%(value)s quadrillion"
  118. msgid_plural "%(value)s quadrillion"
  119. msgstr[0] "%(value)s קוודריליון"
  120. msgstr[1] "%(value)s קוודריליון"
  121. msgstr[2] "%(value)s קוודריליון"
  122. msgstr[3] "%(value)s קוודריליון"
  123. #, python-format
  124. msgid "%(value).1f quintillion"
  125. msgid_plural "%(value).1f quintillion"
  126. msgstr[0] "%(value).1f קווינטיליון"
  127. msgstr[1] "%(value).1f קווינטיליון"
  128. msgstr[2] "%(value).1f קווינטיליון"
  129. msgstr[3] "%(value).1f קווינטיליון"
  130. #, python-format
  131. msgid "%(value)s quintillion"
  132. msgid_plural "%(value)s quintillion"
  133. msgstr[0] "%(value)s קווינטיליון"
  134. msgstr[1] "%(value)s קווינטיליון"
  135. msgstr[2] "%(value)s קווינטיליון"
  136. msgstr[3] "%(value)s קווינטיליון"
  137. #, python-format
  138. msgid "%(value).1f sextillion"
  139. msgid_plural "%(value).1f sextillion"
  140. msgstr[0] "%(value).1f סקסטיליון"
  141. msgstr[1] "%(value).1f סקסטיליון"
  142. msgstr[2] "%(value).1f סקסטיליון"
  143. msgstr[3] "%(value).1f סקסטיליון"
  144. #, python-format
  145. msgid "%(value)s sextillion"
  146. msgid_plural "%(value)s sextillion"
  147. msgstr[0] "%(value)s סקסטיליון"
  148. msgstr[1] "%(value)s סקסטיליון"
  149. msgstr[2] "%(value)s סקסטיליון"
  150. msgstr[3] "%(value)s סקסטיליון"
  151. #, python-format
  152. msgid "%(value).1f septillion"
  153. msgid_plural "%(value).1f septillion"
  154. msgstr[0] "%(value).1f ספטיליון"
  155. msgstr[1] "%(value).1f ספטיליון"
  156. msgstr[2] "%(value).1f ספטיליון"
  157. msgstr[3] "%(value).1f ספטיליון"
  158. #, python-format
  159. msgid "%(value)s septillion"
  160. msgid_plural "%(value)s septillion"
  161. msgstr[0] "%(value)s ספטיליון"
  162. msgstr[1] "%(value)s ספטיליון"
  163. msgstr[2] "%(value)s ספטיליון"
  164. msgstr[3] "%(value)s ספטיליון"
  165. #, python-format
  166. msgid "%(value).1f octillion"
  167. msgid_plural "%(value).1f octillion"
  168. msgstr[0] "%(value).1f אוקטיליון"
  169. msgstr[1] "%(value).1f אוקטיליון"
  170. msgstr[2] "%(value).1f אוקטיליון"
  171. msgstr[3] "%(value).1f אוקטיליון"
  172. #, python-format
  173. msgid "%(value)s octillion"
  174. msgid_plural "%(value)s octillion"
  175. msgstr[0] "%(value)s אוקטיליון"
  176. msgstr[1] "%(value)s אוקטיליון"
  177. msgstr[2] "%(value)s אוקטיליון"
  178. msgstr[3] "%(value)s אוקטיליון"
  179. #, python-format
  180. msgid "%(value).1f nonillion"
  181. msgid_plural "%(value).1f nonillion"
  182. msgstr[0] "%(value).1f נוניליון"
  183. msgstr[1] "%(value).1f נוניליון"
  184. msgstr[2] "%(value).1f נוניליון"
  185. msgstr[3] "%(value).1f נוניליון"
  186. #, python-format
  187. msgid "%(value)s nonillion"
  188. msgid_plural "%(value)s nonillion"
  189. msgstr[0] "%(value)s נוניליון"
  190. msgstr[1] "%(value)s נוניליון"
  191. msgstr[2] "%(value)s נוניליון"
  192. msgstr[3] "%(value)s נוניליון"
  193. #, python-format
  194. msgid "%(value).1f decillion"
  195. msgid_plural "%(value).1f decillion"
  196. msgstr[0] "%(value).1f דציליון"
  197. msgstr[1] "%(value).1f דציליון"
  198. msgstr[2] "%(value).1f דציליון"
  199. msgstr[3] "%(value).1f דציליון"
  200. #, python-format
  201. msgid "%(value)s decillion"
  202. msgid_plural "%(value)s decillion"
  203. msgstr[0] "%(value)s דציליון"
  204. msgstr[1] "%(value)s דציליון"
  205. msgstr[2] "%(value)s דציליון"
  206. msgstr[3] "%(value)s דציליון"
  207. #, python-format
  208. msgid "%(value).1f googol"
  209. msgid_plural "%(value).1f googol"
  210. msgstr[0] "%(value).1f גוגול"
  211. msgstr[1] "%(value).1f גוגול"
  212. msgstr[2] "%(value).1f גוגול"
  213. msgstr[3] "%(value).1f גוגול"
  214. #, python-format
  215. msgid "%(value)s googol"
  216. msgid_plural "%(value)s googol"
  217. msgstr[0] "%(value)s גוגול"
  218. msgstr[1] "%(value)s גוגול"
  219. msgstr[2] "%(value)s גוגול"
  220. msgstr[3] "%(value)s גוגול"
  221. msgid "one"
  222. msgstr "אחד"
  223. msgid "two"
  224. msgstr "שניים"
  225. msgid "three"
  226. msgstr "שלושה"
  227. msgid "four"
  228. msgstr "ארבעה"
  229. msgid "five"
  230. msgstr "חמישה"
  231. msgid "six"
  232. msgstr "שישה"
  233. msgid "seven"
  234. msgstr "שבעה"
  235. msgid "eight"
  236. msgstr "שמונה"
  237. msgid "nine"
  238. msgstr "תשעה"
  239. msgid "today"
  240. msgstr "היום"
  241. msgid "tomorrow"
  242. msgstr "מחר"
  243. msgid "yesterday"
  244. msgstr "אתמול"
  245. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  246. #. weeks'
  247. #, python-format
  248. msgid "%(delta)s ago"
  249. msgstr "לפני %(delta)s"
  250. #. Translators: please keep a non-breaking space (U+00A0) between count
  251. #. and time unit.
  252. #, python-format
  253. msgid "an hour ago"
  254. msgid_plural "%(count)s hours ago"
  255. msgstr[0] "לפני שעה"
  256. msgstr[1] "לפני %(count)s שעות"
  257. msgstr[2] "לפני %(count)s שעות"
  258. msgstr[3] "לפני %(count)s שעות"
  259. #. Translators: please keep a non-breaking space (U+00A0) between count
  260. #. and time unit.
  261. #, python-format
  262. msgid "a minute ago"
  263. msgid_plural "%(count)s minutes ago"
  264. msgstr[0] "לפני דקה"
  265. msgstr[1] "לפני %(count)s דקות"
  266. msgstr[2] "לפני %(count)s דקות"
  267. msgstr[3] "לפני %(count)s דקות"
  268. #. Translators: please keep a non-breaking space (U+00A0) between count
  269. #. and time unit.
  270. #, python-format
  271. msgid "a second ago"
  272. msgid_plural "%(count)s seconds ago"
  273. msgstr[0] "לפני שניה"
  274. msgstr[1] "לפני %(count)s שניות"
  275. msgstr[2] "לפני %(count)s שניות"
  276. msgstr[3] "לפני %(count)s שניות"
  277. msgid "now"
  278. msgstr "עכשיו"
  279. #. Translators: please keep a non-breaking space (U+00A0) between count
  280. #. and time unit.
  281. #, python-format
  282. msgid "a second from now"
  283. msgid_plural "%(count)s seconds from now"
  284. msgstr[0] "בעוד שניה"
  285. msgstr[1] "בעוד %(count)s שניות"
  286. msgstr[2] "בעוד %(count)s שניות"
  287. msgstr[3] "בעוד %(count)s שניות"
  288. #. Translators: please keep a non-breaking space (U+00A0) between count
  289. #. and time unit.
  290. #, python-format
  291. msgid "a minute from now"
  292. msgid_plural "%(count)s minutes from now"
  293. msgstr[0] "בעוד דקה"
  294. msgstr[1] "בעוד %(count)s דקות"
  295. msgstr[2] "בעוד %(count)s דקות"
  296. msgstr[3] "בעוד %(count)s דקות"
  297. #. Translators: please keep a non-breaking space (U+00A0) between count
  298. #. and time unit.
  299. #, python-format
  300. msgid "an hour from now"
  301. msgid_plural "%(count)s hours from now"
  302. msgstr[0] "בעוד שעה"
  303. msgstr[1] "בעוד %(count)s שעות"
  304. msgstr[2] "בעוד %(count)s שעות"
  305. msgstr[3] "בעוד %(count)s שעות"
  306. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  307. #. weeks'
  308. #, python-format
  309. msgid "%(delta)s from now"
  310. msgstr "בעוד %(delta)s"
  311. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  312. #, python-format
  313. msgctxt "naturaltime-past"
  314. msgid "%d year"
  315. msgid_plural "%d years"
  316. msgstr[0] "שנה %d"
  317. msgstr[1] "%d שנים"
  318. msgstr[2] "%d שנים"
  319. msgstr[3] "%d שנים"
  320. #, python-format
  321. msgctxt "naturaltime-past"
  322. msgid "%d month"
  323. msgid_plural "%d months"
  324. msgstr[0] "חודש %d"
  325. msgstr[1] "%d חודשים"
  326. msgstr[2] "%d חודשים"
  327. msgstr[3] "%d חודשים"
  328. #, python-format
  329. msgctxt "naturaltime-past"
  330. msgid "%d week"
  331. msgid_plural "%d weeks"
  332. msgstr[0] "שבוע %d"
  333. msgstr[1] "%d שבועות"
  334. msgstr[2] "%d שבועות"
  335. msgstr[3] "%d שבועות"
  336. #, python-format
  337. msgctxt "naturaltime-past"
  338. msgid "%d day"
  339. msgid_plural "%d days"
  340. msgstr[0] "יום %d"
  341. msgstr[1] "%d ימים"
  342. msgstr[2] "%d ימים"
  343. msgstr[3] "%d ימים"
  344. #, python-format
  345. msgctxt "naturaltime-past"
  346. msgid "%d hour"
  347. msgid_plural "%d hours"
  348. msgstr[0] "שעה %d"
  349. msgstr[1] "%d שעות"
  350. msgstr[2] "%d שעות"
  351. msgstr[3] "%d שעות"
  352. #, python-format
  353. msgctxt "naturaltime-past"
  354. msgid "%d minute"
  355. msgid_plural "%d minutes"
  356. msgstr[0] "דקה %d"
  357. msgstr[1] "%d דקות"
  358. msgstr[2] "%d דקות"
  359. msgstr[3] "%d דקות"
  360. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  361. #. from now'
  362. #, python-format
  363. msgctxt "naturaltime-future"
  364. msgid "%d year"
  365. msgid_plural "%d years"
  366. msgstr[0] "שנה %d"
  367. msgstr[1] "%d שנים"
  368. msgstr[2] "%d שנים"
  369. msgstr[3] "%d שנים"
  370. #, python-format
  371. msgctxt "naturaltime-future"
  372. msgid "%d month"
  373. msgid_plural "%d months"
  374. msgstr[0] "חודש %d"
  375. msgstr[1] "%d חודשים"
  376. msgstr[2] "%d חודשים"
  377. msgstr[3] "%d חודשים"
  378. #, python-format
  379. msgctxt "naturaltime-future"
  380. msgid "%d week"
  381. msgid_plural "%d weeks"
  382. msgstr[0] "שבוע %d"
  383. msgstr[1] "%d שבועות"
  384. msgstr[2] "%d שבועות"
  385. msgstr[3] "%d שבועות"
  386. #, python-format
  387. msgctxt "naturaltime-future"
  388. msgid "%d day"
  389. msgid_plural "%d days"
  390. msgstr[0] "יום %d"
  391. msgstr[1] "%d ימים"
  392. msgstr[2] "%d ימים"
  393. msgstr[3] "%d ימים"
  394. #, python-format
  395. msgctxt "naturaltime-future"
  396. msgid "%d hour"
  397. msgid_plural "%d hours"
  398. msgstr[0] "שעה %d"
  399. msgstr[1] "%d שעות"
  400. msgstr[2] "%d שעות"
  401. msgstr[3] "%d שעות"
  402. #, python-format
  403. msgctxt "naturaltime-future"
  404. msgid "%d minute"
  405. msgid_plural "%d minutes"
  406. msgstr[0] "דקה %d"
  407. msgstr[1] "%d דקות"
  408. msgstr[2] "%d דקות"
  409. msgstr[3] "%d דקות"