Edit file File name : meeting.php Content :<?php return [ /* |-------------------------------------------------------------------------- | Meetings |-------------------------------------------------------------------------- */ 'meeting_setting_page_title' => 'اعدادات الجلسة', 'meeting_list_page_title' => 'قائمة الجلسات', 'meeting_requests_page_title' => 'قائمة طلبات الجلسة', 'dont_exist_time' => 'الوقت غير موجود', 'locked_time' => 'الدخول ممنوع هذا الوقت غير متاح!', 'reserved_time' => 'الدخول ممنوع هذا الوقت محجوز بالفعل!', 'select_time_to_reserve' => 'الرجاء اختيار وقت لحجزة.', 'reserved' => 'محجوز', 'reservation_appointment' => 'حجز الجلسة', 'reserve_appointment' => 'حجز جلسة', 'appointment' => 'جلسة', 'error_saving_time' => 'عطل اثناء حفظ الوقت', 'note_to_time_must_greater_from_time' => 'وقت النهاية يجب ان يكون اكبر من وقت البدأ.', 'error_times' => 'عطل في الوقت', 'success_save_time' => 'تم حفظ الوقت بنجاح', 'success_delete_time' => 'تم حذف الوقت بنجاح', 'error_delete_time' => 'عطل في حذف الوقت', 'save_meeting_setting_success' => 'تم اكمال العملية بنجاح.', 'paid_for_x_hour' => 'ادفع لأجل:hours hours of consultation', 'finish_reserve_modal_hint' => 'لا يمكن التراجع عن هذا الاجراء.', 'finish_reserve_modal_confirm' => 'نعم, اكمل ذلك!', 'finish_reserve_modal_cancel' => 'الغاء', 'finish_reserve_modal_title' => 'هل تود انهاء الجلسة?', 'finish_reserve_modal_success' => 'تم', 'finish_reserve_modal_success_hint' => 'تم انهاء الجلسة بنجاح', 'finish_reserve_modal_fail' => 'عطل', 'finish_reserve_modal_fail_hint' => 'لم يتم انهاء الجلسة الرجاء التحدث للدعم الفني.', 'meeting_disabled' => 'تم تعطيل الفصل المباشر', ]; Save