Skip to content

Instantly share code, notes, and snippets.

@meyt
Last active June 20, 2018 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meyt/f7fd38591209ee7d818af9cb5126d584 to your computer and use it in GitHub Desktop.
Save meyt/f7fd38591209ee7d818af9cb5126d584 to your computer and use it in GitHub Desktop.
plyr persian locale
export default {
i18n: {
restart: 'شروع مجدد',
rewind: 'پخش سریع در جهت معکوس {seektime}s',
play: 'پخش',
pause: 'توقف',
fastForward: 'پخش سریع {seektime}s',
seek: 'پیمایش',
seekLabel: '{currentTime} از {duration}',
played: 'پخش شده',
buffered: 'بافر شده',
currentTime: 'زمان کنونی',
duration: 'مدت زمان',
volume: 'میزان صدا',
mute: 'سکوت',
unmute: 'پخش صدا',
enableCaptions: 'فعال کردن زیرنویس',
disableCaptions: 'غیر فعال کردن زیرنویس',
enterFullscreen: 'ورود به حال تمام‌صفحه',
exitFullscreen: 'خروج از حالت تمام‌صفحه',
frameTitle: 'پخش برای {title}',
captions: 'زیرنویس‌ها',
settings: 'تنظیمات',
menuBack: 'بازگشت به منوی قبل',
speed: 'سرعت',
normal: 'معمولی',
quality: 'کیفیت',
loop: 'حلقه تکرار',
start: 'شروع',
end: 'پایان',
all: 'همه',
reset: 'بازنشانی',
disabled: 'غیرفعال شده',
enabled: 'فعال شده',
advertisement: 'تبلیغ',
qualityBadge: {
2160: '4K',
1440: 'HD',
1080: 'HD',
720: 'HD',
576: 'SD',
480: 'SD'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment