mail.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return [
  3. 'support_request' => [
  4. 'subject' => 'New support request: :title',
  5. 'title' => 'Human support request',
  6. 'subtitle' => 'A user asked to talk to a human agent through the chatbot.',
  7. 'field_name' => 'Name',
  8. 'field_type' => 'Type',
  9. 'field_email' => 'Email',
  10. 'field_phone' => 'Phone',
  11. 'field_category' => 'Category',
  12. 'field_title' => 'Subject',
  13. 'field_message' => 'Message',
  14. 'footer_note' => 'This request is also recorded in the backoffice. This is an automated email, please do not reply.',
  15. ],
  16. 'send_code' => [
  17. 'subject' => 'Your verification code',
  18. 'header_subtitle' => 'Access verification',
  19. 'greeting' => 'Hello, :name!',
  20. 'greeting_anonymous' => 'Hello!',
  21. 'body_intro' => 'Use the code below to access your account',
  22. 'expiry_notice' => 'This code expires in 15 minutes.',
  23. 'ignore_notice' => 'If you did not request this code, please ignore this email.',
  24. 'footer_note' => 'This is an automated email. Please do not reply.',
  25. 'footer_title' => 'Thank you for using the Diaria App ',
  26. ],
  27. 'provider_approved' => [
  28. 'subject' => 'Registration approved on Diaria App',
  29. 'title' => 'Registration approved',
  30. 'header_subtitle' => 'Your provider profile has been approved.',
  31. 'greeting' => 'Hello, :name!',
  32. 'greeting_anonymous' => 'Hello!',
  33. 'body_intro' => 'Your registration has been approved by our team. You can now access the app and start receiving service opportunities.',
  34. 'next_step' => 'Log in to the app with the same email or phone used during registration to access your account.',
  35. 'footer_title' => 'Welcome to Diaria App',
  36. 'footer_note' => 'This is an automated email. Please do not reply.',
  37. ],
  38. 'service_completed' => [
  39. 'subject' => 'Service completed successfully',
  40. 'title' => 'Service Completed',
  41. 'subtitle' => 'Your payment has been successfully confirmed.',
  42. 'payment_confirmed' => 'Payment confirmed',
  43. 'payment_confirmed_subtitle' => 'The service has been completed and payment approved.',
  44. 'service_resume' => 'Service summary',
  45. 'client' => 'Client',
  46. 'service_date' => 'Service date',
  47. 'service_time' => 'Time',
  48. 'service_address' => 'Address',
  49. 'payment_title' => 'Payment',
  50. 'total_amount' => 'Total amount',
  51. 'payment_method' => 'Payment method',
  52. 'paid' => 'Paid',
  53. 'payment_success' => 'Payment processed and confirmed successfully.',
  54. 'footer_title' => 'Thank you for using Diaria App 💜',
  55. 'footer_description' => 'We hope your experience was amazing. Count on us for your next services.',
  56. 'footer_help' => 'Need help?',
  57. 'footer_contact' => 'Contact our support',
  58. 'footer_note' => 'This is an automatic email. Please do not reply.',
  59. 'service_fee' => 'Service fee',
  60. 'final_amount' => 'Final amount',
  61. 'currency' => 'R$',
  62. ],
  63. ];