feat: add waiting_document status to career applications and localize status labels

This commit is contained in:
Ümit Tunç
2026-06-01 07:59:32 +03:00
parent 76081f0e85
commit e24b4bdf41
8 changed files with 50 additions and 9 deletions
+7
View File
@@ -69,4 +69,11 @@ return [
'flexible_projects_desc' => 'المرونة ضرورية في مشاريعنا. أنت تشارك في مشاريع حقيقية تناسب قدراتك.',
'focus_on_development' => 'التركيز على التنمية',
'intent_letter' => 'خطاب النوايا',
// Statuses
'pending' => 'في الانتظار',
'reviewed' => 'تمت المراجعة',
'rejected' => 'مرفوض',
'accepted' => 'مقبول',
'waiting_document' => 'في انتظار الوثيقة',
];