143 lines
7.4 KiB
PHP
143 lines
7.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'nav-home' => 'الصفحة الرئيسية',
|
|
'nav-about' => 'معلومات عنا',
|
|
'nav-services' => 'خدمات',
|
|
'nav-contact' => 'تواصل',
|
|
'title' => 'الصفحات',
|
|
'navigation_label' => 'الصفحات',
|
|
'model_label' => 'صفحة',
|
|
'plural_model_label' => 'الصفحات',
|
|
'create' => 'إنشاء صفحة جديدة',
|
|
'edit' => 'تحرير الصفحة',
|
|
'view' => 'منظر',
|
|
'save' => 'يحفظ',
|
|
'cancel' => 'يلغي',
|
|
'delete' => 'حذف الصفحة',
|
|
'restore' => 'استعادة الصفحة',
|
|
'force_delete' => 'حذف نهائيا',
|
|
'menu_tree_title' => 'هيكل القائمة',
|
|
'menu_refresh' => 'ينعش',
|
|
'menu_back_to_pages' => 'العودة إلى الصفحات',
|
|
'menu_tree_saved' => 'تم حفظ بنية القائمة بنجاح.',
|
|
'form_section_content' => 'محتويات',
|
|
'form_section_page_settings' => 'إعدادات الصفحة',
|
|
'form_section_seo_settings' => 'إعدادات تحسين محركات البحث',
|
|
'form_section_sections' => 'أقسام الصفحة',
|
|
'translations_section' => 'ترجمات',
|
|
'title_field' => 'عنوان',
|
|
'slug_field' => 'مسار URL',
|
|
'content_field' => 'محتويات',
|
|
'excerpt_field' => 'ملخص',
|
|
'featured_image_field' => 'صورة مميزة',
|
|
'author_field' => 'الكاتب',
|
|
'published_at_field' => 'تاريخ النشر',
|
|
'status_field' => 'القاسي',
|
|
'parent_field' => 'الصفحة العليا',
|
|
'template_field' => 'نموذج',
|
|
'sort_order_field' => 'صف',
|
|
'is_homepage_field' => 'الصفحة الرئيسية',
|
|
'show_in_menu_field' => 'عرض في القائمة',
|
|
'meta_title_field' => 'عنوان ميتا',
|
|
'meta_description_field' => 'وصف ميتا',
|
|
'slug_helper_text' => 'الجزء الذي سيظهر في عنوان URL. مثال: عنا',
|
|
'excerpt_helper_text' => 'ملخص الصفحة (500 حرف كحد أقصى)',
|
|
'featured_image_helper_text' => 'اختر صورة مميزة للصفحة',
|
|
'published_at_helper_text' => 'إذا تركت فارغة، يتم استخدام التاريخ الحالي',
|
|
'parent_helper_text' => 'حدد لجعل هذه الصفحة صفحة فرعية لصفحة أخرى',
|
|
'sort_order_helper_text' => 'ترتيب الظهور في القائمة',
|
|
'is_homepage_helper_text' => 'قم بتعيين هذه الصفحة كصفحة رئيسية',
|
|
'show_in_menu_helper_text' => 'هل يجب أن تظهر هذه الصفحة في القائمة؟',
|
|
'meta_title_helper_text' => 'عنوان لمحركات البحث (60 حرفًا كحد أقصى)',
|
|
'meta_description_helper_text' => 'وصف محركات البحث (160 حرفًا كحد أقصى)',
|
|
'status_draft' => 'مسودة',
|
|
'status_published' => 'تم نشره',
|
|
'status_archived' => 'مؤرشف',
|
|
'created_successfully' => 'تم إنشاء الصفحة بنجاح.',
|
|
'updated_successfully' => 'تم تحديث الصفحة بنجاح.',
|
|
'deleted_successfully' => 'تم حذف الصفحة بنجاح.',
|
|
'restored_successfully' => 'تمت استعادة الصفحة بنجاح.',
|
|
'table_column_featured_image' => 'صورة مميزة',
|
|
'table_column_title' => 'عنوان',
|
|
'table_column_slug' => 'مسار URL',
|
|
'table_column_status' => 'القاسي',
|
|
'table_column_author' => 'الكاتب',
|
|
'table_column_published_at' => 'تاريخ النشر',
|
|
'table_column_parent' => 'الصفحة العليا',
|
|
'table_column_template' => 'نموذج',
|
|
'table_column_is_homepage' => 'الصفحة الرئيسية',
|
|
'table_column_show_in_menu' => 'عرض في القائمة',
|
|
'table_column_sort_order' => 'ترتيب',
|
|
'table_column_created_at' => 'تاريخ الإنشاء',
|
|
'table_column_updated_at' => 'تاريخ التحديث',
|
|
'template_default' => 'تقصير',
|
|
'template_landing' => 'الصفحة المقصودة',
|
|
'template_blog' => 'مدونة',
|
|
'template_contact' => 'تواصل',
|
|
'copy_url_message' => 'تم نسخ عنوان URL',
|
|
'title_required' => 'حقل العنوان مطلوب.',
|
|
'slug_required' => 'حقل مسار URL مطلوب.',
|
|
'slug_unique' => 'مسار URL هذا قيد الاستخدام بالفعل.',
|
|
'content_required' => 'حقل المحتوى مطلوب.',
|
|
'sections_field' => 'أقسام الصفحة',
|
|
'sections_helper_text' => 'أضف أقسامًا ديناميكية لصفحتك',
|
|
'section_type' => 'نوع القسم',
|
|
'section_type_helper' => 'حدد نوع القسم الذي تريد إضافته',
|
|
'section_data' => 'بيانات القسم',
|
|
'section_data_helper' => 'أدخل البيانات المطلوبة لهذا القسم',
|
|
'section_add' => 'إضافة قسم جديد',
|
|
'section_type_hero' => 'البطل (آنا بانر)',
|
|
'section_type_features' => 'سمات',
|
|
'section_type_stats' => 'إحصائيات',
|
|
'section_type_cta' => 'التنشيط',
|
|
'section_type_content' => 'محتويات',
|
|
'section_type_gallery' => 'معرض',
|
|
'section_type_testimonials' => 'مراجع',
|
|
'section_type_team' => 'فريق',
|
|
'section_type_pricing' => 'التسعير',
|
|
'section_type_faq' => 'نظام الضمان الاجتماعي',
|
|
'section_type_contact' => 'تواصل',
|
|
'section_type_custom' => 'خاص',
|
|
'section_data_key' => 'مفتاح',
|
|
'section_data_key_helper' => 'مفتاح البيانات (على سبيل المثال: العنوان، العنوان الفرعي، الصورة)',
|
|
'section_data_value_type' => 'نوع القيمة',
|
|
'section_data_value' => 'قيمة',
|
|
'section_data_add_field' => 'إضافة حقل جديد',
|
|
'value_type_text' => 'نص',
|
|
'value_type_textarea' => 'نص طويل',
|
|
'value_type_html' => 'HTML',
|
|
'value_type_markdown' => 'تخفيض السعر',
|
|
'value_type_richtext' => 'نص غني',
|
|
'value_type_image' => 'مرئي',
|
|
'value_type_file' => 'ملف',
|
|
'value_type_url' => 'عنوان URL',
|
|
'value_type_email' => 'بريد إلكتروني',
|
|
'value_type_phone' => 'هاتف',
|
|
'value_type_number' => 'رقم',
|
|
'value_type_boolean' => 'نعم/لا',
|
|
'value_type_color' => 'لون',
|
|
'value_type_date' => 'تاريخ',
|
|
'value_type_datetime' => 'التاريخ والوقت',
|
|
'value_type_array' => 'أوبرا الصابون',
|
|
'value_type_json' => 'JSON',
|
|
'form_section_header_template' => 'قالب الرأس',
|
|
'form_section_header_template_desc' => 'اختر قالب الرأس الديناميكي لأعلى الصفحة',
|
|
'header_template_field' => 'قالب الرأس',
|
|
'form_section_template_sections' => 'أقسام القالب',
|
|
'form_section_template_sections_desc' => 'إضافة أقسام القالب الديناميكي للصفحة',
|
|
'template_sections_field' => 'أقسام القالب',
|
|
'section_template_field' => 'قالب القسم',
|
|
'add_template_section' => 'إضافة قسم',
|
|
'template_section' => 'قسم القالب',
|
|
'form_section_footer_template' => 'قالب التذييل',
|
|
'form_section_footer_template_desc' => 'اختر قالب تذييل ديناميكي لأسفل الصفحة',
|
|
'footer_template_field' => 'قالب التذييل',
|
|
'bulk_action_duplicate' => 'تم تحديد تكرار',
|
|
'bulk_action_publish' => 'نشر المحدد',
|
|
'bulk_action_draft' => 'تم تحديد المسودة',
|
|
'bulk_duplicated_successfully' => ':تم نسخ الصفحة بنجاح.',
|
|
'bulk_published_successfully' => ':تم نشر الصفحة بنجاح.',
|
|
'bulk_drafted_successfully' => 'تمت صياغة صفحة :count بنجاح.',
|
|
];
|