Files
Global-Jain/resources/lang/en/email.php

45 lines
2.1 KiB
PHP
Raw Normal View History

2025-11-05 10:37:10 +05:30
<?php
return [
/*
|--------------------------------------------------------------------------
| Email label Language Lines
|--------------------------------------------------------------------------
*/
'global_jain' => 'Global Jain',
'reserved' => 'All rights reserved',
'play_store' => 'Play Store',
'app_store' => 'App Store',
'email_subject_label' => [
'welcome' => 'Global Jain | Welcome',
'forget_password_otp' => 'Global Jain | Reset Password OTP',
'otp_email_verification' => 'Global Jain | Verify Email OTP',
'forget_pin_otp' => 'Global Jain | Reset Pin OTP',
'user_request_approve' => 'Global Jain | Your Account Approved',
'user_password_changed' => 'Global Jain | Change Password',
'user_pin_changed' => 'Global Jain | Change PIN',
'add_portfolio' => 'Global Jain | Add Portfolio',
'job_expired' => 'Global Jain | :title has Expired',
'job_response' => 'Global Jain | New Job Recommendations',
'job_suggestion' => 'Global Jain | Job suggestion notification!',
'praposal_accepted' => 'Global Jain | Congrats! Your Job Praposal is accepted',
'subscription_invoice' => 'Global Jain | Subscription invoice notification!',
'wrong_chaturmas' => 'Global Jain | Wrong Chaturmas Alert!',
'report_request' => 'Global Jain | New Report Request!'
],
'footer_label' => [
'text_1' => 'For any help, feel free to contact team Global Jain at <a href="mailto:support@globaljain.com">support@globaljain.com</a>',
'text_2' => '© 2020, Global Jain INC, All rights reserved.',
'text_3' => 'If you do not wish to receive these emails, unsubscribe here',
],
'forgot_pin' => [
'greetings' => 'Hello :name',
'text_1' => 'Opps!, seems you forget your pin',
'text_2' => 'Tap the button below to request your account password. if you don\'t requested the new password please ignore this email or safely delete this mail.',
'text_3' => 'Your verification code for rest pin',
],
'post_job_live' => [
'subject' => 'Your job is live now - Congratulations'
]
];