feat: add waiting_document status to career applications and localize status labels
This commit is contained in:
@@ -69,4 +69,11 @@ return [
|
||||
'flexible_projects_desc' => 'المرونة ضرورية في مشاريعنا. أنت تشارك في مشاريع حقيقية تناسب قدراتك.',
|
||||
'focus_on_development' => 'التركيز على التنمية',
|
||||
'intent_letter' => 'خطاب النوايا',
|
||||
|
||||
// Statuses
|
||||
'pending' => 'في الانتظار',
|
||||
'reviewed' => 'تمت المراجعة',
|
||||
'rejected' => 'مرفوض',
|
||||
'accepted' => 'مقبول',
|
||||
'waiting_document' => 'في انتظار الوثيقة',
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
];
|
||||
|
||||
@@ -78,4 +78,11 @@ return [
|
||||
'flexible_projects_desc' => 'Flexibility is essential in our projects. You will take part in real projects suitable for your talents.',
|
||||
'focus_on_development' => 'Focus on Development',
|
||||
'intent_letter' => 'Letter of Intent',
|
||||
|
||||
// Statuses
|
||||
'pending' => 'Pending',
|
||||
'reviewed' => 'Reviewed',
|
||||
'rejected' => 'Rejected',
|
||||
'accepted' => 'Accepted',
|
||||
'waiting_document' => 'Waiting for Document',
|
||||
];
|
||||
|
||||
@@ -78,4 +78,11 @@ return [
|
||||
'flexible_projects_desc' => 'Flexibilitet är avgörande i våra projekt. Du kommer att delta i verkliga projekt som är lämpliga för dina talenter.',
|
||||
'focus_on_development' => 'Fokus på utveckling',
|
||||
'intent_letter' => 'Personligt brev',
|
||||
|
||||
// Statuses
|
||||
'pending' => 'Väntar',
|
||||
'reviewed' => 'Granskad',
|
||||
'rejected' => 'Avvisad',
|
||||
'accepted' => 'Accepterad',
|
||||
'waiting_document' => 'Väntar på dokument',
|
||||
];
|
||||
|
||||
@@ -78,4 +78,11 @@ return [
|
||||
'flexible_projects_desc' => 'Projelerimizde esneklik esastır. Yeteneklerinize uygun gerçek projelerde görev alırsınız.',
|
||||
'focus_on_development' => 'Gelişim Odaklılık',
|
||||
'intent_letter' => 'Niyet Mektubu',
|
||||
|
||||
// Statuses
|
||||
'pending' => 'Beklemede',
|
||||
'reviewed' => 'İncelendi',
|
||||
'rejected' => 'Reddedildi',
|
||||
'accepted' => 'Kabul Edildi',
|
||||
'waiting_document' => 'Belge Bekleniyor',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user