fa.toml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "قبلی"
  4. [ui_pager_next]
  5. other = "بعدی"
  6. [ui_read_more]
  7. other = "بیشتر بخوانید"
  8. [ui_search]
  9. other = "در این سایت جستجو کنید..."
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "در"
  13. # Footer text
  14. [footer_all_rights_reserved]
  15. other = "تمام حقوق محفوظ است."
  16. [footer_privacy_policy]
  17. other = "سیاست حفظ حریم خصوصی"
  18. # Post (blog, articles etc.)
  19. [post_byline_by]
  20. other = "توسط"
  21. [post_created]
  22. other = "ساخته شده"
  23. [post_last_mod]
  24. other = "آخرین تغییرات"
  25. [post_edit_this]
  26. other = "این صفحه را ویرایش کنید"
  27. [post_view_this]
  28. other = "مشاهده منبع صفحه"
  29. [post_create_child_page]
  30. other = "ایجاد زیر صفحه در این صفحه"
  31. [post_create_issue]
  32. other = "ساخت ایشو"
  33. [post_create_project_issue]
  34. other = "ساخت ایشو برای پوسته"
  35. [post_posts_in]
  36. other = "نوشته ها در"
  37. [post_reading_time]
  38. other = "دقیقه برای خواندن"
  39. [post_less_than_a_minute_read]
  40. other = "کمتر از یک دقیقه"
  41. # Print support
  42. [print_printable_section]
  43. other = "این حالت نمایش چند صفحه ای قابل پرینت این قسمت می‌باشد."
  44. [print_click_to_print]
  45. other = "برای پرینت کلیک کنید."
  46. [print_show_regular]
  47. other = "بازگشت به حالت نمایش عادی این قسمت"
  48. [print_entire_section]
  49. other = "پرینت کامل قسمت"
  50. # Community
  51. [community_join]
  52. other = "Join the {{ .Site.Title }} community"
  53. [community_introduce]
  54. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  55. [community_learn]
  56. other = "Learn and Connect"
  57. [community_using]
  58. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  59. [community_develop]
  60. other = "Develop and Contribute"
  61. [community_contribute]
  62. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  63. [community_how_to]
  64. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  65. [community_guideline]
  66. other = "Contribution Guidelines"
  67. # Feedback
  68. [feedback_title]
  69. other = "بازخورد"
  70. [feedback_question]
  71. other = "این صفحه به شما کمک کرد؟"
  72. [feedback_positive]
  73. other = "آره"
  74. [feedback_negative]
  75. other = "نه"