|
1 | | -(function ($) { |
| 1 | +(function($) { |
2 | 2 | $.extend($.summernote.lang, { |
3 | 3 | 'ar-AR': { |
4 | 4 | font: { |
|
9 | 9 | height: 'إرتفاع السطر', |
10 | 10 | name: 'الخط', |
11 | 11 | strikethrough: 'فى وسطه خط', |
| 12 | + subscript: 'مخطوطة', |
| 13 | + superscript: 'حرف فوقي', |
12 | 14 | size: 'الحجم' |
13 | 15 | }, |
14 | 16 | image: { |
|
20 | 22 | floatLeft: 'تطيير لليسار', |
21 | 23 | floatRight: 'تطيير لليمين', |
22 | 24 | floatNone: 'ثابته', |
| 25 | + shapeRounded: 'الشكل: تقريب', |
| 26 | + shapeCircle: 'الشكل: دائرة', |
| 27 | + shapeThumbnail: 'الشكل: صورة مصغرة', |
| 28 | + shapeNone: 'الشكل: لا شيء', |
23 | 29 | dragImageHere: 'إدرج الصورة هنا', |
| 30 | + dropImage: 'إسقاط صورة أو نص', |
24 | 31 | selectFromFiles: 'حدد ملف', |
| 32 | + maximumFileSize: 'الحد الأقصى لحجم الملف', |
| 33 | + maximumFileSizeError: 'تم تجاوز الحد الأقصى لحجم الملف', |
25 | 34 | url: 'رابط الصورة', |
26 | | - remove: 'حذف الصورة' |
| 35 | + remove: 'حذف الصورة', |
| 36 | + original: 'Original' |
27 | 37 | }, |
28 | 38 | video: { |
29 | 39 | video: 'فيديو', |
|
42 | 52 | openInNewWindow: 'فتح في نافذة جديدة' |
43 | 53 | }, |
44 | 54 | table: { |
45 | | - 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' |
46 | 63 | }, |
47 | 64 | hr: { |
48 | 65 | insert: 'إدراج خط أفقي' |
|
93 | 110 | textFormatting: 'تنسيق النص', |
94 | 111 | action: 'Action', |
95 | 112 | paragraphFormatting: 'تنسيق الفقرة', |
96 | | - documentStyle: 'تنسيق المستند' |
| 113 | + documentStyle: 'تنسيق المستند', |
| 114 | + extraKeys: 'Extra keys' |
| 115 | + }, |
| 116 | + help: { |
| 117 | + 'insertParagraph': 'Insert Paragraph', |
| 118 | + 'undo': 'Undoes the last command', |
| 119 | + 'redo': 'Redoes the last command', |
| 120 | + 'tab': 'Tab', |
| 121 | + 'untab': 'Untab', |
| 122 | + 'bold': 'Set a bold style', |
| 123 | + 'italic': 'Set a italic style', |
| 124 | + 'underline': 'Set a underline style', |
| 125 | + 'strikethrough': 'Set a strikethrough style', |
| 126 | + 'removeFormat': 'Clean a style', |
| 127 | + 'justifyLeft': 'Set left align', |
| 128 | + 'justifyCenter': 'Set center align', |
| 129 | + 'justifyRight': 'Set right align', |
| 130 | + 'justifyFull': 'Set full align', |
| 131 | + 'insertUnorderedList': 'Toggle unordered list', |
| 132 | + 'insertOrderedList': 'Toggle ordered list', |
| 133 | + 'outdent': 'Outdent on current paragraph', |
| 134 | + 'indent': 'Indent on current paragraph', |
| 135 | + 'formatPara': 'Change current block\'s format as a paragraph(P tag)', |
| 136 | + 'formatH1': 'Change current block\'s format as H1', |
| 137 | + 'formatH2': 'Change current block\'s format as H2', |
| 138 | + 'formatH3': 'Change current block\'s format as H3', |
| 139 | + 'formatH4': 'Change current block\'s format as H4', |
| 140 | + 'formatH5': 'Change current block\'s format as H5', |
| 141 | + 'formatH6': 'Change current block\'s format as H6', |
| 142 | + 'insertHorizontalRule': 'Insert horizontal rule', |
| 143 | + 'linkDialog.show': 'Show Link Dialog' |
97 | 144 | }, |
98 | 145 | history: { |
99 | 146 | undo: 'تراجع', |
100 | 147 | redo: 'إعادة' |
| 148 | + }, |
| 149 | + specialChar: { |
| 150 | + specialChar: 'SPECIAL CHARACTERS', |
| 151 | + select: 'Select Special characters' |
101 | 152 | } |
102 | 153 | } |
103 | 154 | }); |
|
0 commit comments