| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- return [
- 'support_request' => [
- 'subject' => 'New support request: :title',
- 'title' => 'Human support request',
- 'subtitle' => 'A user asked to talk to a human agent through the chatbot.',
- 'field_name' => 'Name',
- 'field_type' => 'Type',
- 'field_email' => 'Email',
- 'field_phone' => 'Phone',
- 'field_category' => 'Category',
- 'field_title' => 'Subject',
- 'field_message' => 'Message',
- 'footer_note' => 'This request is also recorded in the backoffice. This is an automated email, please do not reply.',
- ],
- 'send_code' => [
- 'subject' => 'Your verification code',
- 'header_subtitle' => 'Access verification',
- 'greeting' => 'Hello, :name!',
- 'greeting_anonymous' => 'Hello!',
- 'body_intro' => 'Use the code below to access your account',
- 'expiry_notice' => 'This code expires in 15 minutes.',
- 'ignore_notice' => 'If you did not request this code, please ignore this email.',
- 'footer_note' => 'This is an automated email. Please do not reply.',
- 'footer_title' => 'Thank you for using the Diaria App ',
- ],
- 'service_completed' => [
- 'subject' => 'Service completed successfully',
- 'title' => 'Service Completed',
- 'subtitle' => 'Your payment has been successfully confirmed.',
- 'payment_confirmed' => 'Payment confirmed',
- 'payment_confirmed_subtitle' => 'The service has been completed and payment approved.',
- 'service_resume' => 'Service summary',
- 'client' => 'Client',
- 'service_date' => 'Service date',
- 'service_time' => 'Time',
- 'service_address' => 'Address',
- 'payment_title' => 'Payment',
- 'total_amount' => 'Total amount',
- 'payment_method' => 'Payment method',
- 'paid' => 'Paid',
- 'payment_success' => 'Payment processed and confirmed successfully.',
- 'footer_title' => 'Thank you for using Diaria App 💜',
- 'footer_description' => 'We hope your experience was amazing. Count on us for your next services.',
- 'footer_help' => 'Need help?',
- 'footer_contact' => 'Contact our support',
- 'footer_note' => 'This is an automatic email. Please do not reply.',
- 'service_fee' => 'Service fee',
- 'final_amount' => 'Final amount',
- 'currency' => 'R$',
- ],
- ];
|