api code global jain
This commit is contained in:
30
resources/lang/en/account_setting.php
Normal file
30
resources/lang/en/account_setting.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'page' => [
|
||||
'title' => 'Account setting',
|
||||
'message_1' => 'Account setting',
|
||||
'message_2' => 'Dashboard',
|
||||
'menu' => [
|
||||
'item_1' => 'Change currency',
|
||||
'item_2' => 'Change email',
|
||||
'item_3' => 'Change password',
|
||||
'item_4' => 'Api',
|
||||
'item_5' => 'Data connection',
|
||||
],
|
||||
'change_password' => [
|
||||
'message_1' => 'Change password',
|
||||
'field_1' => 'Current password',
|
||||
'field_2' => 'New password',
|
||||
'field_3' => 'Confirm password',
|
||||
'button_1' => 'Update',
|
||||
],
|
||||
],
|
||||
'validate' => [
|
||||
'change_password' => [
|
||||
'message_1' => 'Password has been updated',
|
||||
'message_2' => 'Please check current password.',
|
||||
'message_3' => 'Confirm password should be the same with the new password'
|
||||
],
|
||||
],
|
||||
];
|
||||
88
resources/lang/en/api.php
Normal file
88
resources/lang/en/api.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'unauthorized' => 'Unauthorized. Token not found.',
|
||||
'mobile' => 'Please update your mobile number.',
|
||||
'something_went_wrong' => 'Something went wrong.',
|
||||
'vihar' => [
|
||||
'list' => 'Get vihars successfully!',
|
||||
'store' => 'Vihar added successfully!',
|
||||
'update' => 'Vihar updated successfully!',
|
||||
'destroy' => 'Vihar deleted successfully!',
|
||||
],
|
||||
'chaturmas' => [
|
||||
'list' => 'Get chaturmas successfully!',
|
||||
'store' => 'Chaturmas added successfully!',
|
||||
'update' => 'Chaturmas updated successfully!',
|
||||
'exist' => 'Chaturmas already exist for selected year.',
|
||||
],
|
||||
'chaturmas_review' => [
|
||||
'list' => 'Get chaturmas review successfully!',
|
||||
'store' => 'Chaturmas review added successfully!',
|
||||
'update' => 'Chaturmas review updated successfully!',
|
||||
'exist' => 'Chaturmas already exist for selected year.',
|
||||
],
|
||||
'messages' => [
|
||||
'list' => 'Retrived all the messages successfully!',
|
||||
'send' => 'Message sent successfully!',
|
||||
'clear' => 'All messages are cleared!'
|
||||
],
|
||||
'message_thread' => [
|
||||
'list' => 'Retrived all the message threads successfully!',
|
||||
'delete' => 'Message thread deleted successfully!'
|
||||
],
|
||||
'posts' => [
|
||||
'category_list' => 'Get post catrgory successfully!',
|
||||
'list' => 'Get posts successfully!',
|
||||
'store' => 'Post added successfully!',
|
||||
'update' => 'Post updated successfully!',
|
||||
'destroy' => 'Post deleted successfully!',
|
||||
'show' => 'Get post info successfully!',
|
||||
'like' => 'Post liked successfully!',
|
||||
'dislike' => 'Post disliked successfully!',
|
||||
'hide' => 'Post is hidden!',
|
||||
'unhide' => 'Post is visible again!',
|
||||
'already_hidden' => 'The post is already hidden!',
|
||||
'already_visible' => 'The post is already visible!'
|
||||
],
|
||||
'comments' => [
|
||||
'list' => 'Get comments successfully!',
|
||||
'store' => 'Comment added successfully!',
|
||||
'update' => 'Comment updated successfully!',
|
||||
'destroy' => 'Comment deleted successfully!',
|
||||
],
|
||||
'sant' => [
|
||||
'show' => 'Get sant info successfully!',
|
||||
'follow' => 'Sant follow successfully!',
|
||||
'unfollow' => 'Sant unfollow successfully!',
|
||||
'followlist' => 'Get sant follow list successfully!',
|
||||
'feeds' => 'Get sant feeds list successfully!',
|
||||
],
|
||||
'passive' => [
|
||||
'list' => 'Get childs successfully!',
|
||||
'store' => 'Child added successfully!',
|
||||
'update' => 'Child updated successfully!',
|
||||
'destroy' => 'Child deleted successfully!',
|
||||
'show' => 'Child show successfully!',
|
||||
],
|
||||
'sangh' => [
|
||||
'show' => 'Get sangh info successfully!',
|
||||
'follow' => 'Sangh follow successfully!',
|
||||
'unfollow' => 'Sangh unfollow successfully!',
|
||||
'followlist' => 'Get sangh follow list successfully!',
|
||||
],
|
||||
'thana' => [
|
||||
'list' => 'Get thana successfully!',
|
||||
'store' => 'Thana added successfully!',
|
||||
'update' => 'Thana updated successfully!',
|
||||
'destroy' => 'Thana deleted successfully!',
|
||||
'show' => 'Thana show successfully!',
|
||||
'leader' => 'Make leader successfully!',
|
||||
],
|
||||
'user' => [
|
||||
'block' => 'User profile blocked successfully!',
|
||||
'unblock' => 'User profile unblocked successfully!',
|
||||
'already_blocked' => 'You already blocked this profile.',
|
||||
'already_unblocked' => 'You already unblocked this profile.'
|
||||
]
|
||||
];
|
||||
125
resources/lang/en/auth.php
Normal file
125
resources/lang/en/auth.php
Normal file
@@ -0,0 +1,125 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'invalid_access_code' => 'These access code do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'verification_pending' => 'Your account verification is pending!',
|
||||
|
||||
'throttle' => __('This account has been blocked because of too many failed login attempts. Please try again in :seconds or later.'),
|
||||
'provide_valid_contact' => 'Credentials do not match our records!',
|
||||
'email_not_verified' => 'This email address has not been verified yet. Please check your inbox or you may have to register again.',
|
||||
'check_otp' => 'Please check OTP received on Mobile.',
|
||||
'something_went_wrong' => 'Sorry, something went wrong.',
|
||||
'contact_exists' => 'Contact already exists!',
|
||||
'email_exists' => 'Email already exists!',
|
||||
'logout_success' => 'Logged out.',
|
||||
'login_success' => 'Logged in successfully.',
|
||||
'account_delete_success' => 'Account deleted successfully.',
|
||||
'sangh_exist_error' => 'You can\'t delete this account, Please add or update the sangh admin in which you are associated!',
|
||||
'register_success' => 'Check your mobile number for otp and verify.',
|
||||
'update_profile' => 'Profile updated successfully.',
|
||||
'delete_work' => 'Work details deleted successfully!',
|
||||
'delete_qualification' => 'Qualification details deleted successfully!',
|
||||
'email_not_registered' => 'Please provide a valid email address.',
|
||||
'mpin_forgot_restriction' => 'You must need to set up a PIN first.',
|
||||
'no_record_found' => 'No records found.',
|
||||
'email_not_verified' => 'This email address already exist. If you have not recieved a 6 digit OTP code, you can resend the verification email.',
|
||||
'token_not_found' => 'Token not found!',
|
||||
'device_token_saved' => 'Device Token Saved Successfully!',
|
||||
'device_token_delete' => 'Device Token Deleted Successfully!',
|
||||
'token_already_exist' => 'Device token already exist!',
|
||||
'token_updated' => 'Device Token Updated Successfully!',
|
||||
'change_email' => 'Email address update requested. Please check your email to complete the update process.',
|
||||
'email_already_exist' => 'This email address already exist.',
|
||||
'change_request_not_found' => 'This email change request not found.!',
|
||||
'error_authorization_code' => 'The given authorization code does\'t match.!',
|
||||
'error_confirmation_code' => 'The given confirmation code does\'t match.!',
|
||||
'success_change_email' => 'The email address has been changed.',
|
||||
|
||||
'otp' => [
|
||||
'sent_success' => 'OTP code has been sent successfully.',
|
||||
'invalid' => 'Please provide a valid OTP code.',
|
||||
'verification_success' => 'OTP code has been verified.',
|
||||
'old_mpin_wrong' => 'Please provide a valid OTP code. ',
|
||||
],
|
||||
|
||||
'social_media' => [
|
||||
'login_success' => 'Logged in succesfully.',
|
||||
'not_allowed' => 'Social media login is not allowed.',
|
||||
],
|
||||
|
||||
'change_password' => [
|
||||
'current_pwd_not_matched' => 'Current password does not match with the password you provided, please try again.',
|
||||
'update_success' => 'Password has been changed successfully.',
|
||||
],
|
||||
|
||||
'forgot_password' => [
|
||||
'opt_sent_to_email' => 'OTP code was just sent to the registered email addres to reset password.',
|
||||
'otp_verification_successful' => 'OTP code has been verified.',
|
||||
'invalid_otp' => 'Please provide a valid OTP code.',
|
||||
'reset_password_successful' => 'Password has been reset successfully.',
|
||||
'reset_password_failed' => 'Reset password failed.',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'sent' => 'Message sent successfully.',
|
||||
'clear' => 'Chat conversation with :username cleared successfully.',
|
||||
'delete' => 'Chat with :username deleted.',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'delete' => 'Notification deleted.',
|
||||
'update' => 'Notification updated.',
|
||||
'update_setting' => 'Notification setting updated.',
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'update_profile' => 'Profile updated successfully!'
|
||||
],
|
||||
|
||||
'jati' => [
|
||||
'create' => 'Jati added successfully!',
|
||||
'exist' => 'Jati already exist!',
|
||||
'jati_in_review' => 'Jati is in review with Admin. It will be approved within 48 hours.',
|
||||
],
|
||||
|
||||
'dharma' => [
|
||||
'create' => 'Dharma added successfully',
|
||||
'exist' => 'Dharma already exists!'
|
||||
],
|
||||
|
||||
'request' => [
|
||||
'friend_request_list' => 'Connection request List successfully.',
|
||||
'friend_request_success' => 'Connection request sent successfully.',
|
||||
'friend_request_accept' => 'Connection request accepted successfully.',
|
||||
'friend_request_decline' => 'Connection request declined successfully.',
|
||||
'cant_send_request' => 'You can\'t send request to yourself!',
|
||||
'request_already_sent' => 'You already sent a Connection request.',
|
||||
'request_not_found' => 'Connection request not found.'
|
||||
],
|
||||
|
||||
'relation_request' => [
|
||||
'relation_request_list' => 'Relationship request List successfully.',
|
||||
'relation_request_success' => 'Relationship request sent successfully.',
|
||||
'relation_request_accept' => 'Relationship request accepted successfully.',
|
||||
'relation_request_decline' => 'Relationship request declined successfully.',
|
||||
'cant_send_request' => 'You can\'t send request to yourself!',
|
||||
'request_already_sent' => 'You already sent a relationship request.',
|
||||
'already_added' => 'You already added this user as :relation.',
|
||||
'request_not_found' => 'Relationship request not found.',
|
||||
'relation_update' => 'Relationship update successfully.',
|
||||
]
|
||||
];
|
||||
47
resources/lang/en/breadcrumb.php
Normal file
47
resources/lang/en/breadcrumb.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'dashboard' => 'Dashboard',
|
||||
'home' => 'Home',
|
||||
'user' => 'Admin',
|
||||
'users' => 'Admin',
|
||||
'create_user' => 'Create Admin',
|
||||
'update_user' => 'Update Admin',
|
||||
|
||||
'account_setting' => 'Account setting',
|
||||
'jatis' => 'Jati',
|
||||
'sampradays' => 'Sampraday',
|
||||
'users' => 'User',
|
||||
'dharmas' => 'Dharma',
|
||||
'sants' => 'Sant',
|
||||
'chaturmas_dates' => 'Chaturmas Dates',
|
||||
'vihar' => 'Vihar',
|
||||
'add_vihar' => 'Add Vihar',
|
||||
'edit_vihar' => 'Edit Vihar',
|
||||
|
||||
'chaturmases' => 'Chaturmas',
|
||||
'add_chaturmas' => 'Add Chaturmas',
|
||||
'edit_chaturmas' => 'Edit Chaturmas',
|
||||
|
||||
'add_sampraday' => 'Add Sampraday',
|
||||
'edit_sampraday' => 'Edit Sampraday',
|
||||
|
||||
'add_sant' => 'Add Sant',
|
||||
'edit_sant' => 'Edit Sant',
|
||||
|
||||
'add_jati' => 'Add Jati',
|
||||
'edit_jati' => 'Edit Jati',
|
||||
|
||||
'add_dharma' => 'Add Dharma',
|
||||
'edit_dharma' => 'Edit Dharma',
|
||||
|
||||
'hospital' => 'Hospitals',
|
||||
'add_hospital' => 'Add Hospital',
|
||||
'update_hospital' => 'Update Hospital',
|
||||
|
||||
'certificate' => 'Certificates',
|
||||
'view_certificate_request' => 'View Certificate',
|
||||
|
||||
'sangh' => 'Sangh',
|
||||
'view_sangh_request' => 'View Sangh',
|
||||
];
|
||||
37
resources/lang/en/buttons.php
Normal file
37
resources/lang/en/buttons.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'submit' => 'Submit',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'save_invite' => 'Save and Invite',
|
||||
'sign_in' => 'Sign In',
|
||||
'sign_up' => 'Sign up',
|
||||
'cancel' => 'Cancel',
|
||||
'export' => 'Export',
|
||||
'print' => 'Print',
|
||||
'copy' => 'Copy',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'pdf' => 'PDF',
|
||||
'reset' => 'Reset',
|
||||
'save' => 'Save',
|
||||
'login' => 'Login',
|
||||
'register' => 'Register',
|
||||
'view_all' => 'View all',
|
||||
'create_vihar' => 'Add',
|
||||
'create_chaturmas' => 'Add',
|
||||
'create_role' => 'Add Role',
|
||||
'create_user' => 'Add User',
|
||||
'create_jati' => 'Add',
|
||||
'create_sampraday' => 'Add',
|
||||
'create_dharma' => 'Add',
|
||||
'create_sant' => 'Add',
|
||||
'create_chaturmas_date' => 'Add',
|
||||
'approve' => 'Approve',
|
||||
'send_back' => 'Send Back',
|
||||
'reject' => 'Reject',
|
||||
'import' => 'Import',
|
||||
'create_hospital' => 'Add'
|
||||
];
|
||||
44
resources/lang/en/email.php
Normal file
44
resources/lang/en/email.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?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'
|
||||
]
|
||||
];
|
||||
137
resources/lang/en/informative-page.php
Normal file
137
resources/lang/en/informative-page.php
Normal file
@@ -0,0 +1,137 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Informative Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This file contains all informative pages content.
|
||||
|
|
||||
*/
|
||||
|
||||
'privacy_policy' => '<div padding>
|
||||
<div class="privacy-policy-list">
|
||||
|
||||
<p> This SERVICE is provided by Nirved at no cost and is intended for use as is.</p>
|
||||
<p>This page is used to inform visitors about our policies regarding the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
|
||||
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
|
||||
</p>
|
||||
<p>The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Global Jain unless otherwise defined in this Privacy Policy.
|
||||
</p>
|
||||
<p class="m-0"><strong>Information Collection and Use
|
||||
</strong></p>
|
||||
<p>For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to the phone number, location, email, and profile information added by the user. The information that we request will be retained by us and used as described in this privacy policy.
|
||||
The app does use third-party services that may collect information used to identify you.
|
||||
</p>
|
||||
<p>Link to the privacy policy of third-party service providers used by the app</p>
|
||||
<ul class="listing">
|
||||
<li (click)="scrollTo(\'a\')">Google Play Services</li>
|
||||
<li (click)="scrollTo(\'b\')">Google Analytics for Firebase</li>
|
||||
</ul>
|
||||
<p class="m-0"><strong>Log Data</strong></p>
|
||||
<p>We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.</p>
|
||||
|
||||
<p class="m-0"><strong>Cookies</strong></p>
|
||||
<p>Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device\'s internal memory.</p>
|
||||
<p>This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.</p>
|
||||
|
||||
<p class="m-0"><strong>Service Providers</strong></p>
|
||||
<p>We may employ third-party companies and individuals due to the following reasons:</p>
|
||||
<ul class="listing">
|
||||
<li>To facilitate our Service;</li>
|
||||
<li>To provide the Service on our behalf;</li>
|
||||
<li>To perform Service-related services; or</li>
|
||||
<li>To assist us in analyzing how our Service is used.</li>
|
||||
</ul>
|
||||
<p>We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.
|
||||
</p>
|
||||
|
||||
<p class="m-0"><strong>Security</strong></p>
|
||||
<p>We value your trust in providing us with your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.
|
||||
</p>
|
||||
|
||||
<p class="m-0"><strong>Links to Other Sites</strong></p>
|
||||
<p>This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
|
||||
</p>
|
||||
|
||||
<p class="m-0"><strong>Children’s Privacy</strong></p>
|
||||
<p>These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided us with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us so that we will be able to do the necessary actions.
|
||||
</p>
|
||||
|
||||
<p>These terms and conditions govern the use of Aadhaar number ("Aadhaar") in our mobile application. By using our app, you agree to these terms and conditions. Please read them carefully.</p>
|
||||
<p class="m-0"><strong>Purpose of Aadhaar Usage</strong></p>
|
||||
<p>We collect your Aadhaar number for the purpose of JainCare Discount (JCD) scheme only which aims to provide discounted Healthcare facilities for registered users.</p>
|
||||
|
||||
<p class="m-0"><strong>Consent</strong></p>
|
||||
<p>By providing your Aadhaar number through our app, you consent to its use for the specified purpose mentioned above.</p>
|
||||
|
||||
<p class="m-0"><strong>Security Measures</strong></p>
|
||||
<p>We implement strict security measures to protect your Aadhaar number from unauthorized access, disclosure, or misuse. This includes encryption, access controls, and regular security audits.</p>
|
||||
|
||||
<p class="m-0"><strong>Storage and Retention</strong></p>
|
||||
<p>Your Aadhaar number will be stored securely for as long as necessary to fulfill the purpose for which it was collected. We will delete or anonymize your Aadhaar number when it is no longer needed for the specified purpose.</p>
|
||||
|
||||
<p class="m-0"><strong>Sharing with Third Parties</strong></p>
|
||||
<p>We may share your Aadhaar number with the registered hospitals within the GlobalJain app only. As per the agreed template with the hospitals, we need to mention the Aadhaar number in the JCD certificate generated to avail discount within hospitals. This will be shared only as per the users consent to fulfill the mentioned purpose or as required by law.</p>
|
||||
|
||||
<p class="m-0"><strong>User Rights</strong></p>
|
||||
<p>You have the right to access, correct, or delete your Aadhaar number. For any requests regarding your Aadhaar data, please contact us at <a href="mailto:connect@GlobalJain.net">connect@GlobalJain.net</a></p>
|
||||
|
||||
<p class="m-0"><strong>Compliance</strong></p>
|
||||
<p>We comply with the provisions of the Aadhaar (Targeted Delivery of Financial and Other Subsidies, Benefits and Services) Act, 2016, and any other applicable laws or regulations governing the use of Aadhaar numbers.</p>
|
||||
|
||||
<p class="m-0"><strong>Updates to Terms</strong></p>
|
||||
<p>We reserve the right to update these terms and conditions related to Aadhaar usage. Any updates will be communicated to you and will take effect immediately upon posting.</p>
|
||||
|
||||
<p class="m-0"><strong>Disclaimer</strong></p>
|
||||
<p>We are not liable for any misuse of Aadhaar numbers that occurs due to factors beyond our control, such as hacking or phishing attacks.</p>
|
||||
|
||||
<p class="m-0"><strong>Changes to This Privacy Policy</strong></p>
|
||||
<p>We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. This policy is effective as of 2022-04-18</p>
|
||||
|
||||
<p class="m-0"><strong>Contact Us</strong></p>
|
||||
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at <a href ="mailto:connect@globaljain.net">connect@globaljain.net</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>',
|
||||
'terms_and_condition' => '<div padding>
|
||||
<div class="privacy-policy-list">
|
||||
|
||||
<p> By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Nirved.</p>
|
||||
<p>Nirved is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.
|
||||
</p>
|
||||
<p>The Global Jain app stores and processes personal data that you have provided to us, to provide our Service. It’s your responsibility to keep your phone and access to the app secure. We, therefore, recommend that you do not jailbreak or root your phone, which is the process of removing software restrictions and limitations imposed by the official operating system of your device. It could make your phone vulnerable to malware/viruses/malicious programs, compromise your phone’s security features and it could mean that the Global Jain app won’t work properly or at all.</p>
|
||||
<p>The app does use third-party services that declare their Terms and Conditions.</p>
|
||||
|
||||
<p class="m-0"><strong>Link to Terms and Conditions of third-party service providers used by the app
|
||||
</strong></p>
|
||||
<ul class="listing">
|
||||
<li (click)="scrollTo(\'a\')">Google Play Services</li>
|
||||
<li (click)="scrollTo(\'b\')">Google Analytics for Firebase</li>
|
||||
</ul>
|
||||
<p>You should be aware that there are certain things that Nirved will not take responsibility for. Certain functions of the app will require the app to have an active internet connection. The connection can be Wi-Fi or provided by your mobile network provider, but Nirved cannot take responsibility for the app not working at full functionality if you don’t have access to Wi-Fi, and you don’t have any of your data allowance left.
|
||||
</p>
|
||||
|
||||
<p>If you’re using the app outside of an area with Wi-Fi, you should remember that the terms of the agreement with your mobile network provider will still apply. As a result, you may be charged by your mobile provider for the cost of data for the duration of the connection while accessing the app, or other third-party charges. In using the app, you’re accepting responsibility for any such charges, including roaming data charges if you use the app outside of your home territory (i.e. region or country) without turning off data roaming. If you are not the bill payer for the device on which you’re using the app, please be aware that we assume that you have received permission from the bill payer for using the app.
|
||||
</p>
|
||||
|
||||
<p>Along the same lines, Nirved cannot always take responsibility for the way you use the app i.e. You need to make sure that your device stays charged – if it runs out of battery and you can’t turn it on to avail of the Service, Nirved cannot accept responsibility.</p>
|
||||
<p>With respect to Nirved’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavour to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Nirved accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app.</p>
|
||||
<p>At some point, we may wish to update the app. The app is currently available on Android & iOS – the requirements for both systems(and for any additional systems we decide to extend the availability of the app to) may change, and you’ll need to download the updates if you want to keep using the app. Nirved does not promise that it will always update the app so that it is relevant to you and/or works with the Android & iOS versions that you have installed on your device. However, you promise to always accept updates to the application when offered to you, We may also wish to stop providing the app, and may terminate use of it at any time without giving notice of termination to you. Unless we tell you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must stop using the app, and (if needed) delete it from your device.</p>
|
||||
|
||||
<p class="m-0"><strong>Changes to This Terms and Conditions
|
||||
</strong></p>
|
||||
<p>We may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Terms and Conditions on this page.
|
||||
</p>
|
||||
<p>These terms and conditions are effective as of 2022-04-18
|
||||
</p>
|
||||
|
||||
<p class="m-0"><strong>Contact Us
|
||||
</strong></p>
|
||||
<p>If you have any questions or suggestions about our Terms and Conditions, do not hesitate to contact us at <a href ="mailto:connect@globaljain.net">connect@globaljain.net</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>',
|
||||
];
|
||||
335
resources/lang/en/label.php
Normal file
335
resources/lang/en/label.php
Normal file
@@ -0,0 +1,335 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'home' => 'Home',
|
||||
'show' => 'Show',
|
||||
'from' => 'From',
|
||||
'on' => 'On',
|
||||
'welcome_console_title' => 'Login',
|
||||
'welcome_invite_title' => 'Signup',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Confirm Password',
|
||||
'forgot_password' => 'Forgot Password ?',
|
||||
'forgotten_password' => 'Forgotten Password ?',
|
||||
'reset_your_password' => 'Enter your email to reset your password',
|
||||
'reset_password' => 'Reset Password',
|
||||
'new_password' => 'New Password',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'signup_page_title' => 'Sign up User',
|
||||
'prev' => 'Previous',
|
||||
'next' => 'Next',
|
||||
'created_at' => 'Created At',
|
||||
'updated_at' => 'Updated At',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'approved' => 'Approved',
|
||||
'in_review' => 'In-review',
|
||||
'sent_back' => 'Sent Back',
|
||||
'resubmit' => 'Changed & resubmit',
|
||||
'rejected' => 'Rejected',
|
||||
'delete' => 'Delete',
|
||||
'update_action' => 'Actions',
|
||||
'search' => 'Search',
|
||||
'need_to_update' => 'Need to update',
|
||||
|
||||
'admin_login_page_title' => 'Login',
|
||||
'admin_sign_up_page_title' => 'Reset Password',
|
||||
'admin_register_page_title' => 'Register',
|
||||
'admin_verify_page_title' => 'Verify Your Email Address',
|
||||
'admin_confirm_page_title' => 'Confirm Password',
|
||||
'admin_reset_page_title' => 'Reset Password',
|
||||
'admin_email_page_title' => 'Reset Password',
|
||||
|
||||
'setting_page_title' => 'Settings',
|
||||
|
||||
'admin_dashboard_title' => 'Dashboard',
|
||||
|
||||
'jati_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_jati_page_title' => 'Add Jati',
|
||||
'update_jati_page_title' => 'Edit Jati',
|
||||
'listing_jati_page_title' => 'Jati',
|
||||
'create_jati_form_title' => 'Add Jati',
|
||||
'update_jati_form_title' => 'Edit Jati',
|
||||
'listing_jati_table_title' => 'Jati List',
|
||||
|
||||
'jati_page_title' => 'Lesson Listing',
|
||||
'jati_page_read_description' => 'Read',
|
||||
'jati_listing_heading_1' => '#',
|
||||
'jati_listing_heading_2' => 'Name',
|
||||
'jati_listing_heading_3' => 'Dharma',
|
||||
'jati_listing_heading_4' => 'Status',
|
||||
'jati_listing_heading_5' => 'Action',
|
||||
'jati_form_name' => 'Name',
|
||||
'jati_dharma_name' => 'Dharma',
|
||||
'jati_form_status' => 'Status',
|
||||
|
||||
'sampraday_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_sampraday_page_title' => 'Add Sampraday',
|
||||
'update_sampraday_page_title' => 'Edit Sampraday',
|
||||
'listing_sampraday_page_title' => 'Sampraday',
|
||||
'create_sampraday_form_title' => 'Add Sampraday',
|
||||
'update_sampraday_form_title' => 'Edit Sampraday',
|
||||
'listing_sampraday_table_title' => 'Sampraday List',
|
||||
'listing_sampraday_form_gachadhi_pati' => 'Gachadhi Pati',
|
||||
|
||||
'sampraday_page_title' => 'Lesson Listing',
|
||||
'sampraday_page_read_description' => 'Read',
|
||||
'sampraday_listing_heading_1' => '#',
|
||||
'sampraday_listing_heading_2' => 'Name',
|
||||
'sampraday_listing_heading_4' => 'Status',
|
||||
'sampraday_listing_heading_6' => 'Dharam',
|
||||
'sampraday_listing_heading_5' => 'Action',
|
||||
'sampraday_form_name' => 'Name',
|
||||
'sampraday_form_status' => 'Status',
|
||||
|
||||
'user_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_user_page_title' => 'Create User',
|
||||
'update_user_page_title' => 'Update User',
|
||||
'listing_user_page_title' => 'User',
|
||||
'create_user_form_title' => 'Create User',
|
||||
'update_user_form_title' => 'Update User',
|
||||
'listing_user_table_title' => 'User',
|
||||
|
||||
'user_page_title' => 'Lesson Listing',
|
||||
'user_page_read_description' => 'Read',
|
||||
'user_listing_heading_1' => '#',
|
||||
'user_listing_heading_2' => 'Name',
|
||||
'user_listing_heading_3' => 'Email',
|
||||
'user_listing_heading_4' => 'Status',
|
||||
'user_listing_heading_5' => 'Action',
|
||||
|
||||
'user_full_name' => 'Full Name',
|
||||
'user_email' => 'Status',
|
||||
'user_mobile' => 'Mobile',
|
||||
'user_avatar' => 'Avatar',
|
||||
'user_gender' => 'Gender',
|
||||
'user_dharma' => 'Dharma',
|
||||
'user_jati' => 'Jati',
|
||||
'user_profession' => 'Profession',
|
||||
'user_speciality_of_profession' => 'Speciality Of Profession',
|
||||
'user_native_place' => 'Native Place',
|
||||
'user_location' => 'Location',
|
||||
'user_status' => 'Status',
|
||||
|
||||
'dharma_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_dharma_page_title' => 'Add Dharma',
|
||||
'update_dharma_page_title' => 'Edit Dharma',
|
||||
'listing_dharma_page_title' => 'Dharma',
|
||||
'create_dharma_form_title' => 'Add Dharma',
|
||||
'update_dharma_form_title' => 'Edit Dharma',
|
||||
'listing_dharma_table_title' => 'Dharma List',
|
||||
|
||||
'dharma_page_title' => 'Lesson Listing',
|
||||
'dharma_page_read_description' => 'Read',
|
||||
'dharma_listing_heading_1' => '#',
|
||||
'dharma_listing_heading_2' => 'Name',
|
||||
'dharma_listing_heading_4' => 'Status',
|
||||
'dharma_listing_heading_5' => 'Action',
|
||||
'dharma_form_name' => 'Name',
|
||||
'dharma_form_status' => 'Status',
|
||||
|
||||
'sant_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_sant_page_title' => 'Add Sant',
|
||||
'update_sant_page_title' => 'Edit Sant',
|
||||
'listing_sant_page_title' => 'Sant',
|
||||
'create_sant_form_title' => 'Add Sant',
|
||||
'update_sant_form_title' => 'Edit Sant',
|
||||
'listing_sant_table_title' => 'Sant List',
|
||||
|
||||
'sant_page_title' => 'Lesson Listing',
|
||||
'sant_page_read_description' => 'Read',
|
||||
'sant_listing_heading_1' => '#',
|
||||
'sant_listing_heading_2' => 'Name',
|
||||
'sant_listing_heading_3' => 'Sampraday',
|
||||
'sant_listing_heading_4' => 'Dharma',
|
||||
'sant_listing_heading_5' => 'Status',
|
||||
'sant_listing_heading_6' => 'Action',
|
||||
'sant_verification_status' => 'Verification Staus',
|
||||
'thana' => 'Thana',
|
||||
'approved_thana' => 'Approved',
|
||||
'pending_thana' => 'Pending',
|
||||
|
||||
'sant_form_name' => 'Name',
|
||||
'sant_form_status' => 'Status',
|
||||
|
||||
'sant_father_name' => 'Father Name',
|
||||
'sant_mother_name' => 'Mother Name',
|
||||
'sant_gender' => 'Gender',
|
||||
'sant_avatar' => 'Avatar',
|
||||
'sant_honor' => 'Honors',
|
||||
'sant_qualification' => 'Qualification',
|
||||
'sant_dharma_name' => 'Dharma Name',
|
||||
'sant_sampraday_name' => 'Sampraday Name',
|
||||
'sant_guru' => 'Guru Name',
|
||||
'sant_about' => 'About',
|
||||
'sant_birth_date' => 'Birth Date',
|
||||
'sant_diksha_date' => 'Diksha Date',
|
||||
'sant_diksha_place' => 'Diksha Place',
|
||||
'sant_profile_verified_at' => 'Profile Verified At',
|
||||
'choose_image' => 'Choose Image',
|
||||
'image_type' => 'Allowed file types: png, jpg, jpeg. (size not more than 10 MB)',
|
||||
'max_image_size' => 'Image not more than 10 MB',
|
||||
'sant_created_by' => 'Created By',
|
||||
'sant_updated_by' => 'Updated By',
|
||||
'thana_updated_by' => 'Thana Updated By',
|
||||
|
||||
'chaturmas_date_search_title' => 'Name',
|
||||
'chaturmas_from_date' => 'From',
|
||||
'chaturmas_to_date' => 'To',
|
||||
'chaturmas_date_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'approved_chaturmas' => 'Approved',
|
||||
'in_review_chaturmas' => 'In-review',
|
||||
'create_chaturmas_date_page_title' => 'Create chaturmas date',
|
||||
'update_chaturmas_date_page_title' => 'Edit Chaturmas',
|
||||
'listing_chaturmas_date_page_title' => 'Chaturmas date',
|
||||
'create_chaturmas_date_form_title' => 'Add Chaturmas',
|
||||
'update_chaturmas_date_form_title' => 'Edit Chaturmas',
|
||||
'listing_chaturmas_date_table_title' => 'Chaturmas Date List',
|
||||
|
||||
'chaturmas_date_page_title' => 'Lesson Listing',
|
||||
'chaturmas_date_page_read_description' => 'Read',
|
||||
'chaturmas_date_listing_heading_1' => '#',
|
||||
'chaturmas_date_listing_heading_2' => 'Year',
|
||||
'chaturmas_date_listing_heading_3' => 'From',
|
||||
'chaturmas_date_listing_heading_4' => 'To',
|
||||
'chaturmas_date_listing_heading_5' => 'Action',
|
||||
'chaturmas_date_form_year' => 'Year',
|
||||
'chaturmas_date_form_status' => 'Status',
|
||||
|
||||
'create_vihar_page_title' => 'Create vihaar',
|
||||
'update_vihar_page_title' => 'Update vihaar',
|
||||
'listing_vihar_page_title' => 'Vihaar',
|
||||
'create_vihar_form_title' => 'Add Vihaar',
|
||||
'update_vihar_form_title' => 'Edit Vihaar',
|
||||
'listing_vihar_table_title' => 'Vihaar',
|
||||
|
||||
'vihar_search_title' => 'Name',
|
||||
'vihar_sant' => 'Sant Name',
|
||||
'vihar_from' => 'From',
|
||||
'vihar_to' => 'To',
|
||||
'vihar_start_date' => 'Start Date',
|
||||
'vihar_end_date' => 'End Date',
|
||||
'vihar_start_time' => 'Start Time',
|
||||
'vihar_end_time' => 'End Time',
|
||||
'vihar_date_search_title' => 'Name',
|
||||
|
||||
'vihar_listing_heading_1' => '#',
|
||||
'vihar_listing_heading_2' => 'Sant Name',
|
||||
'vihar_listing_heading_3' => 'From',
|
||||
'vihar_listing_heading_4' => 'To',
|
||||
'vihar_listing_heading_5' => 'Start Date',
|
||||
'vihar_listing_heading_6' => 'End Date',
|
||||
'vihar_listing_heading_7' => 'Start Time',
|
||||
'vihar_listing_heading_8' => 'End Time',
|
||||
'vihar_listing_heading_9' => 'Action',
|
||||
|
||||
'create_chaturmas_page_title' => 'Create chaturmas',
|
||||
'update_chaturmas_page_title' => 'Update chaturmas',
|
||||
'listing_chaturmas_page_title' => 'Chaturmas',
|
||||
'create_chaturmas_form_title' => 'Create chaturmas',
|
||||
'update_chaturmas_form_title' => 'Update chaturmas',
|
||||
'listing_chaturmas_table_title' => 'Chaturmas',
|
||||
|
||||
'chaturmas_year' => 'Year',
|
||||
'chaturmas_place' => 'Place',
|
||||
'latitude' => 'Latitude',
|
||||
'longitude' => 'Longitude',
|
||||
'from_latitude' => 'From Latitude',
|
||||
'from_longitude' => 'From Longitude',
|
||||
'to_latitude' => 'To Latitude',
|
||||
'to_longitude' => 'To Longitude',
|
||||
|
||||
'role_search_title' => 'Name',
|
||||
'create_role_page_title' => 'Create Role',
|
||||
'update_role_page_title' => 'Update Role',
|
||||
'listing_role_page_title' => 'Role',
|
||||
'create_role_form_title' => 'Create Role',
|
||||
'update_role_form_title' => 'Update Role',
|
||||
'listing_role_table_title' => 'Role',
|
||||
|
||||
'role_page_title' => 'Role Listing',
|
||||
'role_page_read_description' => 'Read',
|
||||
'role_listing_heading_1' => '#',
|
||||
'role_listing_heading_2' => 'Name',
|
||||
'role_listing_heading_3' => 'Action',
|
||||
'role_form_name' => 'Name',
|
||||
|
||||
'admin_search_name' => 'Name',
|
||||
'admin_search_email' => 'Email',
|
||||
'name' => 'Name',
|
||||
'listing_user_page_title' => 'User',
|
||||
'create_user_page_title' => 'Create User',
|
||||
'update_user_page_title' => 'Update User',
|
||||
'listing_user_page_title' => 'User',
|
||||
'create_user_form_title' => 'Create User',
|
||||
'update_user_form_title' => 'Update User',
|
||||
'listing_user_table_title' => 'User',
|
||||
|
||||
'is_approved' => 'Approve',
|
||||
|
||||
'hospital_search_title' => 'Name',
|
||||
'status' => 'Status',
|
||||
'create_hospital_page_title' => 'Add Hospital',
|
||||
'update_hospital_page_title' => 'Edit Hospital',
|
||||
'listing_hospital_page_title' => 'Hospital',
|
||||
'create_hospital_form_title' => 'Add Hospital',
|
||||
'update_hospital_form_title' => 'Edit Hospital',
|
||||
'listing_hospital_table_title' => 'Hospital List',
|
||||
|
||||
'hospital_listing_heading_2' => 'Name',
|
||||
'hospital_listing_heading_3' => 'Contact Name',
|
||||
'hospital_listing_heading_4' => 'Email',
|
||||
'hospital_listing_heading_5' => 'City',
|
||||
'hospital_listing_heading_6' => 'State',
|
||||
'hospital_listing_heading_7' => 'Created at',
|
||||
'hospital_listing_heading_8' => 'Status',
|
||||
'hospital_listing_heading_9' => 'Action',
|
||||
|
||||
'hospital_form_name' => 'Name',
|
||||
'hospital_form_contact' => 'Contact Name',
|
||||
'hospital_form_email' => 'Email',
|
||||
'hospital_form_alter_email' => 'Alternative Email',
|
||||
'hospital_form_address' => 'Address',
|
||||
'area' => 'Area',
|
||||
'hospital_form_city' => 'City',
|
||||
'hospital_form_state' => 'State',
|
||||
'hospital_form_photo' => 'Photo',
|
||||
'hospital_form_number' => 'Number',
|
||||
'hospital_form_benefits' => 'Benefits',
|
||||
|
||||
'listing_certificates_page_title' => 'Certificates',
|
||||
'listing_certificates_table_title' => 'Certificate List',
|
||||
|
||||
'certificate_listing_heading_1' => 'Full Name',
|
||||
'certificate_listing_heading_2' => 'Email',
|
||||
'certificate_listing_heading_3' => 'Aadhar Card',
|
||||
'certificate_listing_heading_4' => 'Generated Date',
|
||||
'certificate_listing_heading_5' => 'Status',
|
||||
'certificate_listing_heading_6' => 'Action',
|
||||
'certificate_listing_heading_7' => 'Hospital',
|
||||
'certificate_listing_heading_8' => 'Mobile',
|
||||
|
||||
'pending' => 'Pending',
|
||||
'view_certificate_title' => 'Certificate',
|
||||
|
||||
'listing_sanghs_page_title' => 'Sanghs',
|
||||
'listing_sanghs_table_title' => 'Sangh List',
|
||||
|
||||
'sangh_listing_heading_1' => 'Name',
|
||||
'sangh_listing_heading_2' => 'Sangh Type',
|
||||
'sangh_listing_heading_3' => 'Dharma',
|
||||
'sangh_listing_heading_4' => 'Sampraday',
|
||||
'sangh_listing_heading_5' => 'Mobile Number',
|
||||
'sangh_listing_heading_6' => 'Status',
|
||||
'sangh_listing_heading_7' => 'Action',
|
||||
|
||||
'view_sangh_title' => 'Sangh',
|
||||
];
|
||||
68
resources/lang/en/menu.php
Normal file
68
resources/lang/en/menu.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'backend' => [
|
||||
'dashboard' => 'Dashboard (WIP)',
|
||||
'sant' => [
|
||||
'management' => 'Sant',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'jati' => [
|
||||
'management' => 'Jati',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'sampraday' => [
|
||||
'management' => 'Sampraday',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'user' => [
|
||||
'management' => 'User',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'side_menu' => [
|
||||
'account_setting' => 'Account setting',
|
||||
],
|
||||
'dharma' => [
|
||||
'management' => 'Dharma',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'chaturmas_dates' => [
|
||||
'management' => 'Chaturmas Dates',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'role' => [
|
||||
'management' => 'Role',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'admin' => [
|
||||
'management' => 'Admin',
|
||||
'view' => 'View',
|
||||
'create' => 'Create'
|
||||
],
|
||||
'hospital' => [
|
||||
'management' => 'Hospitals',
|
||||
'view' => 'View',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit'
|
||||
],
|
||||
'certificate' => [
|
||||
'management' => 'Certificates',
|
||||
'view' => 'View',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit'
|
||||
],
|
||||
'sangh' => [
|
||||
'management' => 'Sanghs',
|
||||
'view' => 'View',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit'
|
||||
]
|
||||
]
|
||||
];
|
||||
104
resources/lang/en/message.php
Normal file
104
resources/lang/en/message.php
Normal file
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'create_jati_success' => 'Jati created successfully!',
|
||||
'create_jati_error' => 'Something went wrong in create jati.',
|
||||
'update_jati_success' => 'Jati updated successfully!',
|
||||
'update_jati_error' => 'Something went wrong in update jati.',
|
||||
'delete_jati_success' => 'Jati Deleted Successfully',
|
||||
'delete_jati_error' => 'Something went wrong in delete jati.',
|
||||
|
||||
'create_sampraday_success' => 'Sampraday created successfully!',
|
||||
'create_sampraday_error' => 'Something went wrong in create sampraday.',
|
||||
'update_sampraday_success' => 'Sampraday updated successfully!',
|
||||
'update_sampraday_error' => 'Something went wrong in update sampraday.',
|
||||
'delete_sampraday_success' => 'Sampraday Deleted Successfully',
|
||||
'delete_sampraday_error' => 'Something went wrong in delete sampraday.',
|
||||
|
||||
'create_user_success' => 'User created successfully!',
|
||||
'create_user_error' => 'Something went wrong in create user.',
|
||||
'update_user_success' => 'User updated successfully!',
|
||||
'update_user_error' => 'Something went wrong in update user.',
|
||||
'delete_user_success' => 'User Deleted Successfully',
|
||||
'delete_user_error' => 'Something went wrong in delete user.',
|
||||
'create_dharma_success' => 'Dharma created successfully!',
|
||||
'create_dharma_error' => 'Something went wrong in create dharma.',
|
||||
'update_dharma_success' => 'Dharma updated successfully!',
|
||||
'update_dharma_error' => 'Something went wrong in update dharma.',
|
||||
'delete_dharma_success' => 'Dharma Deleted Successfully',
|
||||
'delete_dharma_error' => 'Something went wrong in delete dharma.',
|
||||
|
||||
'create_sant_success' => 'Sant created successfully!',
|
||||
'create_sant_error' => 'Something went wrong in create Sant.',
|
||||
'update_sant_success' => 'Sant updated successfully!',
|
||||
'update_sant_error' => 'Something went wrong in update Sant.',
|
||||
'delete_sant_success' => 'Sant Deleted Successfully',
|
||||
'delete_sant_error' => 'Something went wrong in delete Sant.',
|
||||
'remove_thana_error' => 'Something went wrong in removing thana member.',
|
||||
'remove_thana_success' => 'Thana member removed successfully!',
|
||||
|
||||
'sant_import_success' => 'Sant data imported successfully!',
|
||||
|
||||
'create_chaturmas_date_success' => 'Chaturmas Date created successfully!',
|
||||
'create_chaturmas_date_error' => 'Something went wrong in create chaturmas date.',
|
||||
'update_chaturmas_date_success' => 'Chaturmas Date updated successfully!',
|
||||
'update_chaturmas_date_error' => 'Something went wrong in update chaturmas date.',
|
||||
'delete_chaturmas_date_success' => 'Chaturmas Date Deleted Successfully',
|
||||
'delete_chaturmas_date_error' => 'Something went wrong in delete chaturmas date.',
|
||||
|
||||
'create_user_success' => 'User created successfully!',
|
||||
'create_user_error' => 'Something went wrong in create User.',
|
||||
'update_user_success' => 'User updated successfully!',
|
||||
'update_user_error' => 'Something went wrong in update User.',
|
||||
'delete_user_success' => 'User Deleted Successfully',
|
||||
'delete_user_error' => 'Something went wrong in delete User.',
|
||||
|
||||
'create_vihar_success' => 'Vihar created successfully!',
|
||||
'create_vihar_error' => 'Something went wrong in create vihar.',
|
||||
'update_vihar_success' => 'Vihar updated successfully!',
|
||||
'update_vihar_error' => 'Something went wrong in update vihar.',
|
||||
'delete_vihar_success' => 'Vihar Deleted Successfully',
|
||||
'delete_vihar_error' => 'Something went wrong in delete vihar.',
|
||||
|
||||
|
||||
'create_chaturmas_success' => 'Chaturmas created successfully!',
|
||||
'create_chaturmas_error' => 'Something went wrong in create chaturmas.',
|
||||
'update_chaturmas_success' => 'Chaturmas updated successfully!',
|
||||
'update_chaturmas_error' => 'Something went wrong in update chaturmas.',
|
||||
'delete_chaturmas_success' => 'Chaturmas Deleted Successfully',
|
||||
'delete_chaturmas_error' => 'Something went wrong in delete chaturmas.',
|
||||
|
||||
'create_role_success' => 'Role created successfully!',
|
||||
'create_role_error' => 'Something went wrong in create role.',
|
||||
'update_role_success' => 'Role updated successfully!',
|
||||
'update_role_error' => 'Something went wrong in update role.',
|
||||
'delete_role_success' => 'Role Deleted Successfully',
|
||||
'delete_role_error' => 'Something went wrong in delete role.',
|
||||
|
||||
'create_admin_success' => 'Admin created successfully!',
|
||||
'create_admin_error' => 'Something went wrong in create admin.',
|
||||
'update_admin_success' => 'Admin updated successfully!',
|
||||
'update_admin_error' => 'Something went wrong in update admin.',
|
||||
'delete_admin_success' => 'Admin Deleted Successfully',
|
||||
'delete_admin_error' => 'Something went wrong in delete admin.',
|
||||
'relation_not_added' => 'Please enter a relation!',
|
||||
|
||||
'create_report_success' => 'Report submitted successfully!',
|
||||
'already_reported' => 'You have already submitted report request for this!',
|
||||
|
||||
'update_gender' => 'Please update your gender!',
|
||||
'something_went_wrong' => 'Something went wrong!',
|
||||
|
||||
'create_hospital_success' => 'Hospital created successfully!',
|
||||
'create_hospital_error' => 'Something went wrong in create hospital.',
|
||||
'update_hospital_success' => 'Hospital updated successfully!',
|
||||
'update_hospital_error' => 'Something went wrong in update hospital.',
|
||||
'delete_hospital_success' => 'Hospital Deleted Successfully',
|
||||
'delete_hospital_error' => 'Something went wrong in delete hospital.',
|
||||
|
||||
'update_certificate_success' => 'Certificate Updated successfully!',
|
||||
'update_certificate_error' => 'Something went wrong in certificate update status.',
|
||||
|
||||
'approved_sangh_success' => 'Sangh approved successfully!',
|
||||
'reject_sangh_success' => 'Sangh rejected successfully!'
|
||||
];
|
||||
252
resources/lang/en/notifications.php
Normal file
252
resources/lang/en/notifications.php
Normal file
@@ -0,0 +1,252 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Email label Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'notification_title' => [
|
||||
'create_subscription' => 'Congratulations! Your account is active',
|
||||
'trial_subscription' => 'Trial subscription activated!',
|
||||
'subscription_expired' => 'Subscription Renewal',
|
||||
'new_relationship_request' => 'You received a new relationship request!',
|
||||
'update_relationship_request' => ':user updated relationship!',
|
||||
'update_relationship_request_title' => 'updated relationship!',
|
||||
'relationship_request_accepted' => 'Your relationship request has been accepted by :user!',
|
||||
'new_friend_request' => 'You received a new connection request!',
|
||||
'friend_request_accepted' => 'Your connection request has been accepted by :user!',
|
||||
'sant_approved' => ':sant profile is approved!',
|
||||
'sant_send_back' => 'Admin suggested to update :sant profile!',
|
||||
'sant_rejected' => ':sant rejected by Admin!',
|
||||
'sangh_added_member' => 'You received a member request from :sangh',
|
||||
'sangh_updated_member' => 'Your role is updated to :role in :sangh',
|
||||
'user_sent_join_request' => ':sangh received a new join request!',
|
||||
'user_accepted_sangh_request' => 'accepted the member request!',
|
||||
'user_declined_sangh_request' => 'declined the member request!',
|
||||
'admin_accepted_sangh_request' => ':sangh accepted your member request!',
|
||||
'admin_declined_sangh_request' => ':sangh membership rejected. Please connect with core committee!',
|
||||
'admin_removed_sangh_member' => 'You are removed from :sangh',
|
||||
'like_post' => 'You received a like on your post!',
|
||||
'comment_post' => 'You received a new comment on your post!',
|
||||
'tag_post' => ':user tagged you in post!',
|
||||
'chaturmas_approved' => 'Chaturmas approved for :sant!',
|
||||
'chaturmas_updated' => 'Chaturmas updated for :sant!',
|
||||
'chaturmas_rejected' => 'Chaturmas rejected for :sant!',
|
||||
'thana_rejected' => 'Thana rejected from Admin!',
|
||||
'user_friend_post' => 'Your connection added a new post!',
|
||||
'chaturmas_added' => 'New chaturmas added for :sant!',
|
||||
'vihar_added' => 'New vihaar added for :sant!',
|
||||
'vihar_updated' => 'Vihaar updated for :sant!',
|
||||
'new_sangh_post' => 'A new post by :sangh',
|
||||
'new_sign_up' => ':user just joined Global Jain!',
|
||||
'location_update' => ':sant location has been updated!',
|
||||
'new_app' => "We've made some changes behind the scenes to keep Global Jain App awesome.",
|
||||
'sangh_approved' => ':sangh profile is approved!',
|
||||
'sangh_send_back' => 'Admin suggested to update :sangh profile!',
|
||||
'sangh_rejected' => ':sangh rejected by Admin!',
|
||||
'sangh_created' => ':sangh is now on Global Jain! Please visit the Sangh profile page and be member of the Sangh',
|
||||
'sangh_descreption' => ':sangh is now on Global Jain! Please visit our profile page and be member of the Sangh',
|
||||
'generate_memberid' => 'Generate your member ID !'
|
||||
],
|
||||
|
||||
'relationship_notification_type' => [
|
||||
'relationship-request' => 'RelationshipRequest',
|
||||
'relationship-request-accepted' => 'RelationshipRequestAccepted',
|
||||
'relationship-request-updated' => 'RelationshipRequestUpdated',
|
||||
],
|
||||
|
||||
'friend_request_notification_type' => [
|
||||
'friend-request' => 'FriendRequest',
|
||||
'friend-request-accepted' => 'FriendRequestAccepted',
|
||||
],
|
||||
|
||||
'subscription_notification_type' => [
|
||||
'activated-subscription' => 'SubscriptionActivated',
|
||||
'trial-subscription' => 'TrialSubscription',
|
||||
'expired-subscription' => 'SubscriptionExpired',
|
||||
'trial-expired-subscription' => 'TrialSubscriptionExpired'
|
||||
],
|
||||
|
||||
'notification_type_description' => [
|
||||
'activated-subscription' => 'This notification for active subscription.',
|
||||
'trial-subscription' => 'This notification for trial subscription.',
|
||||
'expired-subscription' => 'This notification whenever your subscription is expired.',
|
||||
'job-post' => 'This notification for new job post.',
|
||||
'job-response' => 'This notification for freelancer job response.',
|
||||
'job-expired' => 'This notification for brand posted job expired',
|
||||
'start-conversation' => 'This notification for freelancer when brand will message for first time'
|
||||
],
|
||||
|
||||
'relationship' => [
|
||||
'relation_request' => 'added you as a :relation!',
|
||||
'update_relation_request' => 'added you as a :relation!',
|
||||
'accept_request' => 'accepted your relationship request!',
|
||||
],
|
||||
|
||||
'push_relationship' => [
|
||||
'relation_request' => ':user added you as :relation!',
|
||||
'update_relation_request' => ':user added you as :relation!',
|
||||
'accept_request' => ':user accepted your relationship request!',
|
||||
],
|
||||
|
||||
'friend_request' => [
|
||||
'new_request' => 'sent a connection request!',
|
||||
'accept_request' => 'accepted your connection request!',
|
||||
],
|
||||
|
||||
'push_friend_request' => [
|
||||
'new_request' => ':user sent a connection request!',
|
||||
'accept_request' => ':user accepted your connection request!',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'trial' => 'Your trial subscription is actived till ',
|
||||
'create' => 'Congratulations! :userName Your account is active. Let\'s start exploring',
|
||||
'alert' => 'Subscription Alert ',
|
||||
'expired' => 'Hey, :userName Your subscription renewal date is today!',
|
||||
'trial_expired' => 'Hey, :userName Your Trial subscription is expiring on :date. Subscribe your account to continue the services.'
|
||||
],
|
||||
|
||||
'sant' => [
|
||||
'sant_approved' => 'Sant profile is approved!',
|
||||
'sant_send_back' => 'change suggested by Admin: :reason!',
|
||||
'sant_rejected' => 'rejected by Admin: :reason!',
|
||||
'chaturmas_approved' => 'Chaturmas approved!',
|
||||
'chaturmas_rejected' => 'Chaturmas rejected!',
|
||||
'chaturmas_added' => 'added chaturmas for :sant!',
|
||||
'chaturmas_updated' => 'updated chaturmas for :sant!',
|
||||
'vihar_added' => 'added vihaar for :sant!',
|
||||
'vihar_updated' => 'updated vihaar for :sant!',
|
||||
'thana_rejected' => 'Thana rejected from Admin for :sant!',
|
||||
'location_update' => 'Current location has been updated for :sant by :user!'
|
||||
],
|
||||
|
||||
'push_sant' => [
|
||||
'sant_approved' => 'Sant profile is approved!',
|
||||
'sant_send_back' => 'Sant profile needs to update!',
|
||||
'sant_rejected' => 'Sant profile is rejected!',
|
||||
'chaturmas_approved' => 'Chaturmas approved!',
|
||||
'chaturmas_updated_push' => 'Chaturmas updated!',
|
||||
'chaturmas_rejected' => 'Chaturmas rejected!',
|
||||
'chaturmas_added' => 'Chaturmas added!',
|
||||
'vihar_added' => 'Vihaar added!',
|
||||
'vihar_updated' => 'Vihaar updated!',
|
||||
'thana_rejected' => 'Thana rejected from Admin for :sant!',
|
||||
'location_update' => 'Current location has been updated for :sant by :user!'
|
||||
],
|
||||
|
||||
'sant_notification_type' => [
|
||||
'sant-approved' => 'SantApproved',
|
||||
'sant-send-back' => 'SantSendBack',
|
||||
'sant-rejected' => 'SantRejected',
|
||||
'chaturmas-approved' => 'ChaturmasApproved',
|
||||
'chaturmas-rejected' => 'ChaturmasRejected',
|
||||
'chaturmas-added' => 'ChaturmasAdded',
|
||||
'chaturmas-updated' => 'ChaturmasUpdated',
|
||||
'vihar-added' => 'ViharAdded',
|
||||
'vihar-updated' => 'ViharUpdated',
|
||||
'thana-rejected' => 'ThanaRejected',
|
||||
'update-location' => 'SantLocationUpdate',
|
||||
],
|
||||
|
||||
'sangh' => [
|
||||
'sangh_admin_invite_member' => 'has invited you to join as :role',
|
||||
'user_accepted_invitation' => 'has accepted invitation for joining :sangh',
|
||||
'user_declined_invitation' => 'has declined the request for joining :sangh',
|
||||
'admin_accepted_invitation' => 'Congratulations! You are now a member of',
|
||||
'admin_declined_invitation' => 'membership rejected. Please connect with core committee!',
|
||||
'admin_remove_member' => 'Your membership is cancelled from',
|
||||
'admin_updated_member' => 'Your role is updated to :role in',
|
||||
'user_sent_join_request' => 'sent a request to join :sangh',
|
||||
'user_sent_join_request_with_role' => 'sent a request to join :sangh as :role',
|
||||
'new_sangh_post' => 'has a new post!',
|
||||
'sangh_approved' => 'Sangh profile is approved',
|
||||
'sangh_rejected' => 'Sangh profile is rejected'
|
||||
],
|
||||
|
||||
'push_sangh' => [
|
||||
'sangh_admin_invite_member' => ':sangh has invited you to join as :role',
|
||||
'admin_remove_member' => 'Your membership is cancelled from :sangh by :user',
|
||||
'admin_updated_member' => ':sangh has updated your role',
|
||||
'user_sent_join_request' => ':user sent a request to join :sangh',
|
||||
'new_sangh_post' => 'New sangh post!',
|
||||
'user_accepted_invitation' => ':user has accepted invitation for joining :sangh',
|
||||
'user_declined_invitation' => ':user has declined the request for joining :sangh',
|
||||
'sangh_rejected' => 'Sangh profile is rejected :reason'
|
||||
],
|
||||
|
||||
'sangh_notification_type' => [
|
||||
'sangh-added-member' => 'SanghAddedMember',
|
||||
'sangh-added-committee-member' => 'SanghAddedCoreCommitteeMember',
|
||||
'sangh-updated-member' => 'SanghUpdatedMember',
|
||||
'user-sent-member-request' => 'UserSentMemberRequest',
|
||||
'user-accepted-member-request' => 'UserAcceptedMemberRequest',
|
||||
'user-declined-member-request' => 'UserDeclinedMemberRequest',
|
||||
'admin-accepted-member-request' => 'AdminAcceptedMemberRequest',
|
||||
'admin-declined-member-request' => 'AdminDeclinedMemberRequest',
|
||||
'admin-removed-member' => 'AdminRemovedMember',
|
||||
'new-sangh-post' => 'NewSanghPost',
|
||||
'sangh-approved' => 'SanghApproved',
|
||||
'sangh-rejected' => 'SanghRejected',
|
||||
'created_sangh' => 'SanghCreated'
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'like' => 'liked your post!',
|
||||
'comment' => 'commented on your post!',
|
||||
'tag' => 'tagged on a post!'
|
||||
],
|
||||
|
||||
'push_post' => [
|
||||
'like' => ':user liked your post!',
|
||||
'comment' => ':user commented on your post!',
|
||||
'tag' => ':user tagged you a post!'
|
||||
],
|
||||
|
||||
'post_notification_type' => [
|
||||
'like-post' => 'LikePost',
|
||||
'comment-post' => 'CommentPost',
|
||||
'tag-post' => 'TagPost'
|
||||
],
|
||||
|
||||
'friend_post_type' => [
|
||||
'new-post' => 'NewFriendPost',
|
||||
],
|
||||
|
||||
'push_friend_post' => [
|
||||
'new_post' => ':user added a new post!',
|
||||
],
|
||||
|
||||
'friend_post' => [
|
||||
'post' => 'added a new post!',
|
||||
],
|
||||
|
||||
'register_type' => [
|
||||
'new-sign-up' => 'NewSignUp',
|
||||
],
|
||||
|
||||
'push_register' => [
|
||||
'new_sign_up' => 'New user joined!',
|
||||
],
|
||||
|
||||
'register' => [
|
||||
'new_sign_up' => ':user just joined Global Jain!',
|
||||
],
|
||||
|
||||
'new_application' => [
|
||||
'download_app' => 'To keep using the app, simply uninstall the old version and download the new one from the <a href=":url">Play Store</a>',
|
||||
],
|
||||
|
||||
'app_notification_type' => [
|
||||
'new-app' => 'NewApp'
|
||||
],
|
||||
|
||||
'memberid' => [
|
||||
'generate_memberid' => 'Please generate your Sangh Member ID Card now to access all the benefits!',
|
||||
],
|
||||
|
||||
'memberid_type' => [
|
||||
'memberID' => 'SanghMemberID'
|
||||
]
|
||||
];
|
||||
19
resources/lang/en/pagination.php
Normal file
19
resources/lang/en/pagination.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
22
resources/lang/en/passwords.php
Normal file
22
resources/lang/en/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have emailed your password reset link!',
|
||||
'throttled' => 'Please wait before retrying.',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that email address.",
|
||||
|
||||
];
|
||||
81
resources/lang/en/placeholder.php
Normal file
81
resources/lang/en/placeholder.php
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Enter First Name',
|
||||
'email' => 'Enter Email',
|
||||
'select_role' => 'Select Role',
|
||||
'select_status' => 'Select Status',
|
||||
'select_verification_status' => 'Select Verification Status',
|
||||
'title' => 'Enter Title',
|
||||
|
||||
'jati_detail_search_title_placeholder' => 'Search Name',
|
||||
'jati_search_title_placeholder' => 'Search Title',
|
||||
'jati_name' => 'Enter Jati Name',
|
||||
'jati_dharma_name' => 'Select Dharma',
|
||||
|
||||
'sampraday_detail_search_title_placeholder' => 'Search Name',
|
||||
'sampraday_search_title_placeholder' => 'Search Title',
|
||||
'sampraday_name' => 'Enter Sampraday Name',
|
||||
|
||||
'user_detail_search_title_placeholder' => 'Search Name',
|
||||
'user_search_title_placeholder' => 'Search Title',
|
||||
'user_name' => 'Enter User Name',
|
||||
|
||||
'dharma_detail_search_title_placeholder' => 'Search Name',
|
||||
'dharma_search_title_placeholder' => 'Search Title',
|
||||
'dharma_name' => 'Enter Dharma Name',
|
||||
|
||||
'sant_detail_search_title_placeholder' => 'Search Name',
|
||||
'sant_search_title_placeholder' => 'Search Title',
|
||||
'sant_name' => 'Enter Sant Name',
|
||||
|
||||
'sant_father_name' => 'Enter Father Name',
|
||||
'sant_mother_name' => 'Enter Mother Name',
|
||||
'sant_gender' => 'Select gender',
|
||||
'sant_avatar' => 'Avatar',
|
||||
'sant_honor' => 'Enter Honor',
|
||||
'sant_qualification' => 'Enter Qualification',
|
||||
'sant_dharma_name' => 'Select Dharma Name',
|
||||
'sant_sampraday_name' => 'Select Sampraday Name',
|
||||
'sant_guru' => 'Select Guru Name',
|
||||
'sant_about' => 'About',
|
||||
'sant_birth_date' => 'Select Birth Date',
|
||||
'sant_diksha_date' => 'Select Diksha Date',
|
||||
'sant_diksha_place' => 'Enter Diksha Place',
|
||||
'sant_profile_verified_at' => 'Select date of Profile Verified At',
|
||||
|
||||
'chaturmas_date_detail_search_title_placeholder' => 'Search Name',
|
||||
'chaturmas_date_search_title_placeholder' => 'Search Title',
|
||||
'chaturmas_year' => 'Enter Chaturmas Year',
|
||||
'chaturmas_from_date' => 'From',
|
||||
'chaturmas_to_date' => 'To',
|
||||
|
||||
'user_full_name' => 'Full Name',
|
||||
'user_email' => 'Enter Email',
|
||||
'user_mobile' => 'Enter Mobile',
|
||||
'user_avatar' => 'Enter Avatar',
|
||||
'user_gender' => 'Enter Gender',
|
||||
'user_dharma' => 'Enter Dharma',
|
||||
'user_jati' => 'Enter Jati',
|
||||
'user_profession' => 'Enter Profession',
|
||||
'user_speciality_of_profession' => 'Enter Profession Speciality',
|
||||
'user_native_place' => 'Enter Native Place',
|
||||
'user_location' => 'Enter Location',
|
||||
'user_status' => 'Status',
|
||||
|
||||
'vihar_from' => 'From',
|
||||
'vihar_to' => 'To',
|
||||
'vihar_start_date' => 'Enter Start date',
|
||||
'vihar_end_date' => 'Enter End date',
|
||||
'vihar_start_time' => 'Enter Start time',
|
||||
'vihar_end_time' => 'Enter End date',
|
||||
|
||||
'chaturmas_year' => 'Select Year',
|
||||
'chaturmas_place' => 'Enter Place Name',
|
||||
|
||||
'role_detail_search_title_placeholder' => 'Search Name',
|
||||
'role_search_title_placeholder' => 'Search Title',
|
||||
'role_name' => 'Enter Dharma Name',
|
||||
'sant_select_dharma' => 'Select Dharma',
|
||||
'sant_select_sampraday' => 'Select Sampraday',
|
||||
];
|
||||
28
resources/lang/en/sangh.php
Normal file
28
resources/lang/en/sangh.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'create_sangh_success' => 'Sangh request sent successfully!',
|
||||
'something_went_wrong' => 'Sorry, something went wrong.',
|
||||
|
||||
'name_required' => 'Name field is required.',
|
||||
'avatar_required' => 'Avtar field is required.',
|
||||
'about_required' => 'About field is required.',
|
||||
'status_required' => 'Status field is required.',
|
||||
'update_sangh_success' => 'Sangh updated successfully!',
|
||||
'sangh_member_success' => 'Sangh member request sent successfully!',
|
||||
'sangh_member_update' => 'Sangh member updated successfully!',
|
||||
'sangh_member_delete' => 'Sangh member deleted successfully!',
|
||||
'not_exist' => 'Sangh/Sangh member does not exist!',
|
||||
'sangh_request_accept' => 'Sangh request accepted successfully.',
|
||||
'sangh_request_decline' => 'Sangh request declined successfully.',
|
||||
'sangh_request_not_exist' => 'Sangh request does not exist.',
|
||||
'sangh_request_exist' => 'You already sent a sangh request!',
|
||||
|
||||
'gender' =>
|
||||
[
|
||||
2 => 'Mahasati Ji',
|
||||
1 => 'Maharaj Saheb',
|
||||
],
|
||||
|
||||
];
|
||||
37
resources/lang/en/sant.php
Normal file
37
resources/lang/en/sant.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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',
|
||||
],
|
||||
|
||||
];
|
||||
162
resources/lang/en/validation.php
Normal file
162
resources/lang/en/validation.php
Normal file
@@ -0,0 +1,162 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute must only contain letters.',
|
||||
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute must only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'current_password' => 'The password is incorrect.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_equals' => 'The :attribute must be a date equal to :date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'declined' => 'The :attribute must be declined.',
|
||||
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
'enum' => 'The selected :attribute is invalid.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'mac_address' => 'The :attribute must be a valid MAC address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal to :value.',
|
||||
'file' => 'The :attribute must be less than or equal to :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal to :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute must not be greater than :max.',
|
||||
'file' => 'The :attribute must not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute must not be greater than :max characters.',
|
||||
'array' => 'The :attribute must not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'multiple_of' => 'The :attribute must be a multiple of :value.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => 'The password is incorrect.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'prohibited' => 'The :attribute field is prohibited.',
|
||||
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
|
||||
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
|
||||
'prohibits' => 'The :attribute field prohibits :other from being present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid timezone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute must be a valid URL.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
12
resources/lang/en/vihar.php
Normal file
12
resources/lang/en/vihar.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'create_sant_success' => 'Sant created successfully!',
|
||||
'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!',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user