Skip to content

Commit

Permalink
Merge pull request #376 from chadidi/patch-4
Browse files Browse the repository at this point in the history
Update ar.js
  • Loading branch information
Alex-D authored Aug 30, 2016
2 parents 31209ba + 06a0d5c commit 0d111c6
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions src/langs/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@
* ===========================================================
* Author : Abo Mokh ahmed (abomokhahmed)
* Github : https://github.com/abomokhahmed
* Reviewed by : Abdellah Chadidi (chadidi)
* Github : https://github.com/chadidi
*/

jQuery.trumbowyg.langs.ar = {
_dir: 'rtl',

viewHTML: 'إعرض-HTML',

undo: 'تراجع',
redo: 'إعادة',

formatting:"تنسيق",

formatting: 'تصميم',
p: 'فقرة',
blockquote: 'اقتباس',
code: 'كود',
header: 'رئيسي',
header:"رأس",

bold: 'عريض',
italic: 'مائل',
Expand All @@ -26,31 +32,36 @@ jQuery.trumbowyg.langs.ar = {
strong: 'بارز',
em: 'تغميق',
del: 'حذف',


superscript: 'الأس',
subscript: 'أس سفلي',

unorderedList: 'قائمة غير مرتّبة',
orderedList: 'قائمة مرتّبة',
insertImage: 'إدخال صورة',
insertVideo: 'إدخال فيديو',

insertImage:"إدراج صورة",
insertVideo:"إدراج فيديو",
link: 'رابط',
createLink: 'انشاء رابط',
unlink: 'حذف رابط',

justifyLeft: 'تصحيح للشمال',
justifyCenter: 'تصحيح للمركز',
justifyCenter: 'توسيط',
justifyRight: 'تصحيح لليمين',
justifyFull: 'تصحيح لكلا الإتّجاهين',

horizontalRule: 'إدخال خطّ أفقي',
horizontalRule:"إدراج خطّ أفقي",

fullscreen: 'شاشة واسعة',
fullscreen:'ملء الشاشة',

close: 'إغلاق',

submit: 'أرسل',
reset: 'تهيئة من حديد',
submit: 'إرسال',
reset:"إعادة تعيين",

required: 'إلزامي',
description: 'وصف',
title: 'عنوان',
text: 'نصّ'
};
text: 'نصّ',
target: 'الهدف'
};

0 comments on commit 0d111c6

Please sign in to comment.