UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

105 lines (104 loc) 3.23 kB
(function ($) { $.extend($.summernote.lang, { 'ar-AR': { font: { bold: 'عريض', italic: 'مائل', underline: 'تحته خط', clear: 'مسح التنسيق', height: 'إرتفاع السطر', name: 'الخط', strikethrough: 'فى وسطه خط', size: 'الحجم' }, image: { image: 'صورة', insert: 'إضافة صورة', resizeFull: 'الحجم بالكامل', resizeHalf: 'تصغير للنصف', resizeQuarter: 'تصغير للربع', floatLeft: 'تطيير لليسار', floatRight: 'تطيير لليمين', floatNone: 'ثابته', dragImageHere: 'إدرج الصورة هنا', selectFromFiles: 'حدد ملف', url: 'رابط الصورة', remove: 'حذف الصورة' }, video: { video: 'فيديو', videoLink: 'رابط الفيديو', insert: 'إدراج الفيديو', url: 'رابط الفيديو', providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)' }, link: { link: 'رابط رابط', insert: 'إدراج', unlink: 'حذف الرابط', edit: 'تعديل', textToDisplay: 'النص', url: 'مسار الرابط', openInNewWindow: 'فتح في نافذة جديدة' }, table: { table: 'جدول' }, hr: { insert: 'إدراج خط أفقي' }, style: { style: 'تنسيق', normal: 'عادي', blockquote: 'إقتباس', pre: 'شفيرة', h1: 'عنوان رئيسي 1', h2: 'عنوان رئيسي 2', h3: 'عنوان رئيسي 3', h4: 'عنوان رئيسي 4', h5: 'عنوان رئيسي 5', h6: 'عنوان رئيسي 6' }, lists: { unordered: 'قائمة مُنقطة', ordered: 'قائمة مُرقمة' }, options: { help: 'مساعدة', fullscreen: 'حجم الشاشة بالكامل', codeview: 'شفيرة المصدر' }, paragraph: { paragraph: 'فقرة', outdent: 'محاذاة للخارج', indent: 'محاذاة للداخل', left: 'محاذاة لليسار', center: 'توسيط', right: 'محاذاة لليمين', justify: 'ملئ السطر' }, color: { recent: 'تم إستخدامه', more: 'المزيد', background: 'لون الخلفية', foreground: 'لون النص', transparent: 'شفاف', setTransparent: 'بدون خلفية', reset: 'إعادة الضبط', resetToDefault: 'إعادة الضبط' }, shortcut: { shortcuts: 'إختصارات', close: 'غلق', textFormatting: 'تنسيق النص', action: 'Action', paragraphFormatting: 'تنسيق الفقرة', documentStyle: 'تنسيق المستند' }, history: { undo: 'تراجع', redo: 'إعادة' } } }); })(jQuery);