Edit File: ticket.php
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication for various | messages that we need to display to the user. You are free to modify | these language lines according to your application's requirements. | */ 'successfully_created' => 'تم إرسال الشكوي بنجاح.', 'successfully_canceled' => 'تم إلغاء الشكوي بنجاح.', 'successfully_evaluated' => 'تم تقييم الشكوي بنجاح.', 'open' => 'قيد المعالجة', 'inprogress' => 'جاري المعالجة', 'finished' => 'تمت المعالجة', 'canceled' => 'ملغي', 'not_available' => 'هذة الشكوي غير متاحة.', ];
Back to File Manager