feat: add waiting_document status to career applications and localize status labels
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user