complete story 4.4 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 00:56:02 +02:00
parent efc67884dc
commit fa9d05de10
7 changed files with 1045 additions and 0 deletions
+10
View File
@@ -3,6 +3,7 @@
return [
// Page titles and navigation
'timelines' => 'الجداول الزمنية',
'timelines_description' => 'إدارة جميع الجداول الزمنية للقضايا وتتبع تقدمها.',
'create_timeline' => 'إنشاء جدول زمني',
'back_to_timelines' => 'العودة إلى الجداول الزمنية',
@@ -31,6 +32,14 @@ return [
'no_clients_found' => 'لم يتم العثور على عملاء مطابقين لبحثك.',
'type_to_search' => 'اكتب حرفين على الأقل للبحث...',
// Timeline index page
'search_placeholder' => 'البحث باسم القضية أو المرجع...',
'all_clients' => 'جميع العملاء',
'no_timelines' => 'لا توجد جداول زمنية.',
'last_updated' => 'آخر تحديث',
'updates_count' => 'التحديثات',
'view' => 'عرض',
// Timeline show page
'reference' => 'المرجع',
'created' => 'تاريخ الإنشاء',
@@ -56,5 +65,6 @@ return [
'unarchive' => 'إلغاء الأرشفة',
'archive_confirm_title' => 'أرشفة الجدول الزمني',
'archive_confirm_message' => 'هل أنت متأكد من أرشفة هذا الجدول الزمني؟ لن يمكن إضافة تحديثات حتى يتم إلغاء الأرشفة.',
'unarchive_confirm_message' => 'هل أنت متأكد من إلغاء أرشفة هذا الجدول الزمني؟ سيتم تفعيل التحديثات مرة أخرى.',
'archived_notice' => 'هذا الجدول الزمني مؤرشف. التحديثات معطلة.',
];
+10
View File
@@ -3,6 +3,7 @@
return [
// Page titles and navigation
'timelines' => 'Timelines',
'timelines_description' => 'Manage all case timelines and track their progress.',
'create_timeline' => 'Create Timeline',
'back_to_timelines' => 'Back to Timelines',
@@ -31,6 +32,14 @@ return [
'no_clients_found' => 'No clients found matching your search.',
'type_to_search' => 'Type at least 2 characters to search...',
// Timeline index page
'search_placeholder' => 'Search by case name or reference...',
'all_clients' => 'All Clients',
'no_timelines' => 'No timelines found.',
'last_updated' => 'Last Updated',
'updates_count' => 'Updates',
'view' => 'View',
// Timeline show page
'reference' => 'Reference',
'created' => 'Created',
@@ -56,5 +65,6 @@ return [
'unarchive' => 'Unarchive',
'archive_confirm_title' => 'Archive Timeline',
'archive_confirm_message' => 'Are you sure you want to archive this timeline? No further updates can be added until it is unarchived.',
'unarchive_confirm_message' => 'Are you sure you want to unarchive this timeline? Updates will be enabled again.',
'archived_notice' => 'This timeline is archived. Updates are disabled.',
];