| 1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'new_schedule_request_title' => 'New service request!',
- 'new_schedule_request_description' => 'You received a new service request.',
- 'schedule_accepted_title' => 'Appointment accepted!',
- 'provider_accepted_schedule_description' => ':provider accepted your service request.',
- 'proposal_accepted_title' => 'Proposal accepted!',
- 'proposal_accepted_description' => 'The client accepted your proposal.',
- 'schedule_cancelled_title' => 'Appointment cancelled!',
- 'client_cancelled_schedule_description' => 'The client cancelled the appointment.',
- 'provider_cancelled_schedule_description' => ':provider cancelled your service request.',
- 'provider_on_the_way_title' => 'Provider on the way!',
- 'provider_on_the_way_description' => 'Provide code :code to authorize the start of the service.',
- 'service_start_title' => 'Service starting!',
- 'service_start_description' => 'Ask the client for the code to start the service.',
- 'service_finished_title' => 'Service completed!',
- 'service_finished_description' => 'Your service was completed successfully.',
- 'payment_confirmed_title' => 'Payment confirmed!',
- 'payment_confirmed_description' => 'The client confirmed payment for the service.',
- 'schedule_refused_title' => 'Appointment refused!',
- 'schedule_refused_description' => 'The provider cannot fulfill the request. See other available professionals.',
- 'new_proposal_title' => 'New proposal received!',
- 'new_proposal_description' => ':provider sent a proposal for your custom appointment.',
- 'opportunity_refused_title' => 'Opportunity refused!',
- 'opportunity_refused_description' => ':provider refused your custom request.',
- 'proposal_refused_title' => 'Proposal refused!',
- 'proposal_refused_description' => 'The client refused your proposal.',
- ];
|