Skip to content

Commit 805c08e

Browse files
committed
Summernote from 0.8.8 to 0.8.10
1 parent 6a9e281 commit 805c08e

53 files changed

Lines changed: 2010 additions & 289 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Helpers/Cdn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Cdn
1212
{
1313
const CodeMirror = '5.31.0';
14-
const Summernote = '0.8.8';
14+
const Summernote = '0.8.10';
1515
const FontAwesome = '4.7.0';
1616

1717
// https://datatables.net/download/
-7.32 KB
Binary file not shown.
-7.32 KB
Binary file not shown.
5.37 KB
Binary file not shown.

src/Public/css/summernote/summernote-bs4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Public/css/summernote/summernote.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Public/js/summernote/lang/summernote-ar-AR.js

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function ($) {
1+
(function($) {
22
$.extend($.summernote.lang, {
33
'ar-AR': {
44
font: {
@@ -9,6 +9,8 @@
99
height: 'إرتفاع السطر',
1010
name: 'الخط',
1111
strikethrough: 'فى وسطه خط',
12+
subscript: 'مخطوطة',
13+
superscript: 'حرف فوقي',
1214
size: 'الحجم'
1315
},
1416
image: {
@@ -20,10 +22,18 @@
2022
floatLeft: 'تطيير لليسار',
2123
floatRight: 'تطيير لليمين',
2224
floatNone: 'ثابته',
25+
shapeRounded: 'الشكل: تقريب',
26+
shapeCircle: 'الشكل: دائرة',
27+
shapeThumbnail: 'الشكل: صورة مصغرة',
28+
shapeNone: 'الشكل: لا شيء',
2329
dragImageHere: 'إدرج الصورة هنا',
30+
dropImage: 'إسقاط صورة أو نص',
2431
selectFromFiles: 'حدد ملف',
32+
maximumFileSize: 'الحد الأقصى لحجم الملف',
33+
maximumFileSizeError: 'تم تجاوز الحد الأقصى لحجم الملف',
2534
url: 'رابط الصورة',
26-
remove: 'حذف الصورة'
35+
remove: 'حذف الصورة',
36+
original: 'Original'
2737
},
2838
video: {
2939
video: 'فيديو',
@@ -42,7 +52,14 @@
4252
openInNewWindow: 'فتح في نافذة جديدة'
4353
},
4454
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'
4663
},
4764
hr: {
4865
insert: 'إدراج خط أفقي'
@@ -93,11 +110,45 @@
93110
textFormatting: 'تنسيق النص',
94111
action: 'Action',
95112
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'
97144
},
98145
history: {
99146
undo: 'تراجع',
100147
redo: 'إعادة'
148+
},
149+
specialChar: {
150+
specialChar: 'SPECIAL CHARACTERS',
151+
select: 'Select Special characters'
101152
}
102153
}
103154
});

0 commit comments

Comments
 (0)