mail.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. 'service_completed' => [
  28. 'subject' => 'Service completed successfully',
  29. 'title' => 'Service Completed',
  30. 'subtitle' => 'Your payment has been successfully confirmed.',
  31. 'payment_confirmed' => 'Payment confirmed',
  32. 'payment_confirmed_subtitle' => 'The service has been completed and payment approved.',
  33. 'service_resume' => 'Service summary',
  34. 'client' => 'Client',
  35. 'service_date' => 'Service date',
  36. 'service_time' => 'Time',
  37. 'service_address' => 'Address',
  38. 'payment_title' => 'Payment',
  39. 'total_amount' => 'Total amount',
  40. 'payment_method' => 'Payment method',
  41. 'paid' => 'Paid',
  42. 'payment_success' => 'Payment processed and confirmed successfully.',
  43. 'footer_title' => 'Thank you for using Diaria App 💜',
  44. 'footer_description' => 'We hope your experience was amazing. Count on us for your next services.',
  45. 'footer_help' => 'Need help?',
  46. 'footer_contact' => 'Contact our support',
  47. 'footer_note' => 'This is an automatic email. Please do not reply.',
  48. 'service_fee' => 'Service fee',
  49. 'final_amount' => 'Final amount',
  50. 'currency' => 'R$',
  51. ],
  52. ];