complete story 7.1 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 23:17:54 +02:00
parent 47f9caf762
commit 22cdca77bd
8 changed files with 773 additions and 19 deletions
+22
View File
@@ -1,6 +1,28 @@
<?php
return [
// Dashboard
'dashboard' => [
'title' => 'Dashboard',
'welcome' => 'Welcome, :name',
'upcoming_consultation' => 'Upcoming Consultation',
'view_details' => 'View Details',
'no_upcoming' => 'No upcoming consultations',
'book_first' => 'Book your first consultation',
'active_cases' => 'Active Cases',
'cases_count' => '{1} active case|[2,*] active cases',
'latest_update' => 'Latest update',
'view_all_cases' => 'View All Cases',
'no_cases' => 'No cases assigned yet',
'recent_updates' => 'Recent Updates',
'no_updates' => 'No recent updates',
'booking_status' => 'Booking Status',
'pending_bookings' => '{1} :count pending booking request|[2,*] :count pending booking requests',
'can_book' => 'You can book a consultation today',
'cannot_book' => 'You already have a booking for today',
'book_consultation' => 'Book Consultation',
],
// Timeline views
'my_cases' => 'My Cases',
'active_cases' => 'Active Cases',