Skip to content

Commit

Permalink
Merge pull request #3497 from lion4h/patch-1
Browse files Browse the repository at this point in the history
Update arabic translation
  • Loading branch information
lqez committed Dec 14, 2019
2 parents ea2973a + 2c327d4 commit efae77a
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions lang/summernote-ar-AR.js
Expand Up @@ -43,7 +43,7 @@
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)',
},
link: {
link: 'رابط رابط',
link: 'رابط',
insert: 'إدراج',
unlink: 'حذف الرابط',
edit: 'تعديل',
Expand All @@ -53,13 +53,13 @@
},
table: {
table: 'جدول',
addRowAbove: 'Add row above',
addRowBelow: 'Add row below',
addColLeft: 'Add column left',
addColRight: 'Add column right',
delRow: 'Delete row',
delCol: 'Delete column',
delTable: 'Delete table',
addRowAbove: 'إضافة سطر أعلاه',
addRowBelow: 'إضافة سطر أدناه',
addColLeft: 'إضافة عمود قبله',
addColRight: 'إضافة عمود بعده',
delRow: 'حذف سطر',
delCol: 'حذف عمود',
delTable: 'حذف الجدول',
},
hr: {
insert: 'إدراج خط أفقي',
Expand Down Expand Up @@ -112,44 +112,44 @@
action: 'Action',
paragraphFormatting: 'تنسيق الفقرة',
documentStyle: 'تنسيق المستند',
extraKeys: 'Extra keys',
extraKeys: 'أزرار إضافية',
},
help: {
'insertParagraph': 'Insert Paragraph',
'undo': 'Undoes the last command',
'redo': 'Redoes the last command',
'tab': 'Tab',
'untab': 'Untab',
'bold': 'Set a bold style',
'italic': 'Set a italic style',
'underline': 'Set a underline style',
'strikethrough': 'Set a strikethrough style',
'removeFormat': 'Clean a style',
'justifyLeft': 'Set left align',
'justifyCenter': 'Set center align',
'justifyRight': 'Set right align',
'justifyFull': 'Set full align',
'insertUnorderedList': 'Toggle unordered list',
'insertOrderedList': 'Toggle ordered list',
'outdent': 'Outdent on current paragraph',
'indent': 'Indent on current paragraph',
'formatPara': 'Change current block\'s format as a paragraph(P tag)',
'formatH1': 'Change current block\'s format as H1',
'formatH2': 'Change current block\'s format as H2',
'formatH3': 'Change current block\'s format as H3',
'formatH4': 'Change current block\'s format as H4',
'formatH5': 'Change current block\'s format as H5',
'formatH6': 'Change current block\'s format as H6',
'insertHorizontalRule': 'Insert horizontal rule',
'linkDialog.show': 'Show Link Dialog',
'insertParagraph': 'إدراج فقرة',
'undo': 'تراجع عن آخر أمر',
'redo': 'إعادة تنفيذ آخر أمر',
'tab': 'إزاحة (تاب)',
'untab': 'سحب النص باتجاه البداية',
'bold': 'تنسيق عريض',
'italic': 'تنسيق مائل',
'underline': 'تنسيق خط سفلي',
'strikethrough': 'تنسيق خط متوسط للنص',
'removeFormat': 'إزالة التنسيقات',
'justifyLeft': 'محاذاة لليسار',
'justifyCenter': 'محاذاة توسيط',
'justifyRight': 'محاذاة لليمين',
'justifyFull': 'محاذاة كاملة',
'insertUnorderedList': 'قائمة منقّطة',
'insertOrderedList': 'قائمة مرقّمة',
'outdent': 'إزاحة للأمام على الفقرة الحالية',
'indent': 'إزاحة للخلف على الفقرة الحالية',
'formatPara': 'تغيير التنسيق للكتلة الحالية إلى فقرة',
'formatH1': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 1',
'formatH2': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 2',
'formatH3': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 3',
'formatH4': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 4',
'formatH5': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 5',
'formatH6': 'تغيير التنسيق للكتلة الحالية إلى ترويسة 6',
'insertHorizontalRule': 'إدراج خط أفقي',
'linkDialog.show': 'إظهار خصائص الرابط',
},
history: {
undo: 'تراجع',
redo: 'إعادة',
},
specialChar: {
specialChar: 'SPECIAL CHARACTERS',
select: 'Select Special characters',
specialChar: 'محارف خاصة',
select: 'اختر المحرف الخاص',
},
},
});
Expand Down

0 comments on commit efae77a

Please sign in to comment.