complete story 7.1 with qa tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user