Files
sayaliparab 94c26027c6 changes
2025-03-18 15:48:29 +05:30

43 lines
1.8 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Success Message Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the success. You are free to modify
| these language lines according to your application's requirements.
|
*/
'payment_intent_created' => 'Payment Intent Created Successfully',
'data_fetched_successfully' => 'Data Fetched Successfully.',
'otp_sent_successfully' => 'OTP sent successfully.',
'data_not_found' => 'Data not found.',
'password_reset' => 'Password Reset Successfully.',
'reply_sent' => 'Reply Send Successfully.',
'delete' => 'Data Deleted Successfully.',
'update_data' => 'Data Updated Successfully.',
'save_data' => 'Data Saved Successfully.',
'data_already_saved' => 'Data has been saved.',
'change_status' => 'Published.',
'inactive' => 'Unpublished.',
'validation' => 'Validation Failed. ',
'update_status_active' => 'Status Activate successfully.',
'update_status_inactive' => 'Status Deactivate successfully.',
'data_deleted' => 'Data Deleted successfully.',
'date_check' => 'Date must be greater than today date',
'redeem_voucher' => 'Voucher redeemed successfully.',
'sent_mail' => 'Mail sent successfully',
'authentic_success' => 'Authentication Successful',
'confirmed_password' => 'please confirm your passsword',
'redeemed_successfully' => 'Referral code redeemed successfully.',
'save_data_scheduled' => 'Notification Schedule Successfully.',
'save_data_immediate' => 'Notification Sent Successfully.',
'message_sent' => 'Your message has been sent.'
];