summernote-ar-AR.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'ar-AR': {
  4. font: {
  5. bold: 'عريض',
  6. italic: 'مائل',
  7. underline: 'تحته خط',
  8. clear: 'مسح التنسيق',
  9. height: 'إرتفاع السطر',
  10. name: 'الخط',
  11. strikethrough: 'فى وسطه خط',
  12. subscript: 'مخطوطة',
  13. superscript: 'حرف فوقي',
  14. size: 'الحجم',
  15. },
  16. image: {
  17. image: 'صورة',
  18. insert: 'إضافة صورة',
  19. resizeFull: 'الحجم بالكامل',
  20. resizeHalf: 'تصغير للنصف',
  21. resizeQuarter: 'تصغير للربع',
  22. floatLeft: 'تطيير لليسار',
  23. floatRight: 'تطيير لليمين',
  24. floatNone: 'ثابته',
  25. shapeRounded: 'الشكل: تقريب',
  26. shapeCircle: 'الشكل: دائرة',
  27. shapeThumbnail: 'الشكل: صورة مصغرة',
  28. shapeNone: 'الشكل: لا شيء',
  29. dragImageHere: 'إدرج الصورة هنا',
  30. dropImage: 'إسقاط صورة أو نص',
  31. selectFromFiles: 'حدد ملف',
  32. maximumFileSize: 'الحد الأقصى لحجم الملف',
  33. maximumFileSizeError: 'تم تجاوز الحد الأقصى لحجم الملف',
  34. url: 'رابط الصورة',
  35. remove: 'حذف الصورة',
  36. original: 'Original',
  37. },
  38. video: {
  39. video: 'فيديو',
  40. videoLink: 'رابط الفيديو',
  41. insert: 'إدراج الفيديو',
  42. url: 'رابط الفيديو',
  43. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)',
  44. },
  45. link: {
  46. link: 'رابط رابط',
  47. insert: 'إدراج',
  48. unlink: 'حذف الرابط',
  49. edit: 'تعديل',
  50. textToDisplay: 'النص',
  51. url: 'مسار الرابط',
  52. openInNewWindow: 'فتح في نافذة جديدة',
  53. },
  54. table: {
  55. table: 'جدول',
  56. addRowAbove: 'Add row above',
  57. addRowBelow: 'Add row below',
  58. addColLeft: 'Add column left',
  59. addColRight: 'Add column right',
  60. delRow: 'Delete row',
  61. delCol: 'Delete column',
  62. delTable: 'Delete table',
  63. },
  64. hr: {
  65. insert: 'إدراج خط أفقي',
  66. },
  67. style: {
  68. style: 'تنسيق',
  69. p: 'عادي',
  70. blockquote: 'إقتباس',
  71. pre: 'شفيرة',
  72. h1: 'عنوان رئيسي 1',
  73. h2: 'عنوان رئيسي 2',
  74. h3: 'عنوان رئيسي 3',
  75. h4: 'عنوان رئيسي 4',
  76. h5: 'عنوان رئيسي 5',
  77. h6: 'عنوان رئيسي 6',
  78. },
  79. lists: {
  80. unordered: 'قائمة مُنقطة',
  81. ordered: 'قائمة مُرقمة',
  82. },
  83. options: {
  84. help: 'مساعدة',
  85. fullscreen: 'حجم الشاشة بالكامل',
  86. codeview: 'شفيرة المصدر',
  87. },
  88. paragraph: {
  89. paragraph: 'فقرة',
  90. outdent: 'محاذاة للخارج',
  91. indent: 'محاذاة للداخل',
  92. left: 'محاذاة لليسار',
  93. center: 'توسيط',
  94. right: 'محاذاة لليمين',
  95. justify: 'ملئ السطر',
  96. },
  97. color: {
  98. recent: 'تم إستخدامه',
  99. more: 'المزيد',
  100. background: 'لون الخلفية',
  101. foreground: 'لون النص',
  102. transparent: 'شفاف',
  103. setTransparent: 'بدون خلفية',
  104. reset: 'إعادة الضبط',
  105. resetToDefault: 'إعادة الضبط',
  106. cpSelect: 'اختار',
  107. },
  108. shortcut: {
  109. shortcuts: 'إختصارات',
  110. close: 'غلق',
  111. textFormatting: 'تنسيق النص',
  112. action: 'Action',
  113. paragraphFormatting: 'تنسيق الفقرة',
  114. documentStyle: 'تنسيق المستند',
  115. extraKeys: 'Extra keys',
  116. },
  117. help: {
  118. 'insertParagraph': 'Insert Paragraph',
  119. 'undo': 'Undoes the last command',
  120. 'redo': 'Redoes the last command',
  121. 'tab': 'Tab',
  122. 'untab': 'Untab',
  123. 'bold': 'Set a bold style',
  124. 'italic': 'Set a italic style',
  125. 'underline': 'Set a underline style',
  126. 'strikethrough': 'Set a strikethrough style',
  127. 'removeFormat': 'Clean a style',
  128. 'justifyLeft': 'Set left align',
  129. 'justifyCenter': 'Set center align',
  130. 'justifyRight': 'Set right align',
  131. 'justifyFull': 'Set full align',
  132. 'insertUnorderedList': 'Toggle unordered list',
  133. 'insertOrderedList': 'Toggle ordered list',
  134. 'outdent': 'Outdent on current paragraph',
  135. 'indent': 'Indent on current paragraph',
  136. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  137. 'formatH1': 'Change current block\'s format as H1',
  138. 'formatH2': 'Change current block\'s format as H2',
  139. 'formatH3': 'Change current block\'s format as H3',
  140. 'formatH4': 'Change current block\'s format as H4',
  141. 'formatH5': 'Change current block\'s format as H5',
  142. 'formatH6': 'Change current block\'s format as H6',
  143. 'insertHorizontalRule': 'Insert horizontal rule',
  144. 'linkDialog.show': 'Show Link Dialog',
  145. },
  146. history: {
  147. undo: 'تراجع',
  148. redo: 'إعادة',
  149. },
  150. specialChar: {
  151. specialChar: 'SPECIAL CHARACTERS',
  152. select: 'Select Special characters',
  153. },
  154. },
  155. });
  156. })(jQuery);