Files
cheerstothe_season_2.0/resources/lang/en/success.php
2024-05-23 16:41:29 +05:30

38 lines
1.5 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',
];