mirror of
https://github.com/videojs/video.js.git
synced 2024-12-29 02:57:21 +02:00
@azawawi added an Arabic translation. closes #1692
This commit is contained in:
parent
76e662a756
commit
ea7bf36588
@ -7,6 +7,7 @@ CHANGELOG
|
|||||||
* @rafalwrzeszcz fixed the Flash object tag markup for strict XML ([view](https://github.com/videojs/video.js/pull/1702))
|
* @rafalwrzeszcz fixed the Flash object tag markup for strict XML ([view](https://github.com/videojs/video.js/pull/1702))
|
||||||
* @thijstriemstra fixed a number of typos in the docs ([view](https://github.com/videojs/video.js/pull/1704))
|
* @thijstriemstra fixed a number of typos in the docs ([view](https://github.com/videojs/video.js/pull/1704))
|
||||||
* @heff added the Source Handler interface for handling advanced formats including adaptive streaming ([view](https://github.com/videojs/video.js/pull/1560))
|
* @heff added the Source Handler interface for handling advanced formats including adaptive streaming ([view](https://github.com/videojs/video.js/pull/1560))
|
||||||
|
* @azawawi added an Arabic translation ([view](https://github.com/videojs/video.js/pull/1692))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
26
lang/ar.json
Normal file
26
lang/ar.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"Play": "تشغيل",
|
||||||
|
"Pause": "ايقاف",
|
||||||
|
"Current Time": "الوقت الحالي",
|
||||||
|
"Duration Time": "Dauer",
|
||||||
|
"Remaining Time": "الوقت المتبقي",
|
||||||
|
"Stream Type": "نوع التيار",
|
||||||
|
"LIVE": "مباشر",
|
||||||
|
"Loaded": "تم التحميل",
|
||||||
|
"Progress": "التقدم",
|
||||||
|
"Fullscreen": "ملء الشاشة",
|
||||||
|
"Non-Fullscreen": "غير ملء الشاشة",
|
||||||
|
"Mute": "صامت",
|
||||||
|
"Unmuted": "غير الصامت",
|
||||||
|
"Playback Rate": "معدل التشغيل",
|
||||||
|
"Subtitles": "الترجمة",
|
||||||
|
"subtitles off": "ايقاف الترجمة",
|
||||||
|
"Captions": "التعليقات",
|
||||||
|
"captions off": "ايقاف التعليقات",
|
||||||
|
"Chapters": "فصول",
|
||||||
|
"You aborted the video playback": "لقد ألغيت تشغيل الفيديو",
|
||||||
|
"A network error caused the video download to fail part-way.": "تسبب خطأ في الشبكة بفشل تحميل الفيديو بالكامل.",
|
||||||
|
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "لا يمكن تحميل الفيديو بسبب فشل في الخادم أو الشبكة ، أو فشل بسبب عدم امكانية قراءة تنسيق الفيديو.",
|
||||||
|
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "تم ايقاف تشغيل الفيديو بسبب مشكلة فساد أو لأن الفيديو المستخدم يستخدم ميزات غير مدعومة من متصفحك.",
|
||||||
|
"No compatible source was found for this video.": "فشل العثور على أي مصدر متوافق مع هذا الفيديو."
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user