Files
citrus/lang/ar/settings.php
T

112 lines
4.9 KiB
PHP

<?php
return [
'title' => 'إعدادات',
'navigation_label' => 'إعدادات',
'model_label' => 'تعديل',
'plural_model_label' => 'إعدادات',
'create' => 'إنشاء إعداد جديد',
'edit' => 'تحرير الإعداد',
'delete' => 'حذف الإعداد',
'restore' => 'استعادة الإعداد',
'force_delete' => 'حذف الإعداد نهائيًا',
'save' => 'يحفظ',
'cancel' => 'يلغي',
'key' => 'مفتاح',
'key_helper' => 'مفتاح الإعداد (على سبيل المثال: site_name، site_email)',
'value' => 'قيمة',
'value_helper' => 'قيمة الإعداد',
'type' => 'نصيحة',
'type_helper' => 'نوع القيمة',
'group' => 'مجموعة',
'group_helper' => 'مجموعة الإعدادات (على سبيل المثال: عام، البريد الإلكتروني، تحسين محركات البحث)',
'label' => 'تذكرة',
'label_helper' => 'تسمية سهلة الاستخدام',
'description' => 'توضيح',
'description_helper' => 'وصف الإعداد',
'is_public' => 'عام',
'is_public_helper' => 'هل هذا الإعداد عام؟',
'is_active' => 'نشيط',
'is_active_helper' => 'هل هذا الإعداد نشط؟',
'created_successfully' => 'تم إنشاء الإعداد بنجاح.',
'updated_successfully' => 'تم تحديث الإعداد بنجاح.',
'deleted_successfully' => 'تم حذف الإعداد بنجاح.',
'restored_successfully' => 'تمت استعادة الإعداد بنجاح.',
'force_deleted_successfully' => 'تم حذف الإعداد نهائيًا.',
'table_key' => 'مفتاح',
'table_value' => 'قيمة',
'table_type' => 'نصيحة',
'table_group' => 'مجموعة',
'table_label' => 'تذكرة',
'table_public' => 'عام',
'table_active' => 'نشيط',
'table_created_at' => 'الخلق',
'table_updated_at' => 'تم التحديث',
'type_string' => 'نص',
'type_text' => 'نص طويل',
'type_boolean' => 'نعم/لا',
'type_integer' => 'عدد صحيح',
'type_float' => 'رقم عشري',
'type_array' => 'أوبرا الصابون',
'type_json' => 'JSON',
'type_file' => 'ملف',
'type_date' => 'تاريخ',
'type_datetime' => 'التاريخ والوقت',
'type_color_picker' => 'منتقي الألوان',
'type_code_editor' => 'محرر الكود',
'type_rich_editor' => 'محرر النص الغني',
'type_markdown_editor' => 'محرر تخفيض السعر',
'type_tags_input' => 'إدخال التسمية',
'type_checkbox_list' => 'تحديد متعدد',
'type_radio' => 'زر الراديو',
'type_toggle_buttons' => 'تبديل الأزرار',
'type_slider' => 'المنزلق',
'type_key_value' => 'أزواج القيمة الرئيسية',
'group_general' => 'عام',
'group_theme' => 'هو',
'group_localization' => 'التعريب',
'group_email' => 'بريد إلكتروني',
'group_seo' => 'تحسين محركات البحث',
'group_social' => 'وسائل التواصل الاجتماعي',
'group_security' => 'حماية',
'group_upload' => 'تحميل الملف',
'group_payment' => 'قسط',
'group_notification' => 'إشعار',
'group_cache' => 'مخبأ',
'group_api' => 'واجهة برمجة التطبيقات',
'group_logging' => 'التسجيل',
'group_performance' => 'أداء',
'group_integration' => 'اندماج',
'group_other' => 'آخر',
'key_required' => 'الحقل الرئيسي مطلوب.',
'key_unique' => 'هذا المفتاح قيد الاستخدام بالفعل.',
'key_regex' => 'يمكن أن يحتوي المفتاح فقط على أحرف وأرقام وشرطات سفلية وشرطات.',
'value_required' => 'حقل القيمة مطلوب.',
'type_required' => 'حقل النوع مطلوب.',
'label_required' => 'حقل التسمية مطلوب.',
'array_key' => 'مفتاح',
'array_key_placeholder' => 'مفتاح السلسلة (على سبيل المثال: الاسم، البريد الإلكتروني)',
'array_value' => 'قيمة',
'array_value_placeholder' => 'قيمة السلسلة',
'array_description' => 'توضيح',
'array_description_placeholder' => 'وصف لهذا البند',
'array_active' => 'نشيط',
'array_add_item' => 'إضافة عنصر',
'checkbox_option_1' => 'الخيار 1',
'checkbox_option_2' => 'الخيار 2',
'checkbox_option_3' => 'الخيار 3',
'radio_option_1' => 'الخيار 1',
'radio_option_2' => 'الخيار 2',
'radio_option_3' => 'الخيار 3',
'toggle_option_1' => 'الخيار 1',
'toggle_option_2' => 'الخيار 2',
'toggle_option_3' => 'الخيار 3',
'filter_group' => 'حسب المجموعة',
'filter_type' => 'حسب النوع',
'filter_active' => 'نشيط',
'filter_public' => 'عام',
'tabs_title' => 'مجموعات الإعداد',
'settings_count' => 'تعديل',
'all_settings' => 'جميع الإعدادات',
];