notifications.php 2.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'new_schedule_request_title' => 'New service request!',
  4. 'new_schedule_request_description' => 'You received a new service request.',
  5. 'schedule_accepted_title' => 'Appointment accepted!',
  6. 'provider_accepted_schedule_description' => ':provider accepted your service request.',
  7. 'proposal_accepted_title' => 'Proposal accepted!',
  8. 'proposal_accepted_description' => 'The client accepted your proposal.',
  9. 'schedule_cancelled_title' => 'Appointment cancelled!',
  10. 'client_cancelled_schedule_description' => 'The client cancelled the appointment.',
  11. 'provider_cancelled_schedule_description' => ':provider cancelled your service request.',
  12. 'provider_on_the_way_title' => 'Provider on the way!',
  13. 'provider_on_the_way_description' => 'Provide code :code to authorize the start of the service.',
  14. 'service_start_title' => 'Service starting!',
  15. 'service_start_description' => 'Ask the client for the code to start the service.',
  16. 'service_finished_title' => 'Service completed!',
  17. 'service_finished_description' => 'Your service was completed successfully.',
  18. 'payment_confirmed_title' => 'Payment confirmed!',
  19. 'payment_confirmed_description' => 'The client confirmed payment for the service.',
  20. 'schedule_refused_title' => 'Appointment refused!',
  21. 'schedule_refused_description' => 'The provider cannot fulfill the request. See other available professionals.',
  22. 'new_proposal_title' => 'New proposal received!',
  23. 'new_proposal_description' => ':provider sent a proposal for your custom appointment.',
  24. 'opportunity_refused_title' => 'Opportunity refused!',
  25. 'opportunity_refused_description' => ':provider refused your custom request.',
  26. 'proposal_refused_title' => 'Proposal refused!',
  27. 'proposal_refused_description' => 'The client refused your proposal.',
  28. ];