Edit File: notifications.php
<?php return [ 'note added' => 'تم اضافة ملاحظات علي المرحلة', 'installment created' => 'تم انشاء دفعة', 'options created' => 'تم انشاء اختيارات من فضلك اختر احد هذه الاختيارات', 'project created' => 'تم انشاء مشروع لك', 'link approved' => 'تم اعتماد اللينك بنجاح', 'option approved' => 'تم اعتماد الاختيار بنجاح', 'step in work' => 'جاري العمل علي المرحلة', 'step is done' => 'انتهت المرحلة بنجاح', 'document uploaded' => 'قام برفع ملفات', 'successfully_updated' => 'Updated Successfully.', 'deleted_successfully' => 'Notification Deleted Successfully.', ];
Back to File Manager