From 06a0d5c12f66d413afa4c44760c7a0f39e99d41c Mon Sep 17 00:00:00 2001 From: chadidi Date: Tue, 30 Aug 2016 20:13:11 +0100 Subject: [PATCH] Update ar.js --- src/langs/ar.js | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/src/langs/ar.js b/src/langs/ar.js index ed18aaa20..555df83b9 100644 --- a/src/langs/ar.js +++ b/src/langs/ar.js @@ -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: 'مائل', @@ -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: 'نصّ' -}; \ No newline at end of file + text: 'نصّ', + target: 'الهدف' +};