fa.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * This is a `i18n` language object.
  3. *
  4. * Persian
  5. *
  6. * @author
  7. * wmateam (GitHub: @wmateam)
  8. *
  9. * @see core/i18n.js
  10. */(function (exports) {
  11. 'use strict';
  12. if (exports.fa === undefined) {
  13. exports.fa = {
  14. 'mejs.plural-form': 0,
  15. 'mejs.download-file': 'دریافت فایل',
  16. 'mejs.install-flash': 'افزونه فلش پلیر روی مرورگر شما نصب نیست یا غیر فعال است.افزونه را فعال کنید و یا از https://get.adobe.com/flashplayer/ دریافت و نصب کنید.',
  17. 'mejs.fullscreen': 'تمام صفحه',
  18. 'mejs.play': 'پخش',
  19. 'mejs.pause': 'توقف',
  20. 'mejs.time-slider': 'تغییر زمان',
  21. 'mejs.time-help-text': 'از کلید های چپ و راست کیبورد برای جا به جایی به میزان یک ثانیه استفاده کنید.همچنین کلید های بالا و پایین 10 ثانیه زمان را جا به جا می کند.',
  22. 'mejs.live-broadcast': 'پخش زنده',
  23. 'mejs.volume-help-text': 'از دکمه های بالا و پایین برای کم و زیاد کردن حجم صدا استفاده کنید.',
  24. 'mejs.unmute': 'صدا دار',
  25. 'mejs.mute': 'بی صدا',
  26. 'mejs.volume-slider': 'تغییر حجم صدا',
  27. 'mejs.video-player': 'پخش کننده ویدیو',
  28. 'mejs.audio-player': 'پخش کننده صدا',
  29. 'mejs.captions-subtitles': 'زیرنویس',
  30. 'mejs.captions-chapters': 'قسمت',
  31. 'mejs.none': 'هیچ',
  32. 'mejs.afrikaans': 'آفریقایی',
  33. 'mejs.albanian': 'آلبانیایی',
  34. 'mejs.arabic': 'عربی',
  35. 'mejs.belarusian': 'بلاروس',
  36. 'mejs.bulgarian': 'بلغاری',
  37. 'mejs.catalan': 'کاتالان',
  38. 'mejs.chinese': 'چینی',
  39. 'mejs.chinese-simplified': 'چینی (ساده شده)',
  40. 'mejs.chinese-traditional': 'چینی (سنتی)',
  41. 'mejs.croatian': 'کروات',
  42. 'mejs.czech': 'چک',
  43. 'mejs.danish': 'دانمارکی',
  44. 'mejs.dutch': 'هلندی',
  45. 'mejs.english': 'انگلیسی',
  46. 'mejs.estonian': 'استونی',
  47. 'mejs.filipino': 'فیلیپینی',
  48. 'mejs.finnish': 'فنلاندری',
  49. 'mejs.french': 'فرانسوی',
  50. 'mejs.galician': 'گالیسی',
  51. 'mejs.german': 'آلمانی',
  52. 'mejs.greek': 'یونانی',
  53. 'mejs.haitian-creole': 'کریول هائیتی',
  54. 'mejs.hebrew': 'عبری',
  55. 'mejs.hindi': 'هندی',
  56. 'mejs.hungarian': 'مجارستانی',
  57. 'mejs.icelandic': 'ایسلندی',
  58. 'mejs.indonesian': 'اندونزی',
  59. 'mejs.irish': 'ایرلندی',
  60. 'mejs.italian': 'ایتالیایی',
  61. 'mejs.japanese': 'ژاپنی',
  62. 'mejs.korean': 'کره ای',
  63. 'mejs.latvian': 'لتونی',
  64. 'mejs.lithuanian': 'لیتوانی',
  65. 'mejs.macedonian': 'مقدونی',
  66. 'mejs.malay': 'مالایی',
  67. 'mejs.maltese': 'مالتی',
  68. 'mejs.norwegian': 'نروژی',
  69. 'mejs.persian': 'فارسی',
  70. 'mejs.polish': 'لهستانی',
  71. 'mejs.portuguese': 'پرتغالی',
  72. 'mejs.romanian': 'روانی',
  73. 'mejs.russian': 'روسی',
  74. 'mejs.serbian': 'صرب',
  75. 'mejs.slovak': 'اسلواکی',
  76. 'mejs.slovenian': 'اسلوونیایی',
  77. 'mejs.spanish': 'اسپانیایی',
  78. 'mejs.swahili': 'سواحیلی',
  79. 'mejs.swedish': 'سوئد',
  80. 'mejs.tagalog': 'تاگالوگ',
  81. 'mejs.thai': 'تایلندی',
  82. 'mejs.turkish': 'ترکی',
  83. 'mejs.ukrainian': 'اوکراین',
  84. 'mejs.vietnamese': 'ویتنامی',
  85. 'mejs.welsh': 'ولزی',
  86. 'mejs.yiddish': 'ییدیش'
  87. };
  88. }
  89. })(mejs.i18n);