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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Ali Nikneshan <ali@nikneshan.com>, 2012
  5. # Alireza Savand <alireza.savand@gmail.com>, 2012
  6. # Claude Paroz <claude@2xlibre.net>, 2013
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # MJafar Mashhadi <raindigital2007@gmail.com>, 2018
  9. # Mohammad Hossein Mojtahedi <Mhm5000@gmail.com>, 2016
  10. # Reza Mohammadi <reza@teeleh.ir>, 2014
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  16. "PO-Revision-Date: 2018-06-23 23:07+0000\n"
  17. "Last-Translator: MJafar Mashhadi <raindigital2007@gmail.com>\n"
  18. "Language-Team: Persian (http://www.transifex.com/django/django/language/"
  19. "fa/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: fa\n"
  24. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  25. msgid "Humanize"
  26. msgstr "انسانی‌سازی"
  27. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  28. msgctxt "ordinal 11, 12, 13"
  29. msgid "{}th"
  30. msgstr "{}م"
  31. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  32. msgctxt "ordinal 0"
  33. msgid "{}th"
  34. msgstr "{}م"
  35. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  36. msgctxt "ordinal 1"
  37. msgid "{}st"
  38. msgstr "{}ین"
  39. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  40. msgctxt "ordinal 2"
  41. msgid "{}nd"
  42. msgstr "{}م"
  43. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  44. msgctxt "ordinal 3"
  45. msgid "{}rd"
  46. msgstr "{}م"
  47. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  48. msgctxt "ordinal 4"
  49. msgid "{}th"
  50. msgstr "{}م"
  51. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  52. msgctxt "ordinal 5"
  53. msgid "{}th"
  54. msgstr "{}م"
  55. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  56. msgctxt "ordinal 6"
  57. msgid "{}th"
  58. msgstr "{}م"
  59. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  60. msgctxt "ordinal 7"
  61. msgid "{}th"
  62. msgstr "{}م"
  63. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  64. msgctxt "ordinal 8"
  65. msgid "{}th"
  66. msgstr "{}م"
  67. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  68. msgctxt "ordinal 9"
  69. msgid "{}th"
  70. msgstr "{}م"
  71. #, python-format
  72. msgid "%(value).1f million"
  73. msgid_plural "%(value).1f million"
  74. msgstr[0] "%(value).1f میلیون"
  75. msgstr[1] "%(value).1f میلیون"
  76. #, python-format
  77. msgid "%(value)s million"
  78. msgid_plural "%(value)s million"
  79. msgstr[0] "%(value)s میلیون"
  80. msgstr[1] "%(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. #, python-format
  87. msgid "%(value)s billion"
  88. msgid_plural "%(value)s billion"
  89. msgstr[0] "%(value)s میلیارد"
  90. msgstr[1] "%(value)s میلیارد"
  91. #, python-format
  92. msgid "%(value).1f trillion"
  93. msgid_plural "%(value).1f trillion"
  94. msgstr[0] "%(value).1f تریلون"
  95. msgstr[1] "%(value).1f تریلون"
  96. #, python-format
  97. msgid "%(value)s trillion"
  98. msgid_plural "%(value)s trillion"
  99. msgstr[0] "%(value)s تریلیون"
  100. msgstr[1] "%(value)s تریلیون"
  101. #, python-format
  102. msgid "%(value).1f quadrillion"
  103. msgid_plural "%(value).1f quadrillion"
  104. msgstr[0] "%(value).1f کوادریلیون"
  105. msgstr[1] "%(value).1f کوادریلیون"
  106. #, python-format
  107. msgid "%(value)s quadrillion"
  108. msgid_plural "%(value)s quadrillion"
  109. msgstr[0] "%(value)s کوادریلیون"
  110. msgstr[1] "%(value)s کوادریلیون"
  111. #, python-format
  112. msgid "%(value).1f quintillion"
  113. msgid_plural "%(value).1f quintillion"
  114. msgstr[0] "%(value).1f کوانتینیوم"
  115. msgstr[1] "%(value).1f کوانتینیوم"
  116. #, python-format
  117. msgid "%(value)s quintillion"
  118. msgid_plural "%(value)s quintillion"
  119. msgstr[0] "%(value)s کوانتینیوم"
  120. msgstr[1] "%(value)s کوانتینیوم"
  121. #, python-format
  122. msgid "%(value).1f sextillion"
  123. msgid_plural "%(value).1f sextillion"
  124. msgstr[0] "%(value).1f با ۲۱ صفر"
  125. msgstr[1] "%(value).1f با ۲۱ صفر"
  126. #, python-format
  127. msgid "%(value)s sextillion"
  128. msgid_plural "%(value)s sextillion"
  129. msgstr[0] "%(value)s با ۲۱ صفر"
  130. msgstr[1] "%(value)s با ۲۱ صفر"
  131. #, python-format
  132. msgid "%(value).1f septillion"
  133. msgid_plural "%(value).1f septillion"
  134. msgstr[0] "%(value).1f سپتیلیون"
  135. msgstr[1] "%(value).1f سپتیلیون"
  136. #, python-format
  137. msgid "%(value)s septillion"
  138. msgid_plural "%(value)s septillion"
  139. msgstr[0] "%(value)s سپتیلیون"
  140. msgstr[1] "%(value)s سپتیلیون"
  141. #, python-format
  142. msgid "%(value).1f octillion"
  143. msgid_plural "%(value).1f octillion"
  144. msgstr[0] "%(value).1f octillion"
  145. msgstr[1] "%(value).1f octillion"
  146. #, python-format
  147. msgid "%(value)s octillion"
  148. msgid_plural "%(value)s octillion"
  149. msgstr[0] "%(value)s octillion"
  150. msgstr[1] "%(value)s octillion"
  151. #, python-format
  152. msgid "%(value).1f nonillion"
  153. msgid_plural "%(value).1f nonillion"
  154. msgstr[0] " %(value).1f با ۵۴ صفر"
  155. msgstr[1] " %(value).1f با ۵۴ صفر"
  156. #, python-format
  157. msgid "%(value)s nonillion"
  158. msgid_plural "%(value)s nonillion"
  159. msgstr[0] "%(value)s با ۵۴ صفر"
  160. msgstr[1] "%(value)s با ۵۴ صفر"
  161. #, python-format
  162. msgid "%(value).1f decillion"
  163. msgid_plural "%(value).1f decillion"
  164. msgstr[0] "%(value).1f با شصت صفر"
  165. msgstr[1] "%(value).1f با شصت صفر"
  166. #, python-format
  167. msgid "%(value)s decillion"
  168. msgid_plural "%(value)s decillion"
  169. msgstr[0] "%(value)s با شصت صفر"
  170. msgstr[1] "%(value)s با شصت صفر"
  171. #, python-format
  172. msgid "%(value).1f googol"
  173. msgid_plural "%(value).1f googol"
  174. msgstr[0] "%(value).1f گوگُل"
  175. msgstr[1] "%(value).1f گوگُل"
  176. #, python-format
  177. msgid "%(value)s googol"
  178. msgid_plural "%(value)s googol"
  179. msgstr[0] "%(value)s گوگُل"
  180. msgstr[1] "%(value)s گوگُل"
  181. msgid "one"
  182. msgstr "یک"
  183. msgid "two"
  184. msgstr "دو"
  185. msgid "three"
  186. msgstr "سه"
  187. msgid "four"
  188. msgstr "چهار"
  189. msgid "five"
  190. msgstr "پنج"
  191. msgid "six"
  192. msgstr "شش"
  193. msgid "seven"
  194. msgstr "هفت"
  195. msgid "eight"
  196. msgstr "هشت"
  197. msgid "nine"
  198. msgstr "نُه"
  199. msgid "today"
  200. msgstr "امروز"
  201. msgid "tomorrow"
  202. msgstr "فردا"
  203. msgid "yesterday"
  204. msgstr "دیروز"
  205. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  206. #. weeks'
  207. #, python-format
  208. msgid "%(delta)s ago"
  209. msgstr "%(delta)s پیش"
  210. #. Translators: please keep a non-breaking space (U+00A0) between count
  211. #. and time unit.
  212. #, python-format
  213. msgid "an hour ago"
  214. msgid_plural "%(count)s hours ago"
  215. msgstr[0] "%(count)s ساعت پیش"
  216. msgstr[1] "%(count)s ساعت پیش"
  217. #. Translators: please keep a non-breaking space (U+00A0) between count
  218. #. and time unit.
  219. #, python-format
  220. msgid "a minute ago"
  221. msgid_plural "%(count)s minutes ago"
  222. msgstr[0] "%(count)s دقیقه پیش"
  223. msgstr[1] "%(count)s دقیقه پیش"
  224. #. Translators: please keep a non-breaking space (U+00A0) between count
  225. #. and time unit.
  226. #, python-format
  227. msgid "a second ago"
  228. msgid_plural "%(count)s seconds ago"
  229. msgstr[0] "%(count)s ثانیه پیش"
  230. msgstr[1] "%(count)s ثانیه پیش"
  231. msgid "now"
  232. msgstr "اکنون"
  233. #. Translators: please keep a non-breaking space (U+00A0) between count
  234. #. and time unit.
  235. #, python-format
  236. msgid "a second from now"
  237. msgid_plural "%(count)s seconds from now"
  238. msgstr[0] "%(count)s ثانیه دیگر"
  239. msgstr[1] "%(count)s ثانیه دیگر"
  240. #. Translators: please keep a non-breaking space (U+00A0) between count
  241. #. and time unit.
  242. #, python-format
  243. msgid "a minute from now"
  244. msgid_plural "%(count)s minutes from now"
  245. msgstr[0] "%(count)s دقیقه دیگر"
  246. msgstr[1] "%(count)s دقیقه دیگر"
  247. #. Translators: please keep a non-breaking space (U+00A0) between count
  248. #. and time unit.
  249. #, python-format
  250. msgid "an hour from now"
  251. msgid_plural "%(count)s hours from now"
  252. msgstr[0] "%(count)s ساعت دیگر"
  253. msgstr[1] "%(count)s ساعت دیگر"
  254. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  255. #. weeks'
  256. #, python-format
  257. msgid "%(delta)s from now"
  258. msgstr "%(delta)s دیگر"
  259. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  260. #, python-format
  261. msgctxt "naturaltime-past"
  262. msgid "%d year"
  263. msgid_plural "%d years"
  264. msgstr[0] "%d سال"
  265. msgstr[1] "%d سال"
  266. #, python-format
  267. msgctxt "naturaltime-past"
  268. msgid "%d month"
  269. msgid_plural "%d months"
  270. msgstr[0] "%d ماه"
  271. msgstr[1] "%d ماه"
  272. #, python-format
  273. msgctxt "naturaltime-past"
  274. msgid "%d week"
  275. msgid_plural "%d weeks"
  276. msgstr[0] "%d هفته"
  277. msgstr[1] "%d هفته"
  278. #, python-format
  279. msgctxt "naturaltime-past"
  280. msgid "%d day"
  281. msgid_plural "%d days"
  282. msgstr[0] "%d روز"
  283. msgstr[1] "%d روز"
  284. #, python-format
  285. msgctxt "naturaltime-past"
  286. msgid "%d hour"
  287. msgid_plural "%d hours"
  288. msgstr[0] "%d ساعت"
  289. msgstr[1] "%d ساعت"
  290. #, python-format
  291. msgctxt "naturaltime-past"
  292. msgid "%d minute"
  293. msgid_plural "%d minutes"
  294. msgstr[0] "%d دقیقه"
  295. msgstr[1] "%d دقیقه"
  296. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  297. #. from now'
  298. #, python-format
  299. msgctxt "naturaltime-future"
  300. msgid "%d year"
  301. msgid_plural "%d years"
  302. msgstr[0] "%d سال"
  303. msgstr[1] "%d سال"
  304. #, python-format
  305. msgctxt "naturaltime-future"
  306. msgid "%d month"
  307. msgid_plural "%d months"
  308. msgstr[0] "%d ماه"
  309. msgstr[1] "%d ماه"
  310. #, python-format
  311. msgctxt "naturaltime-future"
  312. msgid "%d week"
  313. msgid_plural "%d weeks"
  314. msgstr[0] "%d هفته"
  315. msgstr[1] "%d هفته"
  316. #, python-format
  317. msgctxt "naturaltime-future"
  318. msgid "%d day"
  319. msgid_plural "%d days"
  320. msgstr[0] "%d روز"
  321. msgstr[1] "%d روز"
  322. #, python-format
  323. msgctxt "naturaltime-future"
  324. msgid "%d hour"
  325. msgid_plural "%d hours"
  326. msgstr[0] "%d ساعت"
  327. msgstr[1] "%d ساعت"
  328. #, python-format
  329. msgctxt "naturaltime-future"
  330. msgid "%d minute"
  331. msgid_plural "%d minutes"
  332. msgstr[0] "%d دقیقه"
  333. msgstr[1] "%d دقیقه"