36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'متغيرات العنصر النائب',
|
|
'click_to_insert' => 'انقر للإضافة إلى المحرر',
|
|
'special_placeholders' => 'العناصر النائبة المخصصة',
|
|
'custom_placeholders' => 'العناصر النائبة المخصصة',
|
|
'search_placeholder' => 'آرا العنصر النائب...',
|
|
'no_results' => 'لم يتم العثور على نتائج البحث',
|
|
'type_text' => 'نص',
|
|
'type_email' => 'بريد إلكتروني',
|
|
'type_url' => 'عنوان URL',
|
|
'type_tel' => 'هاتف',
|
|
'type_number' => 'رقم',
|
|
'type_textarea' => 'نص متعدد الأسطر',
|
|
'type_richtext' => 'نص غني',
|
|
'type_markdown' => 'تخفيض السعر',
|
|
'type_code' => 'شفرة',
|
|
'type_date' => 'تاريخ',
|
|
'type_datetime' => 'التاريخ والوقت',
|
|
'type_time' => 'لحظة',
|
|
'type_image' => 'صورة',
|
|
'type_images' => 'الصور (متعددة)',
|
|
'type_file' => 'ملف',
|
|
'type_files' => 'الملفات (متعددة)',
|
|
'type_select' => 'تصويت',
|
|
'type_multiselect' => 'تحديد متعدد',
|
|
'type_checkbox' => 'خانة الاختيار',
|
|
'type_radio' => 'زر الراديو',
|
|
'type_toggle' => 'تشغيل/إيقاف',
|
|
'type_color' => 'لون',
|
|
'type_tags' => 'العلامات',
|
|
'type_setting' => 'تعديل',
|
|
'type_custom' => 'خاص',
|
|
];
|