38 lines
1.7 KiB
PHP
38 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'list_sant_success' => 'Sant List getting successfully!',
|
|
'create_sant_success' => 'Sant created successfully!',
|
|
'sant_in_review' => 'The sant profile is in review with Admin. It will be approved within 48 hours.',
|
|
'create_sant_error' => 'Something went wrong in create sant.',
|
|
'update_sant_success' => 'Sant updated successfully!',
|
|
'update_sant_error' => 'Something went wrong in update sant.',
|
|
'something_went_wrong' => 'Sorry, something went wrong.',
|
|
'sant_already_exist' => 'Sant is already exist!',
|
|
|
|
'name_required' => 'Name field is required.',
|
|
'father_name_required' => 'Father Name field is required.',
|
|
'mother_name_required' => 'Mother Name field is required.',
|
|
'avatar_required' => 'Avtar field is required.',
|
|
'honor_required' => 'Honor field is required.',
|
|
'qualification_required' => 'Qualification field is required.',
|
|
'dharma_id_required' => 'Dharma field is required.',
|
|
'sampraday_required' => 'Sampraday field is required.',
|
|
'birth_date_required' => 'Birth date field is required.',
|
|
'diksha_date_required' => 'Diksha date field is required.',
|
|
'diksha_place_required' => 'Diksha place field is required.',
|
|
'about_required' => 'About field is required.',
|
|
'status_required' => 'Status field is required.',
|
|
'same_location' => 'Please enter a different location/sangh',
|
|
'list_sant_father' => 'Get father list successfully!',
|
|
'list_sant_mother' => 'Get mother list successfully!',
|
|
'sant_location_update' => 'Sant location updated successfully!',
|
|
'gender' =>
|
|
[
|
|
2 => 'Mahasati Ji',
|
|
1 => 'Maharaj Saheb',
|
|
],
|
|
|
|
];
|