ar.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* ===========================================================
  2. * ar.js
  3. * Arabic translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Abo Mokh ahmed (abomokhahmed)
  7. * Github : https://github.com/abomokhahmed
  8. * Reviewed by : Abdellah Chadidi (chadidi)
  9. * Github : https://github.com/chadidi
  10. */
  11. jQuery.trumbowyg.langs.ar = {
  12. _dir: 'rtl',
  13. viewHTML: 'إعرض-HTML',
  14. undo: 'تراجع',
  15. redo: 'إعادة',
  16. formatting: 'تنسيق',
  17. p: 'فقرة',
  18. blockquote: 'اقتباس',
  19. code: 'كود',
  20. header: 'رأس',
  21. bold: 'عريض',
  22. italic: 'مائل',
  23. strikethrough: 'مشطوب',
  24. underline: 'خطّ سفلي',
  25. strong: 'بارز',
  26. em: 'تغميق',
  27. del: 'حذف',
  28. superscript: 'الأس',
  29. subscript: 'أس سفلي',
  30. unorderedList: 'قائمة غير مرتّبة',
  31. orderedList: 'قائمة مرتّبة',
  32. insertImage: 'إدراج صورة',
  33. insertVideo: 'إدراج فيديو',
  34. link: 'رابط',
  35. createLink: 'انشاء رابط',
  36. unlink: 'حذف رابط',
  37. justifyLeft: 'تصحيح للشمال',
  38. justifyCenter: 'توسيط',
  39. justifyRight: 'تصحيح لليمين',
  40. justifyFull: 'تصحيح لكلا الإتّجاهين',
  41. horizontalRule: 'إدراج خطّ أفقي',
  42. fullscreen: 'ملء الشاشة',
  43. close: 'إغلاق',
  44. submit: 'إرسال',
  45. reset: 'إعادة تعيين',
  46. required: 'إلزامي',
  47. description: 'وصف',
  48. title: 'عنوان',
  49. text: 'نصّ',
  50. target: 'الهدف'
  51. };