| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1511 | 25731d245eda |
| permissions | -rw-r--r-- |
|
1511
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
1 |
videojs.addLanguage('ar', { |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
2 |
"Play": "تشغيل", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
3 |
"Pause": "إيقاف", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
4 |
"Current Time": "الوقت الحالي", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
5 |
"Duration": "مدة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
6 |
"Remaining Time": "الوقت المتبقي", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
7 |
"Stream Type": "نوع التيار", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
8 |
"LIVE": "مباشر", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
9 |
"Loaded": "تم التحميل", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
10 |
"Progress": "التقدم", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
11 |
"Fullscreen": "ملء الشاشة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
12 |
"Non-Fullscreen": "تعطيل ملء الشاشة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
13 |
"Mute": "صامت", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
14 |
"Unmute": "غير الصامت", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
15 |
"Playback Rate": "معدل التشغيل", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
16 |
"Subtitles": "الترجمة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
17 |
"subtitles off": "إيقاف الترجمة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
18 |
"Captions": "التعليقات", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
19 |
"captions off": "إيقاف التعليقات", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
20 |
"Chapters": "فصول", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
21 |
"You aborted the media playback": "لقد ألغيت تشغيل الفيديو", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
22 |
"A network error caused the media download to fail part-way.": "تسبب خطأ في الشبكة بفشل تحميل الفيديو بالكامل.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
23 |
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "لا يمكن تحميل الفيديو بسبب فشل في الخادوم أو الشبكة ، أو فشل بسبب عدم إمكانية قراءة تنسيق الفيديو.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
24 |
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "تم إيقاف تشغيل الفيديو بسبب مشكلة فساد أو لأن الفيديو المستخدم يستخدم ميزات غير مدعومة من متصفحك.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
25 |
"No compatible source was found for this media.": "فشل العثور على أي مصدر متوافق مع هذا الفيديو.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
26 |
"Play Video": "تشغيل الفيديو", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
27 |
"Close": "أغلق", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
28 |
"Modal Window": "نافذة مشروطة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
29 |
"This is a modal window": "هذه نافذة مشروطة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
30 |
"This modal can be closed by pressing the Escape key or activating the close button.": "يمكن غلق هذه النافذة المشروطة عن طريق الضغط على زر الخروج أو تفعيل زر الإغلاق", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
31 |
", opens captions settings dialog": ", تفتح نافذة خيارات التعليقات", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
32 |
", opens subtitles settings dialog": ", تفتح نافذة خيارات الترجمة", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
33 |
", selected": ", مختار" |
|
1368
0ae5202742bd
change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
34 |
}); |