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
@@ -78,4 +78,11 @@ return [
'flexible_projects_desc' => 'Flexibilität ist in unseren Projekten unerlässlich. Sie nehmen an realen Projekten teil, die für Ihre Talente geeignet sind.',
'focus_on_development' => 'Fokus auf Entwicklung',
'intent_letter' => 'Motivationsschreiben',
// Statuses
'pending' => 'Ausstehend',
'reviewed' => 'Überprüft',
'rejected' => 'Abgelehnt',
'accepted' => 'Akzeptiert',
'waiting_document' => 'Warten auf Dokument',
];